@tscircuit/schematic-trace-solver 0.0.179 → 0.0.181

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 (142) hide show
  1. package/dist/index.d.ts +2 -2
  2. package/dist/index.js +88 -11
  3. package/lib/solvers/AvailableNetOrientationSolver/AvailableNetOrientationSolver.ts +63 -4
  4. package/lib/solvers/AvailableNetOrientationSolver/traces.ts +36 -0
  5. package/lib/solvers/AvailableNetOrientationSolver/types.ts +1 -0
  6. package/lib/solvers/SameNetJunctionAlignmentSolver/alignSameNetJunctions.ts +29 -11
  7. package/package.json +1 -1
  8. package/tests/bug-reports/bug-report-20260706T213649Z/__snapshots__/bug-report-20260706T213649Z.snap.svg +2 -114
  9. package/tests/bug-reports/bug-report-20260706T213649Z/bug-report-20260706T213649Z.json +1 -0
  10. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +3 -94
  11. package/tests/bug-reports/bug-report-20260706T220324Z/bug-report-20260706T220324Z.json +1 -0
  12. package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +533 -578
  13. package/tests/bug-reports/bug-report-20260707T092615Z/bug-report-20260707T092615Z.json +1 -0
  14. package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +2 -37
  15. package/tests/bug-reports/bug-report-20260707T134549Z/bug-report-20260707T134549Z.json +1 -0
  16. package/tests/bug-reports/bug-report-20260707T134722Z/__snapshots__/bug-report-20260707T134722Z.snap.svg +4 -25
  17. package/tests/bug-reports/bug-report-20260707T134722Z/bug-report-20260707T134722Z.json +1 -0
  18. package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +1 -50
  19. package/tests/bug-reports/bug-report-20260707T140410Z/bug-report-20260707T140410Z.json +1 -0
  20. package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +1 -15
  21. package/tests/bug-reports/bug-report-20260707T141025Z/bug-report-20260707T141025Z.json +1 -0
  22. package/tests/bug-reports/bug-report-20260707T141421Z/__snapshots__/bug-report-20260707T141421Z.snap.svg +5 -33
  23. package/tests/bug-reports/bug-report-20260707T141421Z/bug-report-20260707T141421Z.json +1 -0
  24. package/tests/bug-reports/bug-report-20260707T230831Z/__snapshots__/bug-report-20260707T230831Z.snap.svg +1 -15
  25. package/tests/bug-reports/bug-report-20260707T230831Z/bug-report-20260707T230831Z.json +1 -0
  26. package/tests/bug-reports/bug-report-20260708T055430Z/__snapshots__/bug-report-20260708T055430Z.snap.svg +65 -79
  27. package/tests/bug-reports/bug-report-20260708T055430Z/bug-report-20260708T055430Z.json +1 -0
  28. package/tests/bug-reports/bug-report-20260708T095725Z/__snapshots__/bug-report-20260708T095725Z.snap.svg +1 -15
  29. package/tests/bug-reports/bug-report-20260708T095725Z/bug-report-20260708T095725Z.json +1 -0
  30. package/tests/bug-reports/bug-report-20260716T144856Z/__snapshots__/bug-report-20260716T144856Z.snap.svg +1 -43
  31. package/tests/bug-reports/bug-report-20260716T144856Z/bug-report-20260716T144856Z.json +1 -0
  32. package/tests/bug-reports/bug-report-20260717T022934Z/__snapshots__/bug-report-20260717T022934Z.snap.svg +2 -30
  33. package/tests/bug-reports/bug-report-20260717T022934Z/bug-report-20260717T022934Z.json +1 -0
  34. package/tests/bug-reports/bug-report-20260717T031704Z/__snapshots__/bug-report-20260717T031704Z.snap.svg +1 -8
  35. package/tests/bug-reports/bug-report-20260717T031704Z/bug-report-20260717T031704Z.json +1 -0
  36. package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +1 -92
  37. package/tests/bug-reports/bug-report-20260721T221026Z/bug-report-20260721T221026Z.json +1 -0
  38. package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +1 -29
  39. package/tests/bug-reports/bug-report-20260728T144234Z/bug-report-20260728T144234Z.json +1 -0
  40. package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +1 -22
  41. package/tests/bug-reports/bug-report-20260728T225606Z/bug-report-20260728T225606Z.json +1 -0
  42. package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +1 -8
  43. package/tests/bug-reports/bug-report-20260730T061837Z/bug-report-20260730T061837Z.json +1 -0
  44. package/tests/bug-reports/bug-report-20260804T095800Z/__snapshots__/bug-report-20260804T095800Z.snap.svg +1 -36
  45. package/tests/bug-reports/bug-report-20260804T095800Z/bug-report-20260804T095800Z.json +1 -0
  46. package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +2 -121
  47. package/tests/bug-reports/bug-report-20260804T171919Z/bug-report-20260804T171919Z.json +1 -0
  48. package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +1 -8
  49. package/tests/bug-reports/bug-report-20260804T225912Z/bug-report-20260804T225912Z.json +1 -0
  50. package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +1 -15
  51. package/tests/bug-reports/bug-report-20260805T061316Z/bug-report-20260805T061316Z.json +1 -0
  52. package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +1 -15
  53. package/tests/bug-reports/bug-report-20260806T061548Z/bug-report-20260806T061548Z.json +1 -0
  54. package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +1 -22
  55. package/tests/bug-reports/bug-report-20260806T093501Z/bug-report-20260806T093501Z.json +1 -0
  56. package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +1 -8
  57. package/tests/bug-reports/bug-report-20260811T075142Z/bug-report-20260811T075142Z.json +1 -0
  58. package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +1 -22
  59. package/tests/bug-reports/bug-report-20260815T073240Z/bug-report-20260815T073240Z.json +1 -0
  60. package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +1 -15
  61. package/tests/bug-reports/bug-report-20260819T091818Z/bug-report-20260819T091818Z.json +1 -0
  62. package/tests/bug-reports/bug-report-20260825T103621Z/__snapshots__/bug-report-20260825T103621Z.snap.svg +1 -29
  63. package/tests/bug-reports/bug-report-20260825T103621Z/bug-report-20260825T103621Z.json +1 -0
  64. package/tests/bug-reports/bug-report-20260826T072956Z/__snapshots__/bug-report-20260826T072956Z.snap.svg +31 -95
  65. package/tests/bug-reports/bug-report-20260826T072956Z/bug-report-20260826T072956Z.json +1 -0
  66. package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +1 -113
  67. package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +1 -29
  68. package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +64 -56
  69. package/tests/repros/__snapshots__/bugreport-001-gnd-overlap.snap.svg +1 -15
  70. package/tests/repros/__snapshots__/netlabel-connector-through-rail-label.snap.svg +1 -22
  71. package/tests/repros/__snapshots__/repro-atmega328p-missing-gnd-netlabel.snap.svg +185 -186
  72. package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +1 -15
  73. package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +1 -15
  74. package/tests/repros/__snapshots__/repro-board-8090-power-section.snap.svg +126 -0
  75. package/tests/repros/__snapshots__/repro-bq24074-battery-charger.snap.svg +1 -29
  76. package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +1 -8
  77. package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +1 -15
  78. package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +1 -8
  79. package/tests/repros/__snapshots__/repro-hub-usb-sheet.snap.svg +545 -0
  80. package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +1 -22
  81. package/tests/repros/__snapshots__/repro-isolated-rs485-isow7841.snap.svg +2 -2
  82. package/tests/repros/__snapshots__/repro-mcp73831-charger-traces.snap.svg +131 -0
  83. package/tests/repros/__snapshots__/repro-missing-trace-netlabel.snap.svg +1 -15
  84. package/tests/repros/__snapshots__/repro-mouse-switch-ground-unnecessary-jog.snap.svg +83 -0
  85. package/tests/repros/__snapshots__/repro-mspm0l1306-capacitor-symmetry.snap.svg +1 -29
  86. package/tests/repros/__snapshots__/repro-netlabel-overlap-trace.snap.svg +1 -8
  87. package/tests/repros/__snapshots__/repro-nrf52810-clock-routing.snap.svg +1 -29
  88. package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +2 -2
  89. package/tests/repros/__snapshots__/repro-powerbank-3v-system-power.snap.svg +1 -29
  90. package/tests/repros/__snapshots__/repro-rf1-unnecessary-dogleg.snap.svg +72 -0
  91. package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +1 -8
  92. package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +1 -8
  93. package/tests/repros/__snapshots__/repro-smartwatch-power-sheet.snap.svg +4 -4
  94. package/tests/repros/__snapshots__/repro-tps61222-trace-intersection.snap.svg +1 -8
  95. package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +991 -1091
  96. package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +2 -2
  97. package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +1 -15
  98. package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +1 -22
  99. package/tests/repros/__snapshots__/repro51-overlap-junction-crossing.snap.svg +1 -15
  100. package/tests/repros/__snapshots__/small-variant-resistor-facing-direction.snap.svg +65 -79
  101. package/tests/repros/__snapshots__/trace-overlap-box-resistor.snap.svg +1 -8
  102. package/tests/repros/assets/board-1273-trace-overlap-cycle.input.json +1 -0
  103. package/tests/repros/assets/board-15984-schematic-trace-input.json +1 -0
  104. package/tests/repros/assets/bugreport-001-gnd-overlap.input.json +1 -0
  105. package/tests/repros/assets/repro-atmega328p-fault-pullup.input.json +1 -0
  106. package/tests/repros/assets/repro-atmega328p-missing-gnd-netlabel.input.json +1 -0
  107. package/tests/repros/assets/repro-board-589-regulator-section.input.json +1 -0
  108. package/tests/repros/assets/repro-board-648-esp12f-section.input.json +1 -0
  109. package/tests/repros/assets/repro-board-8090-power-section.input.json +322 -0
  110. package/tests/repros/assets/repro-bq24074-battery-charger.input.json +1 -0
  111. package/tests/repros/assets/repro-bq25895-cross-net-trace-overlap.input.json +1 -0
  112. package/tests/repros/assets/repro-cc2340r5.input.json +1 -0
  113. package/tests/repros/assets/repro-example35-minimize-trace-crossing.input.json +1 -0
  114. package/tests/repros/assets/repro-hub-usb-sheet.input.json +3967 -0
  115. package/tests/repros/assets/repro-ina237-current-monitor.input.json +1 -0
  116. package/tests/repros/assets/repro-mcp73831-charger-traces.input.json +256 -0
  117. package/tests/repros/assets/repro-missing-trace-netlabel.input.json +1 -0
  118. package/tests/repros/assets/repro-mouse-switch-ground-unnecessary-jog.input.json +158 -0
  119. package/tests/repros/assets/repro-mspm0l1306-capacitor-symmetry.input.json +1 -0
  120. package/tests/repros/assets/repro-netlabel-connector-through-label.input.json +1 -0
  121. package/tests/repros/assets/repro-netlabel-overlap-trace.input.json +1 -0
  122. package/tests/repros/assets/repro-nrf52810-clock-routing.input.json +1 -0
  123. package/tests/repros/assets/repro-powerbank-3v-system-power.input.json +1 -0
  124. package/tests/repros/assets/repro-rf1-unnecessary-dogleg.input.json +90 -0
  125. package/tests/repros/assets/repro-rp2040-gamepad-trace-alignment.input.json +1 -0
  126. package/tests/repros/assets/repro-rp2040-usb-cc2-ground-overlap.input.json +1 -0
  127. package/tests/repros/assets/repro-tps61222-trace-intersection.input.json +1 -0
  128. package/tests/repros/assets/repro-usb-power-vbus-label-detour.input.json +1 -0
  129. package/tests/repros/assets/repro126-trace-overlap-box-resistor.input.json +1 -0
  130. package/tests/repros/assets/repro161-power-section-autolayout.input.json +1 -0
  131. package/tests/repros/assets/repro48-555-timer-vcc-rail-label.input.json +1 -0
  132. package/tests/repros/assets/repro51-overlap-junction-crossing.input.json +1 -0
  133. package/tests/repros/assets/small-variant-resistor-facing-direction.input.json +1 -0
  134. package/tests/repros/board1096-usb-label-overlap-iteration.json +1 -0
  135. package/tests/repros/board1096-usb-label-overlap-iteration.test.ts +1 -1
  136. package/tests/repros/repro-battery-management-bq24073.test.ts +17 -0
  137. package/tests/repros/repro-board-8090-power-section.test.ts +18 -0
  138. package/tests/repros/repro-hub-usb-sheet.test.ts +56 -0
  139. package/tests/repros/repro-mcp73831-charger-traces.test.ts +16 -0
  140. package/tests/repros/repro-mouse-switch-ground-unnecessary-jog.test.ts +15 -0
  141. package/tests/repros/repro-rf1-unnecessary-dogleg.test.ts +15 -0
  142. package/tests/repros/repro-smartwatch-power-sheet.test.ts +31 -5
@@ -88,21 +88,7 @@ orientation: y+" data-x="4.5" data-y="-1" cx="471.609756097561" cy="406.59512195
88
88
  L 149.29577464794997,164.9746478874032
89
89
  L 149.29577464794997,203.615023474248
90
90
  Z
91
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.25352112676px"/><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="138.02816901414997" y="199.55868544608" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="20.28169014084px" transform="rotate(-90 138.02816901414997 199.55868544608)">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="
92
- M 90.253521126838,277.417840375638
93
- L 101.521126760638,283.50234741788995
94
- L 101.521126760638,335.3784037559052
95
- L 78.985915493038,335.3784037559052
96
- L 78.985915493038,283.50234741789
97
- Z
98
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.25352112676px"/><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="90.253521126838" y="287.558685446058" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="20.28169014084px" transform="rotate(90 90.253521126838 287.558685446058)">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="
99
- M 1132.394366197,570.2629107981
100
- L 1143.6619718308,576.347417840352
101
- L 1143.6619718308,628.2234741783673
102
- L 1121.1267605632,628.2234741783673
103
- L 1121.1267605632,576.347417840352
104
- Z
105
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.25352112676px"/><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="1132.394366197" y="580.4037558685201" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="20.28169014084px" transform="rotate(90 1132.394366197 580.4037558685201)">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="
91
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.25352112676px"/><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="138.02816901414997" y="199.55868544608" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="20.28169014084px" transform="rotate(-90 138.02816901414997 199.55868544608)">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="76.732394366278" y="277.417840375638" width="27.04225352111999" height="20.281690140840055" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="M 76.732394366278 297.699530516478 L 103.77464788739799 297.69953051647803" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.25352112676px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="M 90.253521126838 297.69953051647803 L 90.253521126838 277.417840375638" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.25352112676px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="90.253521126838" y="303.333333333378" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="20.28169014084px">XXX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="1118.87323943644" y="570.2629107981" width="27.042253521120074" height="20.281690140840055" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="M 1118.87323943644 590.5446009389401 L 1145.91549295756 590.5446009389401" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.25352112676px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="M 1132.394366197 590.5446009389401 L 1132.394366197 570.2629107981" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.25352112676px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="1132.394366197" y="596.1784037558401" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="20.28169014084px">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="
106
92
  M 625.3521126759999,570.2629107981
107
93
  L 636.6197183098,576.347417840352
108
94
  L 636.6197183098,614.9877934271968
@@ -87,28 +87,7 @@ orientation: y+" data-x="-2.8625000000000003" data-y="-0.989" cx="48.43373493975
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 973.7392488087964 142.31792587101395 L 998.4901924385165 142.31792587101395 L 998.4901924385165 117.56698224129391 L 973.7392488087964 117.56698224129391" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.800754903776003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 973.7392488087964 142.31792587101395 L 998.4901924385165 142.31792587101395 L 998.4901924385165 117.56698224129391 L 973.7392488087964 117.56698224129391" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.4750943629720004px" 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 460.1571684921064 292.67990842156274 L 460.1571684921064 317.4308520512827 L 577.7241507332764 317.4308520512827 L 577.7241507332764 290.82358764933394 L 602.4750943629964 290.82358764933394" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.800754903776003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 460.1571684921064 292.67990842156274 L 460.1571684921064 317.4308520512827 L 577.7241507332764 317.4308520512827 L 577.7241507332764 290.82358764933394 L 602.4750943629964 290.82358764933394" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.4750943629720004px" 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 602.4750943629964 352.70094672363393 L 559.1609430109864 352.70094672363393 L 559.1609430109864 247.50943629732376 L 515.8467916589764 247.50943629732376" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.800754903776003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 602.4750943629964 352.70094672363393 L 559.1609430109864 352.70094672363393 L 559.1609430109864 247.50943629732376 L 515.8467916589764 247.50943629732376" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.4750943629720004px" 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 973.7392488087964 624.961326650554 L 998.4901924385165 624.961326650554 L 998.4901924385165 649.712270280274 L 973.7392488087964 649.712270280274" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.800754903776003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 973.7392488087964 624.961326650554 L 998.4901924385165 624.961326650554 L 998.4901924385165 649.712270280274 L 973.7392488087964 649.712270280274" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.4750943629720004px" 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 973.7392488087964 674.463213909994 L 998.4901924385165 674.463213909994 L 998.4901924385165 649.712270280274 L 973.7392488087964 649.712270280274" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.800754903776003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 973.7392488087964 674.463213909994 L 998.4901924385165 674.463213909994 L 998.4901924385165 649.712270280274 L 973.7392488087964 649.712270280274" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.4750943629720004px" 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 302.3699028526414 501.20660850195395 L 602.4750943629964 501.20660850195395" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.800754903776003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 302.3699028526414 501.20660850195395 L 602.4750943629964 501.20660850195395" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.4750943629720004px" 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 257.19943072840243 445.516985335084 L 257.19943072840243 439.32924942765396 L 220.07301528382237 439.32924942765396 L 220.07301528382237 451.82847596066256" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.800754903776003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 257.19943072840243 445.516985335084 L 257.19943072840243 439.32924942765396 L 220.07301528382237 439.32924942765396 L 220.07301528382237 451.82847596066256" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.4750943629720004px" 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 404.46754532523636 247.50943629732376 L 391.96831879222776 247.50943629732376 L 391.96831879222776 222.63473794945514" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.800754903776003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 404.46754532523636 247.50943629732376 L 391.96831879222776 247.50943629732376 L 391.96831879222776 222.63473794945514" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.4750943629720004px" 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 257.19943072840243 556.896231668824 L 257.19943072840243 563.083967576254 L 201.5098075615324 563.083967576254 L 201.5098075615324 451.5809665243654" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.800754903776003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 257.19943072840243 556.896231668824 L 257.19943072840243 563.083967576254 L 201.5098075615324 563.083967576254 L 201.5098075615324 451.5809665243654" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.4750943629720004px" 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"><circle cx="998.4901924385165" cy="649.712270280274" r="3.712641544458" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="973.7392488087964" cy="649.712270280274" r="3.712641544458" 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"/><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="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="651.9769816224364" y="61.877359074423964" width="272.2603799269201" height="643.5245343727199" stroke-width="2.4750943629720004px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="651.9769816224364" y="61.877359074423964" width="272.2603799269201" height="643.5245343727199" fill="transparent"/><text class="sch-text" x="788.1071715858964" y="383.639626260784" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="22.275849266748px" transform="rotate(0, 788.1071715858964, 383.639626260784)">U1</text><line class="component-pin sch-component-pin sch-port-line" x1="924.2373615493565" y1="674.463213909994" x2="973.7392488087964" y2="674.463213909994" stroke-width="2.4750943629720004px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="971.2641544458245" y="671.988119547022" width="4.950188725944001" height="4.950188725944001" opacity="0"/></g><text class="pin-number sch-pin-number" x="948.9883051790764" y="671.988119547022" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.56320772229px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="651.9769816224364" y1="501.20660850195395" x2="602.4750943629964" y2="501.20660850195395" stroke-width="2.4750943629720004px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="600.0000000000244" y="498.73151413898194" width="4.950188725944001" height="4.950188725944001" opacity="0"/></g><text class="pin-number sch-pin-number" x="627.2260379927164" y="498.731514138982" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.56320772229px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="651.9769816224364" y1="290.82358764933394" x2="602.4750943629964" y2="290.82358764933394" stroke-width="2.4750943629720004px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="600.0000000000244" y="288.34849328636193" width="4.950188725944001" height="4.950188725944001" opacity="0"/></g><text class="pin-number sch-pin-number" x="627.2260379927164" y="288.34849328636193" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.56320772229px" transform="">10</text><line class="component-pin sch-component-pin sch-port-line" x1="651.9769816224364" y1="352.70094672363393" x2="602.4750943629964" y2="352.70094672363393" stroke-width="2.4750943629720004px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="600.0000000000244" y="350.2258523606619" width="4.950188725944001" height="4.950188725944001" opacity="0"/></g><text class="pin-number sch-pin-number" x="627.2260379927164" y="350.2258523606619" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.56320772229px" transform="">13</text><line class="component-pin sch-component-pin sch-port-line" x1="924.2373615493565" y1="649.712270280274" x2="973.7392488087964" y2="649.712270280274" stroke-width="2.4750943629720004px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="971.2641544458245" y="647.237175917302" width="4.950188725944001" height="4.950188725944001" opacity="0"/></g><text class="pin-number sch-pin-number" x="948.9883051790764" y="647.237175917302" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.56320772229px" transform="">18</text><line class="component-pin sch-component-pin sch-port-line" x1="924.2373615493565" y1="117.56698224129391" x2="973.7392488087964" y2="117.56698224129391" stroke-width="2.4750943629720004px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="971.2641544458245" y="115.09188787832191" width="4.950188725944001" height="4.950188725944001" opacity="0"/></g><text class="pin-number sch-pin-number" x="948.9883051790764" y="115.09188787832193" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.56320772229px" transform="">22</text><line class="component-pin sch-component-pin sch-port-line" x1="924.2373615493565" y1="142.31792587101395" x2="973.7392488087964" y2="142.31792587101395" stroke-width="2.4750943629720004px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="971.2641544458245" y="139.84283150804197" width="4.950188725944001" height="4.950188725944001" opacity="0"/></g><text class="pin-number sch-pin-number" x="948.9883051790764" y="139.84283150804194" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.56320772229px" transform="">28</text><line class="component-pin sch-component-pin sch-port-line" x1="924.2373615493565" y1="624.961326650554" x2="973.7392488087964" y2="624.961326650554" stroke-width="2.4750943629720004px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="971.2641544458245" y="622.4862322875821" width="4.950188725944001" height="4.950188725944001" opacity="0"/></g><text class="pin-number sch-pin-number" x="948.9883051790764" y="622.4862322875821" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.56320772229px" transform="">29</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="453.9694325846764" y="253.69717220475377" width="12.375471814859964" height="12.37547181486002" stroke-width="2.4750943629720004px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="453.9694325846764" y="253.69717220475377" width="12.375471814859964" height="12.37547181486002" fill="transparent"/><text class="sch-text" x="460.1571684921064" y="259.8849081121838" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="21.863333539586px" transform="rotate(0, 460.1571684921064, 259.8849081121838)">J2</text><line class="component-pin sch-component-pin sch-port-line" x1="453.9694325846764" y1="247.50943629732376" x2="404.46754532523636" y2="247.50943629732376" stroke-width="2.4750943629720004px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="401.99245096226434" y="245.03434193435177" width="4.950188725944001" height="4.950188725944001" opacity="0"/></g><text class="pin-number sch-pin-number" x="429.21848895495634" y="245.03434193435174" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.56320772229px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="460.1571684921064" y1="266.0726440196138" x2="460.1571684921064" y2="292.67990842156274" stroke-width="2.4750943629720004px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="457.6820741291344" y="290.2048140585907" width="4.950188725944001" height="4.950188725944001" opacity="0"/></g><text class="pin-number sch-pin-number" x="457.6820741291344" y="279.37627622058824" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.56320772229px" transform="rotate(-90 457.6820741291344 279.37627622058824)">2</text><line class="component-pin sch-component-pin sch-port-line" x1="466.34490439953635" y1="247.50943629732376" x2="515.8467916589764" y2="247.50943629732376" stroke-width="2.4750943629720004px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="513.3716972960044" y="245.03434193435177" width="4.950188725944001" height="4.950188725944001" opacity="0"/></g><text class="pin-number sch-pin-number" x="491.09584802925633" y="245.03434193435174" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.56320772229px" transform="">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="263.38716663583244" y="495.01887259452394" width="12.375471814859964" height="12.37547181486002" stroke-width="2.4750943629720004px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="263.38716663583244" y="495.01887259452394" width="12.375471814859964" height="12.37547181486002" fill="transparent"/><text class="sch-text" x="269.57490254326245" y="501.20660850195395" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="22.275849266748px" transform="rotate(0, 269.57490254326245, 501.20660850195395)">J3</text><line class="component-pin sch-component-pin sch-port-line" x1="257.19943072840243" y1="507.39434440938396" x2="257.19943072840243" y2="556.896231668824" stroke-width="2.4750943629720004px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="254.72433636543045" y="554.4211373058521" width="4.950188725944001" height="4.950188725944001" opacity="0"/></g><text class="pin-number sch-pin-number" x="254.72433636543042" y="532.145288039104" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.56320772229px" transform="rotate(-90 254.72433636543042 532.145288039104)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="275.7626384506924" y1="501.20660850195395" x2="302.3699028526414" y2="501.20660850195395" stroke-width="2.4750943629720004px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="299.8948084896694" y="498.73151413898194" width="4.950188725944001" height="4.950188725944001" opacity="0"/></g><text class="pin-number sch-pin-number" x="289.06627065166697" y="498.731514138982" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.56320772229px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="257.19943072840243" y1="495.01887259452394" x2="257.19943072840243" y2="445.516985335084" stroke-width="2.4750943629720004px"/><g class="sch-port" data-schematic-port-id="source_port_2_2__stack1"><rect x="254.72433636543045" y="443.04189097211196" width="4.950188725944001" height="4.950188725944001" opacity="0"/></g><text class="pin-number sch-pin-number" x="254.72433636543042" y="470.26792896480396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.56320772229px" transform="rotate(-90 254.72433636543042 470.26792896480396)">3</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="973.7392488087964" cy="674.463213909994" r="4.950188725944001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="602.4750943629964" cy="501.20660850195395" r="4.950188725944001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="602.4750943629964" cy="290.82358764933394" r="4.950188725944001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="602.4750943629964" cy="352.70094672363393" r="4.950188725944001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="973.7392488087964" cy="649.712270280274" r="4.950188725944001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="973.7392488087964" cy="117.56698224129391" r="4.950188725944001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="973.7392488087964" cy="142.31792587101395" r="4.950188725944001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="973.7392488087964" cy="624.961326650554" r="4.950188725944001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="404.46754532523636" cy="247.50943629732376" r="4.950188725944001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="460.1571684921064" cy="292.67990842156274" r="4.950188725944001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="515.8467916589764" cy="247.50943629732376" r="4.950188725944001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="257.19943072840243" cy="556.896231668824" r="4.950188725944001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="302.3699028526414" cy="501.20660850195395" r="4.950188725944001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_2__stack1"><circle cx="257.19943072840243" cy="445.516985335084" r="4.950188725944001" 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
- M 998.4901924385165,674.463213909994
92
- L 1010.8656642533765,681.1459686900184
93
- L 1010.8656642533765,738.1226409256338
94
- L 986.1147206236565,738.1226409256338
95
- L 986.1147206236565,681.1459686900184
96
- Z
97
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.4750943629720004px"/><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="998.4901924385165" y="685.601138543368" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="22.275849266748px" transform="rotate(90 998.4901924385165 685.601138543368)">XXX</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="
98
- M 559.1609430109864,352.70094672363393
99
- L 571.5364148258465,359.38370150365836
100
- L 571.5364148258465,416.36037373927377
101
- L 546.7854711961264,416.36037373927377
102
- L 546.7854711961264,359.38370150365836
103
- Z
104
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.4750943629720004px"/><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="559.1609430109864" y="363.8388713570079" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="22.275849266748px" transform="rotate(90 559.1609430109864 363.8388713570079)">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="
105
- M 220.07301528382237,451.82847596066256
106
- L 232.44848709868236,458.511230740687
107
- L 232.44848709868236,515.4879029763024
108
- L 207.69754346896238,515.4879029763024
109
- L 207.69754346896238,458.511230740687
110
- Z
111
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.4750943629720004px"/><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="220.07301528382237" y="462.96640059403654" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="22.275849266748px" transform="rotate(90 220.07301528382237 462.96640059403654)">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="
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 973.7392488087964 142.31792587101395 L 998.4901924385165 142.31792587101395 L 998.4901924385165 117.56698224129391 L 973.7392488087964 117.56698224129391" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.800754903776003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 973.7392488087964 142.31792587101395 L 998.4901924385165 142.31792587101395 L 998.4901924385165 117.56698224129391 L 973.7392488087964 117.56698224129391" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.4750943629720004px" 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 460.1571684921064 292.67990842156274 L 460.1571684921064 317.4308520512827 L 577.7241507332764 317.4308520512827 L 577.7241507332764 290.82358764933394 L 602.4750943629964 290.82358764933394" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.800754903776003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 460.1571684921064 292.67990842156274 L 460.1571684921064 317.4308520512827 L 577.7241507332764 317.4308520512827 L 577.7241507332764 290.82358764933394 L 602.4750943629964 290.82358764933394" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.4750943629720004px" 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 602.4750943629964 352.70094672363393 L 559.1609430109864 352.70094672363393 L 559.1609430109864 247.50943629732376 L 515.8467916589764 247.50943629732376" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.800754903776003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 602.4750943629964 352.70094672363393 L 559.1609430109864 352.70094672363393 L 559.1609430109864 247.50943629732376 L 515.8467916589764 247.50943629732376" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.4750943629720004px" 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 973.7392488087964 624.961326650554 L 998.4901924385165 624.961326650554 L 998.4901924385165 649.712270280274 L 973.7392488087964 649.712270280274" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.800754903776003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 973.7392488087964 624.961326650554 L 998.4901924385165 624.961326650554 L 998.4901924385165 649.712270280274 L 973.7392488087964 649.712270280274" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.4750943629720004px" 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 973.7392488087964 674.463213909994 L 998.4901924385165 674.463213909994 L 998.4901924385165 649.712270280274 L 973.7392488087964 649.712270280274" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.800754903776003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 973.7392488087964 674.463213909994 L 998.4901924385165 674.463213909994 L 998.4901924385165 649.712270280274 L 973.7392488087964 649.712270280274" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.4750943629720004px" 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 302.3699028526414 501.20660850195395 L 602.4750943629964 501.20660850195395" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.800754903776003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 302.3699028526414 501.20660850195395 L 602.4750943629964 501.20660850195395" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.4750943629720004px" 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 257.19943072840243 445.516985335084 L 257.19943072840243 439.32924942765396 L 220.07301528382237 439.32924942765396 L 220.07301528382237 451.82847596066256" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.800754903776003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 257.19943072840243 445.516985335084 L 257.19943072840243 439.32924942765396 L 220.07301528382237 439.32924942765396 L 220.07301528382237 451.82847596066256" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.4750943629720004px" 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 404.46754532523636 247.50943629732376 L 391.96831879222776 247.50943629732376 L 391.96831879222776 222.63473794945514" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.800754903776003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 404.46754532523636 247.50943629732376 L 391.96831879222776 247.50943629732376 L 391.96831879222776 222.63473794945514" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.4750943629720004px" 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 257.19943072840243 556.896231668824 L 257.19943072840243 563.083967576254 L 201.5098075615324 563.083967576254 L 201.5098075615324 451.5809665243654" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.800754903776003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 257.19943072840243 556.896231668824 L 257.19943072840243 563.083967576254 L 201.5098075615324 563.083967576254 L 201.5098075615324 451.5809665243654" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.4750943629720004px" 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"><circle cx="998.4901924385165" cy="649.712270280274" r="3.712641544458" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="973.7392488087964" cy="649.712270280274" r="3.712641544458" 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"/><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="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="651.9769816224364" y="61.877359074423964" width="272.2603799269201" height="643.5245343727199" stroke-width="2.4750943629720004px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="651.9769816224364" y="61.877359074423964" width="272.2603799269201" height="643.5245343727199" fill="transparent"/><text class="sch-text" x="788.1071715858964" y="383.639626260784" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="22.275849266748px" transform="rotate(0, 788.1071715858964, 383.639626260784)">U1</text><line class="component-pin sch-component-pin sch-port-line" x1="924.2373615493565" y1="674.463213909994" x2="973.7392488087964" y2="674.463213909994" stroke-width="2.4750943629720004px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="971.2641544458245" y="671.988119547022" width="4.950188725944001" height="4.950188725944001" opacity="0"/></g><text class="pin-number sch-pin-number" x="948.9883051790764" y="671.988119547022" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.56320772229px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="651.9769816224364" y1="501.20660850195395" x2="602.4750943629964" y2="501.20660850195395" stroke-width="2.4750943629720004px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="600.0000000000244" y="498.73151413898194" width="4.950188725944001" height="4.950188725944001" opacity="0"/></g><text class="pin-number sch-pin-number" x="627.2260379927164" y="498.731514138982" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.56320772229px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="651.9769816224364" y1="290.82358764933394" x2="602.4750943629964" y2="290.82358764933394" stroke-width="2.4750943629720004px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="600.0000000000244" y="288.34849328636193" width="4.950188725944001" height="4.950188725944001" opacity="0"/></g><text class="pin-number sch-pin-number" x="627.2260379927164" y="288.34849328636193" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.56320772229px" transform="">10</text><line class="component-pin sch-component-pin sch-port-line" x1="651.9769816224364" y1="352.70094672363393" x2="602.4750943629964" y2="352.70094672363393" stroke-width="2.4750943629720004px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="600.0000000000244" y="350.2258523606619" width="4.950188725944001" height="4.950188725944001" opacity="0"/></g><text class="pin-number sch-pin-number" x="627.2260379927164" y="350.2258523606619" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.56320772229px" transform="">13</text><line class="component-pin sch-component-pin sch-port-line" x1="924.2373615493565" y1="649.712270280274" x2="973.7392488087964" y2="649.712270280274" stroke-width="2.4750943629720004px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="971.2641544458245" y="647.237175917302" width="4.950188725944001" height="4.950188725944001" opacity="0"/></g><text class="pin-number sch-pin-number" x="948.9883051790764" y="647.237175917302" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.56320772229px" transform="">18</text><line class="component-pin sch-component-pin sch-port-line" x1="924.2373615493565" y1="117.56698224129391" x2="973.7392488087964" y2="117.56698224129391" stroke-width="2.4750943629720004px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="971.2641544458245" y="115.09188787832191" width="4.950188725944001" height="4.950188725944001" opacity="0"/></g><text class="pin-number sch-pin-number" x="948.9883051790764" y="115.09188787832193" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.56320772229px" transform="">22</text><line class="component-pin sch-component-pin sch-port-line" x1="924.2373615493565" y1="142.31792587101395" x2="973.7392488087964" y2="142.31792587101395" stroke-width="2.4750943629720004px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="971.2641544458245" y="139.84283150804197" width="4.950188725944001" height="4.950188725944001" opacity="0"/></g><text class="pin-number sch-pin-number" x="948.9883051790764" y="139.84283150804194" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.56320772229px" transform="">28</text><line class="component-pin sch-component-pin sch-port-line" x1="924.2373615493565" y1="624.961326650554" x2="973.7392488087964" y2="624.961326650554" stroke-width="2.4750943629720004px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="971.2641544458245" y="622.4862322875821" width="4.950188725944001" height="4.950188725944001" opacity="0"/></g><text class="pin-number sch-pin-number" x="948.9883051790764" y="622.4862322875821" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.56320772229px" transform="">29</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="453.9694325846764" y="253.69717220475377" width="12.375471814859964" height="12.37547181486002" stroke-width="2.4750943629720004px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="453.9694325846764" y="253.69717220475377" width="12.375471814859964" height="12.37547181486002" fill="transparent"/><text class="sch-text" x="460.1571684921064" y="259.8849081121838" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="21.863333539586px" transform="rotate(0, 460.1571684921064, 259.8849081121838)">J2</text><line class="component-pin sch-component-pin sch-port-line" x1="453.9694325846764" y1="247.50943629732376" x2="404.46754532523636" y2="247.50943629732376" stroke-width="2.4750943629720004px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="401.99245096226434" y="245.03434193435177" width="4.950188725944001" height="4.950188725944001" opacity="0"/></g><text class="pin-number sch-pin-number" x="429.21848895495634" y="245.03434193435174" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.56320772229px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="460.1571684921064" y1="266.0726440196138" x2="460.1571684921064" y2="292.67990842156274" stroke-width="2.4750943629720004px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="457.6820741291344" y="290.2048140585907" width="4.950188725944001" height="4.950188725944001" opacity="0"/></g><text class="pin-number sch-pin-number" x="457.6820741291344" y="279.37627622058824" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.56320772229px" transform="rotate(-90 457.6820741291344 279.37627622058824)">2</text><line class="component-pin sch-component-pin sch-port-line" x1="466.34490439953635" y1="247.50943629732376" x2="515.8467916589764" y2="247.50943629732376" stroke-width="2.4750943629720004px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="513.3716972960044" y="245.03434193435177" width="4.950188725944001" height="4.950188725944001" opacity="0"/></g><text class="pin-number sch-pin-number" x="491.09584802925633" y="245.03434193435174" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.56320772229px" transform="">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="263.38716663583244" y="495.01887259452394" width="12.375471814859964" height="12.37547181486002" stroke-width="2.4750943629720004px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="263.38716663583244" y="495.01887259452394" width="12.375471814859964" height="12.37547181486002" fill="transparent"/><text class="sch-text" x="269.57490254326245" y="501.20660850195395" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="22.275849266748px" transform="rotate(0, 269.57490254326245, 501.20660850195395)">J3</text><line class="component-pin sch-component-pin sch-port-line" x1="257.19943072840243" y1="507.39434440938396" x2="257.19943072840243" y2="556.896231668824" stroke-width="2.4750943629720004px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="254.72433636543045" y="554.4211373058521" width="4.950188725944001" height="4.950188725944001" opacity="0"/></g><text class="pin-number sch-pin-number" x="254.72433636543042" y="532.145288039104" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.56320772229px" transform="rotate(-90 254.72433636543042 532.145288039104)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="275.7626384506924" y1="501.20660850195395" x2="302.3699028526414" y2="501.20660850195395" stroke-width="2.4750943629720004px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="299.8948084896694" y="498.73151413898194" width="4.950188725944001" height="4.950188725944001" opacity="0"/></g><text class="pin-number sch-pin-number" x="289.06627065166697" y="498.731514138982" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.56320772229px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="257.19943072840243" y1="495.01887259452394" x2="257.19943072840243" y2="445.516985335084" stroke-width="2.4750943629720004px"/><g class="sch-port" data-schematic-port-id="source_port_2_2__stack1"><rect x="254.72433636543045" y="443.04189097211196" width="4.950188725944001" height="4.950188725944001" opacity="0"/></g><text class="pin-number sch-pin-number" x="254.72433636543042" y="470.26792896480396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.56320772229px" transform="rotate(-90 254.72433636543042 470.26792896480396)">3</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="973.7392488087964" cy="674.463213909994" r="4.950188725944001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="602.4750943629964" cy="501.20660850195395" r="4.950188725944001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="602.4750943629964" cy="290.82358764933394" r="4.950188725944001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="602.4750943629964" cy="352.70094672363393" r="4.950188725944001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="973.7392488087964" cy="649.712270280274" r="4.950188725944001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="973.7392488087964" cy="117.56698224129391" r="4.950188725944001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="973.7392488087964" cy="142.31792587101395" r="4.950188725944001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="973.7392488087964" cy="624.961326650554" r="4.950188725944001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="404.46754532523636" cy="247.50943629732376" r="4.950188725944001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="460.1571684921064" cy="292.67990842156274" r="4.950188725944001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="515.8467916589764" cy="247.50943629732376" r="4.950188725944001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="257.19943072840243" cy="556.896231668824" r="4.950188725944001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="302.3699028526414" cy="501.20660850195395" r="4.950188725944001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_2__stack1"><circle cx="257.19943072840243" cy="445.516985335084" r="4.950188725944001" fill="red" opacity="0"/></g><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" x="983.6396262606845" y="674.463213909994" width="29.701132355663958" height="22.275849266748082" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="M 983.6396262606845 696.7390631767421 L 1013.3407586163485 696.7390631767421" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.4750943629720004px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="M 998.4901924385165 696.7390631767421 L 998.4901924385165 674.463213909994" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.4750943629720004px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" x="998.4901924385165" y="702.9267990841721" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="22.275849266748px">XXX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="544.3103768331545" y="352.70094672363393" width="29.701132355663958" height="22.27584926674797" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="M 544.3103768331545 374.9767959903819 L 574.0115091888184 374.9767959903819" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.4750943629720004px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="M 559.1609430109864 374.9767959903819 L 559.1609430109864 352.70094672363393" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.4750943629720004px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="559.1609430109864" y="381.1645318978119" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="22.275849266748px">XXX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="205.22244910599036" y="451.8284759606626" width="29.701132355664015" height="22.27584926674797" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="M 205.22244910599036 474.1043252274106 L 234.92358146165438 474.1043252274106" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.4750943629720004px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="M 220.07301528382237 474.1043252274106 L 220.07301528382237 451.8284759606626" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.4750943629720004px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="220.07301528382237" y="480.2920611348406" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="22.275849266748px">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="
112
91
  M 452.4224986078189,501.20660850195395
113
92
  L 440.0470267929589,494.5238537219295
114
93
  L 440.0470267929589,452.08423571150297