@tscircuit/schematic-trace-solver 0.0.149 → 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 (158) hide show
  1. package/.agents/skills/schematic-trace-visualization/SKILL.md +7 -2
  2. package/dist/index.d.ts +28 -1
  3. package/dist/index.js +26 -4
  4. package/lib/solvers/InlineNetLabelSolver/InlineNetLabelSolver.ts +14 -4
  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/tests/bug-reports/bug-report-20260706T213649Z/__snapshots__/bug-report-20260706T213649Z.snap.svg +751 -5
  11. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +660 -5
  12. package/tests/bug-reports/bug-report-20260707T020342Z/__snapshots__/bug-report-20260707T020342Z.snap.svg +44 -5
  13. package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +394 -5
  14. package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +170 -5
  15. package/tests/bug-reports/bug-report-20260707T134722Z/__snapshots__/bug-report-20260707T134722Z.snap.svg +79 -5
  16. package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +219 -5
  17. package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +65 -5
  18. package/tests/bug-reports/bug-report-20260707T141421Z/__snapshots__/bug-report-20260707T141421Z.snap.svg +142 -5
  19. package/tests/bug-reports/bug-report-20260707T230831Z/__snapshots__/bug-report-20260707T230831Z.snap.svg +100 -5
  20. package/tests/bug-reports/bug-report-20260708T053736Z/__snapshots__/bug-report-20260708T053736Z.snap.svg +23 -5
  21. package/tests/bug-reports/bug-report-20260708T055430Z/__snapshots__/bug-report-20260708T055430Z.snap.svg +58 -5
  22. package/tests/bug-reports/bug-report-20260708T095725Z/__snapshots__/bug-report-20260708T095725Z.snap.svg +86 -5
  23. package/tests/bug-reports/bug-report-20260716T144856Z/__snapshots__/bug-report-20260716T144856Z.snap.svg +226 -5
  24. package/tests/bug-reports/bug-report-20260717T022934Z/__snapshots__/bug-report-20260717T022934Z.snap.svg +191 -5
  25. package/tests/bug-reports/bug-report-20260717T031704Z/__snapshots__/bug-report-20260717T031704Z.snap.svg +30 -5
  26. package/tests/bug-reports/bug-report-20260717T042845Z/__snapshots__/bug-report-20260717T042845Z.snap.svg +37 -5
  27. package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +580 -2
  28. package/tests/bug-reports/bug-report-20260724T175257Z/__snapshots__/bug-report-20260724T175257Z.snap.svg +44 -5
  29. package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +107 -5
  30. package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +114 -5
  31. package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +121 -5
  32. package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +51 -5
  33. package/tests/bug-reports/bug-report-20260804T095800Z/__snapshots__/bug-report-20260804T095800Z.snap.svg +212 -5
  34. package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +569 -5
  35. package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +37 -5
  36. package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +289 -5
  37. package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +289 -5
  38. package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +149 -5
  39. package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +93 -5
  40. package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +79 -5
  41. package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +244 -2
  42. package/tests/examples/__snapshots__/example01.snap.svg +44 -5
  43. package/tests/examples/__snapshots__/example02.snap.svg +51 -5
  44. package/tests/examples/__snapshots__/example03.snap.svg +86 -5
  45. package/tests/examples/__snapshots__/example04.snap.svg +30 -5
  46. package/tests/examples/__snapshots__/example05.snap.svg +30 -5
  47. package/tests/examples/__snapshots__/example06.snap.svg +30 -5
  48. package/tests/examples/__snapshots__/example07.snap.svg +58 -5
  49. package/tests/examples/__snapshots__/example08.snap.svg +37 -5
  50. package/tests/examples/__snapshots__/example09.snap.svg +149 -5
  51. package/tests/examples/__snapshots__/example10.snap.svg +65 -5
  52. package/tests/examples/__snapshots__/example11.snap.svg +51 -5
  53. package/tests/examples/__snapshots__/example12.snap.svg +51 -5
  54. package/tests/examples/__snapshots__/example13.snap.svg +72 -5
  55. package/tests/examples/__snapshots__/example14.snap.svg +79 -5
  56. package/tests/examples/__snapshots__/example15.snap.svg +86 -5
  57. package/tests/examples/__snapshots__/example16.snap.svg +51 -5
  58. package/tests/examples/__snapshots__/example17.snap.svg +51 -5
  59. package/tests/examples/__snapshots__/example18.snap.svg +58 -5
  60. package/tests/examples/__snapshots__/example19.snap.svg +44 -5
  61. package/tests/examples/__snapshots__/example20.snap.svg +44 -5
  62. package/tests/examples/__snapshots__/example21.snap.svg +72 -5
  63. package/tests/examples/__snapshots__/example22.snap.svg +51 -5
  64. package/tests/examples/__snapshots__/example23.snap.svg +51 -5
  65. package/tests/examples/__snapshots__/example24.snap.svg +51 -5
  66. package/tests/examples/__snapshots__/example25.snap.svg +86 -5
  67. package/tests/examples/__snapshots__/example26.snap.svg +51 -5
  68. package/tests/examples/__snapshots__/example27.snap.svg +72 -5
  69. package/tests/examples/__snapshots__/example28.snap.svg +44 -5
  70. package/tests/examples/__snapshots__/example29.snap.svg +324 -5
  71. package/tests/examples/__snapshots__/example30.snap.svg +107 -5
  72. package/tests/examples/__snapshots__/example31.snap.svg +37 -5
  73. package/tests/examples/__snapshots__/example32.snap.svg +149 -5
  74. package/tests/examples/__snapshots__/example33.snap.svg +93 -5
  75. package/tests/examples/__snapshots__/example34.snap.svg +51 -5
  76. package/tests/examples/__snapshots__/example35.snap.svg +58 -5
  77. package/tests/examples/__snapshots__/example36.snap.svg +44 -5
  78. package/tests/examples/__snapshots__/example37.snap.svg +72 -5
  79. package/tests/examples/__snapshots__/example38.snap.svg +30 -5
  80. package/tests/examples/__snapshots__/example39.snap.svg +37 -5
  81. package/tests/examples/__snapshots__/example40.snap.svg +100 -5
  82. package/tests/examples/__snapshots__/example41.snap.svg +44 -5
  83. package/tests/examples/__snapshots__/example42.snap.svg +65 -5
  84. package/tests/examples/__snapshots__/example43.snap.svg +58 -5
  85. package/tests/examples/__snapshots__/example44.snap.svg +107 -5
  86. package/tests/examples/__snapshots__/example45.snap.svg +51 -5
  87. package/tests/examples/__snapshots__/example46.snap.svg +93 -5
  88. package/tests/examples/__snapshots__/example47.snap.svg +93 -5
  89. package/tests/examples/__snapshots__/example48.snap.svg +65 -5
  90. package/tests/examples/__snapshots__/example49.snap.svg +177 -5
  91. package/tests/examples/__snapshots__/example50.snap.svg +93 -5
  92. package/tests/examples/__snapshots__/example51.snap.svg +590 -5
  93. package/tests/fixtures/convertSolverOutputToCircuitJson.test.ts +219 -0
  94. package/tests/fixtures/convertSolverOutputToCircuitJson.ts +1058 -0
  95. package/tests/fixtures/matcher.ts +45 -8
  96. package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +762 -2
  97. package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +111 -2
  98. package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +167 -2
  99. package/tests/repros/__snapshots__/bugreport-001-gnd-overlap.snap.svg +65 -5
  100. package/tests/repros/__snapshots__/manufacturePartNumber-text-box.snap.svg +30 -5
  101. package/tests/repros/__snapshots__/netlabel-connector-through-rail-label.snap.svg +79 -5
  102. package/tests/repros/__snapshots__/repro-atmega328p-fault-pullup.snap.svg +65 -5
  103. package/tests/repros/__snapshots__/repro-atmega328p-missing-gnd-netlabel.snap.svg +149 -5
  104. package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +55 -2
  105. package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +160 -2
  106. package/tests/repros/__snapshots__/repro-bq24074-battery-charger.snap.svg +135 -5
  107. package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +69 -2
  108. package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +86 -5
  109. package/tests/repros/__snapshots__/repro-core-555-power-cross-net-overlap.snap.svg +44 -5
  110. package/tests/repros/__snapshots__/repro-core-subcircuit-missing-ground.snap.svg +44 -5
  111. package/tests/repros/__snapshots__/repro-core-tb67s579ftg-inline-label-routing.snap.svg +30 -5
  112. package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +335 -2
  113. package/tests/repros/__snapshots__/repro-ground-label-on-lower-rail-end.snap.svg +48 -2
  114. package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +149 -5
  115. package/tests/repros/__snapshots__/repro-missing-trace-netlabel.snap.svg +72 -5
  116. package/tests/repros/__snapshots__/repro-netlabel-collision-687.snap.svg +100 -5
  117. package/tests/repros/__snapshots__/repro-netlabel-overlap-trace.snap.svg +51 -5
  118. package/tests/repros/__snapshots__/repro-nrf52810-clock-routing.snap.svg +90 -2
  119. package/tests/repros/__snapshots__/repro-power-group-rail-labels.snap.svg +37 -5
  120. package/tests/repros/__snapshots__/repro-rectifier-trace-overlap.snap.svg +44 -5
  121. package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +237 -2
  122. package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +72 -5
  123. package/tests/repros/__snapshots__/repro-rp2040-v3v3-label-placement.snap.svg +51 -5
  124. package/tests/repros/__snapshots__/repro-rp2040-zero-crystal-fallback-netlabels.snap.svg +30 -5
  125. package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +79 -5
  126. package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +27 -2
  127. package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +1150 -5
  128. package/tests/repros/__snapshots__/repro-tps61222-trace-intersection.snap.svg +51 -5
  129. package/tests/repros/__snapshots__/repro-type-c-16pin-self-connection.snap.svg +30 -5
  130. package/tests/repros/__snapshots__/repro-type-c-16pin-to-resistor.snap.svg +30 -5
  131. package/tests/repros/__snapshots__/repro-type-c-vbus-led-ground-label.snap.svg +44 -5
  132. package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +685 -2
  133. package/tests/repros/__snapshots__/repro-vcc-pin1-detour.snap.svg +27 -2
  134. package/tests/repros/__snapshots__/repro129-host-custom-symbol-passives.snap.svg +51 -5
  135. package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +100 -5
  136. package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +107 -5
  137. package/tests/repros/__snapshots__/repro47-endpoint-obstacle-detour.snap.svg +51 -5
  138. package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +104 -2
  139. package/tests/repros/__snapshots__/repro5-escape-padded-text-obstacles.snap.svg +30 -5
  140. package/tests/repros/__snapshots__/repro51-overlap-junction-crossing.snap.svg +65 -5
  141. package/tests/repros/__snapshots__/repro84-stacked-gnd-label-orientation.snap.svg +27 -2
  142. package/tests/repros/__snapshots__/small-variant-resistor-facing-direction.snap.svg +58 -5
  143. package/tests/repros/__snapshots__/trace-overlap-box-resistor.snap.svg +37 -5
  144. package/tests/solvers/InlineNetLabelSolver/__snapshots__/fallback-net-label-width.snap.svg +25 -7
  145. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-anchored-label-clearance.snap.svg +34 -2
  146. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-port-stub.snap.svg +23 -5
  147. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-two-pin-net.snap.svg +23 -5
  148. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label01.snap.svg +23 -5
  149. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label02.snap.svg +23 -5
  150. package/tests/solvers/InlineNetLabelSolver/__snapshots__/terminal-stub-trace-clearance.snap.svg +23 -5
  151. package/tests/solvers/InlineNetLabelSolver/fallback-net-label-width.test.ts +10 -1
  152. package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_01-example17-d1_1-u1_1.snap.svg +23 -5
  153. package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_repro47-short-opposing-pins.snap.svg +20 -2
  154. package/tests/solvers/TraceCleanupSolver/__snapshots__/TraceCleanupSolver.snap.svg +44 -5
  155. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/__snapshots__/TraceLabelOverlapAvoidanceSolver.snap.svg +79 -5
  156. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/MergedNetLabelObstacles.snap.svg +44 -5
  157. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/OverlapAvoidanceStepSolver.snap.svg +23 -5
  158. 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="-1.9,2.550000000000001 -1.9,2.350000000000001" data-type="line" data-label="" points="219.27392739273924,85.28052805280515 219.27392739273924,103.76237623762367" fill="none" stroke="hsl(124, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,2.550000000000001 -1.9,2.1500000000000012" data-type="line" data-label="" points="219.27392739273924,85.28052805280515 219.27392739273924,122.24422442244213" fill="none" stroke="hsl(124, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,2.350000000000001 -1.9,2.1500000000000012" data-type="line" data-label="" points="219.27392739273924,103.76237623762367 219.27392739273924,122.24422442244213" fill="none" stroke="hsl(124, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,0.7500000000000013 -1.9,0.5500000000000014" data-type="line" data-label="" points="219.27392739273924,251.6171617161715 219.27392739273924,270.09900990099" fill="none" stroke="hsl(44, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,1.950000000000001 -1.9,1.750000000000001" data-type="line" data-label="" points="219.27392739273924,140.72607260726062 219.27392739273924,159.2079207920791" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,1.950000000000001 -1.9,1.5500000000000012" data-type="line" data-label="" points="219.27392739273924,140.72607260726062 219.27392739273924,177.68976897689757" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,1.950000000000001 -1.9,1.3500000000000012" data-type="line" data-label="" points="219.27392739273924,140.72607260726062 219.27392739273924,196.17161716171606" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,1.750000000000001 -1.9,1.5500000000000012" data-type="line" data-label="" points="219.27392739273924,159.2079207920791 219.27392739273924,177.68976897689757" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,1.750000000000001 -1.9,1.3500000000000012" data-type="line" data-label="" points="219.27392739273924,159.2079207920791 219.27392739273924,196.17161716171606" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,1.5500000000000012 -1.9,1.3500000000000012" data-type="line" data-label="" points="219.27392739273924,177.68976897689757 219.27392739273924,196.17161716171606" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,2.350000000000001 -2.0999999999999996,2.350000000000001 -2.0999999999999996,2.550000000000001 -1.9,2.550000000000001" data-type="line" data-label="" points="219.27392739273924,103.76237623762367 200.79207920792078,103.76237623762367 200.79207920792078,85.28052805280515 219.27392739273924,85.28052805280515" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9,2.1500000000000012 -2.0999999999999996,2.1500000000000012 -2.0999999999999996,2.350000000000001 -1.9,2.350000000000001" data-type="line" data-label="" points="219.27392739273924,122.24422442244213 200.79207920792078,122.24422442244213 200.79207920792078,103.76237623762367 219.27392739273924,103.76237623762367" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9,0.7500000000000013 -2.0999999999999996,0.7500000000000013 -2.0999999999999996,0.5500000000000014 -1.9,0.5500000000000014" data-type="line" data-label="" points="219.27392739273924,251.6171617161715 200.79207920792078,251.6171617161715 200.79207920792078,270.09900990099 219.27392739273924,270.09900990099" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9,1.750000000000001 -2.0999999999999996,1.750000000000001 -2.0999999999999996,1.950000000000001 -1.9,1.950000000000001" data-type="line" data-label="" points="219.27392739273924,159.2079207920791 200.79207920792078,159.2079207920791 200.79207920792078,140.72607260726062 219.27392739273924,140.72607260726062" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9,1.5500000000000012 -2.0999999999999996,1.5500000000000012 -2.0999999999999996,1.750000000000001 -1.9,1.750000000000001" data-type="line" data-label="" points="219.27392739273924,177.68976897689757 200.79207920792078,177.68976897689757 200.79207920792078,159.2079207920791 219.27392739273924,159.2079207920791" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9,1.3500000000000012 -2.0999999999999996,1.3500000000000012 -2.0999999999999996,1.5500000000000012 -1.9,1.5500000000000012" data-type="line" data-label="" points="219.27392739273924,196.17161716171606 200.79207920792078,196.17161716171606 200.79207920792078,177.68976897689757 219.27392739273924,177.68976897689757" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.0999999999999996,2.350000000000001 -2.4499999999999993,2.350000000000001 -2.4499999999999993,2.351000000000001" data-type="line" data-label="" points="200.79207920792078,103.76237623762367 168.44884488448847,103.76237623762367 168.44884488448847,103.66996699669957" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.0999999999999996,1.750000000000001 -2.4499999999999993,1.750000000000001 -2.4499999999999993,1.751000000000001" data-type="line" data-label="" points="200.79207920792078,159.2079207920791 168.44884488448847,159.2079207920791 168.44884488448847,159.115511551155" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9,1.1500000000000012 -2.4499999999999993,1.1500000000000012 -2.4499999999999993,1.1510000000000011" data-type="line" data-label="" points="219.27392739273924,214.65346534653452 168.44884488448847,214.65346534653452 168.44884488448847,214.56105610561045" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.0999999999999996,0.7500000000000013 -3.1599999999999993,0.7500000000000013 -3.1599999999999993,0.8010000000000014" data-type="line" data-label="" points="200.79207920792078,251.6171617161715 102.83828382838288,251.6171617161715 102.83828382838288,246.90429042904276" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0" data-y="0" x="219.2739273927392" y="62.1782178217822" width="351.15511551155123" height="517.4917491749175" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01082142857142857"/></g><g><rect data-type="rect" data-label="CC2745R10E0WRHARQ1" data-x="-0.41999999999999993" data-y="-2.9299999999999997" x="256.2376237623762" y="583.3663366336633" width="199.60396039603967" height="16.633663366336577" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.01082142857142857"/></g><g><rect data-type="rect" data-label="U1" data-x="-1.38" data-y="2.915" x="250.69306930693068" y="39.99999999999997" width="33.2673267326733" height="23.10231023102307" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.01082142857142857"/></g><g><rect data-type="rect" data-label="netId: VDDR
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="-1.9,2.550000000000001 -1.9,2.350000000000001" data-type="line" data-label="" points="219.27392739273924,85.28052805280515 219.27392739273924,103.76237623762367" fill="none" stroke="hsl(124, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,2.550000000000001 -1.9,2.1500000000000012" data-type="line" data-label="" points="219.27392739273924,85.28052805280515 219.27392739273924,122.24422442244213" fill="none" stroke="hsl(124, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,2.350000000000001 -1.9,2.1500000000000012" data-type="line" data-label="" points="219.27392739273924,103.76237623762367 219.27392739273924,122.24422442244213" fill="none" stroke="hsl(124, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,0.7500000000000013 -1.9,0.5500000000000014" data-type="line" data-label="" points="219.27392739273924,251.6171617161715 219.27392739273924,270.09900990099" fill="none" stroke="hsl(44, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,1.950000000000001 -1.9,1.750000000000001" data-type="line" data-label="" points="219.27392739273924,140.72607260726062 219.27392739273924,159.2079207920791" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,1.950000000000001 -1.9,1.5500000000000012" data-type="line" data-label="" points="219.27392739273924,140.72607260726062 219.27392739273924,177.68976897689757" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,1.950000000000001 -1.9,1.3500000000000012" data-type="line" data-label="" points="219.27392739273924,140.72607260726062 219.27392739273924,196.17161716171606" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,1.750000000000001 -1.9,1.5500000000000012" data-type="line" data-label="" points="219.27392739273924,159.2079207920791 219.27392739273924,177.68976897689757" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,1.750000000000001 -1.9,1.3500000000000012" data-type="line" data-label="" points="219.27392739273924,159.2079207920791 219.27392739273924,196.17161716171606" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,1.5500000000000012 -1.9,1.3500000000000012" data-type="line" data-label="" points="219.27392739273924,177.68976897689757 219.27392739273924,196.17161716171606" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,2.350000000000001 -2.0999999999999996,2.350000000000001 -2.0999999999999996,2.550000000000001 -1.9,2.550000000000001" data-type="line" data-label="" points="219.27392739273924,103.76237623762367 200.79207920792078,103.76237623762367 200.79207920792078,85.28052805280515 219.27392739273924,85.28052805280515" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9,2.1500000000000012 -2.0999999999999996,2.1500000000000012 -2.0999999999999996,2.350000000000001 -1.9,2.350000000000001" data-type="line" data-label="" points="219.27392739273924,122.24422442244213 200.79207920792078,122.24422442244213 200.79207920792078,103.76237623762367 219.27392739273924,103.76237623762367" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9,0.7500000000000013 -2.0999999999999996,0.7500000000000013 -2.0999999999999996,0.5500000000000014 -1.9,0.5500000000000014" data-type="line" data-label="" points="219.27392739273924,251.6171617161715 200.79207920792078,251.6171617161715 200.79207920792078,270.09900990099 219.27392739273924,270.09900990099" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9,1.750000000000001 -2.0999999999999996,1.750000000000001 -2.0999999999999996,1.950000000000001 -1.9,1.950000000000001" data-type="line" data-label="" points="219.27392739273924,159.2079207920791 200.79207920792078,159.2079207920791 200.79207920792078,140.72607260726062 219.27392739273924,140.72607260726062" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9,1.5500000000000012 -2.0999999999999996,1.5500000000000012 -2.0999999999999996,1.750000000000001 -1.9,1.750000000000001" data-type="line" data-label="" points="219.27392739273924,177.68976897689757 200.79207920792078,177.68976897689757 200.79207920792078,159.2079207920791 219.27392739273924,159.2079207920791" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9,1.3500000000000012 -2.0999999999999996,1.3500000000000012 -2.0999999999999996,1.5500000000000012 -1.9,1.5500000000000012" data-type="line" data-label="" points="219.27392739273924,196.17161716171606 200.79207920792078,196.17161716171606 200.79207920792078,177.68976897689757 219.27392739273924,177.68976897689757" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.0999999999999996,2.350000000000001 -2.4499999999999993,2.350000000000001 -2.4499999999999993,2.351000000000001" data-type="line" data-label="" points="200.79207920792078,103.76237623762367 168.44884488448847,103.76237623762367 168.44884488448847,103.66996699669957" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.0999999999999996,1.750000000000001 -2.4499999999999993,1.750000000000001 -2.4499999999999993,1.751000000000001" data-type="line" data-label="" points="200.79207920792078,159.2079207920791 168.44884488448847,159.2079207920791 168.44884488448847,159.115511551155" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9,1.1500000000000012 -2.4499999999999993,1.1500000000000012 -2.4499999999999993,1.1510000000000011" data-type="line" data-label="" points="219.27392739273924,214.65346534653452 168.44884488448847,214.65346534653452 168.44884488448847,214.56105610561045" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.0999999999999996,0.7500000000000013 -3.1599999999999993,0.7500000000000013 -3.1599999999999993,0.8010000000000014" data-type="line" data-label="" points="200.79207920792078,251.6171617161715 102.83828382838288,251.6171617161715 102.83828382838288,246.90429042904276" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0" data-y="0" x="219.2739273927392" y="62.1782178217822" width="351.15511551155123" height="517.4917491749175" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01082142857142857"/></g><g><rect data-type="rect" data-label="CC2745R10E0WRHARQ1" data-x="-0.41999999999999993" data-y="-2.9299999999999997" x="256.2376237623762" y="583.3663366336633" width="199.60396039603967" height="16.633663366336577" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.01082142857142857"/></g><g><rect data-type="rect" data-label="U1" data-x="-1.38" data-y="2.915" x="250.69306930693068" y="39.99999999999997" width="33.2673267326733" height="23.10231023102307" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.01082142857142857"/></g><g><rect data-type="rect" data-label="netId: VDDR
2
4
  globalConnNetId: connectivity_net0" data-x="-2.4499999999999993" data-y="2.561000000000001" x="140.72607260726076" y="64.85808580858078" width="55.44554455445541" height="38.811881188118804" fill="#ef444466" stroke="#ef4444" stroke-width="0.01082142857142857"/></g><g><rect data-type="rect" data-label="netId: VDDIO
3
5
  globalConnNetId: connectivity_net1" data-x="-3.1599999999999993" data-y="1.0110000000000015" x="69.57095709570964" y="208.09240924092393" width="66.53465346534648" height="38.811881188118804" fill="#ef444466" stroke="#ef4444" stroke-width="0.01082142857142857"/></g><g><rect data-type="rect" data-label="netId: VDDS
4
6
  globalConnNetId: connectivity_net2" data-x="-2.4499999999999993" data-y="1.961000000000001" x="140.72607260726076" y="120.3036303630362" width="55.44554455445541" height="38.81188118811883" fill="#ef444466" stroke="#ef4444" stroke-width="0.01082142857142857"/></g><g><rect data-type="rect" data-label="netId: VDDD
@@ -57,7 +59,7 @@ orientation: y+" data-x="-2.4499999999999993" data-y="1.1510000000000011" cx="16
57
59
  const h = svg.getElementById('crosshair-h');
58
60
  const v = svg.getElementById('crosshair-v');
59
61
  const coords = svg.getElementById('coordinates');
60
-
62
+
61
63
  crosshair.style.display = 'block';
62
64
  h.setAttribute('x1', '0');
63
65
  h.setAttribute('x2', '640');
@@ -76,13 +78,13 @@ orientation: y+" data-x="-2.4499999999999993" data-y="1.1510000000000011" cx="16
76
78
  // y' = (y - ty) / sy
77
79
  const sx = matrix.a;
78
80
  const sy = matrix.d;
79
- const tx = matrix.e;
81
+ const tx = matrix.e;
80
82
  const ty = matrix.f;
81
83
  const realPoint = {
82
84
  x: (x - tx) / sx,
83
85
  y: (y - ty) / sy // Flip y back since we used negative scale
84
86
  }
85
-
87
+
86
88
  coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
87
89
  coords.setAttribute('x', (x + 5).toString());
88
90
  coords.setAttribute('y', (y - 5).toString());
@@ -90,4 +92,48 @@ orientation: y+" data-x="-2.4499999999999993" data-y="1.1510000000000011" cx="16
90
92
  document.currentScript.parentElement.addEventListener('mouseleave', () => {
91
93
  document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
92
94
  });
93
- ]]></script></svg>
95
+ ]]></script>
96
+ </g>
97
+ <g transform="translate(1216, 200)">
98
+ <style>
99
+ .boundary { fill: rgb(245, 241, 237); }
100
+ .schematic-boundary { fill: none; stroke: #fff; }
101
+ .component { fill: none; stroke: rgb(132, 0, 0); }
102
+ .chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
103
+ .component-pin { fill: none; stroke: rgb(132, 0, 0); }
104
+ .text { font-family: sans-serif; fill: rgb(0, 150, 0); }
105
+ .pin-number { fill: rgb(169, 0, 0); }
106
+ .port-label { fill: rgb(0, 100, 100); }
107
+ .component-name { fill: rgb(0, 100, 100); }
108
+
109
+ </style><rect class="boundary" x="0" y="0" width="1200" height="800"/><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><path d="M 456.09065155801 134.8441926344649 L 433.42776203959 134.8441926344649 L 433.42776203959 112.18130311604489 L 456.09065155801 112.18130311604489" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 456.09065155801 134.8441926344649 L 433.42776203959 134.8441926344649 L 433.42776203959 112.18130311604489 L 456.09065155801 112.18130311604489" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><path d="M 456.09065155801 157.50708215288486 L 433.42776203959 157.50708215288486 L 433.42776203959 134.8441926344649 L 456.09065155801 134.8441926344649" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 456.09065155801 157.50708215288486 L 433.42776203959 157.50708215288486 L 433.42776203959 134.8441926344649 L 456.09065155801 134.8441926344649" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><path d="M 456.09065155801 316.14730878182485 L 433.42776203959 316.14730878182485 L 433.42776203959 338.81019830024485 L 456.09065155801 338.81019830024485" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 456.09065155801 316.14730878182485 L 433.42776203959 316.14730878182485 L 433.42776203959 338.81019830024485 L 456.09065155801 338.81019830024485" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><path d="M 456.09065155801 202.83286118972487 L 433.42776203959 202.83286118972487 L 433.42776203959 180.1699716713049 L 456.09065155801 180.1699716713049" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 456.09065155801 202.83286118972487 L 433.42776203959 202.83286118972487 L 433.42776203959 180.1699716713049 L 456.09065155801 180.1699716713049" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><path d="M 456.09065155801 225.49575070814487 L 433.42776203959 225.49575070814487 L 433.42776203959 202.83286118972487 L 456.09065155801 202.83286118972487" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 456.09065155801 225.49575070814487 L 433.42776203959 225.49575070814487 L 433.42776203959 202.83286118972487 L 456.09065155801 202.83286118972487" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"><path d="M 456.09065155801 248.15864022656487 L 433.42776203959 248.15864022656487 L 433.42776203959 225.49575070814487 L 456.09065155801 225.49575070814487" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 456.09065155801 248.15864022656487 L 433.42776203959 248.15864022656487 L 433.42776203959 225.49575070814487 L 456.09065155801 225.49575070814487" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"><path d="M 433.42776203959 134.8441926344649 L 393.7677053823551 134.8441926344649 L 393.7677053823551 134.73087818687281" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 433.42776203959 134.8441926344649 L 393.7677053823551 134.8441926344649 L 393.7677053823551 134.73087818687281" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><path d="M 433.42776203959 202.83286118972487 L 393.7677053823551 202.83286118972487 L 393.7677053823551 202.7195467421328" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 433.42776203959 202.83286118972487 L 393.7677053823551 202.83286118972487 L 393.7677053823551 202.7195467421328" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><path d="M 456.09065155801 270.8215297449849 L 393.7677053823551 270.8215297449849 L 393.7677053823551 270.70821529739277" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 456.09065155801 270.8215297449849 L 393.7677053823551 270.8215297449849 L 393.7677053823551 270.70821529739277" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"><path d="M 433.42776203959 316.14730878182485 L 313.31444759196404 316.14730878182485 L 313.31444759196404 310.36827195462774" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 433.42776203959 316.14730878182485 L 313.31444759196404 316.14730878182485 L 313.31444759196404 310.36827195462774" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><circle cx="456.09065155801" cy="134.8441926344649" r="3.399433427763" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="433.42776203959" cy="134.8441926344649" r="3.399433427763" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><circle cx="433.42776203959" cy="316.14730878182485" r="3.399433427763" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><circle cx="456.09065155801" cy="202.83286118972487" r="3.399433427763" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="433.42776203959" cy="202.83286118972487" r="3.399433427763" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><circle cx="456.09065155801" cy="225.49575070814487" r="3.399433427763" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="433.42776203959" cy="225.49575070814487" r="3.399433427763" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="501.41643059485" y="83.85269121802003" width="339.9433427762999" height="634.5609065157599" stroke-width="2.2662889518419997px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="501.41643059485" y="83.85269121802003" width="339.9433427762999" height="634.5609065157599" fill="transparent"/><text class="sch-text" x="671.388101983" y="401.1331444759" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="20.396600566577998px" transform="rotate(0, 671.388101983, 401.1331444759)">schematic_component_0</text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="112.18130311604489" x2="456.09065155801" y2="112.18130311604489" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="453.824362606168" y="109.91501416420289" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="109.91501416420289" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="512.7478753540599" y="112.18130311604489" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_0</text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="134.8441926344649" x2="456.09065155801" y2="134.8441926344649" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="453.824362606168" y="132.5779036826229" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="132.5779036826229" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="512.7478753540599" y="134.8441926344649" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_1</text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="202.83286118972495" x2="884.419263456148" y2="202.83286118972495" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="202.83286118972495" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="200.56657223788295" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="200.56657223788295" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="830.02832861194" y="202.83286118972495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_2</text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="225.49575070814498" x2="884.419263456148" y2="225.49575070814498" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="225.49575070814498" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="223.22946175630298" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="223.22946175630298" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="830.02832861194" y="225.49575070814498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_3</text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="248.15864022656496" x2="884.419263456148" y2="248.15864022656496" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="248.15864022656496" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="245.89235127472296" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="245.89235127472293" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="830.02832861194" y="248.15864022656496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_4</text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="270.82152974498496" x2="884.419263456148" y2="270.82152974498496" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="270.82152974498496" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="268.55524079314296" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="268.55524079314296" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="830.02832861194" y="270.82152974498496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_5</text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="293.484419263405" x2="884.419263456148" y2="293.484419263405" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="293.484419263405" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="291.218130311563" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="291.21813031156296" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="830.02832861194" y="293.484419263405" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_6</text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="316.147308781825" x2="884.419263456148" y2="316.147308781825" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="316.147308781825" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="313.881019829983" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="313.881019829983" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="830.02832861194" y="316.147308781825" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_7</text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="316.14730878182485" x2="456.09065155801" y2="316.14730878182485" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="453.824362606168" y="313.88101982998285" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="313.88101982998285" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="512.7478753540599" y="316.14730878182485" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_8</text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="338.810198300245" x2="884.419263456148" y2="338.810198300245" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="338.810198300245" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="336.543909348403" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="336.543909348403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="830.02832861194" y="338.810198300245" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_9</text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="361.473087818665" x2="884.419263456148" y2="361.473087818665" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="361.473087818665" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="359.206798866823" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="359.206798866823" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="830.02832861194" y="361.473087818665" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_10</text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="384.1359773370851" x2="884.419263456148" y2="384.1359773370851" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="384.1359773370851" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="381.8696883852431" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="381.8696883852431" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="830.02832861194" y="384.1359773370851" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_11</text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="406.7988668555051" x2="884.419263456148" y2="406.7988668555051" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="406.7988668555051" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="404.5325779036631" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="404.5325779036631" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="830.02832861194" y="406.7988668555051" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_12</text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="429.4617563739251" x2="884.419263456148" y2="429.4617563739251" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="429.4617563739251" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="427.1954674220831" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="427.1954674220831" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="830.02832861194" y="429.4617563739251" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_13</text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="452.12464589234514" x2="884.419263456148" y2="452.12464589234514" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="452.12464589234514" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="449.85835694050314" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="449.8583569405031" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="830.02832861194" y="452.12464589234514" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_14</text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="474.78753541076514" x2="884.419263456148" y2="474.78753541076514" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="474.78753541076514" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="472.52124645892314" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="472.52124645892314" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="830.02832861194" y="474.78753541076514" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_15</text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="338.81019830024485" x2="456.09065155801" y2="338.81019830024485" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_16__stack1"><rect x="453.824362606168" y="336.54390934840285" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="336.54390934840285" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="512.7478753540599" y="338.81019830024485" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_16</text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="180.1699716713049" x2="456.09065155801" y2="180.1699716713049" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_17__stack1"><rect x="453.824362606168" y="177.9036827194629" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="177.9036827194629" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="512.7478753540599" y="180.1699716713049" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_17</text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="384.13597733708485" x2="458.35694050985194" y2="384.13597733708485" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_18__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="384.13597733708485" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="381.86968838524285" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="381.86968838524285" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="512.7478753540599" y="384.13597733708485" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_18</text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="406.79886685550485" x2="458.35694050985194" y2="406.79886685550485" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_19__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="406.79886685550485" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="404.53257790366285" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="404.53257790366285" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="512.7478753540599" y="406.79886685550485" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_19</text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="429.4617563739249" x2="458.35694050985194" y2="429.4617563739249" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_20__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="429.4617563739249" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="427.1954674220829" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="427.1954674220829" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="512.7478753540599" y="429.4617563739249" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_20</text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="452.1246458923449" x2="458.35694050985194" y2="452.1246458923449" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_21__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="452.1246458923449" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="449.8583569405029" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="449.8583569405029" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="512.7478753540599" y="452.1246458923449" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_21</text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="474.7875354107649" x2="458.35694050985194" y2="474.7875354107649" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_22__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="474.7875354107649" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="472.5212464589229" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="472.5212464589229" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="512.7478753540599" y="474.7875354107649" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_22</text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="497.4504249291849" x2="458.35694050985194" y2="497.4504249291849" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_23__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="497.4504249291849" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="495.1841359773429" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="495.184135977343" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="512.7478753540599" y="497.4504249291849" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_23</text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="157.50708215288492" x2="884.419263456148" y2="157.50708215288492" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_24__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="157.50708215288492" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="155.24079320104292" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="155.24079320104292" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="830.02832861194" y="157.50708215288492" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_24</text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="588.1019830028649" x2="458.35694050985194" y2="588.1019830028649" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_25__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="588.1019830028649" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="585.835694051023" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="585.835694051023" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="512.7478753540599" y="588.1019830028649" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_25</text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="656.090651558125" x2="458.35694050985194" y2="656.090651558125" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_26__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="656.090651558125" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="653.8243626062831" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="653.8243626062831" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="512.7478753540599" y="656.090651558125" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_26</text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="270.8215297449849" x2="456.09065155801" y2="270.8215297449849" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_27__stack1"><rect x="453.824362606168" y="268.5552407931429" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="268.55524079314284" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="512.7478753540599" y="270.8215297449849" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_27</text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="202.83286118972487" x2="456.09065155801" y2="202.83286118972487" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_28__stack1"><rect x="453.824362606168" y="200.56657223788287" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="200.56657223788287" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="512.7478753540599" y="202.83286118972487" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_28</text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="701.416430594965" x2="458.35694050985194" y2="701.416430594965" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_29__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="701.416430594965" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="699.1501416431231" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="699.1501416431231" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="512.7478753540599" y="701.416430594965" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_29</text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="225.49575070814487" x2="456.09065155801" y2="225.49575070814487" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_30__stack1"><rect x="453.824362606168" y="223.22946175630287" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="223.22946175630287" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="512.7478753540599" y="225.49575070814487" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_30</text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="520.113314447605" x2="458.35694050985194" y2="520.113314447605" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_31__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="520.113314447605" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="517.8470254957631" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="517.847025495763" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="512.7478753540599" y="520.113314447605" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_31</text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="542.7762039660249" x2="458.35694050985194" y2="542.7762039660249" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_32__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="542.7762039660249" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="540.509915014183" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="540.509915014183" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="512.7478753540599" y="542.7762039660249" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_32</text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="157.50708215288486" x2="456.09065155801" y2="157.50708215288486" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_33__stack1"><rect x="453.824362606168" y="155.24079320104286" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="155.24079320104286" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="512.7478753540599" y="157.50708215288486" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_33</text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="520.1133144476051" x2="884.419263456148" y2="520.1133144476051" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_34__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="520.1133144476051" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="517.8470254957632" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="517.8470254957631" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="830.02832861194" y="520.1133144476051" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_34</text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="588.1019830028652" x2="884.419263456148" y2="588.1019830028652" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_35__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="588.1019830028652" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="585.8356940510232" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="585.8356940510231" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="830.02832861194" y="588.1019830028652" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_35</text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="633.4277620397052" x2="884.419263456148" y2="633.4277620397052" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_36__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="633.4277620397052" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="631.1614730878632" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="631.1614730878631" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="830.02832861194" y="633.4277620397052" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_36</text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="248.15864022656487" x2="456.09065155801" y2="248.15864022656487" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_37__stack1"><rect x="453.824362606168" y="245.89235127472287" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="245.89235127472287" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="512.7478753540599" y="248.15864022656487" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_37</text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="112.18130311604489" x2="884.419263456148" y2="112.18130311604489" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_38__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="112.18130311604489" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="109.91501416420289" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="109.91501416420289" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="830.02832861194" y="112.18130311604489" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_38</text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="678.7535410765452" x2="884.419263456148" y2="678.7535410765452" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_39__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="678.7535410765452" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="676.4872521247032" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="676.4872521247031" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="830.02832861194" y="678.7535410765452" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_39</text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="701.416430594965" x2="884.419263456148" y2="701.416430594965" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_40__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="701.416430594965" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="699.1501416431231" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="699.1501416431231" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><text class="pin-number sch-pin-label" x="830.02832861194" y="701.416430594965" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.997167138814998px" transform="">schematic_port_40</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="456.09065155801" cy="112.18130311604489" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="456.09065155801" cy="134.8441926344649" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="886.6855524079899" cy="202.83286118972495" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="886.6855524079899" cy="225.49575070814498" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="886.6855524079899" cy="248.15864022656496" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="886.6855524079899" cy="270.82152974498496" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="886.6855524079899" cy="293.484419263405" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="886.6855524079899" cy="316.147308781825" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="456.09065155801" cy="316.14730878182485" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="886.6855524079899" cy="338.810198300245" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="886.6855524079899" cy="361.473087818665" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="886.6855524079899" cy="384.1359773370851" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="886.6855524079899" cy="406.7988668555051" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="886.6855524079899" cy="429.4617563739251" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="886.6855524079899" cy="452.12464589234514" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="886.6855524079899" cy="474.78753541076514" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_16__stack1"><circle cx="456.09065155801" cy="338.81019830024485" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_17__stack1"><circle cx="456.09065155801" cy="180.1699716713049" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_18__stack1"><circle cx="456.09065155801" cy="384.13597733708485" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_19__stack1"><circle cx="456.09065155801" cy="406.79886685550485" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_20__stack1"><circle cx="456.09065155801" cy="429.4617563739249" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_21__stack1"><circle cx="456.09065155801" cy="452.1246458923449" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_22__stack1"><circle cx="456.09065155801" cy="474.7875354107649" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_23__stack1"><circle cx="456.09065155801" cy="497.4504249291849" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_24__stack1"><circle cx="886.6855524079899" cy="157.50708215288492" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_25__stack1"><circle cx="456.09065155801" cy="588.1019830028649" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_26__stack1"><circle cx="456.09065155801" cy="656.090651558125" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_27__stack1"><circle cx="456.09065155801" cy="270.8215297449849" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_28__stack1"><circle cx="456.09065155801" cy="202.83286118972487" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_29__stack1"><circle cx="456.09065155801" cy="701.416430594965" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_30__stack1"><circle cx="456.09065155801" cy="225.49575070814487" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_31__stack1"><circle cx="456.09065155801" cy="520.113314447605" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_32__stack1"><circle cx="456.09065155801" cy="542.7762039660249" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_33__stack1"><circle cx="456.09065155801" cy="157.50708215288486" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_34__stack1"><circle cx="886.6855524079899" cy="520.1133144476051" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_35__stack1"><circle cx="886.6855524079899" cy="588.1019830028652" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_36__stack1"><circle cx="886.6855524079899" cy="633.4277620397052" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_37__stack1"><circle cx="456.09065155801" cy="248.15864022656487" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_38__stack1"><circle cx="886.6855524079899" cy="112.18130311604489" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_39__stack1"><circle cx="886.6855524079899" cy="678.7535410765452" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_40__stack1"><circle cx="886.6855524079899" cy="701.416430594965" r="4.5325779036839995" fill="red" opacity="0"/></g><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="
110
+ M 393.7677053823551,134.73087818687281
111
+ L 382.4362606231451,128.6118980168994
112
+ L 382.4362606231451,89.75259678931526
113
+ L 405.0991501415651,89.75259678931526
114
+ L 405.0991501415651,128.6118980168994
115
+ Z
116
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.2662889518419997px"/><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="393.7677053823551" y="124.53257790358381" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="20.396600566577998px" transform="rotate(-90 393.7677053823551 124.53257790358381)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="
117
+ M 313.31444759196404,310.36827195462774
118
+ L 301.98300283275404,304.24929178465436
119
+ L 301.98300283275404,265.3899905570702
120
+ L 324.64589235117404,265.3899905570702
121
+ L 324.64589235117404,304.24929178465436
122
+ Z
123
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.2662889518419997px"/><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="313.31444759196404" y="300.16997167133877" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="20.396600566577998px" transform="rotate(-90 313.31444759196404 300.16997167133877)">XX</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="
124
+ M 393.7677053823551,202.7195467421328
125
+ L 382.4362606231451,196.60056657215938
126
+ L 382.4362606231451,157.74126534457525
127
+ L 405.0991501415651,157.74126534457525
128
+ L 405.0991501415651,196.60056657215938
129
+ Z
130
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.2662889518419997px"/><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="393.7677053823551" y="192.5212464588438" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="20.396600566577998px" transform="rotate(-90 393.7677053823551 192.5212464588438)">XX</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="
131
+ M 393.7677053823551,270.70821529739277
132
+ L 382.4362606231451,264.5892351274194
133
+ L 382.4362606231451,225.7299338998352
134
+ L 405.0991501415651,225.7299338998352
135
+ L 405.0991501415651,264.5892351274194
136
+ Z
137
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.2662889518419997px"/><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="393.7677053823551" y="260.5099150141038" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="20.396600566577998px" transform="rotate(-90 393.7677053823551 260.5099150141038)">XX</text><text class="sch-text" x="623.796033994318" y="733.1444759207529" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="20.396600566577966px" transform="rotate(0, 623.796033994318, 733.1444759207529)">CC2745R10E0WRHARQ1</text><text class="sch-text" x="515.014164305902" y="70.82152974492851" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="20.396600566577998px" transform="rotate(0, 515.014164305902, 70.82152974492851)">U1</text><rect class="schematic-box sch-box" x="501.41643059485" y="722.946175637464" width="244.75920679893602" height="20.396600566577945" stroke-width="2.2662889518419997px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="18.130311614735998 9.065155807367999"/><rect class="schematic-box sch-box" x="494.61756373932394" y="56.65722379591608" width="40.793201133156" height="28.328611898024917" stroke-width="2.2662889518419997px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="18.130311614735998 9.065155807367999"/>
138
+ </g>
139
+ </svg>