@tscircuit/schematic-trace-solver 0.0.148 → 0.0.150

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 (164) hide show
  1. package/.agents/skills/schematic-trace-visualization/SKILL.md +7 -2
  2. package/dist/index.d.ts +31 -2
  3. package/dist/index.js +127 -46
  4. package/lib/solvers/InlineNetLabelSolver/InlineNetLabelSolver.ts +115 -6
  5. package/lib/solvers/NetLabelPlacementSolver/NetLabelPlacementSolver.ts +17 -1
  6. package/lib/solvers/NetLabelPlacementSolver/SingleNetLabelPlacementSolver/SingleNetLabelPlacementSolver.ts +2 -0
  7. package/lib/solvers/NetLabelPlacementSolver/SingleNetLabelPlacementSolver/solvePortOnlyPin.ts +2 -0
  8. package/lib/types/InputProblem.ts +27 -1
  9. package/package.json +8 -1
  10. package/site/examples/example51.page.tsx +4 -0
  11. package/tests/assets/example51.json +5102 -0
  12. package/tests/bug-reports/bug-report-20260706T213649Z/__snapshots__/bug-report-20260706T213649Z.snap.svg +751 -5
  13. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +660 -5
  14. package/tests/bug-reports/bug-report-20260707T020342Z/__snapshots__/bug-report-20260707T020342Z.snap.svg +44 -5
  15. package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +394 -5
  16. package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +170 -5
  17. package/tests/bug-reports/bug-report-20260707T134722Z/__snapshots__/bug-report-20260707T134722Z.snap.svg +79 -5
  18. package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +219 -5
  19. package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +65 -5
  20. package/tests/bug-reports/bug-report-20260707T141421Z/__snapshots__/bug-report-20260707T141421Z.snap.svg +142 -5
  21. package/tests/bug-reports/bug-report-20260707T230831Z/__snapshots__/bug-report-20260707T230831Z.snap.svg +100 -5
  22. package/tests/bug-reports/bug-report-20260708T053736Z/__snapshots__/bug-report-20260708T053736Z.snap.svg +23 -5
  23. package/tests/bug-reports/bug-report-20260708T055430Z/__snapshots__/bug-report-20260708T055430Z.snap.svg +58 -5
  24. package/tests/bug-reports/bug-report-20260708T095725Z/__snapshots__/bug-report-20260708T095725Z.snap.svg +86 -5
  25. package/tests/bug-reports/bug-report-20260716T144856Z/__snapshots__/bug-report-20260716T144856Z.snap.svg +226 -5
  26. package/tests/bug-reports/bug-report-20260717T022934Z/__snapshots__/bug-report-20260717T022934Z.snap.svg +191 -5
  27. package/tests/bug-reports/bug-report-20260717T031704Z/__snapshots__/bug-report-20260717T031704Z.snap.svg +30 -5
  28. package/tests/bug-reports/bug-report-20260717T042845Z/__snapshots__/bug-report-20260717T042845Z.snap.svg +37 -5
  29. package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +580 -2
  30. package/tests/bug-reports/bug-report-20260724T175257Z/__snapshots__/bug-report-20260724T175257Z.snap.svg +44 -5
  31. package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +107 -5
  32. package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +114 -5
  33. package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +121 -5
  34. package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +51 -5
  35. package/tests/bug-reports/bug-report-20260804T095800Z/__snapshots__/bug-report-20260804T095800Z.snap.svg +212 -5
  36. package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +569 -5
  37. package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +37 -5
  38. package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +289 -5
  39. package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +289 -5
  40. package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +149 -5
  41. package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +93 -5
  42. package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +79 -5
  43. package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +244 -2
  44. package/tests/examples/__snapshots__/example01.snap.svg +44 -5
  45. package/tests/examples/__snapshots__/example02.snap.svg +51 -5
  46. package/tests/examples/__snapshots__/example03.snap.svg +86 -5
  47. package/tests/examples/__snapshots__/example04.snap.svg +30 -5
  48. package/tests/examples/__snapshots__/example05.snap.svg +30 -5
  49. package/tests/examples/__snapshots__/example06.snap.svg +30 -5
  50. package/tests/examples/__snapshots__/example07.snap.svg +58 -5
  51. package/tests/examples/__snapshots__/example08.snap.svg +37 -5
  52. package/tests/examples/__snapshots__/example09.snap.svg +149 -5
  53. package/tests/examples/__snapshots__/example10.snap.svg +65 -5
  54. package/tests/examples/__snapshots__/example11.snap.svg +51 -5
  55. package/tests/examples/__snapshots__/example12.snap.svg +51 -5
  56. package/tests/examples/__snapshots__/example13.snap.svg +72 -5
  57. package/tests/examples/__snapshots__/example14.snap.svg +79 -5
  58. package/tests/examples/__snapshots__/example15.snap.svg +86 -5
  59. package/tests/examples/__snapshots__/example16.snap.svg +51 -5
  60. package/tests/examples/__snapshots__/example17.snap.svg +51 -5
  61. package/tests/examples/__snapshots__/example18.snap.svg +58 -5
  62. package/tests/examples/__snapshots__/example19.snap.svg +44 -5
  63. package/tests/examples/__snapshots__/example20.snap.svg +44 -5
  64. package/tests/examples/__snapshots__/example21.snap.svg +72 -5
  65. package/tests/examples/__snapshots__/example22.snap.svg +51 -5
  66. package/tests/examples/__snapshots__/example23.snap.svg +51 -5
  67. package/tests/examples/__snapshots__/example24.snap.svg +51 -5
  68. package/tests/examples/__snapshots__/example25.snap.svg +86 -5
  69. package/tests/examples/__snapshots__/example26.snap.svg +51 -5
  70. package/tests/examples/__snapshots__/example27.snap.svg +72 -5
  71. package/tests/examples/__snapshots__/example28.snap.svg +44 -5
  72. package/tests/examples/__snapshots__/example29.snap.svg +324 -5
  73. package/tests/examples/__snapshots__/example30.snap.svg +107 -5
  74. package/tests/examples/__snapshots__/example31.snap.svg +37 -5
  75. package/tests/examples/__snapshots__/example32.snap.svg +149 -5
  76. package/tests/examples/__snapshots__/example33.snap.svg +93 -5
  77. package/tests/examples/__snapshots__/example34.snap.svg +51 -5
  78. package/tests/examples/__snapshots__/example35.snap.svg +58 -5
  79. package/tests/examples/__snapshots__/example36.snap.svg +44 -5
  80. package/tests/examples/__snapshots__/example37.snap.svg +72 -5
  81. package/tests/examples/__snapshots__/example38.snap.svg +30 -5
  82. package/tests/examples/__snapshots__/example39.snap.svg +37 -5
  83. package/tests/examples/__snapshots__/example40.snap.svg +100 -5
  84. package/tests/examples/__snapshots__/example41.snap.svg +44 -5
  85. package/tests/examples/__snapshots__/example42.snap.svg +65 -5
  86. package/tests/examples/__snapshots__/example43.snap.svg +58 -5
  87. package/tests/examples/__snapshots__/example44.snap.svg +107 -5
  88. package/tests/examples/__snapshots__/example45.snap.svg +51 -5
  89. package/tests/examples/__snapshots__/example46.snap.svg +93 -5
  90. package/tests/examples/__snapshots__/example47.snap.svg +93 -5
  91. package/tests/examples/__snapshots__/example48.snap.svg +65 -5
  92. package/tests/examples/__snapshots__/example49.snap.svg +177 -5
  93. package/tests/examples/__snapshots__/example50.snap.svg +93 -5
  94. package/tests/examples/__snapshots__/example51.snap.svg +952 -0
  95. package/tests/examples/example51.test.ts +12 -0
  96. package/tests/fixtures/convertSolverOutputToCircuitJson.test.ts +219 -0
  97. package/tests/fixtures/convertSolverOutputToCircuitJson.ts +1058 -0
  98. package/tests/fixtures/matcher.ts +45 -8
  99. package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +762 -2
  100. package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +111 -2
  101. package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +167 -2
  102. package/tests/repros/__snapshots__/bugreport-001-gnd-overlap.snap.svg +65 -5
  103. package/tests/repros/__snapshots__/manufacturePartNumber-text-box.snap.svg +30 -5
  104. package/tests/repros/__snapshots__/netlabel-connector-through-rail-label.snap.svg +79 -5
  105. package/tests/repros/__snapshots__/repro-atmega328p-fault-pullup.snap.svg +65 -5
  106. package/tests/repros/__snapshots__/repro-atmega328p-missing-gnd-netlabel.snap.svg +149 -5
  107. package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +55 -2
  108. package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +160 -2
  109. package/tests/repros/__snapshots__/repro-bq24074-battery-charger.snap.svg +135 -5
  110. package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +69 -2
  111. package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +86 -5
  112. package/tests/repros/__snapshots__/repro-core-555-power-cross-net-overlap.snap.svg +44 -5
  113. package/tests/repros/__snapshots__/repro-core-subcircuit-missing-ground.snap.svg +44 -5
  114. package/tests/repros/__snapshots__/repro-core-tb67s579ftg-inline-label-routing.snap.svg +260 -0
  115. package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +335 -2
  116. package/tests/repros/__snapshots__/repro-ground-label-on-lower-rail-end.snap.svg +48 -2
  117. package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +149 -5
  118. package/tests/repros/__snapshots__/repro-missing-trace-netlabel.snap.svg +72 -5
  119. package/tests/repros/__snapshots__/repro-netlabel-collision-687.snap.svg +100 -5
  120. package/tests/repros/__snapshots__/repro-netlabel-overlap-trace.snap.svg +51 -5
  121. package/tests/repros/__snapshots__/repro-nrf52810-clock-routing.snap.svg +90 -2
  122. package/tests/repros/__snapshots__/repro-power-group-rail-labels.snap.svg +37 -5
  123. package/tests/repros/__snapshots__/repro-rectifier-trace-overlap.snap.svg +44 -5
  124. package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +237 -2
  125. package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +72 -5
  126. package/tests/repros/__snapshots__/repro-rp2040-v3v3-label-placement.snap.svg +51 -5
  127. package/tests/repros/__snapshots__/repro-rp2040-zero-crystal-fallback-netlabels.snap.svg +30 -5
  128. package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +79 -5
  129. package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +27 -2
  130. package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +1150 -5
  131. package/tests/repros/__snapshots__/repro-tps61222-trace-intersection.snap.svg +51 -5
  132. package/tests/repros/__snapshots__/repro-type-c-16pin-self-connection.snap.svg +30 -5
  133. package/tests/repros/__snapshots__/repro-type-c-16pin-to-resistor.snap.svg +30 -5
  134. package/tests/repros/__snapshots__/repro-type-c-vbus-led-ground-label.snap.svg +44 -5
  135. package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +685 -2
  136. package/tests/repros/__snapshots__/repro-vcc-pin1-detour.snap.svg +27 -2
  137. package/tests/repros/__snapshots__/repro129-host-custom-symbol-passives.snap.svg +51 -5
  138. package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +100 -5
  139. package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +107 -5
  140. package/tests/repros/__snapshots__/repro47-endpoint-obstacle-detour.snap.svg +51 -5
  141. package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +104 -2
  142. package/tests/repros/__snapshots__/repro5-escape-padded-text-obstacles.snap.svg +30 -5
  143. package/tests/repros/__snapshots__/repro51-overlap-junction-crossing.snap.svg +65 -5
  144. package/tests/repros/__snapshots__/repro84-stacked-gnd-label-orientation.snap.svg +27 -2
  145. package/tests/repros/__snapshots__/small-variant-resistor-facing-direction.snap.svg +58 -5
  146. package/tests/repros/__snapshots__/trace-overlap-box-resistor.snap.svg +37 -5
  147. package/tests/repros/assets/repro-core-tb67s579ftg-inline-label-routing.input.json +900 -0
  148. package/tests/repros/repro-core-tb67s579ftg-inline-label-routing.test.ts +40 -0
  149. package/tests/solvers/InlineNetLabelSolver/__snapshots__/fallback-net-label-width.snap.svg +25 -7
  150. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-anchored-label-clearance.snap.svg +34 -2
  151. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-port-stub.snap.svg +23 -5
  152. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-two-pin-net.snap.svg +23 -5
  153. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label01.snap.svg +23 -5
  154. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label02.snap.svg +23 -5
  155. package/tests/solvers/InlineNetLabelSolver/__snapshots__/terminal-stub-trace-clearance.snap.svg +71 -0
  156. package/tests/solvers/InlineNetLabelSolver/fallback-net-label-width.test.ts +10 -1
  157. package/tests/solvers/InlineNetLabelSolver/terminal-stub-trace-clearance.test.ts +102 -0
  158. package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_01-example17-d1_1-u1_1.snap.svg +23 -5
  159. package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_repro47-short-opposing-pins.snap.svg +20 -2
  160. package/tests/solvers/TraceCleanupSolver/__snapshots__/TraceCleanupSolver.snap.svg +44 -5
  161. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/__snapshots__/TraceLabelOverlapAvoidanceSolver.snap.svg +79 -5
  162. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/MergedNetLabelObstacles.snap.svg +44 -5
  163. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/OverlapAvoidanceStepSolver.snap.svg +23 -5
  164. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/SingleOverlapSolver.snap.svg +30 -5
@@ -1,4 +1,6 @@
1
- <svg width="640" height="640" viewBox="0 0 640 640" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" fill="white"/><g><polyline data-points="-12,6.88 -8.9,3.3" data-type="line" data-label="" points="160.8687503445235,96.83038421255722 256.5635852488838,207.3424838763023" fill="none" stroke="hsl(0, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-8,6.88 -8.3,3.3" data-type="line" data-label="" points="284.3459566727303,96.83038421255722 275.0851661981148,207.3424838763023" fill="none" stroke="hsl(200, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-8,6.12 -8.1,3.3" data-type="line" data-label="" points="284.3459566727303,120.29105341491649 281.2590265145252,207.3424838763023" fill="none" stroke="hsl(200, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,6.88 -8.5,3.3" data-type="line" data-label="" points="407.82316300093714,96.83038421255722 268.9113058817045,207.3424838763023" fill="none" stroke="hsl(312, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-10,-6.12 -7.9,3.3" data-type="line" data-label="" points="222.60735350862694,498.13130477922925 287.43288683093544,207.3424838763023" fill="none" stroke="hsl(336, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-7.5,3.3 -8,-8.2" data-type="line" data-label="" points="299.78060746375616,207.3424838763023 284.3459566727303,562.3394520698968" fill="none" stroke="hsl(80, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-7.3,3.3 -5,-8.2" data-type="line" data-label="" points="305.9544677801665,207.3424838763023 376.9538614188854,562.3394520698968" fill="none" stroke="hsl(0, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-7.1,3.3 -2,-8.2" data-type="line" data-label="" points="312.12832809657687,207.3424838763023 469.5617661650405,562.3394520698968" fill="none" stroke="hsl(288, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-8.9,3.3 -8.7,3.3" data-type="line" data-label="" points="256.5635852488838,207.3424838763023 262.73744556529414,207.3424838763023" fill="none" stroke="hsl(223, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.9,3.3 -12,6.88" data-type="line" data-label="" points="256.5635852488838,207.3424838763023 160.8687503445235,96.83038421255722" fill="none" stroke="hsl(223, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.9,3.3 -4,6.12" data-type="line" data-label="" points="256.5635852488838,207.3424838763023 407.82316300093714,120.29105341491649" fill="none" stroke="hsl(223, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.7,3.3 -12,6.88" data-type="line" data-label="" points="262.73744556529414,207.3424838763023 160.8687503445235,96.83038421255722" fill="none" stroke="hsl(223, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.7,3.3 -4,6.12" data-type="line" data-label="" points="262.73744556529414,207.3424838763023 407.82316300093714,120.29105341491649" fill="none" stroke="hsl(223, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,6.88 -4,6.12" data-type="line" data-label="" points="160.8687503445235,96.83038421255722 407.82316300093714,120.29105341491649" fill="none" stroke="hsl(223, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.7,3.3 -12,6.12" data-type="line" data-label="" points="293.6067471473458,207.3424838763023 160.8687503445235,120.29105341491649" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.7,3.3 -10,-6.88" data-type="line" data-label="" points="293.6067471473458,207.3424838763023 222.60735350862694,521.5919739815886" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.7,3.3 -8,-8.8" data-type="line" data-label="" points="293.6067471473458,207.3424838763023 284.3459566727303,580.8610330191278" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.7,3.3 -5,-8.8" data-type="line" data-label="" points="293.6067471473458,207.3424838763023 376.9538614188854,580.8610330191278" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.7,3.3 -2,-8.8" data-type="line" data-label="" points="293.6067471473458,207.3424838763023 469.5617661650405,580.8610330191278" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,6.12 -10,-6.88" data-type="line" data-label="" points="160.8687503445235,120.29105341491649 222.60735350862694,521.5919739815886" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,6.12 -8,-8.8" data-type="line" data-label="" points="160.8687503445235,120.29105341491649 284.3459566727303,580.8610330191278" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,6.12 -5,-8.8" data-type="line" data-label="" points="160.8687503445235,120.29105341491649 376.9538614188854,580.8610330191278" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,6.12 -2,-8.8" data-type="line" data-label="" points="160.8687503445235,120.29105341491649 469.5617661650405,580.8610330191278" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10,-6.88 -8,-8.8" data-type="line" data-label="" points="222.60735350862694,521.5919739815886 284.3459566727303,580.8610330191278" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10,-6.88 -5,-8.8" data-type="line" data-label="" points="222.60735350862694,521.5919739815886 376.9538614188854,580.8610330191278" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10,-6.88 -2,-8.8" data-type="line" data-label="" points="222.60735350862694,521.5919739815886 469.5617661650405,580.8610330191278" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8,-8.8 -5,-8.8" data-type="line" data-label="" points="284.3459566727303,580.8610330191278 376.9538614188854,580.8610330191278" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8,-8.8 -2,-8.8" data-type="line" data-label="" points="284.3459566727303,580.8610330191278 469.5617661650405,580.8610330191278" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5,-8.8 -2,-8.8" data-type="line" data-label="" points="376.9538614188854,580.8610330191278 469.5617661650405,580.8610330191278" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.7,3.3 -8.7,3.499999999999999 -8.9,3.499999999999999 -8.9,3.3" data-type="line" data-label="" points="262.73744556529414,207.3424838763023 262.73744556529414,201.16862355989196 256.5635852488838,201.16862355989196 256.5635852488838,207.3424838763023" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.1,3.3 -7.1,3.5 -2,3.5 -2,-8.200000000000003" data-type="line" data-label="" points="312.12832809657687,207.3424838763023 312.12832809657687,201.16862355989196 469.5617661650405,201.16862355989196 469.5617661650405,562.3394520698969" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-10,-6.88 -10,-9.000000000000002 -8,-9.000000000000002 -8,-8.8" data-type="line" data-label="" points="222.60735350862694,521.5919739815886 222.60735350862694,587.0348933355383 284.3459566727303,587.0348933355383 284.3459566727303,580.8610330191278" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5,-8.8 -5,-9 -2,-9 -2,-8.8" data-type="line" data-label="" points="376.9538614188854,580.8610330191278 376.9538614188854,587.0348933355382 469.5617661650405,587.0348933355382 469.5617661650405,580.8610330191278" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12,6.88 -12,8.301 -5.9,8.301 -5.9,5.920000000000001 -4,5.920000000000001 -4,6.12" data-type="line" data-label="" points="160.8687503445235,96.83038421255722 160.8687503445235,52.96510666446176 349.1714899950389,52.96510666446176 349.1714899950389,126.46491373132682 407.82316300093714,126.46491373132682 407.82316300093714,120.29105341491649" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.7,3.299999999999999 -7.7,4.840999999999999 -8.699999999999998,4.840999999999999 -8.699999999999998,4.71 -12,4.71 -12,6.12" data-type="line" data-label="" points="293.6067471473458,207.3424838763023 293.6067471473458,159.77289013836065 262.7374455652942,159.77289013836065 262.7374455652942,163.8167686456094 160.8687503445235,163.8167686456094 160.8687503445235,120.29105341491649" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-8" data-y="0" x="191.73805192657522" y="207.3424838763023" width="185.2158094923102" height="203.73739044154115" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.032394642857142865"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-11.6275" data-y="6.5" x="146.97756463260032" y="96.83038421255722" width="50.78000110247501" height="23.46066920235927" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.032394642857142865"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-9.8075" data-y="-6.5" x="208.7161677967037" y="498.13130477922925" width="39.667052532936395" height="23.460669202359327" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.032394642857142865"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-7.927499999999999" data-y="6.5" x="270.4547709608071" y="96.83038421255722" width="32.25842015324406" height="23.46066920235927" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.032394642857142865"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-3.8674999999999997" data-y="6.5" x="393.93197728901384" y="96.83038421255722" width="35.96273634309023" height="23.46066920235927" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.032394642857142865"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="-7.785" data-y="-8.5" x="270.4547709608071" y="562.3394520698968" width="41.05617110412868" height="18.521580949231065" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.032394642857142865"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="-4.665" data-y="-8.5" x="363.0626757069622" y="562.3394520698968" width="48.46480348382113" height="18.521580949231065" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.032394642857142865"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="-1.8450000000000002" data-y="-8.5" x="455.6705804531173" y="562.3394520698968" width="37.35185491428257" height="18.521580949231065" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.032394642857142865"/></g><g><rect data-type="rect" data-label="DRV8323HRTAR" data-x="-4.580000000000001" data-y="3.25" x="367.69307094426983" y="206.10771181302022" width="44.45179427815441" height="5.556474284769308" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.032394642857142865"/></g><g><rect data-type="rect" data-label="U_GATE" data-x="-4.940000000000001" data-y="3.0149999999999997" x="365.84091284934675" y="212.28157212943057" width="25.9302133289234" height="7.7173253955129155" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.032394642857142865"/></g><g><rect data-type="rect" data-label="netId: .C_CP &gt; .pin2 to .U_GATE &gt; .CPL
1
+ <svg width="2416" height="1200" viewBox="0 0 2416 1200" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on the left and Circuit JSON schematic on the right">
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="-12,6.88 -8.9,3.3" data-type="line" data-label="" points="160.8687503445235,96.83038421255722 256.5635852488838,207.3424838763023" fill="none" stroke="hsl(0, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-8,6.88 -8.3,3.3" data-type="line" data-label="" points="284.3459566727303,96.83038421255722 275.0851661981148,207.3424838763023" fill="none" stroke="hsl(200, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-8,6.12 -8.1,3.3" data-type="line" data-label="" points="284.3459566727303,120.29105341491649 281.2590265145252,207.3424838763023" fill="none" stroke="hsl(200, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,6.88 -8.5,3.3" data-type="line" data-label="" points="407.82316300093714,96.83038421255722 268.9113058817045,207.3424838763023" fill="none" stroke="hsl(312, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-10,-6.12 -7.9,3.3" data-type="line" data-label="" points="222.60735350862694,498.13130477922925 287.43288683093544,207.3424838763023" fill="none" stroke="hsl(336, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-7.5,3.3 -8,-8.2" data-type="line" data-label="" points="299.78060746375616,207.3424838763023 284.3459566727303,562.3394520698968" fill="none" stroke="hsl(80, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-7.3,3.3 -5,-8.2" data-type="line" data-label="" points="305.9544677801665,207.3424838763023 376.9538614188854,562.3394520698968" fill="none" stroke="hsl(0, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-7.1,3.3 -2,-8.2" data-type="line" data-label="" points="312.12832809657687,207.3424838763023 469.5617661650405,562.3394520698968" fill="none" stroke="hsl(288, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-8.9,3.3 -8.7,3.3" data-type="line" data-label="" points="256.5635852488838,207.3424838763023 262.73744556529414,207.3424838763023" fill="none" stroke="hsl(223, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.9,3.3 -12,6.88" data-type="line" data-label="" points="256.5635852488838,207.3424838763023 160.8687503445235,96.83038421255722" fill="none" stroke="hsl(223, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.9,3.3 -4,6.12" data-type="line" data-label="" points="256.5635852488838,207.3424838763023 407.82316300093714,120.29105341491649" fill="none" stroke="hsl(223, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.7,3.3 -12,6.88" data-type="line" data-label="" points="262.73744556529414,207.3424838763023 160.8687503445235,96.83038421255722" fill="none" stroke="hsl(223, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.7,3.3 -4,6.12" data-type="line" data-label="" points="262.73744556529414,207.3424838763023 407.82316300093714,120.29105341491649" fill="none" stroke="hsl(223, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,6.88 -4,6.12" data-type="line" data-label="" points="160.8687503445235,96.83038421255722 407.82316300093714,120.29105341491649" fill="none" stroke="hsl(223, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.7,3.3 -12,6.12" data-type="line" data-label="" points="293.6067471473458,207.3424838763023 160.8687503445235,120.29105341491649" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.7,3.3 -10,-6.88" data-type="line" data-label="" points="293.6067471473458,207.3424838763023 222.60735350862694,521.5919739815886" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.7,3.3 -8,-8.8" data-type="line" data-label="" points="293.6067471473458,207.3424838763023 284.3459566727303,580.8610330191278" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.7,3.3 -5,-8.8" data-type="line" data-label="" points="293.6067471473458,207.3424838763023 376.9538614188854,580.8610330191278" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.7,3.3 -2,-8.8" data-type="line" data-label="" points="293.6067471473458,207.3424838763023 469.5617661650405,580.8610330191278" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,6.12 -10,-6.88" data-type="line" data-label="" points="160.8687503445235,120.29105341491649 222.60735350862694,521.5919739815886" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,6.12 -8,-8.8" data-type="line" data-label="" points="160.8687503445235,120.29105341491649 284.3459566727303,580.8610330191278" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,6.12 -5,-8.8" data-type="line" data-label="" points="160.8687503445235,120.29105341491649 376.9538614188854,580.8610330191278" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12,6.12 -2,-8.8" data-type="line" data-label="" points="160.8687503445235,120.29105341491649 469.5617661650405,580.8610330191278" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10,-6.88 -8,-8.8" data-type="line" data-label="" points="222.60735350862694,521.5919739815886 284.3459566727303,580.8610330191278" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10,-6.88 -5,-8.8" data-type="line" data-label="" points="222.60735350862694,521.5919739815886 376.9538614188854,580.8610330191278" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10,-6.88 -2,-8.8" data-type="line" data-label="" points="222.60735350862694,521.5919739815886 469.5617661650405,580.8610330191278" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8,-8.8 -5,-8.8" data-type="line" data-label="" points="284.3459566727303,580.8610330191278 376.9538614188854,580.8610330191278" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8,-8.8 -2,-8.8" data-type="line" data-label="" points="284.3459566727303,580.8610330191278 469.5617661650405,580.8610330191278" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5,-8.8 -2,-8.8" data-type="line" data-label="" points="376.9538614188854,580.8610330191278 469.5617661650405,580.8610330191278" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.7,3.3 -8.7,3.499999999999999 -8.9,3.499999999999999 -8.9,3.3" data-type="line" data-label="" points="262.73744556529414,207.3424838763023 262.73744556529414,201.16862355989196 256.5635852488838,201.16862355989196 256.5635852488838,207.3424838763023" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.1,3.3 -7.1,3.5 -2,3.5 -2,-8.200000000000003" data-type="line" data-label="" points="312.12832809657687,207.3424838763023 312.12832809657687,201.16862355989196 469.5617661650405,201.16862355989196 469.5617661650405,562.3394520698969" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-10,-6.88 -10,-9.000000000000002 -8,-9.000000000000002 -8,-8.8" data-type="line" data-label="" points="222.60735350862694,521.5919739815886 222.60735350862694,587.0348933355383 284.3459566727303,587.0348933355383 284.3459566727303,580.8610330191278" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5,-8.8 -5,-9 -2,-9 -2,-8.8" data-type="line" data-label="" points="376.9538614188854,580.8610330191278 376.9538614188854,587.0348933355382 469.5617661650405,587.0348933355382 469.5617661650405,580.8610330191278" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12,6.88 -12,8.301 -5.9,8.301 -5.9,5.920000000000001 -4,5.920000000000001 -4,6.12" data-type="line" data-label="" points="160.8687503445235,96.83038421255722 160.8687503445235,52.96510666446176 349.1714899950389,52.96510666446176 349.1714899950389,126.46491373132682 407.82316300093714,126.46491373132682 407.82316300093714,120.29105341491649" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.7,3.299999999999999 -7.7,4.840999999999999 -8.699999999999998,4.840999999999999 -8.699999999999998,4.71 -12,4.71 -12,6.12" data-type="line" data-label="" points="293.6067471473458,207.3424838763023 293.6067471473458,159.77289013836065 262.7374455652942,159.77289013836065 262.7374455652942,163.8167686456094 160.8687503445235,163.8167686456094 160.8687503445235,120.29105341491649" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-8" data-y="0" x="191.73805192657522" y="207.3424838763023" width="185.2158094923102" height="203.73739044154115" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.032394642857142865"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-11.6275" data-y="6.5" x="146.97756463260032" y="96.83038421255722" width="50.78000110247501" height="23.46066920235927" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.032394642857142865"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-9.8075" data-y="-6.5" x="208.7161677967037" y="498.13130477922925" width="39.667052532936395" height="23.460669202359327" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.032394642857142865"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-7.927499999999999" data-y="6.5" x="270.4547709608071" y="96.83038421255722" width="32.25842015324406" height="23.46066920235927" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.032394642857142865"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-3.8674999999999997" data-y="6.5" x="393.93197728901384" y="96.83038421255722" width="35.96273634309023" height="23.46066920235927" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.032394642857142865"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="-7.785" data-y="-8.5" x="270.4547709608071" y="562.3394520698968" width="41.05617110412868" height="18.521580949231065" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.032394642857142865"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="-4.665" data-y="-8.5" x="363.0626757069622" y="562.3394520698968" width="48.46480348382113" height="18.521580949231065" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.032394642857142865"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="-1.8450000000000002" data-y="-8.5" x="455.6705804531173" y="562.3394520698968" width="37.35185491428257" height="18.521580949231065" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.032394642857142865"/></g><g><rect data-type="rect" data-label="DRV8323HRTAR" data-x="-4.580000000000001" data-y="3.25" x="367.69307094426983" y="206.10771181302022" width="44.45179427815441" height="5.556474284769308" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.032394642857142865"/></g><g><rect data-type="rect" data-label="U_GATE" data-x="-4.940000000000001" data-y="3.0149999999999997" x="365.84091284934675" y="212.28157212943057" width="25.9302133289234" height="7.7173253955129155" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.032394642857142865"/></g><g><rect data-type="rect" data-label="netId: .C_CP &gt; .pin2 to .U_GATE &gt; .CPL
2
4
  globalConnNetId: connectivity_net2" data-x="-8" data-y="5.459" x="281.2590265145252" y="120.32192271649856" width="6.1738603164102415" height="40.74747808830824" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.032394642857142865"/></g><g><rect data-type="rect" data-label="netId: .C_CP &gt; .pin2 to .U_GATE &gt; .CPL
3
5
  globalConnNetId: connectivity_net2" data-x="-8.1" data-y="3.961" x="278.17209635632" y="166.564136486412" width="6.173860316410298" height="40.74747808830824" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.032394642857142865"/></g><g><rect data-type="rect" data-label="netId: .C_CP &gt; .pin1 to .U_GATE &gt; .CPH
4
6
  globalConnNetId: connectivity_net1" data-x="-8" data-y="7.541" x="281.2590265145252" y="56.052036822666906" width="6.1738603164102415" height="40.74747808830824" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.032394642857142865"/></g><g><rect data-type="rect" data-label="netId: .C_CP &gt; .pin1 to .U_GATE &gt; .CPH
@@ -99,7 +101,7 @@ orientation: y+" data-x="-7.9" data-y="3.3" cx="287.43288683093544" cy="207.3424
99
101
  const h = svg.getElementById('crosshair-h');
100
102
  const v = svg.getElementById('crosshair-v');
101
103
  const coords = svg.getElementById('coordinates');
102
-
104
+
103
105
  crosshair.style.display = 'block';
104
106
  h.setAttribute('x1', '0');
105
107
  h.setAttribute('x2', '640');
@@ -118,13 +120,13 @@ orientation: y+" data-x="-7.9" data-y="3.3" cx="287.43288683093544" cy="207.3424
118
120
  // y' = (y - ty) / sy
119
121
  const sx = matrix.a;
120
122
  const sy = matrix.d;
121
- const tx = matrix.e;
123
+ const tx = matrix.e;
122
124
  const ty = matrix.f;
123
125
  const realPoint = {
124
126
  x: (x - tx) / sx,
125
127
  y: (y - ty) / sy // Flip y back since we used negative scale
126
128
  }
127
-
129
+
128
130
  coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
129
131
  coords.setAttribute('x', (x + 5).toString());
130
132
  coords.setAttribute('y', (y - 5).toString());
@@ -132,4 +134,146 @@ orientation: y+" data-x="-7.9" data-y="3.3" cx="287.43288683093544" cy="207.3424
132
134
  document.currentScript.parentElement.addEventListener('mouseleave', () => {
133
135
  document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
134
136
  });
135
- ]]></script></svg>
137
+ ]]></script>
138
+ </g>
139
+ <g transform="translate(1216, 200)">
140
+ <style>
141
+ .boundary { fill: rgb(245, 241, 237); }
142
+ .schematic-boundary { fill: none; stroke: #fff; }
143
+ .component { fill: none; stroke: rgb(132, 0, 0); }
144
+ .chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
145
+ .component-pin { fill: none; stroke: rgb(132, 0, 0); }
146
+ .text { font-family: sans-serif; fill: rgb(0, 150, 0); }
147
+ .pin-number { fill: rgb(169, 0, 0); }
148
+ .port-label { fill: rgb(0, 100, 100); }
149
+ .component-name { fill: rgb(0, 100, 100); }
150
+
151
+ </style><rect class="boundary" x="0" y="0" width="1200" height="800"/><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><path d="M 517.7265792206501 247.10026778595 L 517.7265792206501 238.72105242965003 L 509.34736386435003 238.72105242965003 L 509.34736386435003 247.10026778595" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.70337228504px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 517.7265792206501 247.10026778595 L 517.7265792206501 238.72105242965003 L 509.34736386435003 238.72105242965003 L 509.34736386435003 247.10026778595" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.83792153563px" 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 584.7603020710501 247.10026778595 L 584.7603020710501 238.72105242965 L 798.4302936567001 238.72105242965 L 798.4302936567001 728.9051507732001" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.70337228504px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 584.7603020710501 247.10026778595 L 584.7603020710501 238.72105242965 L 798.4302936567001 238.72105242965 L 798.4302936567001 728.9051507732001" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.83792153563px" 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 463.26167940470003 673.60232942162 L 463.26167940470003 762.4220121984001 L 547.0538329677 762.4220121984001 L 547.0538329677 754.0427968421" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.70337228504px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 463.26167940470003 673.60232942162 L 463.26167940470003 762.4220121984001 L 547.0538329677 762.4220121984001 L 547.0538329677 754.0427968421" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.83792153563px" 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 672.7420633122 754.0427968421 L 672.7420633122 762.4220121984 L 798.4302936567001 762.4220121984 L 798.4302936567001 754.0427968421" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.70337228504px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 672.7420633122 754.0427968421 L 672.7420633122 762.4220121984 L 798.4302936567001 762.4220121984 L 798.4302936567001 754.0427968421" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.83792153563px" 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 379.46952584170003 97.11231290818 L 379.46952584170003 37.577987801668485 L 635.0355942088501 37.577987801668485 L 635.0355942088501 137.33254661841994 L 714.6381400937 137.33254661841994 L 714.6381400937 128.95333126212" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.70337228504px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 379.46952584170003 97.11231290818 L 379.46952584170003 37.577987801668485 L 635.0355942088501 37.577987801668485 L 635.0355942088501 137.33254661841994 L 714.6381400937 137.33254661841994 L 714.6381400937 128.95333126212" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.83792153563px" 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 559.62265600215 247.10026778595002 L 559.62265600215 182.53841346565852 L 517.7265792206501 182.53841346565852 L 517.7265792206501 188.026799524035 L 379.46952584170003 188.026799524035 L 379.46952584170003 128.95333126212" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.70337228504px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 559.62265600215 247.10026778595002 L 559.62265600215 182.53841346565852 L 517.7265792206501 182.53841346565852 L 517.7265792206501 188.026799524035 L 379.46952584170003 188.026799524035 L 379.46952584170003 128.95333126212" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.83792153563px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="438.12403333580005" y="263.85869849855" width="217.85959926379996" height="242.9972453327" stroke-width="0.83792153563px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="438.12403333580005" y="263.85869849855" width="217.85959926379996" height="242.9972453327" fill="transparent"/><text class="sch-text" x="547.0538329677" y="385.3573211649" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.54129382067px" transform="rotate(0, 547.0538329677, 385.3573211649)">schematic_component_0</text><line class="component-pin sch-component-pin sch-port-line" x1="542.8642252895501" y1="263.85869849855" x2="542.8642252895501" y2="247.93818932157998" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="542.8642252895501" cy="247.10026778595" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="542.02630375392" y="246.26234625032" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="542.02630375392" y="255.47948314225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 542.02630375392 255.47948314225)"></text><text class="pin-number sch-pin-label" x="542.8642252895501" y="268.0483061767" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 542.8642252895501 268.0483061767)">schematic_port_0</text><line class="component-pin sch-component-pin sch-port-line" x1="534.48500993325" y1="263.85869849855" x2="534.48500993325" y2="247.93818932157998" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="534.48500993325" cy="247.10026778595" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="533.64708839762" y="246.26234625032" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="533.64708839762" y="255.47948314225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 533.64708839762 255.47948314225)"></text><text class="pin-number sch-pin-label" x="534.48500993325" y="268.0483061767" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 534.48500993325 268.0483061767)">schematic_port_1</text><line class="component-pin sch-component-pin sch-port-line" x1="526.1057945769501" y1="263.85869849855" x2="526.1057945769501" y2="247.93818932157998" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="526.1057945769501" cy="247.10026778595" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="525.2678730413201" y="246.26234625032" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="525.2678730413201" y="255.47948314225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 525.2678730413201 255.47948314225)"></text><text class="pin-number sch-pin-label" x="526.1057945769501" y="268.0483061767" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 526.1057945769501 268.0483061767)">schematic_port_2</text><line class="component-pin sch-component-pin sch-port-line" x1="509.34736386435003" y1="263.85869849855" x2="509.34736386435003" y2="247.10026778595" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="508.50944232872" y="246.26234625032" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.50944232872" y="255.47948314225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 508.50944232872 255.47948314225)"></text><text class="pin-number sch-pin-label" x="509.34736386435003" y="268.0483061767" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 509.34736386435003 268.0483061767)">schematic_port_3</text><line class="component-pin sch-component-pin sch-port-line" x1="517.7265792206501" y1="263.85869849855" x2="517.7265792206501" y2="247.10026778595" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="516.8886576850201" y="246.26234625032" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="516.88865768502" y="255.47948314225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 516.88865768502 255.47948314225)"></text><text class="pin-number sch-pin-label" x="517.7265792206501" y="268.0483061767" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 517.7265792206501 268.0483061767)">schematic_port_4</text><line class="component-pin sch-component-pin sch-port-line" x1="655.9836325996" y1="351.8404597397" x2="671.90414177657" y2="351.8404597397" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="672.7420633122" cy="351.8404597397" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="671.90414177657" y="351.00253820407" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="664.3628479559001" y="351.00253820407" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><text class="pin-number sch-pin-label" x="651.79402492145" y="351.8404597397" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="">schematic_port_5</text><line class="component-pin sch-component-pin sch-port-line" x1="655.9836325996" y1="360.219675096" x2="671.90414177657" y2="360.219675096" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="672.7420633122" cy="360.219675096" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="671.90414177657" y="359.38175356037" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="664.3628479559001" y="359.38175356037" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><text class="pin-number sch-pin-label" x="651.79402492145" y="360.219675096" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="">schematic_port_6</text><line class="component-pin sch-component-pin sch-port-line" x1="655.9836325996" y1="368.5988904523" x2="671.90414177657" y2="368.5988904523" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="672.7420633122" cy="368.5988904523" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="671.90414177657" y="367.76096891667" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="664.3628479559001" y="367.76096891667" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><text class="pin-number sch-pin-label" x="651.79402492145" y="368.5988904523" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="">schematic_port_7</text><line class="component-pin sch-component-pin sch-port-line" x1="521.9161868988001" y1="506.85594383125" x2="521.9161868988001" y2="522.77645300822" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.9161868988001" cy="523.61437454385" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="521.0782653631701" y="522.77645300822" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="521.0782653631701" y="515.2351591875499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 521.0782653631701 515.2351591875499)"></text><text class="pin-number sch-pin-label" x="521.9161868988001" y="502.66633615309996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 521.9161868988001 502.66633615309996)">schematic_port_8</text><line class="component-pin sch-component-pin sch-port-line" x1="530.2954022551" y1="506.85594383125" x2="530.2954022551" y2="522.77645300822" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="530.2954022551" cy="523.61437454385" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="529.45748071947" y="522.77645300822" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="529.45748071947" y="515.2351591875499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 529.45748071947 515.2351591875499)"></text><text class="pin-number sch-pin-label" x="530.2954022551" y="502.66633615309996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 530.2954022551 502.66633615309996)">schematic_port_9</text><line class="component-pin sch-component-pin sch-port-line" x1="547.0538329677" y1="506.85594383125" x2="547.0538329677" y2="522.77645300822" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="547.0538329677" cy="523.61437454385" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="546.21591143207" y="522.77645300822" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.21591143207" y="515.2351591875499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 546.21591143207 515.2351591875499)"></text><text class="pin-number sch-pin-label" x="547.0538329677" y="502.66633615309996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 547.0538329677 502.66633615309996)">schematic_port_10</text><line class="component-pin sch-component-pin sch-port-line" x1="538.6746176114" y1="506.85594383125" x2="538.6746176114" y2="522.77645300822" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="538.6746176114" cy="523.61437454385" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="537.83669607577" y="522.77645300822" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="537.8366960757701" y="515.2351591875499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 537.8366960757701 515.2351591875499)"></text><text class="pin-number sch-pin-label" x="538.6746176114" y="502.66633615309996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 538.6746176114 502.66633615309996)">schematic_port_11</text><line class="component-pin sch-component-pin sch-port-line" x1="655.9836325996" y1="393.7365365212" x2="671.90414177657" y2="393.7365365212" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="672.7420633122" cy="393.7365365212" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="671.90414177657" y="392.89861498556996" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="664.3628479559001" y="392.89861498556996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><text class="pin-number sch-pin-label" x="651.79402492145" y="393.7365365212" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="">schematic_port_12</text><line class="component-pin sch-component-pin sch-port-line" x1="655.9836325996" y1="385.3573211649" x2="671.90414177657" y2="385.3573211649" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="672.7420633122" cy="385.3573211649" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="671.90414177657" y="384.51939962926997" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="664.3628479559001" y="384.51939962926997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><text class="pin-number sch-pin-label" x="651.79402492145" y="385.3573211649" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="">schematic_port_13</text><line class="component-pin sch-component-pin sch-port-line" x1="655.9836325996" y1="376.9781058086" x2="671.90414177657" y2="376.9781058086" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="672.7420633122" cy="376.9781058086" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="671.90414177657" y="376.14018427297" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="664.3628479559001" y="376.14018427297" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><text class="pin-number sch-pin-label" x="651.79402492145" y="376.9781058086" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="">schematic_port_14</text><line class="component-pin sch-component-pin sch-port-line" x1="655.9836325996" y1="402.1157518775" x2="671.90414177657" y2="402.1157518775" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="672.7420633122" cy="402.1157518775" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="671.90414177657" y="401.27783034186996" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="664.3628479559001" y="401.27783034186996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><text class="pin-number sch-pin-label" x="651.79402492145" y="402.1157518775" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="">schematic_port_15</text><line class="component-pin sch-component-pin sch-port-line" x1="655.9836325996" y1="410.49496723379997" x2="671.90414177657" y2="410.49496723379997" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="672.7420633122" cy="410.49496723379997" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="671.90414177657" y="409.65704569816995" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="664.3628479559001" y="409.65704569817" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><text class="pin-number sch-pin-label" x="651.79402492145" y="410.49496723379997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="">schematic_port_16</text><line class="component-pin sch-component-pin sch-port-line" x1="655.9836325996" y1="418.87418259009996" x2="671.90414177657" y2="418.87418259009996" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="672.7420633122" cy="418.87418259009996" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="671.90414177657" y="418.03626105446995" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="664.3628479559001" y="418.03626105447" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><text class="pin-number sch-pin-label" x="651.79402492145" y="418.87418259009996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="">schematic_port_17</text><line class="component-pin sch-component-pin sch-port-line" x1="555.4330483240001" y1="506.85594383125" x2="555.4330483240001" y2="522.77645300822" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_18__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="555.4330483240001" cy="523.61437454385" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="554.5951267883701" y="522.77645300822" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="554.5951267883701" y="515.2351591875499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 554.5951267883701 515.2351591875499)"></text><text class="pin-number sch-pin-label" x="555.4330483240001" y="502.66633615309996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 555.4330483240001 502.66633615309996)">schematic_port_18</text><line class="component-pin sch-component-pin sch-port-line" x1="563.8122636803" y1="506.85594383125" x2="563.8122636803" y2="522.77645300822" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_19__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="563.8122636803" cy="523.61437454385" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="562.97434214467" y="522.77645300822" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="562.9743421446701" y="515.2351591875499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 562.9743421446701 515.2351591875499)"></text><text class="pin-number sch-pin-label" x="563.8122636803" y="502.66633615309996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 563.8122636803 502.66633615309996)">schematic_port_19</text><line class="component-pin sch-component-pin sch-port-line" x1="588.9499097492001" y1="506.85594383125" x2="588.9499097492001" y2="522.77645300822" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_20__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="588.9499097492001" cy="523.61437454385" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="588.11198821357" y="522.77645300822" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="588.11198821357" y="515.2351591875499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 588.11198821357 515.2351591875499)"></text><text class="pin-number sch-pin-label" x="588.9499097492001" y="502.66633615309996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 588.9499097492001 502.66633615309996)">schematic_port_20</text><line class="component-pin sch-component-pin sch-port-line" x1="580.5706943929" y1="506.85594383125" x2="580.5706943929" y2="522.77645300822" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_21__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="580.5706943929" cy="523.61437454385" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="579.73277285727" y="522.77645300822" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="579.73277285727" y="515.2351591875499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 579.73277285727 515.2351591875499)"></text><text class="pin-number sch-pin-label" x="580.5706943929" y="502.66633615309996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 580.5706943929 502.66633615309996)">schematic_port_21</text><line class="component-pin sch-component-pin sch-port-line" x1="572.1914790366" y1="506.85594383125" x2="572.1914790366" y2="522.77645300822" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_22__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="572.1914790366" cy="523.61437454385" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="571.3535575009699" y="522.77645300822" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="571.35355750097" y="515.2351591875499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 571.35355750097 515.2351591875499)"></text><text class="pin-number sch-pin-label" x="572.1914790366" y="502.66633615309996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 572.1914790366 502.66633615309996)">schematic_port_22</text><line class="component-pin sch-component-pin sch-port-line" x1="597.3291251055" y1="506.85594383125" x2="597.3291251055" y2="522.77645300822" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_23__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="597.3291251055" cy="523.61437454385" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="596.49120356987" y="522.77645300822" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="596.4912035698701" y="515.2351591875499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 596.4912035698701 515.2351591875499)"></text><text class="pin-number sch-pin-label" x="597.3291251055" y="502.66633615309996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 597.3291251055 502.66633615309996)">schematic_port_23</text><line class="component-pin sch-component-pin sch-port-line" x1="438.12403333580005" y1="418.87418259009996" x2="422.20352415883" y2="418.87418259009996" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_24__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="421.36560262320006" cy="418.87418259009996" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="420.52768108757004" y="418.03626105446995" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="429.7448179795" y="418.03626105447" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><text class="pin-number sch-pin-label" x="442.31364101395" y="418.87418259009996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="">schematic_port_24</text><line class="component-pin sch-component-pin sch-port-line" x1="559.62265600215" y1="263.85869849855" x2="559.62265600215" y2="247.10026778595" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_25__stack1"><rect x="558.78473446652" y="246.26234625032" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="558.78473446652" y="255.47948314225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 558.78473446652 255.47948314225)"></text><text class="pin-number sch-pin-label" x="559.62265600215" y="268.0483061767" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 559.62265600215 268.0483061767)">schematic_port_25</text><line class="component-pin sch-component-pin sch-port-line" x1="576.38108671475" y1="263.85869849855" x2="576.38108671475" y2="247.93818932157998" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_26__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="576.38108671475" cy="247.10026778595" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="575.54316517912" y="246.26234625032" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="575.54316517912" y="255.47948314225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 575.54316517912 255.47948314225)"></text><text class="pin-number sch-pin-label" x="576.38108671475" y="268.0483061767" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 576.38108671475 268.0483061767)">schematic_port_26</text><line class="component-pin sch-component-pin sch-port-line" x1="584.7603020710501" y1="263.85869849855" x2="584.7603020710501" y2="247.10026778595" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_27__stack1"><rect x="583.9223805354201" y="246.26234625032" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="583.9223805354201" y="255.47948314225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 583.9223805354201 255.47948314225)"></text><text class="pin-number sch-pin-label" x="584.7603020710501" y="268.0483061767" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 584.7603020710501 268.0483061767)">schematic_port_27</text><line class="component-pin sch-component-pin sch-port-line" x1="568.00187135845" y1="263.85869849855" x2="568.00187135845" y2="247.93818932157998" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_28__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="568.00187135845" cy="247.10026778595" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="567.16394982282" y="246.26234625032" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="567.1639498228201" y="255.47948314225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 567.1639498228201 255.47948314225)"></text><text class="pin-number sch-pin-label" x="568.00187135845" y="268.0483061767" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 568.00187135845 268.0483061767)">schematic_port_28</text><line class="component-pin sch-component-pin sch-port-line" x1="438.12403333580005" y1="402.1157518775" x2="422.20352415883" y2="402.1157518775" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_29__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="421.36560262320006" cy="402.1157518775" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="420.52768108757004" y="401.27783034186996" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="429.7448179795" y="401.27783034186996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><text class="pin-number sch-pin-label" x="442.31364101395" y="402.1157518775" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="">schematic_port_29</text><line class="component-pin sch-component-pin sch-port-line" x1="438.12403333580005" y1="410.49496723379997" x2="422.20352415883" y2="410.49496723379997" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_30__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="421.36560262320006" cy="410.49496723379997" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="420.52768108757004" y="409.65704569816995" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="429.7448179795" y="409.65704569817" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><text class="pin-number sch-pin-label" x="442.31364101395" y="410.49496723379997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="">schematic_port_30</text><line class="component-pin sch-component-pin sch-port-line" x1="513.5369715424999" y1="506.85594383125" x2="513.5369715424999" y2="522.77645300822" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_31__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="513.5369715424999" cy="523.61437454385" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="512.6990500068699" y="522.77645300822" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="512.69905000687" y="515.2351591875499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 512.69905000687 515.2351591875499)"></text><text class="pin-number sch-pin-label" x="513.5369715424999" y="502.66633615309996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 513.5369715424999 502.66633615309996)">schematic_port_31</text><line class="component-pin sch-component-pin sch-port-line" x1="551.24344064585" y1="263.85869849855" x2="551.24344064585" y2="247.93818932157998" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_32__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="551.24344064585" cy="247.10026778595" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="550.40551911022" y="246.26234625032" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="550.40551911022" y="255.47948314225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 550.40551911022 255.47948314225)"></text><text class="pin-number sch-pin-label" x="551.24344064585" y="268.0483061767" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 551.24344064585 268.0483061767)">schematic_port_32</text><line class="component-pin sch-component-pin sch-port-line" x1="438.12403333580005" y1="351.8404597397" x2="422.20352415883" y2="351.8404597397" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_33__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="421.36560262320006" cy="351.8404597397" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="420.52768108757004" y="351.00253820407" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="429.7448179795" y="351.00253820407" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><text class="pin-number sch-pin-label" x="442.31364101395" y="351.8404597397" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="">schematic_port_33</text><line class="component-pin sch-component-pin sch-port-line" x1="438.12403333580005" y1="360.219675096" x2="422.20352415883" y2="360.219675096" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_34__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="421.36560262320006" cy="360.219675096" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="420.52768108757004" y="359.38175356037" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="429.7448179795" y="359.38175356037" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><text class="pin-number sch-pin-label" x="442.31364101395" y="360.219675096" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="">schematic_port_34</text><line class="component-pin sch-component-pin sch-port-line" x1="438.12403333580005" y1="368.5988904523" x2="422.20352415883" y2="368.5988904523" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_35__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="421.36560262320006" cy="368.5988904523" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="420.52768108757004" y="367.76096891667" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="429.7448179795" y="367.76096891667" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><text class="pin-number sch-pin-label" x="442.31364101395" y="368.5988904523" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="">schematic_port_35</text><line class="component-pin sch-component-pin sch-port-line" x1="438.12403333580005" y1="376.9781058086" x2="422.20352415883" y2="376.9781058086" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_36__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="421.36560262320006" cy="376.9781058086" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="420.52768108757004" y="376.14018427297" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="429.7448179795" y="376.14018427297" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><text class="pin-number sch-pin-label" x="442.31364101395" y="376.9781058086" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="">schematic_port_36</text><line class="component-pin sch-component-pin sch-port-line" x1="438.12403333580005" y1="385.3573211649" x2="422.20352415883" y2="385.3573211649" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_37__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="421.36560262320006" cy="385.3573211649" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="420.52768108757004" y="384.51939962926997" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="429.7448179795" y="384.51939962926997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><text class="pin-number sch-pin-label" x="442.31364101395" y="385.3573211649" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="">schematic_port_37</text><line class="component-pin sch-component-pin sch-port-line" x1="438.12403333580005" y1="393.7365365212" x2="422.20352415883" y2="393.7365365212" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_38__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="421.36560262320006" cy="393.7365365212" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="420.52768108757004" y="392.89861498556996" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="429.7448179795" y="392.89861498556996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><text class="pin-number sch-pin-label" x="442.31364101395" y="393.7365365212" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="">schematic_port_38</text><line class="component-pin sch-component-pin sch-port-line" x1="496.77854082990007" y1="506.85594383125" x2="496.77854082990007" y2="522.77645300822" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_39__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="496.77854082990007" cy="523.61437454385" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="495.94061929427005" y="522.77645300822" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="495.9406192942701" y="515.2351591875499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 495.9406192942701 515.2351591875499)"></text><text class="pin-number sch-pin-label" x="496.77854082990007" y="502.66633615309996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 496.77854082990007 502.66633615309996)">schematic_port_39</text><line class="component-pin sch-component-pin sch-port-line" x1="505.1577561862" y1="506.85594383125" x2="505.1577561862" y2="522.77645300822" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_40__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="505.1577561862" cy="523.61437454385" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="504.31983465057" y="522.77645300822" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="504.31983465057004" y="515.2351591875499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 504.31983465057004 515.2351591875499)"></text><text class="pin-number sch-pin-label" x="505.1577561862" y="502.66633615309996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 505.1577561862 502.66633615309996)">schematic_port_40</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="360.61629129002506" y="110.93801824607499" width="68.91904630556746" height="4.189607678149969" stroke-width="0.83792153563px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="360.61629129002506" y="110.93801824607499" width="68.91904630556746" height="4.189607678149969" fill="transparent"/><text class="sch-text" x="395.0758144428088" y="113.03282208514997" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.54129382067px" transform="rotate(0, 395.0758144428088, 113.03282208514997)">schematic_component_1</text><line class="component-pin sch-component-pin sch-port-line" x1="379.46952584170003" y1="110.93801824607499" x2="379.46952584170003" y2="97.11231290818" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="378.63160430607" y="96.27439137255" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="378.6316043060701" y="104.0251655771275" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 378.6316043060701 104.0251655771275)"></text><text class="pin-number sch-pin-label" x="379.46952584170003" y="115.12762592422496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 379.46952584170003 115.12762592422496)">schematic_port_41</text><line class="component-pin sch-component-pin sch-port-line" x1="379.46952584170003" y1="115.12762592422496" x2="379.46952584170003" y2="128.95333126212" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="378.63160430607" y="128.11540972649001" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="378.6316043060701" y="122.04047859317251" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 378.6316043060701 122.04047859317251)"></text><text class="pin-number sch-pin-label" x="379.46952584170003" y="110.93801824607499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 379.46952584170003 110.93801824607499)">schematic_port_42</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="444.40844485302506" y="655.587016405575" width="53.83645866422751" height="4.189607678149969" stroke-width="0.83792153563px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="444.40844485302506" y="655.587016405575" width="53.83645866422751" height="4.189607678149969" fill="transparent"/><text class="sch-text" x="471.3266741851388" y="657.68182024465" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.54129382067px" transform="rotate(0, 471.3266741851388, 657.68182024465)">schematic_component_2</text><line class="component-pin sch-component-pin sch-port-line" x1="463.26167940470003" y1="655.587016405575" x2="463.26167940470003" y2="642.5992326033099" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="463.26167940470003" cy="641.76131106768" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="462.42375786907" y="640.92338953205" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="462.4237578690701" y="648.6741637366274" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 462.4237578690701 648.6741637366274)"></text><text class="pin-number sch-pin-label" x="463.26167940470003" y="659.776624083725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 463.26167940470003 659.776624083725)">schematic_port_43</text><line class="component-pin sch-component-pin sch-port-line" x1="463.26167940470003" y1="659.776624083725" x2="463.26167940470003" y2="673.60232942162" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="462.42375786907" y="672.76440788599" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="462.4237578690701" y="666.6894767526725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 462.4237578690701 666.6894767526725)"></text><text class="pin-number sch-pin-label" x="463.26167940470003" y="655.587016405575" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 463.26167940470003 655.587016405575)">schematic_port_44</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="528.2005984160251" y="110.93801824607499" width="43.78140023666742" height="4.189607678149969" stroke-width="0.83792153563px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="528.2005984160251" y="110.93801824607499" width="43.78140023666742" height="4.189607678149969" fill="transparent"/><text class="sch-text" x="550.0912985343589" y="113.03282208514997" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.54129382067px" transform="rotate(0, 550.0912985343589, 113.03282208514997)">schematic_component_3</text><line class="component-pin sch-component-pin sch-port-line" x1="547.0538329677" y1="110.93801824607499" x2="547.0538329677" y2="97.95023444380996" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="547.0538329677" cy="97.11231290818" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="546.21591143207" y="96.27439137255" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.21591143207" y="104.0251655771275" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 546.21591143207 104.0251655771275)"></text><text class="pin-number sch-pin-label" x="547.0538329677" y="115.12762592422496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 547.0538329677 115.12762592422496)">schematic_port_45</text><line class="component-pin sch-component-pin sch-port-line" x1="547.0538329677" y1="115.12762592422496" x2="547.0538329677" y2="128.11540972649" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="547.0538329677" cy="128.95333126212" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="546.21591143207" y="128.11540972649001" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.21591143207" y="122.04047859317251" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 546.21591143207 122.04047859317251)"></text><text class="pin-number sch-pin-label" x="547.0538329677" y="110.93801824607499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 547.0538329677 110.93801824607499)">schematic_port_46</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component chip sch-component-body" x="695.7849055420251" y="110.93801824607499" width="48.80892945044752" height="4.189607678149969" stroke-width="0.83792153563px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="695.7849055420251" y="110.93801824607499" width="48.80892945044752" height="4.189607678149969" fill="transparent"/><text class="sch-text" x="720.1893702672488" y="113.03282208514997" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.54129382067px" transform="rotate(0, 720.1893702672488, 113.03282208514997)">schematic_component_4</text><line class="component-pin sch-component-pin sch-port-line" x1="714.6381400937" y1="110.93801824607499" x2="714.6381400937" y2="97.95023444380996" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="714.6381400937" cy="97.11231290818" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="713.80021855807" y="96.27439137255" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="713.80021855807" y="104.0251655771275" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 713.80021855807 104.0251655771275)"></text><text class="pin-number sch-pin-label" x="714.6381400937" y="115.12762592422496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 714.6381400937 115.12762592422496)">schematic_port_47</text><line class="component-pin sch-component-pin sch-port-line" x1="714.6381400937" y1="115.12762592422496" x2="714.6381400937" y2="128.95333126212" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="713.80021855807" y="128.11540972649001" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="713.80021855807" y="122.04047859317251" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 713.80021855807 122.04047859317251)"></text><text class="pin-number sch-pin-label" x="714.6381400937" y="110.93801824607499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 714.6381400937 110.93801824607499)">schematic_port_48</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component chip sch-component-body" x="528.2005984160251" y="739.379169968575" width="55.7217821193949" height="4.189607678150082" stroke-width="0.83792153563px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="528.2005984160251" y="739.379169968575" width="55.7217821193949" height="4.189607678150082" fill="transparent"/><text class="sch-text" x="556.0614894757225" y="741.47397380765" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.54129382067px" transform="rotate(0, 556.0614894757225, 741.47397380765)">schematic_component_5</text><line class="component-pin sch-component-pin sch-port-line" x1="547.0538329677" y1="739.379169968575" x2="547.0538329677" y2="729.7430723088299" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="547.0538329677" cy="728.9051507731999" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="546.21591143207" y="728.0672292375699" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.21591143207" y="734.1421603708875" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 546.21591143207 734.1421603708875)"></text><text class="pin-number sch-pin-label" x="547.0538329677" y="743.568777646725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 547.0538329677 743.568777646725)">schematic_port_49</text><line class="component-pin sch-component-pin sch-port-line" x1="547.0538329677" y1="743.568777646725" x2="547.0538329677" y2="754.0427968421" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="546.21591143207" y="753.20487530647" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.21591143207" y="748.8057872444125" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 546.21591143207 748.8057872444125)"></text><text class="pin-number sch-pin-label" x="547.0538329677" y="739.379169968575" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 547.0538329677 739.379169968575)">schematic_port_50</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component chip sch-component-body" x="653.888828760525" y="739.379169968575" width="65.77684054695499" height="4.189607678150082" stroke-width="0.83792153563px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="653.888828760525" y="739.379169968575" width="65.77684054695499" height="4.189607678150082" fill="transparent"/><text class="sch-text" x="686.7772490340026" y="741.47397380765" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.54129382067px" transform="rotate(0, 686.7772490340026, 741.47397380765)">schematic_component_6</text><line class="component-pin sch-component-pin sch-port-line" x1="672.7420633122" y1="739.379169968575" x2="672.7420633122" y2="729.7430723088299" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="672.7420633122" cy="728.9051507731999" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="671.90414177657" y="728.0672292375699" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="671.90414177657" y="734.1421603708875" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 671.90414177657 734.1421603708875)"></text><text class="pin-number sch-pin-label" x="672.7420633122" y="743.568777646725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 672.7420633122 743.568777646725)">schematic_port_51</text><line class="component-pin sch-component-pin sch-port-line" x1="672.7420633122" y1="743.568777646725" x2="672.7420633122" y2="754.0427968421" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="671.90414177657" y="753.20487530647" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="671.90414177657" y="748.8057872444125" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 671.90414177657 748.8057872444125)"></text><text class="pin-number sch-pin-label" x="672.7420633122" y="739.379169968575" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 672.7420633122 739.379169968575)">schematic_port_52</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_7__stack1"><rect class="component chip sch-component-body" x="779.577059105025" y="739.379169968575" width="50.69425290561503" height="4.189607678150082" stroke-width="0.83792153563px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="779.577059105025" y="739.379169968575" width="50.69425290561503" height="4.189607678150082" fill="transparent"/><text class="sch-text" x="804.9241855578325" y="741.47397380765" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.54129382067px" transform="rotate(0, 804.9241855578325, 741.47397380765)">schematic_component_7</text><line class="component-pin sch-component-pin sch-port-line" x1="798.4302936567001" y1="739.379169968575" x2="798.4302936567001" y2="728.9051507731999" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="797.5923721210701" y="728.0672292375699" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="797.5923721210701" y="734.1421603708875" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 797.5923721210701 734.1421603708875)"></text><text class="pin-number sch-pin-label" x="798.4302936567001" y="743.568777646725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 798.4302936567001 743.568777646725)">schematic_port_53</text><line class="component-pin sch-component-pin sch-port-line" x1="798.4302936567001" y1="743.568777646725" x2="798.4302936567001" y2="754.0427968421" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="797.5923721210701" y="753.20487530647" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="797.5923721210701" y="748.8057872444125" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 797.5923721210701 748.8057872444125)"></text><text class="pin-number sch-pin-label" x="798.4302936567001" y="739.379169968575" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 798.4302936567001 739.379169968575)">schematic_port_54</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="542.8642252895501" cy="247.10026778595" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="534.48500993325" cy="247.10026778595" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="526.1057945769501" cy="247.10026778595" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="509.34736386435003" cy="247.10026778595" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="517.7265792206501" cy="247.10026778595" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="672.7420633122" cy="351.8404597397" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="672.7420633122" cy="360.219675096" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="672.7420633122" cy="368.5988904523" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="521.9161868988001" cy="523.61437454385" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="530.2954022551" cy="523.61437454385" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="547.0538329677" cy="523.61437454385" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="538.6746176114" cy="523.61437454385" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="672.7420633122" cy="393.7365365212" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="672.7420633122" cy="385.3573211649" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="672.7420633122" cy="376.9781058086" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="672.7420633122" cy="402.1157518775" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_16__stack1"><circle cx="672.7420633122" cy="410.49496723379997" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_17__stack1"><circle cx="672.7420633122" cy="418.87418259009996" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_18__stack1"><circle cx="555.4330483240001" cy="523.61437454385" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_19__stack1"><circle cx="563.8122636803" cy="523.61437454385" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_20__stack1"><circle cx="588.9499097492001" cy="523.61437454385" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_21__stack1"><circle cx="580.5706943929" cy="523.61437454385" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_22__stack1"><circle cx="572.1914790366" cy="523.61437454385" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_23__stack1"><circle cx="597.3291251055" cy="523.61437454385" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_24__stack1"><circle cx="421.36560262320006" cy="418.87418259009996" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_25__stack1"><circle cx="559.62265600215" cy="247.10026778595" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_26__stack1"><circle cx="576.38108671475" cy="247.10026778595" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_27__stack1"><circle cx="584.7603020710501" cy="247.10026778595" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_28__stack1"><circle cx="568.00187135845" cy="247.10026778595" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_29__stack1"><circle cx="421.36560262320006" cy="402.1157518775" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_30__stack1"><circle cx="421.36560262320006" cy="410.49496723379997" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_31__stack1"><circle cx="513.5369715424999" cy="523.61437454385" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_32__stack1"><circle cx="551.24344064585" cy="247.10026778595" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_33__stack1"><circle cx="421.36560262320006" cy="351.8404597397" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_34__stack1"><circle cx="421.36560262320006" cy="360.219675096" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_35__stack1"><circle cx="421.36560262320006" cy="368.5988904523" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_36__stack1"><circle cx="421.36560262320006" cy="376.9781058086" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_37__stack1"><circle cx="421.36560262320006" cy="385.3573211649" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_38__stack1"><circle cx="421.36560262320006" cy="393.7365365212" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_39__stack1"><circle cx="496.77854082990007" cy="523.61437454385" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_40__stack1"><circle cx="505.1577561862" cy="523.61437454385" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="379.46952584170003" cy="97.11231290818" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="379.46952584170003" cy="128.95333126212" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="463.26167940470003" cy="641.76131106768" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="463.26167940470003" cy="673.60232942162" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="547.0538329677" cy="97.11231290818" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="547.0538329677" cy="128.95333126212" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="714.6381400937" cy="97.11231290818" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="714.6381400937" cy="128.95333126212" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="547.0538329677" cy="728.9051507731999" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="547.0538329677" cy="754.0427968421" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="672.7420633122" cy="728.9051507731999" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="672.7420633122" cy="754.0427968421" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="798.4302936567001" cy="728.9051507731999" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="798.4302936567001" cy="754.0427968421" r="1.67584307126" 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="
152
+ M 547.0538329677,128.95333126212
153
+ L 551.24344064585,131.215719408321
154
+ L 551.24344064585,184.95442056005834
155
+ L 542.8642252895501,184.95442056005834
156
+ L 542.8642252895501,131.215719408321
157
+ Z
158
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><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="547.0538329677" y="132.723978172455" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(90 547.0538329677 132.723978172455)">XXXXXXXXXX</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="
159
+ M 542.8642252895501,247.10026778595
160
+ L 538.6746176114001,244.837879639749
161
+ L 538.6746176114001,191.09917848801166
162
+ L 547.0538329677,191.09917848801166
163
+ L 547.0538329677,244.837879639749
164
+ Z
165
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><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="542.8642252895501" y="243.329620875615" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(-90 542.8642252895501 243.329620875615)">XXXXXXXXXX</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="
166
+ M 547.0538329677,97.11231290818
167
+ L 542.8642252895501,94.849924761979
168
+ L 542.8642252895501,41.11122361024167
169
+ L 551.24344064585,41.11122361024167
170
+ L 551.24344064585,94.849924761979
171
+ Z
172
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><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="547.0538329677" y="93.341665997845" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(-90 547.0538329677 93.341665997845)">XXXXXXXXXX</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="
173
+ M 534.48500993325,247.10026778595
174
+ L 530.2954022551,244.837879639749
175
+ L 530.2954022551,191.09917848801166
176
+ L 538.6746176114,191.09917848801166
177
+ L 538.6746176114,244.837879639749
178
+ Z
179
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="534.48500993325" y="243.329620875615" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(-90 534.48500993325 243.329620875615)">XXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
180
+ M 714.6381400937,97.11231290818
181
+ L 710.4485324155501,94.849924761979
182
+ L 710.4485324155501,41.11122361024167
183
+ L 718.82774777185,41.11122361024167
184
+ L 718.82774777185,94.849924761979
185
+ Z
186
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="714.6381400937" y="93.341665997845" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(-90 714.6381400937 93.341665997845)">XXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
187
+ M 526.1057945769501,247.10026778595
188
+ L 521.9161868988001,244.837879639749
189
+ L 521.9161868988001,191.09917848801166
190
+ L 530.2954022551,191.09917848801166
191
+ L 530.2954022551,244.837879639749
192
+ Z
193
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="526.1057945769501" y="243.329620875615" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(-90 526.1057945769501 243.329620875615)">XXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
194
+ M 379.46952584170003,37.577987801668485
195
+ L 375.27991816355,35.31559965546749
196
+ L 375.27991816355,20.94803839119842
197
+ L 383.65913351985006,20.94803839119842
198
+ L 383.65913351985006,35.31559965546749
199
+ Z
200
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" x="379.46952584170003" y="33.80734089133348" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(-90 379.46952584170003 33.80734089133348)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="
201
+ M 509.34736386435003,238.72105242965003
202
+ L 505.1577561862,236.45866428344902
203
+ L 505.1577561862,222.09110301917997
204
+ L 513.5369715425,222.09110301917997
205
+ L 513.5369715425,236.45866428344902
206
+ Z
207
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" x="509.34736386435003" y="234.95040551931504" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(-90 509.34736386435003 234.95040551931504)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="
208
+ M 379.46952584170003,188.026799524035
209
+ L 383.65913351985006,190.289187670236
210
+ L 383.65913351985006,204.65674893450506
211
+ L 375.27991816355,204.65674893450506
212
+ L 375.27991816355,190.289187670236
213
+ Z
214
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="379.46952584170003" y="191.79744643437" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(90 379.46952584170003 191.79744643437)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" d="
215
+ M 463.26167940470003,762.4220121984001
216
+ L 467.45128708285006,764.6844003446012
217
+ L 467.45128708285006,779.0519616088702
218
+ L 459.07207172655,779.0519616088702
219
+ L 459.07207172655,764.6844003446012
220
+ Z
221
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" x="463.26167940470003" y="766.1926591087351" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(90 463.26167940470003 766.1926591087351)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" d="
222
+ M 672.7420633122,762.4220121984
223
+ L 676.93167099035,764.684400344601
224
+ L 676.93167099035,779.0519616088701
225
+ L 668.55245563405,779.0519616088701
226
+ L 668.55245563405,764.684400344601
227
+ Z
228
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" x="672.7420633122" y="766.192659108735" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(90 672.7420633122 766.192659108735)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" d="
229
+ M 576.38108671475,247.10026778595
230
+ L 572.1914790366001,244.837879639749
231
+ L 572.1914790366001,176.33500103021106
232
+ L 580.5706943929,176.33500103021106
233
+ L 580.5706943929,244.837879639749
234
+ Z
235
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" x="576.38108671475" y="243.329620875615" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(-90 576.38108671475 243.329620875615)">XXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" d="
236
+ M 672.7420633122,728.9051507731999
237
+ L 668.55245563405,726.6427626269989
238
+ L 668.55245563405,658.139884017461
239
+ L 676.93167099035,658.139884017461
240
+ L 676.93167099035,726.6427626269989
241
+ Z
242
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" x="672.7420633122" y="725.1345038628649" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(-90 672.7420633122 725.1345038628649)">XXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" d="
243
+ M 584.7603020710501,238.72105242965
244
+ L 580.5706943929001,236.458664283449
245
+ L 580.5706943929001,182.71996313171167
246
+ L 588.9499097492001,182.71996313171167
247
+ L 588.9499097492001,236.458664283449
248
+ Z
249
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" x="584.7603020710501" y="234.950405519315" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(-90 584.7603020710501 234.950405519315)">XXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" d="
250
+ M 568.00187135845,247.10026778595
251
+ L 563.8122636803,244.837879639749
252
+ L 563.8122636803,186.17778600207814
253
+ L 572.1914790366,186.17778600207814
254
+ L 572.1914790366,244.837879639749
255
+ Z
256
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" x="568.00187135845" y="243.329620875615" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(-90 568.00187135845 243.329620875615)">XXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" d="
257
+ M 547.0538329677,728.9051507731999
258
+ L 542.8642252895501,726.6427626269989
259
+ L 542.8642252895501,667.9826689893281
260
+ L 551.24344064585,667.9826689893281
261
+ L 551.24344064585,726.6427626269989
262
+ Z
263
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" x="547.0538329677" y="725.1345038628649" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(-90 547.0538329677 725.1345038628649)">XXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" d="
264
+ M 463.26167940470003,641.76131106768
265
+ L 459.07207172655,639.498922921479
266
+ L 459.07207172655006,580.8388292838082
267
+ L 467.45128708285006,580.8388292838082
268
+ L 467.45128708285006,639.498922921479
269
+ Z
270
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" x="463.26167940470003" y="637.990664157345" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(-90 463.26167940470003 637.990664157345)">XXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" d="
271
+ M 551.24344064585,247.10026778595
272
+ L 547.0538329677,244.837879639749
273
+ L 547.0538329677,186.17778600207814
274
+ L 555.433048324,186.17778600207814
275
+ L 555.433048324,244.837879639749
276
+ Z
277
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" x="551.24344064585" y="243.329620875615" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(-90 551.24344064585 243.329620875615)">XXXXXXXXXXX</text><text class="sch-text" x="690.33841556043" y="249.19507162502498" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.541293820669988px" transform="rotate(0, 690.33841556043, 249.19507162502498)">DRV8323HRTAR</text><text class="sch-text" x="675.2558279190899" y="259.0406496686775" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.54129382067px" transform="rotate(0, 675.2558279190899, 259.0406496686775)">U_GATE</text><rect class="schematic-box sch-box" x="660.17324027775" y="245.42442471469" width="60.33035056536005" height="7.541293820669978" stroke-width="0.83792153563px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="6.70337228504 3.35168614252"/><rect class="schematic-box sch-box" x="657.65947567086" y="253.80364007099" width="35.192704496459896" height="10.474019195374979" stroke-width="0.83792153563px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="6.70337228504 3.35168614252"/>
278
+ </g>
279
+ </svg>