@tscircuit/schematic-trace-solver 0.0.149 → 0.0.151

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 (162) hide show
  1. package/.agents/skills/schematic-trace-visualization/SKILL.md +7 -2
  2. package/README.md +6 -4
  3. package/dist/index.d.ts +64 -3
  4. package/dist/index.js +383 -66
  5. package/lib/solvers/InlineNetLabelSolver/InlineNetLabelSolver.ts +123 -84
  6. package/lib/solvers/NetLabelPlacementSolver/NetLabelPlacementSolver.ts +17 -1
  7. package/lib/solvers/NetLabelPlacementSolver/SingleNetLabelPlacementSolver/SingleNetLabelPlacementSolver.ts +2 -0
  8. package/lib/solvers/NetLabelPlacementSolver/SingleNetLabelPlacementSolver/solvePortOnlyPin.ts +2 -0
  9. package/lib/solvers/NetLabelToTraceSolver/NetLabelToTraceSolver.ts +338 -0
  10. package/lib/solvers/NetLabelTraceRecovery/getTraceRecoveryConnectivityMaps.ts +33 -0
  11. package/lib/solvers/SchematicTracePipelineSolver/SchematicTracePipelineSolver.ts +15 -0
  12. package/lib/types/InputProblem.ts +27 -1
  13. package/package.json +8 -1
  14. package/tests/bug-reports/bug-report-20260706T213649Z/__snapshots__/bug-report-20260706T213649Z.snap.svg +751 -5
  15. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +660 -5
  16. package/tests/bug-reports/bug-report-20260707T020342Z/__snapshots__/bug-report-20260707T020342Z.snap.svg +44 -5
  17. package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +394 -5
  18. package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +170 -5
  19. package/tests/bug-reports/bug-report-20260707T134722Z/__snapshots__/bug-report-20260707T134722Z.snap.svg +79 -5
  20. package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +219 -5
  21. package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +65 -5
  22. package/tests/bug-reports/bug-report-20260707T141421Z/__snapshots__/bug-report-20260707T141421Z.snap.svg +142 -5
  23. package/tests/bug-reports/bug-report-20260707T230831Z/__snapshots__/bug-report-20260707T230831Z.snap.svg +100 -5
  24. package/tests/bug-reports/bug-report-20260708T053736Z/__snapshots__/bug-report-20260708T053736Z.snap.svg +23 -5
  25. package/tests/bug-reports/bug-report-20260708T055430Z/__snapshots__/bug-report-20260708T055430Z.snap.svg +58 -5
  26. package/tests/bug-reports/bug-report-20260708T095725Z/__snapshots__/bug-report-20260708T095725Z.snap.svg +86 -5
  27. package/tests/bug-reports/bug-report-20260716T144856Z/__snapshots__/bug-report-20260716T144856Z.snap.svg +226 -5
  28. package/tests/bug-reports/bug-report-20260717T022934Z/__snapshots__/bug-report-20260717T022934Z.snap.svg +191 -5
  29. package/tests/bug-reports/bug-report-20260717T031704Z/__snapshots__/bug-report-20260717T031704Z.snap.svg +30 -5
  30. package/tests/bug-reports/bug-report-20260717T042845Z/__snapshots__/bug-report-20260717T042845Z.snap.svg +37 -5
  31. package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +580 -2
  32. package/tests/bug-reports/bug-report-20260724T175257Z/__snapshots__/bug-report-20260724T175257Z.snap.svg +44 -5
  33. package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +107 -5
  34. package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +114 -5
  35. package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +121 -5
  36. package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +51 -5
  37. package/tests/bug-reports/bug-report-20260804T095800Z/__snapshots__/bug-report-20260804T095800Z.snap.svg +212 -5
  38. package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +569 -5
  39. package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +37 -5
  40. package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +289 -5
  41. package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +289 -5
  42. package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +149 -5
  43. package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +93 -5
  44. package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +79 -5
  45. package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +244 -2
  46. package/tests/examples/__snapshots__/example01.snap.svg +44 -5
  47. package/tests/examples/__snapshots__/example02.snap.svg +51 -5
  48. package/tests/examples/__snapshots__/example03.snap.svg +86 -5
  49. package/tests/examples/__snapshots__/example04.snap.svg +30 -5
  50. package/tests/examples/__snapshots__/example05.snap.svg +30 -5
  51. package/tests/examples/__snapshots__/example06.snap.svg +30 -5
  52. package/tests/examples/__snapshots__/example07.snap.svg +58 -5
  53. package/tests/examples/__snapshots__/example08.snap.svg +37 -5
  54. package/tests/examples/__snapshots__/example09.snap.svg +149 -5
  55. package/tests/examples/__snapshots__/example10.snap.svg +65 -5
  56. package/tests/examples/__snapshots__/example11.snap.svg +51 -5
  57. package/tests/examples/__snapshots__/example12.snap.svg +51 -5
  58. package/tests/examples/__snapshots__/example13.snap.svg +72 -5
  59. package/tests/examples/__snapshots__/example14.snap.svg +79 -5
  60. package/tests/examples/__snapshots__/example15.snap.svg +86 -5
  61. package/tests/examples/__snapshots__/example16.snap.svg +51 -5
  62. package/tests/examples/__snapshots__/example17.snap.svg +51 -5
  63. package/tests/examples/__snapshots__/example18.snap.svg +58 -5
  64. package/tests/examples/__snapshots__/example19.snap.svg +44 -5
  65. package/tests/examples/__snapshots__/example20.snap.svg +44 -5
  66. package/tests/examples/__snapshots__/example21.snap.svg +72 -5
  67. package/tests/examples/__snapshots__/example22.snap.svg +51 -5
  68. package/tests/examples/__snapshots__/example23.snap.svg +51 -5
  69. package/tests/examples/__snapshots__/example24.snap.svg +51 -5
  70. package/tests/examples/__snapshots__/example25.snap.svg +86 -5
  71. package/tests/examples/__snapshots__/example26.snap.svg +51 -5
  72. package/tests/examples/__snapshots__/example27.snap.svg +72 -5
  73. package/tests/examples/__snapshots__/example28.snap.svg +44 -5
  74. package/tests/examples/__snapshots__/example29.snap.svg +324 -5
  75. package/tests/examples/__snapshots__/example30.snap.svg +107 -5
  76. package/tests/examples/__snapshots__/example31.snap.svg +37 -5
  77. package/tests/examples/__snapshots__/example32.snap.svg +149 -5
  78. package/tests/examples/__snapshots__/example33.snap.svg +93 -5
  79. package/tests/examples/__snapshots__/example34.snap.svg +51 -5
  80. package/tests/examples/__snapshots__/example35.snap.svg +58 -5
  81. package/tests/examples/__snapshots__/example36.snap.svg +44 -5
  82. package/tests/examples/__snapshots__/example37.snap.svg +72 -5
  83. package/tests/examples/__snapshots__/example38.snap.svg +30 -5
  84. package/tests/examples/__snapshots__/example39.snap.svg +37 -5
  85. package/tests/examples/__snapshots__/example40.snap.svg +100 -5
  86. package/tests/examples/__snapshots__/example41.snap.svg +44 -5
  87. package/tests/examples/__snapshots__/example42.snap.svg +65 -5
  88. package/tests/examples/__snapshots__/example43.snap.svg +58 -5
  89. package/tests/examples/__snapshots__/example44.snap.svg +107 -5
  90. package/tests/examples/__snapshots__/example45.snap.svg +51 -5
  91. package/tests/examples/__snapshots__/example46.snap.svg +93 -5
  92. package/tests/examples/__snapshots__/example47.snap.svg +93 -5
  93. package/tests/examples/__snapshots__/example48.snap.svg +65 -5
  94. package/tests/examples/__snapshots__/example49.snap.svg +177 -5
  95. package/tests/examples/__snapshots__/example50.snap.svg +93 -5
  96. package/tests/examples/__snapshots__/example51.snap.svg +594 -21
  97. package/tests/fixtures/convertSolverOutputToCircuitJson.test.ts +219 -0
  98. package/tests/fixtures/convertSolverOutputToCircuitJson.ts +1058 -0
  99. package/tests/fixtures/matcher.ts +45 -8
  100. package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +762 -2
  101. package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +111 -2
  102. package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +170 -5
  103. package/tests/repros/__snapshots__/bugreport-001-gnd-overlap.snap.svg +65 -5
  104. package/tests/repros/__snapshots__/manufacturePartNumber-text-box.snap.svg +30 -5
  105. package/tests/repros/__snapshots__/netlabel-connector-through-rail-label.snap.svg +79 -5
  106. package/tests/repros/__snapshots__/repro-atmega328p-fault-pullup.snap.svg +65 -5
  107. package/tests/repros/__snapshots__/repro-atmega328p-missing-gnd-netlabel.snap.svg +149 -5
  108. package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +55 -2
  109. package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +160 -2
  110. package/tests/repros/__snapshots__/repro-bq24074-battery-charger.snap.svg +135 -5
  111. package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +69 -2
  112. package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +86 -5
  113. package/tests/repros/__snapshots__/repro-core-555-power-cross-net-overlap.snap.svg +44 -5
  114. package/tests/repros/__snapshots__/repro-core-subcircuit-missing-ground.snap.svg +44 -5
  115. package/tests/repros/__snapshots__/repro-core-tb67s579ftg-inline-label-routing.snap.svg +30 -5
  116. package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +335 -2
  117. package/tests/repros/__snapshots__/repro-ground-label-on-lower-rail-end.snap.svg +48 -2
  118. package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +149 -5
  119. package/tests/repros/__snapshots__/repro-missing-trace-netlabel.snap.svg +72 -5
  120. package/tests/repros/__snapshots__/repro-netlabel-collision-687.snap.svg +100 -5
  121. package/tests/repros/__snapshots__/repro-netlabel-overlap-trace.snap.svg +51 -5
  122. package/tests/repros/__snapshots__/repro-nrf52810-clock-routing.snap.svg +90 -2
  123. package/tests/repros/__snapshots__/repro-power-group-rail-labels.snap.svg +37 -5
  124. package/tests/repros/__snapshots__/repro-rectifier-trace-overlap.snap.svg +44 -5
  125. package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +237 -2
  126. package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +72 -5
  127. package/tests/repros/__snapshots__/repro-rp2040-v3v3-label-placement.snap.svg +51 -5
  128. package/tests/repros/__snapshots__/repro-rp2040-zero-crystal-fallback-netlabels.snap.svg +30 -5
  129. package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +79 -5
  130. package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +27 -2
  131. package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +1150 -5
  132. package/tests/repros/__snapshots__/repro-tps61222-trace-intersection.snap.svg +51 -5
  133. package/tests/repros/__snapshots__/repro-type-c-16pin-self-connection.snap.svg +30 -5
  134. package/tests/repros/__snapshots__/repro-type-c-16pin-to-resistor.snap.svg +30 -5
  135. package/tests/repros/__snapshots__/repro-type-c-vbus-led-ground-label.snap.svg +44 -5
  136. package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +685 -2
  137. package/tests/repros/__snapshots__/repro-vcc-pin1-detour.snap.svg +27 -2
  138. package/tests/repros/__snapshots__/repro129-host-custom-symbol-passives.snap.svg +51 -5
  139. package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +100 -5
  140. package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +107 -5
  141. package/tests/repros/__snapshots__/repro47-endpoint-obstacle-detour.snap.svg +51 -5
  142. package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +104 -2
  143. package/tests/repros/__snapshots__/repro5-escape-padded-text-obstacles.snap.svg +30 -5
  144. package/tests/repros/__snapshots__/repro51-overlap-junction-crossing.snap.svg +65 -5
  145. package/tests/repros/__snapshots__/repro84-stacked-gnd-label-orientation.snap.svg +27 -2
  146. package/tests/repros/__snapshots__/small-variant-resistor-facing-direction.snap.svg +58 -5
  147. package/tests/repros/__snapshots__/trace-overlap-box-resistor.snap.svg +37 -5
  148. package/tests/solvers/InlineNetLabelSolver/__snapshots__/fallback-net-label-width.snap.svg +25 -7
  149. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-anchored-label-clearance.snap.svg +34 -2
  150. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-port-stub.snap.svg +23 -5
  151. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-two-pin-net.snap.svg +23 -5
  152. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label01.snap.svg +23 -5
  153. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label02.snap.svg +23 -5
  154. package/tests/solvers/InlineNetLabelSolver/__snapshots__/terminal-stub-trace-clearance.snap.svg +23 -5
  155. package/tests/solvers/InlineNetLabelSolver/fallback-net-label-width.test.ts +10 -1
  156. package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_01-example17-d1_1-u1_1.snap.svg +23 -5
  157. package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_repro47-short-opposing-pins.snap.svg +20 -2
  158. package/tests/solvers/TraceCleanupSolver/__snapshots__/TraceCleanupSolver.snap.svg +44 -5
  159. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/__snapshots__/TraceLabelOverlapAvoidanceSolver.snap.svg +79 -5
  160. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/MergedNetLabelObstacles.snap.svg +44 -5
  161. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/OverlapAvoidanceStepSolver.snap.svg +23 -5
  162. 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="-3.9,4.1000000000000005 3,3.4000000000000004" data-type="line" data-label="" points="193.04528891202497,196.83498178032272 394.19052576782923,217.24102030192603" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.9,4.1000000000000005 0.3,-1.4" data-type="line" data-label="" points="193.04528891202497,196.83498178032272 315.48152004164496,357.16814159292034" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.9,4.1000000000000005 0.75,-4.95" data-type="line" data-label="" points="193.04528891202497,196.83498178032272 328.59968766267565,460.6559083810515" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3,3.4000000000000004 0.3,-1.4" data-type="line" data-label="" points="394.19052576782923,217.24102030192603 315.48152004164496,357.16814159292034" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3,3.4000000000000004 0.75,-4.95" data-type="line" data-label="" points="394.19052576782923,217.24102030192603 328.59968766267565,460.6559083810515" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.3,-1.4 0.75,-4.95" data-type="line" data-label="" points="315.48152004164496,357.16814159292034 328.59968766267565,460.6559083810515" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.9,4.7 -2.5,5.1000000000000005" data-type="line" data-label="" points="193.04528891202497,179.34409161894843 233.85736595523161,167.68349817803224" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.9,4.7 -6.2749999999999995,-5" data-type="line" data-label="" points="193.04528891202497,179.34409161894843 123.81051535658511,462.11348256116605" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.5,5.1000000000000005 -6.2749999999999995,-5" data-type="line" data-label="" points="233.85736595523161,167.68349817803224 123.81051535658511,462.11348256116605" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.1,4.5 -8.7,4.58" data-type="line" data-label="" points="99.76054138469547,185.17438833940653 53.11816762103072,182.8422696512233" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.1,4.5 -2.5,5.7" data-type="line" data-label="" points="99.76054138469547,185.17438833940653 233.85736595523161,150.19260801665797" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.1,4.5 -5.2,1.45" data-type="line" data-label="" points="99.76054138469547,185.17438833940653 155.14836022904734,274.08641332639246" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.1,4.5 -2.9,1.05" data-type="line" data-label="" points="99.76054138469547,185.17438833940653 222.19677251431546,285.7470067673087" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.1,4.5 3.9,5.4775" data-type="line" data-label="" points="99.76054138469547,185.17438833940653 420.4268610098907,156.6788131181676" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.1,4.5 9.3,5.1" data-type="line" data-label="" points="99.76054138469547,185.17438833940653 577.8448724622592,167.68349817803227" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.1,4.5 0.3,-0.7" data-type="line" data-label="" points="99.76054138469547,185.17438833940653 315.48152004164496,336.762103071317" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.1,4.5 0.75,-5.35" data-type="line" data-label="" points="99.76054138469547,185.17438833940653 328.59968766267565,472.3165018219677" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.7,4.58 -2.5,5.7" data-type="line" data-label="" points="53.11816762103072,182.8422696512233 233.85736595523161,150.19260801665797" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.7,4.58 -5.2,1.45" data-type="line" data-label="" points="53.11816762103072,182.8422696512233 155.14836022904734,274.08641332639246" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.7,4.58 -2.9,1.05" data-type="line" data-label="" points="53.11816762103072,182.8422696512233 222.19677251431546,285.7470067673087" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.7,4.58 3.9,5.4775" data-type="line" data-label="" points="53.11816762103072,182.8422696512233 420.4268610098907,156.6788131181676" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.7,4.58 9.3,5.1" data-type="line" data-label="" points="53.11816762103072,182.8422696512233 577.8448724622592,167.68349817803227" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.7,4.58 0.3,-0.7" data-type="line" data-label="" points="53.11816762103072,182.8422696512233 315.48152004164496,336.762103071317" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.7,4.58 0.75,-5.35" data-type="line" data-label="" points="53.11816762103072,182.8422696512233 328.59968766267565,472.3165018219677" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.5,5.7 -5.2,1.45" data-type="line" data-label="" points="233.85736595523161,150.19260801665797 155.14836022904734,274.08641332639246" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.5,5.7 -2.9,1.05" data-type="line" data-label="" points="233.85736595523161,150.19260801665797 222.19677251431546,285.7470067673087" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.5,5.7 3.9,5.4775" data-type="line" data-label="" points="233.85736595523161,150.19260801665797 420.4268610098907,156.6788131181676" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.5,5.7 9.3,5.1" data-type="line" data-label="" points="233.85736595523161,150.19260801665797 577.8448724622592,167.68349817803227" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.5,5.7 0.3,-0.7" data-type="line" data-label="" points="233.85736595523161,150.19260801665797 315.48152004164496,336.762103071317" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.5,5.7 0.75,-5.35" data-type="line" data-label="" points="233.85736595523161,150.19260801665797 328.59968766267565,472.3165018219677" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.2,1.45 -2.9,1.05" data-type="line" data-label="" points="155.14836022904734,274.08641332639246 222.19677251431546,285.7470067673087" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.2,1.45 3.9,5.4775" data-type="line" data-label="" points="155.14836022904734,274.08641332639246 420.4268610098907,156.6788131181676" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.2,1.45 9.3,5.1" data-type="line" data-label="" points="155.14836022904734,274.08641332639246 577.8448724622592,167.68349817803227" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.2,1.45 0.3,-0.7" data-type="line" data-label="" points="155.14836022904734,274.08641332639246 315.48152004164496,336.762103071317" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.2,1.45 0.75,-5.35" data-type="line" data-label="" points="155.14836022904734,274.08641332639246 328.59968766267565,472.3165018219677" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.9,1.05 3.9,5.4775" data-type="line" data-label="" points="222.19677251431546,285.7470067673087 420.4268610098907,156.6788131181676" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.9,1.05 9.3,5.1" data-type="line" data-label="" points="222.19677251431546,285.7470067673087 577.8448724622592,167.68349817803227" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.9,1.05 0.3,-0.7" data-type="line" data-label="" points="222.19677251431546,285.7470067673087 315.48152004164496,336.762103071317" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.9,1.05 0.75,-5.35" data-type="line" data-label="" points="222.19677251431546,285.7470067673087 328.59968766267565,472.3165018219677" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.9,5.4775 9.3,5.1" data-type="line" data-label="" points="420.4268610098907,156.6788131181676 577.8448724622592,167.68349817803227" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.9,5.4775 0.3,-0.7" data-type="line" data-label="" points="420.4268610098907,156.6788131181676 315.48152004164496,336.762103071317" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.9,5.4775 0.75,-5.35" data-type="line" data-label="" points="420.4268610098907,156.6788131181676 328.59968766267565,472.3165018219677" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.3,5.1 0.3,-0.7" data-type="line" data-label="" points="577.8448724622592,167.68349817803227 315.48152004164496,336.762103071317" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.3,5.1 0.75,-5.35" data-type="line" data-label="" points="577.8448724622592,167.68349817803227 328.59968766267565,472.3165018219677" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.3,-0.7 0.75,-5.35" data-type="line" data-label="" points="315.48152004164496,336.762103071317 328.59968766267565,472.3165018219677" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.9,4.5 -3.35,1.4275" data-type="line" data-label="" points="193.04528891202497,185.17438833940653 209.0786048932847,274.74232170744403" fill="none" stroke="hsl(193, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.1,4.300000000000001 -5.5,3.2750000000000004" data-type="line" data-label="" points="99.76054138469547,191.0046850598646 146.40291514836022,220.88495575221236" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.1,4.300000000000001 -8.7,3.8200000000000003" data-type="line" data-label="" points="99.76054138469547,191.0046850598646 53.11816762103072,204.99739718896404" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.1,4.300000000000001 9.2999378,1.5" data-type="line" data-label="" points="99.76054138469547,191.0046850598646 577.8430592399791,272.628839146278" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.1,4.300000000000001 0.3,-1.75" data-type="line" data-label="" points="99.76054138469547,191.0046850598646 315.48152004164496,367.371160853722" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.1,4.300000000000001 0.75,-5.55" data-type="line" data-label="" points="99.76054138469547,191.0046850598646 328.59968766267565,478.1467985424258" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.1,4.300000000000001 -6.2749999999999995,-5.75" data-type="line" data-label="" points="99.76054138469547,191.0046850598646 123.81051535658511,483.9770952628839" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.5,3.2750000000000004 -8.7,3.8200000000000003" data-type="line" data-label="" points="146.40291514836022,220.88495575221236 53.11816762103072,204.99739718896404" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.5,3.2750000000000004 9.2999378,1.5" data-type="line" data-label="" points="146.40291514836022,220.88495575221236 577.8430592399791,272.628839146278" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.5,3.2750000000000004 0.3,-1.75" data-type="line" data-label="" points="146.40291514836022,220.88495575221236 315.48152004164496,367.371160853722" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.5,3.2750000000000004 0.75,-5.55" data-type="line" data-label="" points="146.40291514836022,220.88495575221236 328.59968766267565,478.1467985424258" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.5,3.2750000000000004 -6.2749999999999995,-5.75" data-type="line" data-label="" points="146.40291514836022,220.88495575221236 123.81051535658511,483.9770952628839" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.7,3.8200000000000003 9.2999378,1.5" data-type="line" data-label="" points="53.11816762103072,204.99739718896404 577.8430592399791,272.628839146278" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.7,3.8200000000000003 0.3,-1.75" data-type="line" data-label="" points="53.11816762103072,204.99739718896404 315.48152004164496,367.371160853722" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.7,3.8200000000000003 0.75,-5.55" data-type="line" data-label="" points="53.11816762103072,204.99739718896404 328.59968766267565,478.1467985424258" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.7,3.8200000000000003 -6.2749999999999995,-5.75" data-type="line" data-label="" points="53.11816762103072,204.99739718896404 123.81051535658511,483.9770952628839" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.2999378,1.5 0.3,-1.75" data-type="line" data-label="" points="577.8430592399791,272.628839146278 315.48152004164496,367.371160853722" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.2999378,1.5 0.75,-5.55" data-type="line" data-label="" points="577.8430592399791,272.628839146278 328.59968766267565,478.1467985424258" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.2999378,1.5 -6.2749999999999995,-5.75" data-type="line" data-label="" points="577.8430592399791,272.628839146278 123.81051535658511,483.9770952628839" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.3,-1.75 0.75,-5.55" data-type="line" data-label="" points="315.48152004164496,367.371160853722 328.59968766267565,478.1467985424258" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.3,-1.75 -6.2749999999999995,-5.75" data-type="line" data-label="" points="315.48152004164496,367.371160853722 123.81051535658511,483.9770952628839" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.75,-5.55 -6.2749999999999995,-5.75" data-type="line" data-label="" points="328.59968766267565,478.1467985424258 123.81051535658511,483.9770952628839" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.9,4.300000000000001 4.8,3.4000000000000004" data-type="line" data-label="" points="193.04528891202497,191.0046850598646 446.66319625195206,217.24102030192603" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.9,4.300000000000001 0.3,-1.05" data-type="line" data-label="" points="193.04528891202497,191.0046850598646 315.48152004164496,346.96512233211865" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.9,4.300000000000001 0.75,-5.15" data-type="line" data-label="" points="193.04528891202497,191.0046850598646 328.59968766267565,466.4862051015096" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.8,3.4000000000000004 0.3,-1.05" data-type="line" data-label="" points="446.66319625195206,217.24102030192603 315.48152004164496,346.96512233211865" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.8,3.4000000000000004 0.75,-5.15" data-type="line" data-label="" points="446.66319625195206,217.24102030192603 328.59968766267565,466.4862051015096" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.3,-1.05 0.75,-5.15" data-type="line" data-label="" points="315.48152004164496,346.96512233211865 328.59968766267565,466.4862051015096" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.2,0.8499999999999999 -3.8000000000000003,1.0499999999999998" data-type="line" data-label="" points="155.14836022904734,291.57730348776676 195.960437272254,285.7470067673087" fill="none" stroke="hsl(345, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.35,5.1000000000000005 3,4" data-type="line" data-label="" points="433.54502863092137,167.68349817803224 394.19052576782923,199.7501301405518" fill="none" stroke="hsl(96, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.4499999999999993,5.1000000000000005 4.8,4" data-type="line" data-label="" points="407.3086933888599,167.68349817803224 446.66319625195206,199.7501301405518" fill="none" stroke="hsl(116, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.3,4.5 9.3,3.89" data-type="line" data-label="" points="577.8448724622592,185.17438833940653 577.8448724622592,202.95679333680374" fill="none" stroke="hsl(133, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.3,2.81 9.300062200000001,2.4" data-type="line" data-label="" points="577.8448724622592,234.44039562727744 577.8466856845394,246.39250390421654" fill="none" stroke="hsl(143, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.5,5.1000000000000005 -2.5,4.7 -3.9,4.7" data-type="line" data-label="" points="233.85736595523161,167.68349817803224 233.85736595523161,179.34409161894843 193.04528891202497,179.34409161894843" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-8.7,4.58 -8.7,4.779999999999999 -7.8999999999999995,4.779999999999999 -7.8999999999999995,4.5 -7.1,4.5" data-type="line" data-label="" points="53.11816762103072,182.8422696512233 53.11816762103072,177.01197293076524 76.4393545028631,177.01197293076524 76.4393545028631,185.17438833940653 99.76054138469547,185.17438833940653" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-8.7,3.8200000000000003 -8.7,3.620000000000001 -7.8999999999999995,3.620000000000001 -7.8999999999999995,4.300000000000001 -7.1,4.300000000000001" data-type="line" data-label="" points="53.11816762103072,204.99739718896404 53.11816762103072,210.82769390942212 76.4393545028631,210.82769390942212 76.4393545028631,191.0046850598646 99.76054138469547,191.0046850598646" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.2,0.8499999999999999 -5.2,0.6499999999999997 -4.5,0.6499999999999997 -4.5,1.05 -3.8000000000000003,1.05" data-type="line" data-label="" points="155.14836022904734,291.57730348776676 155.14836022904734,297.4076002082249 175.55439875065068,297.4076002082249 175.55439875065068,285.7470067673087 195.960437272254,285.7470067673087" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.3,4.5 9.3,3.89" data-type="line" data-label="" points="577.8448724622592,185.17438833940653 577.8448724622592,202.95679333680374" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.3,2.81 9.300062200000001,2.4" data-type="line" data-label="" points="577.8448724622592,234.44039562727744 577.8466856845394,246.39250390421654" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.9,4.1000000000000005 -1.8,4.1000000000000005 -1.8,-1.4 0.3,-1.4" data-type="line" data-label="" points="193.04528891202497,196.83498178032272 254.26340447683495,196.83498178032272 254.26340447683495,357.16814159292034 315.48152004164496,357.16814159292034" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3,3.4000000000000004 3,-0.7749999999999999 0.725,-0.7749999999999999 0.725,-4.95 0.75,-4.95" data-type="line" data-label="" points="394.19052576782923,217.24102030192603 394.19052576782923,338.9484643414888 327.8709005726184,338.9484643414888 327.8709005726184,460.6559083810515 328.59968766267565,460.6559083810515" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.9,5.4775 3.9,5.6775 9.3,5.6775 9.3,5.1" data-type="line" data-label="" points="420.4268610098907,156.6788131181676 420.4268610098907,150.8485163977095 577.8448724622592,150.8485163977095 577.8448724622592,167.68349817803227" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.5,3.2750000000000004 -5.5,2.3625000000000003 -2.1300000000000003,2.3625000000000003 -2.1300000000000003,-1.75 0.2999999999999998,-1.75" data-type="line" data-label="" points="146.40291514836022,220.88495575221236 146.40291514836022,247.4856845393024 244.6434148880791,247.4856845393024 244.6434148880791,367.371160853722 315.48152004164496,367.371160853722" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.2,1.45 -5.2,2.1285 -2.7,2.1285 -2.7,1.0500000000000005 -2.9,1.0500000000000005" data-type="line" data-label="" points="155.14836022904734,274.08641332639246 155.14836022904734,254.3071317022384 228.02706923477353,254.3071317022384 228.02706923477353,285.7470067673087 222.19677251431546,285.7470067673087" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.3,-0.7 -0.001,-0.7 -0.001,-0.599" data-type="line" data-label="" points="315.48152004164496,336.762103071317 306.70692347735553,336.762103071317 306.70692347735553,333.8178032274857" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.75,-5.35 0.249,-5.35 0.249,-5.0489999999999995" data-type="line" data-label="" points="328.59968766267565,472.3165018219677 313.99479437792814,472.3165018219677 313.99479437792814,463.54190525767825" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.35,1.4275 -3.35,1.5285 -3.801,1.5285" data-type="line" data-label="" points="209.0786048932847,274.74232170744403 209.0786048932847,271.7980218636127 195.93128578865173,271.7980218636127" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.75,-5.55 0.509,-5.55 0.509,-5.751" data-type="line" data-label="" points="328.59968766267565,478.1467985424258 321.57418011452364,478.1467985424258 321.57418011452364,484.00624674648617" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6.2749999999999995,-5.75 -6.516,-5.75 -6.516,-5.9510000000000005" data-type="line" data-label="" points="123.81051535658511,483.9770952628839 116.78500780843308,483.9770952628839 116.78500780843308,489.83654346694425" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.8,3.4000000000000004 4.8,3.2990000000000004 4.348999999999999,3.2990000000000004" data-type="line" data-label="" points="446.66319625195206,217.24102030192603 446.66319625195206,220.18532014575737 433.51587714731903,220.18532014575737" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3,4 3,4.101 2.5490000000000004,4.101" data-type="line" data-label="" points="394.19052576782923,199.7501301405518 394.19052576782923,196.80583029672044 381.0432066631962,196.80583029672044" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.8,4 4.8,4.151 4.749,4.151" data-type="line" data-label="" points="446.66319625195206,199.7501301405518 446.66319625195206,195.3482561166059 445.17647058823525,195.3482561166059" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-5.5" data-y="4.4" x="99.76054138469547" y="155.29411764705878" width="93.2847475273295" height="65.59083810515358" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-8.567499999999999" data-y="4.2" x="40.000000000000014" y="182.84226965122332" width="33.96147839666841" height="22.155127537740753" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-2.4050000000000002" data-y="5.4" x="220.73919833420092" y="150.19260801665797" width="31.77511712649661" height="17.490890161374267" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-5.105" data-y="1.15" x="142.03019260801665" y="274.08641332639246" width="31.77511712649661" height="17.490890161374296" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-3.35" data-y="1.15" x="195.96043727225398" y="274.74232170744403" width="26.236335242061443" height="16.179073399271203" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="3.8999999999999995" data-y="5.2" x="407.30869338885987" y="156.6788131181676" width="26.236335242061443" height="16.179073399271203" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="3.1550000000000002" data-y="3.7" x="381.0723581467985" y="199.7501301405518" width="35.27329515877153" height="17.49089016137424" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="4.955" data-y="3.7" x="433.54502863092137" y="199.7501301405518" width="35.273295158771475" height="17.49089016137424" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="9.455000000000002" data-y="4.8" x="564.7267048412286" y="167.68349817803227" width="35.273295158771475" height="17.490890161374267" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="9.425" data-y="3.35" x="568.8079125455492" y="202.9567933368037" width="25.36179073399262" height="31.483602290473698" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="9.3" data-y="1.95" x="573.4117116085372" y="246.3925039042165" width="8.866321707444058" height="26.236335242061443" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="0.5" data-y="-0.7" x="315.48152004164496" y="333.84695471108796" width="11.66059344091616" height="5.83029672045808" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="schematic_component_12" data-x="0.5" data-y="-1.05" x="315.48152004164496" y="344.0499739718896" width="11.66059344091616" height="5.830296720458136" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="schematic_component_13" data-x="0.5" data-y="-1.4" x="315.48152004164496" y="354.2529932326913" width="11.66059344091616" height="5.83029672045808" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="schematic_component_14" data-x="0.5" data-y="-1.75" x="315.48152004164496" y="364.45601249349295" width="11.66059344091616" height="5.83029672045808" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="schematic_component_15" data-x="1.5" data-y="-5.25" x="328.5996876626756" y="454.8256116605934" width="43.72722540343574" height="29.15148360229051" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="schematic_component_16" data-x="-5.6" data-y="-5" x="123.81051535658511" y="456.2831858407079" width="39.35450286309214" height="11.660593440916216" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="schematic_component_17" data-x="-5.6" data-y="-5.75" x="123.81051535658511" y="478.1467985424258" width="39.35450286309214" height="11.66059344091616" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="STTS22HTR" data-x="-3.66" data-y="5.475" x="184.2998438313378" y="154.1280583029672" width="31.483602290473726" height="5.247267048412283" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="U2" data-x="-4.08" data-y="5.24" x="182.55075481520043" y="159.95835502342527" width="10.494534096824538" height="7.287870900572614" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="SM04B_SRSS_TB_LF_SN" data-x="2.29" data-y="-5.88" x="340.26028110359186" y="485.14315460697554" width="66.46538261322223" height="5.2472670484122546" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="J1" data-x="1.27" data-y="-4.635" x="338.51119208745445" y="447.8292555960437" width="10.494534096824566" height="7.287870900572557" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="J3" data-x="-5.755" data-y="-4.6850000000000005" x="133.72201978136385" y="449.28682977615824" width="10.494534096824566" height="7.287870900572614" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="J4" data-x="-5.755" data-y="-5.4350000000000005" x="133.72201978136385" y="471.150442477876" width="10.494534096824566" height="7.287870900572614" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="netId: SCL
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="-3.9,4.1000000000000005 3,3.4000000000000004" data-type="line" data-label="" points="193.04528891202497,196.83498178032272 394.19052576782923,217.24102030192603" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.9,4.1000000000000005 0.3,-1.4" data-type="line" data-label="" points="193.04528891202497,196.83498178032272 315.48152004164496,357.16814159292034" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.9,4.1000000000000005 0.75,-4.95" data-type="line" data-label="" points="193.04528891202497,196.83498178032272 328.59968766267565,460.6559083810515" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3,3.4000000000000004 0.3,-1.4" data-type="line" data-label="" points="394.19052576782923,217.24102030192603 315.48152004164496,357.16814159292034" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3,3.4000000000000004 0.75,-4.95" data-type="line" data-label="" points="394.19052576782923,217.24102030192603 328.59968766267565,460.6559083810515" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.3,-1.4 0.75,-4.95" data-type="line" data-label="" points="315.48152004164496,357.16814159292034 328.59968766267565,460.6559083810515" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.9,4.7 -2.5,5.1000000000000005" data-type="line" data-label="" points="193.04528891202497,179.34409161894843 233.85736595523161,167.68349817803224" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.9,4.7 -6.2749999999999995,-5" data-type="line" data-label="" points="193.04528891202497,179.34409161894843 123.81051535658511,462.11348256116605" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.5,5.1000000000000005 -6.2749999999999995,-5" data-type="line" data-label="" points="233.85736595523161,167.68349817803224 123.81051535658511,462.11348256116605" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.1,4.5 -8.7,4.58" data-type="line" data-label="" points="99.76054138469547,185.17438833940653 53.11816762103072,182.8422696512233" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.1,4.5 -2.5,5.7" data-type="line" data-label="" points="99.76054138469547,185.17438833940653 233.85736595523161,150.19260801665797" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.1,4.5 -5.2,1.45" data-type="line" data-label="" points="99.76054138469547,185.17438833940653 155.14836022904734,274.08641332639246" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.1,4.5 -2.9,1.05" data-type="line" data-label="" points="99.76054138469547,185.17438833940653 222.19677251431546,285.7470067673087" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.1,4.5 3.9,5.4775" data-type="line" data-label="" points="99.76054138469547,185.17438833940653 420.4268610098907,156.6788131181676" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.1,4.5 9.3,5.1" data-type="line" data-label="" points="99.76054138469547,185.17438833940653 577.8448724622592,167.68349817803227" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.1,4.5 0.3,-0.7" data-type="line" data-label="" points="99.76054138469547,185.17438833940653 315.48152004164496,336.762103071317" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.1,4.5 0.75,-5.35" data-type="line" data-label="" points="99.76054138469547,185.17438833940653 328.59968766267565,472.3165018219677" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.7,4.58 -2.5,5.7" data-type="line" data-label="" points="53.11816762103072,182.8422696512233 233.85736595523161,150.19260801665797" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.7,4.58 -5.2,1.45" data-type="line" data-label="" points="53.11816762103072,182.8422696512233 155.14836022904734,274.08641332639246" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.7,4.58 -2.9,1.05" data-type="line" data-label="" points="53.11816762103072,182.8422696512233 222.19677251431546,285.7470067673087" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.7,4.58 3.9,5.4775" data-type="line" data-label="" points="53.11816762103072,182.8422696512233 420.4268610098907,156.6788131181676" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.7,4.58 9.3,5.1" data-type="line" data-label="" points="53.11816762103072,182.8422696512233 577.8448724622592,167.68349817803227" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.7,4.58 0.3,-0.7" data-type="line" data-label="" points="53.11816762103072,182.8422696512233 315.48152004164496,336.762103071317" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.7,4.58 0.75,-5.35" data-type="line" data-label="" points="53.11816762103072,182.8422696512233 328.59968766267565,472.3165018219677" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.5,5.7 -5.2,1.45" data-type="line" data-label="" points="233.85736595523161,150.19260801665797 155.14836022904734,274.08641332639246" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.5,5.7 -2.9,1.05" data-type="line" data-label="" points="233.85736595523161,150.19260801665797 222.19677251431546,285.7470067673087" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.5,5.7 3.9,5.4775" data-type="line" data-label="" points="233.85736595523161,150.19260801665797 420.4268610098907,156.6788131181676" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.5,5.7 9.3,5.1" data-type="line" data-label="" points="233.85736595523161,150.19260801665797 577.8448724622592,167.68349817803227" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.5,5.7 0.3,-0.7" data-type="line" data-label="" points="233.85736595523161,150.19260801665797 315.48152004164496,336.762103071317" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.5,5.7 0.75,-5.35" data-type="line" data-label="" points="233.85736595523161,150.19260801665797 328.59968766267565,472.3165018219677" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.2,1.45 -2.9,1.05" data-type="line" data-label="" points="155.14836022904734,274.08641332639246 222.19677251431546,285.7470067673087" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.2,1.45 3.9,5.4775" data-type="line" data-label="" points="155.14836022904734,274.08641332639246 420.4268610098907,156.6788131181676" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.2,1.45 9.3,5.1" data-type="line" data-label="" points="155.14836022904734,274.08641332639246 577.8448724622592,167.68349817803227" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.2,1.45 0.3,-0.7" data-type="line" data-label="" points="155.14836022904734,274.08641332639246 315.48152004164496,336.762103071317" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.2,1.45 0.75,-5.35" data-type="line" data-label="" points="155.14836022904734,274.08641332639246 328.59968766267565,472.3165018219677" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.9,1.05 3.9,5.4775" data-type="line" data-label="" points="222.19677251431546,285.7470067673087 420.4268610098907,156.6788131181676" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.9,1.05 9.3,5.1" data-type="line" data-label="" points="222.19677251431546,285.7470067673087 577.8448724622592,167.68349817803227" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.9,1.05 0.3,-0.7" data-type="line" data-label="" points="222.19677251431546,285.7470067673087 315.48152004164496,336.762103071317" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.9,1.05 0.75,-5.35" data-type="line" data-label="" points="222.19677251431546,285.7470067673087 328.59968766267565,472.3165018219677" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.9,5.4775 9.3,5.1" data-type="line" data-label="" points="420.4268610098907,156.6788131181676 577.8448724622592,167.68349817803227" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.9,5.4775 0.3,-0.7" data-type="line" data-label="" points="420.4268610098907,156.6788131181676 315.48152004164496,336.762103071317" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.9,5.4775 0.75,-5.35" data-type="line" data-label="" points="420.4268610098907,156.6788131181676 328.59968766267565,472.3165018219677" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.3,5.1 0.3,-0.7" data-type="line" data-label="" points="577.8448724622592,167.68349817803227 315.48152004164496,336.762103071317" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.3,5.1 0.75,-5.35" data-type="line" data-label="" points="577.8448724622592,167.68349817803227 328.59968766267565,472.3165018219677" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.3,-0.7 0.75,-5.35" data-type="line" data-label="" points="315.48152004164496,336.762103071317 328.59968766267565,472.3165018219677" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.9,4.5 -3.35,1.4275" data-type="line" data-label="" points="193.04528891202497,185.17438833940653 209.0786048932847,274.74232170744403" fill="none" stroke="hsl(193, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.1,4.300000000000001 -5.5,3.2750000000000004" data-type="line" data-label="" points="99.76054138469547,191.0046850598646 146.40291514836022,220.88495575221236" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.1,4.300000000000001 -8.7,3.8200000000000003" data-type="line" data-label="" points="99.76054138469547,191.0046850598646 53.11816762103072,204.99739718896404" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.1,4.300000000000001 9.2999378,1.5" data-type="line" data-label="" points="99.76054138469547,191.0046850598646 577.8430592399791,272.628839146278" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.1,4.300000000000001 0.3,-1.75" data-type="line" data-label="" points="99.76054138469547,191.0046850598646 315.48152004164496,367.371160853722" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.1,4.300000000000001 0.75,-5.55" data-type="line" data-label="" points="99.76054138469547,191.0046850598646 328.59968766267565,478.1467985424258" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.1,4.300000000000001 -6.2749999999999995,-5.75" data-type="line" data-label="" points="99.76054138469547,191.0046850598646 123.81051535658511,483.9770952628839" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.5,3.2750000000000004 -8.7,3.8200000000000003" data-type="line" data-label="" points="146.40291514836022,220.88495575221236 53.11816762103072,204.99739718896404" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.5,3.2750000000000004 9.2999378,1.5" data-type="line" data-label="" points="146.40291514836022,220.88495575221236 577.8430592399791,272.628839146278" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.5,3.2750000000000004 0.3,-1.75" data-type="line" data-label="" points="146.40291514836022,220.88495575221236 315.48152004164496,367.371160853722" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.5,3.2750000000000004 0.75,-5.55" data-type="line" data-label="" points="146.40291514836022,220.88495575221236 328.59968766267565,478.1467985424258" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.5,3.2750000000000004 -6.2749999999999995,-5.75" data-type="line" data-label="" points="146.40291514836022,220.88495575221236 123.81051535658511,483.9770952628839" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.7,3.8200000000000003 9.2999378,1.5" data-type="line" data-label="" points="53.11816762103072,204.99739718896404 577.8430592399791,272.628839146278" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.7,3.8200000000000003 0.3,-1.75" data-type="line" data-label="" points="53.11816762103072,204.99739718896404 315.48152004164496,367.371160853722" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.7,3.8200000000000003 0.75,-5.55" data-type="line" data-label="" points="53.11816762103072,204.99739718896404 328.59968766267565,478.1467985424258" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.7,3.8200000000000003 -6.2749999999999995,-5.75" data-type="line" data-label="" points="53.11816762103072,204.99739718896404 123.81051535658511,483.9770952628839" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.2999378,1.5 0.3,-1.75" data-type="line" data-label="" points="577.8430592399791,272.628839146278 315.48152004164496,367.371160853722" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.2999378,1.5 0.75,-5.55" data-type="line" data-label="" points="577.8430592399791,272.628839146278 328.59968766267565,478.1467985424258" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.2999378,1.5 -6.2749999999999995,-5.75" data-type="line" data-label="" points="577.8430592399791,272.628839146278 123.81051535658511,483.9770952628839" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.3,-1.75 0.75,-5.55" data-type="line" data-label="" points="315.48152004164496,367.371160853722 328.59968766267565,478.1467985424258" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.3,-1.75 -6.2749999999999995,-5.75" data-type="line" data-label="" points="315.48152004164496,367.371160853722 123.81051535658511,483.9770952628839" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.75,-5.55 -6.2749999999999995,-5.75" data-type="line" data-label="" points="328.59968766267565,478.1467985424258 123.81051535658511,483.9770952628839" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.9,4.300000000000001 4.8,3.4000000000000004" data-type="line" data-label="" points="193.04528891202497,191.0046850598646 446.66319625195206,217.24102030192603" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.9,4.300000000000001 0.3,-1.05" data-type="line" data-label="" points="193.04528891202497,191.0046850598646 315.48152004164496,346.96512233211865" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.9,4.300000000000001 0.75,-5.15" data-type="line" data-label="" points="193.04528891202497,191.0046850598646 328.59968766267565,466.4862051015096" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.8,3.4000000000000004 0.3,-1.05" data-type="line" data-label="" points="446.66319625195206,217.24102030192603 315.48152004164496,346.96512233211865" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.8,3.4000000000000004 0.75,-5.15" data-type="line" data-label="" points="446.66319625195206,217.24102030192603 328.59968766267565,466.4862051015096" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.3,-1.05 0.75,-5.15" data-type="line" data-label="" points="315.48152004164496,346.96512233211865 328.59968766267565,466.4862051015096" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.2,0.8499999999999999 -3.8000000000000003,1.0499999999999998" data-type="line" data-label="" points="155.14836022904734,291.57730348776676 195.960437272254,285.7470067673087" fill="none" stroke="hsl(345, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.35,5.1000000000000005 3,4" data-type="line" data-label="" points="433.54502863092137,167.68349817803224 394.19052576782923,199.7501301405518" fill="none" stroke="hsl(96, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.4499999999999993,5.1000000000000005 4.8,4" data-type="line" data-label="" points="407.3086933888599,167.68349817803224 446.66319625195206,199.7501301405518" fill="none" stroke="hsl(116, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.3,4.5 9.3,3.89" data-type="line" data-label="" points="577.8448724622592,185.17438833940653 577.8448724622592,202.95679333680374" fill="none" stroke="hsl(133, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.3,2.81 9.300062200000001,2.4" data-type="line" data-label="" points="577.8448724622592,234.44039562727744 577.8466856845394,246.39250390421654" fill="none" stroke="hsl(143, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.5,5.1000000000000005 -2.5,4.7 -3.9,4.7" data-type="line" data-label="" points="233.85736595523161,167.68349817803224 233.85736595523161,179.34409161894843 193.04528891202497,179.34409161894843" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-8.7,4.58 -8.7,4.779999999999999 -7.8999999999999995,4.779999999999999 -7.8999999999999995,4.5 -7.1,4.5" data-type="line" data-label="" points="53.11816762103072,182.8422696512233 53.11816762103072,177.01197293076524 76.4393545028631,177.01197293076524 76.4393545028631,185.17438833940653 99.76054138469547,185.17438833940653" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-8.7,3.8200000000000003 -8.7,3.620000000000001 -7.8999999999999995,3.620000000000001 -7.8999999999999995,4.300000000000001 -7.1,4.300000000000001" data-type="line" data-label="" points="53.11816762103072,204.99739718896404 53.11816762103072,210.82769390942212 76.4393545028631,210.82769390942212 76.4393545028631,191.0046850598646 99.76054138469547,191.0046850598646" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.2,0.8499999999999999 -5.2,0.6499999999999997 -4.5,0.6499999999999997 -4.5,1.05 -3.8000000000000003,1.05" data-type="line" data-label="" points="155.14836022904734,291.57730348776676 155.14836022904734,297.4076002082249 175.55439875065068,297.4076002082249 175.55439875065068,285.7470067673087 195.960437272254,285.7470067673087" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.3,4.5 9.3,3.89" data-type="line" data-label="" points="577.8448724622592,185.17438833940653 577.8448724622592,202.95679333680374" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.3,2.81 9.300062200000001,2.4" data-type="line" data-label="" points="577.8448724622592,234.44039562727744 577.8466856845394,246.39250390421654" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.9,4.1000000000000005 -1.8,4.1000000000000005 -1.8,-1.4 0.3,-1.4" data-type="line" data-label="" points="193.04528891202497,196.83498178032272 254.26340447683495,196.83498178032272 254.26340447683495,357.16814159292034 315.48152004164496,357.16814159292034" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3,3.4000000000000004 3,-0.7749999999999999 0.725,-0.7749999999999999 0.725,-4.95 0.75,-4.95" data-type="line" data-label="" points="394.19052576782923,217.24102030192603 394.19052576782923,338.9484643414888 327.8709005726184,338.9484643414888 327.8709005726184,460.6559083810515 328.59968766267565,460.6559083810515" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.9,5.4775 3.9,5.6775 9.3,5.6775 9.3,5.1" data-type="line" data-label="" points="420.4268610098907,156.6788131181676 420.4268610098907,150.8485163977095 577.8448724622592,150.8485163977095 577.8448724622592,167.68349817803227" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.5,3.2750000000000004 -5.5,2.3625000000000003 -2.1300000000000003,2.3625000000000003 -2.1300000000000003,-1.75 0.2999999999999998,-1.75" data-type="line" data-label="" points="146.40291514836022,220.88495575221236 146.40291514836022,247.4856845393024 244.6434148880791,247.4856845393024 244.6434148880791,367.371160853722 315.48152004164496,367.371160853722" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.2,1.45 -5.2,2.1285 -2.7,2.1285 -2.7,1.0500000000000005 -2.9,1.0500000000000005" data-type="line" data-label="" points="155.14836022904734,274.08641332639246 155.14836022904734,254.3071317022384 228.02706923477353,254.3071317022384 228.02706923477353,285.7470067673087 222.19677251431546,285.7470067673087" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.3,-0.7 -0.001,-0.7 -0.001,-0.599" data-type="line" data-label="" points="315.48152004164496,336.762103071317 306.70692347735553,336.762103071317 306.70692347735553,333.8178032274857" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.75,-5.35 0.249,-5.35 0.249,-5.0489999999999995" data-type="line" data-label="" points="328.59968766267565,472.3165018219677 313.99479437792814,472.3165018219677 313.99479437792814,463.54190525767825" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.35,1.4275 -3.35,1.5285 -3.801,1.5285" data-type="line" data-label="" points="209.0786048932847,274.74232170744403 209.0786048932847,271.7980218636127 195.93128578865173,271.7980218636127" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.75,-5.55 0.509,-5.55 0.509,-5.751" data-type="line" data-label="" points="328.59968766267565,478.1467985424258 321.57418011452364,478.1467985424258 321.57418011452364,484.00624674648617" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6.2749999999999995,-5.75 -6.516,-5.75 -6.516,-5.9510000000000005" data-type="line" data-label="" points="123.81051535658511,483.9770952628839 116.78500780843308,483.9770952628839 116.78500780843308,489.83654346694425" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.8,3.4000000000000004 4.8,3.2990000000000004 4.348999999999999,3.2990000000000004" data-type="line" data-label="" points="446.66319625195206,217.24102030192603 446.66319625195206,220.18532014575737 433.51587714731903,220.18532014575737" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3,4 3,4.101 2.5490000000000004,4.101" data-type="line" data-label="" points="394.19052576782923,199.7501301405518 394.19052576782923,196.80583029672044 381.0432066631962,196.80583029672044" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.8,4 4.8,4.151 4.749,4.151" data-type="line" data-label="" points="446.66319625195206,199.7501301405518 446.66319625195206,195.3482561166059 445.17647058823525,195.3482561166059" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-5.5" data-y="4.4" x="99.76054138469547" y="155.29411764705878" width="93.2847475273295" height="65.59083810515358" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-8.567499999999999" data-y="4.2" x="40.000000000000014" y="182.84226965122332" width="33.96147839666841" height="22.155127537740753" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-2.4050000000000002" data-y="5.4" x="220.73919833420092" y="150.19260801665797" width="31.77511712649661" height="17.490890161374267" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-5.105" data-y="1.15" x="142.03019260801665" y="274.08641332639246" width="31.77511712649661" height="17.490890161374296" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-3.35" data-y="1.15" x="195.96043727225398" y="274.74232170744403" width="26.236335242061443" height="16.179073399271203" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="3.8999999999999995" data-y="5.2" x="407.30869338885987" y="156.6788131181676" width="26.236335242061443" height="16.179073399271203" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="3.1550000000000002" data-y="3.7" x="381.0723581467985" y="199.7501301405518" width="35.27329515877153" height="17.49089016137424" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="4.955" data-y="3.7" x="433.54502863092137" y="199.7501301405518" width="35.273295158771475" height="17.49089016137424" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="9.455000000000002" data-y="4.8" x="564.7267048412286" y="167.68349817803227" width="35.273295158771475" height="17.490890161374267" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="9.425" data-y="3.35" x="568.8079125455492" y="202.9567933368037" width="25.36179073399262" height="31.483602290473698" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="9.3" data-y="1.95" x="573.4117116085372" y="246.3925039042165" width="8.866321707444058" height="26.236335242061443" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="0.5" data-y="-0.7" x="315.48152004164496" y="333.84695471108796" width="11.66059344091616" height="5.83029672045808" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="schematic_component_12" data-x="0.5" data-y="-1.05" x="315.48152004164496" y="344.0499739718896" width="11.66059344091616" height="5.830296720458136" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="schematic_component_13" data-x="0.5" data-y="-1.4" x="315.48152004164496" y="354.2529932326913" width="11.66059344091616" height="5.83029672045808" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="schematic_component_14" data-x="0.5" data-y="-1.75" x="315.48152004164496" y="364.45601249349295" width="11.66059344091616" height="5.83029672045808" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="schematic_component_15" data-x="1.5" data-y="-5.25" x="328.5996876626756" y="454.8256116605934" width="43.72722540343574" height="29.15148360229051" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="schematic_component_16" data-x="-5.6" data-y="-5" x="123.81051535658511" y="456.2831858407079" width="39.35450286309214" height="11.660593440916216" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="schematic_component_17" data-x="-5.6" data-y="-5.75" x="123.81051535658511" y="478.1467985424258" width="39.35450286309214" height="11.66059344091616" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="STTS22HTR" data-x="-3.66" data-y="5.475" x="184.2998438313378" y="154.1280583029672" width="31.483602290473726" height="5.247267048412283" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="U2" data-x="-4.08" data-y="5.24" x="182.55075481520043" y="159.95835502342527" width="10.494534096824538" height="7.287870900572614" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="SM04B_SRSS_TB_LF_SN" data-x="2.29" data-y="-5.88" x="340.26028110359186" y="485.14315460697554" width="66.46538261322223" height="5.2472670484122546" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="J1" data-x="1.27" data-y="-4.635" x="338.51119208745445" y="447.8292555960437" width="10.494534096824566" height="7.287870900572557" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="J3" data-x="-5.755" data-y="-4.6850000000000005" x="133.72201978136385" y="449.28682977615824" width="10.494534096824566" height="7.287870900572614" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="J4" data-x="-5.755" data-y="-5.4350000000000005" x="133.72201978136385" y="471.150442477876" width="10.494534096824566" height="7.287870900572614" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="netId: SCL
2
4
  globalConnNetId: connectivity_net0" data-x="-1.56" data-y="4.1000000000000005" x="254.26340447683492" y="193.9198334200937" width="13.99271212909943" height="5.830296720458051" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="netId: SCL
3
5
  globalConnNetId: connectivity_net0" data-x="2.76" data-y="1.3125000000000002" x="380.19781363872977" y="275.1795939614784" width="13.99271212909946" height="5.83029672045808" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="netId: INT
4
6
  globalConnNetId: connectivity_net1" data-x="-2.74" data-y="4.9" x="219.8646538261322" y="170.5986465382613" width="13.99271212909943" height="5.83029672045808" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03430357142857143"/></g><g><rect data-type="rect" data-label="netId: INT
@@ -101,7 +103,7 @@ orientation: x-" data-x="9.3" data-y="4.195" cx="577.8448724622592" cy="194.0655
101
103
  const h = svg.getElementById('crosshair-h');
102
104
  const v = svg.getElementById('crosshair-v');
103
105
  const coords = svg.getElementById('coordinates');
104
-
106
+
105
107
  crosshair.style.display = 'block';
106
108
  h.setAttribute('x1', '0');
107
109
  h.setAttribute('x2', '640');
@@ -120,13 +122,13 @@ orientation: x-" data-x="9.3" data-y="4.195" cx="577.8448724622592" cy="194.0655
120
122
  // y' = (y - ty) / sy
121
123
  const sx = matrix.a;
122
124
  const sy = matrix.d;
123
- const tx = matrix.e;
125
+ const tx = matrix.e;
124
126
  const ty = matrix.f;
125
127
  const realPoint = {
126
128
  x: (x - tx) / sx,
127
129
  y: (y - ty) / sy // Flip y back since we used negative scale
128
130
  }
129
-
131
+
130
132
  coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
131
133
  coords.setAttribute('x', (x + 5).toString());
132
134
  coords.setAttribute('y', (y - 5).toString());
@@ -134,4 +136,209 @@ orientation: x-" data-x="9.3" data-y="4.195" cx="577.8448724622592" cy="194.0655
134
136
  document.currentScript.parentElement.addEventListener('mouseleave', () => {
135
137
  document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
136
138
  });
137
- ]]></script></svg>
139
+ ]]></script>
140
+ </g>
141
+ <g transform="translate(1216, 200)">
142
+ <style>
143
+ .boundary { fill: rgb(245, 241, 237); }
144
+ .schematic-boundary { fill: none; stroke: #fff; }
145
+ .component { fill: none; stroke: rgb(132, 0, 0); }
146
+ .chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
147
+ .component-pin { fill: none; stroke: rgb(132, 0, 0); }
148
+ .text { font-family: sans-serif; fill: rgb(0, 150, 0); }
149
+ .pin-number { fill: rgb(169, 0, 0); }
150
+ .port-label { fill: rgb(0, 100, 100); }
151
+ .component-name { fill: rgb(0, 100, 100); }
152
+
153
+ </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 445.0827760115001 125.00383729863995 L 445.0827760115001 146.05416072807998 L 371.40664400846003 146.05416072807998" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.420129371776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 445.0827760115001 125.00383729863995 L 445.0827760115001 146.05416072807998 L 371.40664400846003 146.05416072807998" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.052516171472px" 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 118.8027628551801 152.369257756912 L 118.8027628551801 141.84409604219204 L 160.9034097140601 141.84409604219204 L 160.9034097140601 156.5793224428 L 203.0040565729401 156.5793224428" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.420129371776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 118.8027628551801 152.369257756912 L 118.8027628551801 141.84409604219204 L 160.9034097140601 141.84409604219204 L 160.9034097140601 156.5793224428 L 203.0040565729401 156.5793224428" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.052516171472px" 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 118.8027628551801 192.36487227284798 L 118.8027628551801 202.89003398756793 L 160.9034097140601 202.89003398756793 L 160.9034097140601 167.10448415751995 L 203.0040565729401 167.10448415751995" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.420129371776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 118.8027628551801 192.36487227284798 L 118.8027628551801 202.89003398756793 L 160.9034097140601 202.89003398756793 L 160.9034097140601 167.10448415751995 L 203.0040565729401 167.10448415751995" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.052516171472px" 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 302.99309286278003 348.66352373643997 L 302.99309286278003 359.18868545116 L 339.83115886430005 359.18868545116 L 339.83115886430005 338.13836202172 L 376.66922486582007 338.13836202172" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.420129371776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 302.99309286278003 348.66352373643997 L 302.99309286278003 359.18868545116 L 339.83115886430005 359.18868545116 L 339.83115886430005 338.13836202172 L 376.66922486582007 338.13836202172" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.052516171472px" 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 1066.0673171799801 156.5793224428 L 1066.0673171799801 188.68106567269598" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.420129371776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1066.0673171799801 156.5793224428 L 1066.0673171799801 188.68106567269598" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.052516171472px" 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 1066.0673171799801 245.516938932184 L 1066.0705905052732 267.09352044736" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.420129371776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1066.0673171799801 245.516938932184 L 1066.0705905052732 267.09352044736" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.052516171472px" 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 371.40664400846003 177.62964587223996 L 481.92084201302004 177.62964587223996 L 481.92084201302004 467.07159302703997 L 592.43504001758 467.07159302703997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.420129371776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 371.40664400846003 177.62964587223996 L 481.92084201302004 177.62964587223996 L 481.92084201302004 467.07159302703997 L 592.43504001758 467.07159302703997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.052516171472px" 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 734.5247231663 214.46771187375998 L 734.5247231663 434.18046266854 L 614.80100866136 434.18046266854 L 614.80100866136 653.89321346332 L 616.1166538757001 653.89321346332" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.420129371776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 734.5247231663 214.46771187375998 L 734.5247231663 434.18046266854 L 614.80100866136 434.18046266854 L 614.80100866136 653.89321346332 L 616.1166538757001 653.89321346332" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.052516171472px" 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 781.88795088254 105.13759456210602 L 781.88795088254 94.612432847386 L 1066.0673171799801 94.612432847386 L 1066.0673171799801 125.00383729864001" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.420129371776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 781.88795088254 105.13759456210602 L 781.88795088254 94.612432847386 L 1066.0673171799801 94.612432847386 L 1066.0673171799801 125.00383729864001" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.052516171472px" 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 287.20535029070004 221.04593794545997 L 287.20535029070004 269.06698826887 L 464.55432518373203 269.06698826887 L 464.55432518373203 485.4906260278 L 592.43504001758 485.4906260278" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.420129371776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 287.20535029070004 221.04593794545997 L 287.20535029070004 269.06698826887 L 464.55432518373203 269.06698826887 L 464.55432518373203 485.4906260278 L 592.43504001758 485.4906260278" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.052516171472px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"><path d="M 302.99309286278003 317.08803859228 L 302.99309286278003 281.3814274750924 L 434.55761429678 281.3814274750924 L 434.55761429678 338.13836202171996 L 424.03245258206005 338.13836202171996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.420129371776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 302.99309286278003 317.08803859228 L 302.99309286278003 281.3814274750924 L 434.55761429678 281.3814274750924 L 434.55761429678 338.13836202171996 L 424.03245258206005 338.13836202171996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.052516171472px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"><path d="M 592.43504001758 430.23352702552 L 576.5946716369265 430.23352702552 L 576.5946716369265 424.9183203595864" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.420129371776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 592.43504001758 430.23352702552 L 576.5946716369265 430.23352702552 L 576.5946716369265 424.9183203595864" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.052516171472px" 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_12__stack1"><path d="M 616.1166538757001 674.94353689276 L 589.7511237803265 674.94353689276 L 589.7511237803265 659.1031685121063" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.420129371776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 616.1166538757001 674.94353689276 L 589.7511237803265 674.94353689276 L 589.7511237803265 659.1031685121063" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.052516171472px" 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_13__stack1"><path d="M 400.35083872394006 318.272119285186 L 400.35083872394006 312.9569126192524 L 376.61659905724645 312.9569126192524" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.420129371776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 400.35083872394006 318.272119285186 L 400.35083872394006 312.9569126192524 L 376.61659905724645 312.9569126192524" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.052516171472px" 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_14__stack1"><path d="M 616.1166538757001 685.46869860748 L 603.4338340094624 685.46869860748 L 603.4338340094624 696.0464861307736" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.420129371776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 616.1166538757001 685.46869860748 L 603.4338340094624 685.46869860748 L 603.4338340094624 696.0464861307736" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.052516171472px" 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_15__stack1"><path d="M 246.4203486461601 695.9938603221999 L 233.73752877992246 695.9938603221999 L 233.73752877992246 706.5716478454935" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.420129371776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 246.4203486461601 695.9938603221999 L 233.73752877992246 695.9938603221999 L 233.73752877992246 706.5716478454935" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.052516171472px" 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_16__stack1"><path d="M 829.25117859878 214.46771187375998 L 829.25117859878 219.78291853969358 L 805.5169389320864 219.78291853969358" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.420129371776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 829.25117859878 214.46771187375998 L 829.25117859878 219.78291853969358 L 805.5169389320864 219.78291853969358" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.052516171472px" 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_17__stack1"><path d="M 734.5247231663 182.8922267296 L 734.5247231663 177.5770200636664 L 710.7904834996065 177.5770200636664" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.420129371776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 734.5247231663 182.8922267296 L 734.5247231663 177.5770200636664 L 710.7904834996065 177.5770200636664" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.052516171472px" 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_18__stack1"><path d="M 829.25117859878 182.8922267296 L 829.25117859878 174.9457296349864 L 826.5672623615264 174.9457296349864" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.420129371776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 829.25117859878 182.8922267296 L 829.25117859878 174.9457296349864 L 826.5672623615264 174.9457296349864" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.052516171472px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__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="224.05438000238007" y="123.6881920843" width="126.30194057663999" height="76.30742243171997" stroke-width="1.052516171472px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="224.05438000238007" y="123.6881920843" width="126.30194057663999" height="76.30742243171997" fill="transparent"/><text class="sch-text" x="287.20535029070004" y="161.84190330015997" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.472645543248px" transform="rotate(0, 287.20535029070004, 161.84190330015997)">schematic_component_0</text><line class="component-pin sch-component-pin sch-port-line" x1="350.35632057902006" y1="177.62964587223996" x2="371.40664400846003" y2="177.62964587223996" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="370.354127836988" y="176.57712970076796" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="360.8814822937401" y="176.57712970076798" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform=""></text><text class="pin-number sch-pin-label" x="345.0937397216601" y="177.62964587223996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.8938712860399995px" transform="">schematic_port_0</text><line class="component-pin sch-component-pin sch-port-line" x1="350.35632057902006" y1="146.05416072807998" x2="371.40664400846003" y2="146.05416072807998" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="370.354127836988" y="145.00164455660797" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="360.8814822937401" y="145.001644556608" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform=""></text><text class="pin-number sch-pin-label" x="345.0937397216601" y="146.05416072807998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.8938712860399995px" transform="">schematic_port_1</text><line class="component-pin sch-component-pin sch-port-line" x1="224.05438000238007" y1="156.5793224428" x2="203.0040565729401" y2="156.5793224428" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="201.9515404014681" y="155.52680627132798" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="213.52921828766006" y="155.526806271328" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform=""></text><text class="pin-number sch-pin-label" x="229.31696085974005" y="156.5793224428" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.8938712860399995px" transform="">schematic_port_2</text><line class="component-pin sch-component-pin sch-port-line" x1="350.35632057902006" y1="156.5793224428" x2="370.354127836988" y2="156.5793224428" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="371.40664400846003" cy="156.5793224428" r="1.052516171472" stroke-width="1.052516171472px"/><rect x="370.354127836988" y="155.52680627132798" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="360.8814822937401" y="155.526806271328" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform=""></text><text class="pin-number sch-pin-label" x="345.0937397216601" y="156.5793224428" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.8938712860399995px" transform="">schematic_port_3</text><line class="component-pin sch-component-pin sch-port-line" x1="224.05438000238007" y1="167.10448415751995" x2="203.0040565729401" y2="167.10448415751995" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="201.9515404014681" y="166.05196798604794" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="213.52921828766006" y="166.05196798604797" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform=""></text><text class="pin-number sch-pin-label" x="229.31696085974005" y="167.10448415751995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.8938712860399995px" transform="">schematic_port_4</text><line class="component-pin sch-component-pin sch-port-line" x1="350.35632057902006" y1="167.10448415751995" x2="370.354127836988" y2="167.10448415751995" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="371.40664400846003" cy="167.10448415751995" r="1.052516171472" stroke-width="1.052516171472px"/><rect x="370.354127836988" y="166.05196798604794" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="360.8814822937401" y="166.05196798604797" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform=""></text><text class="pin-number sch-pin-label" x="345.0937397216601" y="167.10448415751995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.8938712860399995px" transform="">schematic_port_5</text><line class="component-pin sch-component-pin sch-port-line" x1="287.20535029070004" y1="199.99561451601997" x2="287.20535029070004" y2="221.04593794545997" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="286.15283411922803" y="219.99342177398796" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="286.1528341192281" y="210.52077623073995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform="rotate(-90 286.1528341192281 210.52077623073995)"></text><text class="pin-number sch-pin-label" x="287.20535029070004" y="194.73303365866" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.8938712860399995px" transform="rotate(-90 287.20535029070004 194.73303365866)">schematic_port_6</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="95.12114899706017" y="169.7357745862" width="61.3090669882439" height="5.262580857359978" stroke-width="1.052516171472px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="95.12114899706017" y="169.7357745862" width="61.3090669882439" height="5.262580857359978" fill="transparent"/><text class="sch-text" x="125.77568249118212" y="172.36706501487998" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.472645543248px" transform="rotate(0, 125.77568249118212, 172.36706501487998)">schematic_component_1</text><line class="component-pin sch-component-pin sch-port-line" x1="118.8027628551801" y1="169.7357745862" x2="118.8027628551801" y2="152.369257756912" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="117.7502466837081" y="151.31674158543998" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="117.75024668370816" y="161.052516171556" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform="rotate(-90 117.75024668370816 161.052516171556)"></text><text class="pin-number sch-pin-label" x="118.8027628551801" y="174.99835544355997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.8938712860399995px" transform="rotate(-90 118.8027628551801 174.99835544355997)">schematic_port_7</text><line class="component-pin sch-component-pin sch-port-line" x1="118.8027628551801" y1="174.99835544355997" x2="118.8027628551801" y2="192.36487227284798" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="117.7502466837081" y="191.31235610137597" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="117.75024668370816" y="183.68161385820397" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform="rotate(-90 117.75024668370816 183.68161385820397)"></text><text class="pin-number sch-pin-label" x="118.8027628551801" y="169.7357745862" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.8938712860399995px" transform="rotate(-90 118.8027628551801 169.7357745862)">schematic_port_8</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component chip sch-component-body" x="421.40116215338" y="106.58480429788" width="57.36213134522404" height="5.262580857359978" stroke-width="1.052516171472px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="421.40116215338" y="106.58480429788" width="57.36213134522404" height="5.262580857359978" fill="transparent"/><text class="sch-text" x="450.08222782599205" y="109.21609472655996" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.472645543248px" transform="rotate(0, 450.08222782599205, 109.21609472655996)">schematic_component_2</text><line class="component-pin sch-component-pin sch-port-line" x1="445.0827760115001" y1="111.84738515523998" x2="445.0827760115001" y2="125.00383729863995" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="444.03025984002807" y="123.95132112716794" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="444.03025984002807" y="118.42561122693996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform="rotate(-90 444.03025984002807 118.42561122693996)"></text><text class="pin-number sch-pin-label" x="445.0827760115001" y="106.58480429788" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.8938712860399995px" transform="rotate(-90 445.0827760115001 106.58480429788)">schematic_port_9</text><line class="component-pin sch-component-pin sch-port-line" x1="445.0827760115001" y1="106.58480429788" x2="445.0827760115001" y2="94.48086832595197" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="445.0827760115001" cy="93.42835215447997" r="1.052516171472" stroke-width="1.052516171472px"/><rect x="444.03025984002807" y="92.37583598300796" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="444.03025984002807" y="100.00657822618001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform="rotate(-90 444.03025984002807 100.00657822618001)"></text><text class="pin-number sch-pin-label" x="445.0827760115001" y="111.84738515523998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.8938712860399995px" transform="rotate(-90 445.0827760115001 111.84738515523998)">schematic_port_10</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="279.31147900466004" y="330.24449073567996" width="57.362131345223986" height="5.262580857360035" stroke-width="1.052516171472px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="279.31147900466004" y="330.24449073567996" width="57.362131345223986" height="5.262580857360035" fill="transparent"/><text class="sch-text" x="307.99254467727206" y="332.87578116436" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.472645543248px" transform="rotate(0, 307.99254467727206, 332.87578116436)">schematic_component_3</text><line class="component-pin sch-component-pin sch-port-line" x1="302.99309286278003" y1="335.50707159304" x2="302.99309286278003" y2="348.66352373643997" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="301.940576691308" y="347.61100756496796" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="301.9405766913081" y="342.08529766474" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform="rotate(-90 301.9405766913081 342.08529766474)"></text><text class="pin-number sch-pin-label" x="302.99309286278003" y="330.24449073567996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.8938712860399995px" transform="rotate(-90 302.99309286278003 330.24449073567996)">schematic_port_11</text><line class="component-pin sch-component-pin sch-port-line" x1="302.99309286278003" y1="330.24449073567996" x2="302.99309286278003" y2="317.08803859228" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="301.940576691308" y="316.035522420808" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="301.9405766913081" y="323.66626466398" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform="rotate(-90 301.9405766913081 323.66626466398)"></text><text class="pin-number sch-pin-label" x="302.99309286278003" y="335.50707159304" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.8938712860399995px" transform="rotate(-90 302.99309286278003 335.50707159304)">schematic_port_12</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component chip sch-component-body" x="397.71954829526004" y="330.24449073567996" width="5.262580857360035" height="5.262580857360035" stroke-width="1.052516171472px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="397.71954829526004" y="330.24449073567996" width="5.262580857360035" height="5.262580857360035" fill="transparent"/><text class="sch-text" x="400.35083872394006" y="332.87578116436" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.472645543248px" transform="rotate(0, 400.35083872394006, 332.87578116436)">schematic_component_4</text><line class="component-pin sch-component-pin sch-port-line" x1="402.9821291526201" y1="338.13836202172" x2="424.03245258206005" y2="338.13836202172" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="422.97993641058804" y="337.085845850248" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="413.5072908673401" y="337.085845850248" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform=""></text><text class="pin-number sch-pin-label" x="397.7195482952601" y="338.13836202172" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.8938712860399995px" transform="">schematic_port_13</text><line class="component-pin sch-component-pin sch-port-line" x1="400.35083872394006" y1="330.24449073567996" x2="400.35083872394006" y2="318.272119285186" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="399.29832255246805" y="317.219603113714" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="399.29832255246805" y="324.258305010433" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform="rotate(-90 399.29832255246805 324.258305010433)"></text><text class="pin-number sch-pin-label" x="400.35083872394006" y="335.50707159304" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.8938712860399995px" transform="rotate(-90 400.35083872394006 335.50707159304)">schematic_port_14</text><line class="component-pin sch-component-pin sch-port-line" x1="397.71954829526004" y1="338.13836202172" x2="376.66922486582007" y2="338.13836202172" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_4_2__stack1"><rect x="375.61670869434806" y="337.085845850248" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="387.19438658054" y="337.085845850248" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform=""></text><text class="pin-number sch-pin-label" x="402.98212915262" y="338.13836202172" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.8938712860399995px" transform="">schematic_port_15</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component chip sch-component-body" x="779.2566604538599" y="117.10996601260001" width="5.262580857360035" height="5.262580857359978" stroke-width="1.052516171472px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="779.2566604538599" y="117.10996601260001" width="5.262580857360035" height="5.262580857359978" fill="transparent"/><text class="sch-text" x="781.88795088254" y="119.74125644127997" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.472645543248px" transform="rotate(0, 781.88795088254, 119.74125644127997)">schematic_component_5</text><line class="component-pin sch-component-pin sch-port-line" x1="784.51924131122" y1="125.00383729863995" x2="804.5170485691881" y2="125.00383729863995" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="805.56956474066" cy="125.00383729863995" r="1.052516171472" stroke-width="1.052516171472px"/><rect x="804.517048569188" y="123.95132112716794" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="795.04440302594" y="123.951321127168" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform=""></text><text class="pin-number sch-pin-label" x="779.25666045386" y="125.00383729863995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.8938712860399995px" transform="">schematic_port_16</text><line class="component-pin sch-component-pin sch-port-line" x1="781.88795088254" y1="117.10996601260001" x2="781.88795088254" y2="105.13759456210602" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="780.835434711068" y="104.08507839063401" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="780.835434711068" y="111.12378028735299" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform="rotate(-90 780.835434711068 111.12378028735299)"></text><text class="pin-number sch-pin-label" x="781.88795088254" y="122.37254686995999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.8938712860399995px" transform="rotate(-90 781.88795088254 122.37254686995999)">schematic_port_17</text><line class="component-pin sch-component-pin sch-port-line" x1="779.2566604538599" y1="125.00383729863995" x2="759.258853195892" y2="125.00383729863995" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_5_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="758.20633702442" cy="125.00383729863995" r="1.052516171472" stroke-width="1.052516171472px"/><rect x="757.153820852948" y="123.95132112716794" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="768.73149873914" y="123.951321127168" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform=""></text><text class="pin-number sch-pin-label" x="784.51924131122" y="125.00383729863995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.8938712860399995px" transform="">schematic_port_18</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component chip sch-component-body" x="710.84310930818" y="196.048678873" width="63.67722837405597" height="5.262580857359978" stroke-width="1.052516171472px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="710.84310930818" y="196.048678873" width="63.67722837405597" height="5.262580857359978" fill="transparent"/><text class="sch-text" x="742.6817234952081" y="198.67996930168" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.472645543248px" transform="rotate(0, 742.6817234952081, 198.67996930168)">schematic_component_6</text><line class="component-pin sch-component-pin sch-port-line" x1="734.5247231663" y1="201.31125973035998" x2="734.5247231663" y2="214.46771187375998" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="733.472206994828" y="213.41519570228797" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="733.4722069948281" y="207.88948580205997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform="rotate(-90 733.4722069948281 207.88948580205997)"></text><text class="pin-number sch-pin-label" x="734.5247231663" y="196.048678873" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.8938712860399995px" transform="rotate(-90 734.5247231663 196.048678873)">schematic_port_19</text><line class="component-pin sch-component-pin sch-port-line" x1="734.5247231663" y1="196.048678873" x2="734.5247231663" y2="182.8922267296" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="733.472206994828" y="181.839710558128" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="733.4722069948281" y="189.47045280129998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform="rotate(-90 733.4722069948281 189.47045280129998)"></text><text class="pin-number sch-pin-label" x="734.5247231663" y="201.31125973035998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.8938712860399995px" transform="rotate(-90 734.5247231663 201.31125973035998)">schematic_port_20</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_7__stack1"><rect class="component chip sch-component-body" x="805.56956474066" y="196.048678873" width="63.677228374056085" height="5.262580857359978" stroke-width="1.052516171472px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="805.56956474066" y="196.048678873" width="63.677228374056085" height="5.262580857359978" fill="transparent"/><text class="sch-text" x="837.408178927688" y="198.67996930168" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.472645543248px" transform="rotate(0, 837.408178927688, 198.67996930168)">schematic_component_7</text><line class="component-pin sch-component-pin sch-port-line" x1="829.25117859878" y1="201.31125973035998" x2="829.25117859878" y2="214.46771187375998" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="828.198662427308" y="213.41519570228797" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="828.198662427308" y="207.88948580205997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform="rotate(-90 828.198662427308 207.88948580205997)"></text><text class="pin-number sch-pin-label" x="829.25117859878" y="196.048678873" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.8938712860399995px" transform="rotate(-90 829.25117859878 196.048678873)">schematic_port_21</text><line class="component-pin sch-component-pin sch-port-line" x1="829.25117859878" y1="196.048678873" x2="829.25117859878" y2="182.8922267296" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="828.198662427308" y="181.839710558128" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="828.198662427308" y="189.47045280129998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform="rotate(-90 828.198662427308 189.47045280129998)"></text><text class="pin-number sch-pin-label" x="829.25117859878" y="201.31125973035998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.8938712860399995px" transform="rotate(-90 829.25117859878 201.31125973035998)">schematic_port_22</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_8__stack1"><rect class="component chip sch-component-body" x="1042.38570332186" y="138.16028944204" width="63.677228374056085" height="5.262580857359978" stroke-width="1.052516171472px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1042.38570332186" y="138.16028944204" width="63.677228374056085" height="5.262580857359978" fill="transparent"/><text class="sch-text" x="1074.2243175088881" y="140.79157987072" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.472645543248px" transform="rotate(0, 1074.2243175088881, 140.79157987072)">schematic_component_8</text><line class="component-pin sch-component-pin sch-port-line" x1="1066.0673171799801" y1="143.4228702994" x2="1066.0673171799801" y2="156.5793224428" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="1065.0148010085081" y="155.52680627132798" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="1065.0148010085081" y="150.0010963711" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform="rotate(-90 1065.0148010085081 150.0010963711)"></text><text class="pin-number sch-pin-label" x="1066.0673171799801" y="138.16028944204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.8938712860399995px" transform="rotate(-90 1066.0673171799801 138.16028944204)">schematic_port_23</text><line class="component-pin sch-component-pin sch-port-line" x1="1066.0673171799801" y1="138.16028944204" x2="1066.0673171799801" y2="125.00383729864001" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><rect x="1065.0148010085081" y="123.951321127168" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="1065.0148010085081" y="131.58206337034" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform="rotate(-90 1065.0148010085081 131.58206337034)"></text><text class="pin-number sch-pin-label" x="1066.0673171799801" y="143.4228702994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.8938712860399995px" transform="rotate(-90 1066.0673171799801 143.4228702994)">schematic_port_24</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_9__stack1"><rect class="component chip sch-component-body" x="1049.7533165221641" y="209.73138910213598" width="45.784453459031965" height="14.735226400608013" stroke-width="1.052516171472px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1049.7533165221641" y="209.73138910213598" width="45.784453459031965" height="14.735226400608013" fill="transparent"/><text class="sch-text" x="1072.64554325168" y="217.09900230244" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.472645543248px" transform="rotate(0, 1072.64554325168, 217.09900230244)">schematic_component_9</text><line class="component-pin sch-component-pin sch-port-line" x1="1066.0673171799801" y1="209.73138910213598" x2="1066.0673171799801" y2="188.68106567269598" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="1065.0148010085081" y="187.62854950122397" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="1065.0148010085081" y="199.206227387416" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform="rotate(-90 1065.0148010085081 199.206227387416)"></text><text class="pin-number sch-pin-label" x="1066.0673171799801" y="214.99396995949598" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.8938712860399995px" transform="rotate(-90 1066.0673171799801 214.99396995949598)">schematic_port_25</text><line class="component-pin sch-component-pin sch-port-line" x1="1066.0673171799801" y1="224.466615502744" x2="1066.0673171799801" y2="245.516938932184" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><rect x="1065.0148010085081" y="244.46442276071198" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="1065.0148010085081" y="234.99177721746398" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform="rotate(-90 1065.0148010085081 234.99177721746398)"></text><text class="pin-number sch-pin-label" x="1066.0673171799801" y="219.20403464538398" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.8938712860399995px" transform="rotate(-90 1066.0673171799801 219.20403464538398)">schematic_port_26</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_10__stack1"><rect class="component chip sch-component-body" x="1058.0643394363149" y="288.1438438768" width="16.00595548733031" height="5.262580857359978" stroke-width="1.052516171472px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1058.0643394363149" y="288.1438438768" width="16.00595548733031" height="5.262580857359978" fill="transparent"/><text class="sch-text" x="1066.0673171799801" y="290.77513430548" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.472645543248px" transform="rotate(0, 1066.0673171799801, 290.77513430548)">schematic_component_10</text><line class="component-pin sch-component-pin sch-port-line" x1="1066.0640438546868" y1="293.40642473416" x2="1066.0640438546868" y2="313.40423199212796" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1066.0640438546868" cy="314.45674816359997" r="1.052516171472" stroke-width="1.052516171472px"/><rect x="1065.0115276832148" y="313.40423199212796" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="1065.0115276832148" y="303.93158644888" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform="rotate(-90 1065.0115276832148 303.93158644888)"></text><text class="pin-number sch-pin-label" x="1066.0640438546868" y="288.1438438768" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.8938712860399995px" transform="rotate(-90 1066.0640438546868 288.1438438768)">schematic_port_27</text><line class="component-pin sch-component-pin sch-port-line" x1="1066.0705905052732" y1="288.1438438768" x2="1066.0705905052732" y2="267.09352044736" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><rect x="1065.0180743338012" y="266.041004275888" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="1065.0180743338015" y="277.61868216208" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform="rotate(-90 1065.0180743338015 277.61868216208)"></text><text class="pin-number sch-pin-label" x="1066.0705905052732" y="293.40642473416" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.8938712860399995px" transform="rotate(-90 1066.0705905052732 293.40642473416)">schematic_port_28</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_11__stack1"><rect class="component chip sch-component-body" x="600.3289113036201" y="424.97094616815997" width="5.2625808573599215" height="10.525161714720014" stroke-width="1.052516171472px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="600.3289113036201" y="424.97094616815997" width="5.2625808573599215" height="10.525161714720014" fill="transparent"/><text class="sch-text" x="602.9602017323" y="430.23352702552" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.26258085736px" transform="rotate(0, 602.9602017323, 430.23352702552)">schematic_port_29</text><line class="component-pin sch-component-pin sch-port-line" x1="600.3289113036201" y1="430.23352702552" x2="592.43504001758" y2="430.23352702552" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_11_0__stack1"><rect x="591.382523846108" y="429.181010854048" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="596.3819756606" y="429.181010854048" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform=""></text><text class="pin-number sch-pin-label" x="605.59149216098" y="430.23352702552" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.8938712860399995px" transform="">schematic_port_29</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_12__stack1"><rect class="component chip sch-component-body" x="600.3289113036201" y="443.38997916892" width="5.2625808573599215" height="10.525161714720014" stroke-width="1.052516171472px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="600.3289113036201" y="443.38997916892" width="5.2625808573599215" height="10.525161714720014" fill="transparent"/><text class="sch-text" x="602.9602017323" y="448.65256002627996" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.26258085736px" transform="rotate(0, 602.9602017323, 448.65256002627996)">schematic_port_30</text><line class="component-pin sch-component-pin sch-port-line" x1="600.3289113036201" y1="448.65256002627996" x2="593.487556189052" y2="448.65256002627996" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_12_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="592.43504001758" cy="448.65256002627996" r="1.052516171472" stroke-width="1.052516171472px"/><rect x="591.382523846108" y="447.60004385480795" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="596.3819756606" y="447.600043854808" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform=""></text><text class="pin-number sch-pin-label" x="605.59149216098" y="448.65256002627996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.8938712860399995px" transform="">schematic_port_30</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_13__stack1"><rect class="component chip sch-component-body" x="600.3289113036201" y="461.80901216968" width="5.2625808573599215" height="10.525161714720014" stroke-width="1.052516171472px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="600.3289113036201" y="461.80901216968" width="5.2625808573599215" height="10.525161714720014" fill="transparent"/><text class="sch-text" x="602.9602017323" y="467.07159302703997" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.26258085736px" transform="rotate(0, 602.9602017323, 467.07159302703997)">schematic_port_31</text><line class="component-pin sch-component-pin sch-port-line" x1="600.3289113036201" y1="467.07159302703997" x2="592.43504001758" y2="467.07159302703997" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_13_0__stack1"><rect x="591.382523846108" y="466.01907685556796" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="596.3819756606" y="466.01907685556796" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform=""></text><text class="pin-number sch-pin-label" x="605.59149216098" y="467.07159302703997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.8938712860399995px" transform="">schematic_port_31</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_14__stack1"><rect class="component chip sch-component-body" x="600.3289113036201" y="480.22804517043994" width="5.2625808573599215" height="10.52516171472007" stroke-width="1.052516171472px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="600.3289113036201" y="480.22804517043994" width="5.2625808573599215" height="10.52516171472007" fill="transparent"/><text class="sch-text" x="602.9602017323" y="485.4906260278" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.26258085736px" transform="rotate(0, 602.9602017323, 485.4906260278)">schematic_port_32</text><line class="component-pin sch-component-pin sch-port-line" x1="600.3289113036201" y1="485.4906260278" x2="592.43504001758" y2="485.4906260278" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_14_0__stack1"><rect x="591.382523846108" y="484.43810985632797" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="596.3819756606" y="484.43810985632797" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform=""></text><text class="pin-number sch-pin-label" x="605.59149216098" y="485.4906260278" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.8938712860399995px" transform="">schematic_port_32</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_15__stack1"><rect class="component chip sch-component-body" x="637.16697730514" y="643.3680517486" width="36.83806600152002" height="52.6258085735999" stroke-width="1.052516171472px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="637.16697730514" y="643.3680517486" width="36.83806600152002" height="52.6258085735999" fill="transparent"/><text class="sch-text" x="655.5860103059" y="669.6809560354" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.472645543248px" transform="rotate(0, 655.5860103059, 669.6809560354)">schematic_component_15</text><line class="component-pin sch-component-pin sch-port-line" x1="637.16697730514" y1="685.46869860748" x2="616.1166538757001" y2="685.46869860748" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_15_0__stack1"><rect x="615.0641377042281" y="684.416182436008" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="626.64181559042" y="684.4161824360081" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform=""></text><text class="pin-number sch-pin-label" x="642.4295581625" y="685.46869860748" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.8938712860399995px" transform="">schematic_port_33</text><line class="component-pin sch-component-pin sch-port-line" x1="637.16697730514" y1="674.94353689276" x2="616.1166538757001" y2="674.94353689276" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_15_1__stack1"><rect x="615.0641377042281" y="673.891020721288" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="626.64181559042" y="673.891020721288" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform=""></text><text class="pin-number sch-pin-label" x="642.4295581625" y="674.94353689276" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.8938712860399995px" transform="">schematic_port_34</text><line class="component-pin sch-component-pin sch-port-line" x1="637.16697730514" y1="664.4183751780399" x2="617.1691700471721" y2="664.4183751780399" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_15_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="616.1166538757001" cy="664.4183751780399" r="1.052516171472" stroke-width="1.052516171472px"/><rect x="615.0641377042281" y="663.3658590065679" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="626.64181559042" y="663.365859006568" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform=""></text><text class="pin-number sch-pin-label" x="642.4295581625" y="664.4183751780399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.8938712860399995px" transform="">schematic_port_35</text><line class="component-pin sch-component-pin sch-port-line" x1="637.16697730514" y1="653.89321346332" x2="616.1166538757001" y2="653.89321346332" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_15_3__stack1"><rect x="615.0641377042281" y="652.840697291848" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="626.64181559042" y="652.8406972918481" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform=""></text><text class="pin-number sch-pin-label" x="642.4295581625" y="653.89321346332" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.8938712860399995px" transform="">schematic_port_36</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_16__stack1"><rect class="component chip sch-component-body" x="267.47067207560013" y="645.9993421772799" width="28.94419471547991" height="21.05032342944014" stroke-width="1.052516171472px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="267.47067207560013" y="645.9993421772799" width="28.94419471547991" height="21.05032342944014" fill="transparent"/><text class="sch-text" x="281.94276943334006" y="656.524503892" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.0167744764800055px" transform="rotate(0, 281.94276943334006, 656.524503892)">schematic_port_37</text><line class="component-pin sch-component-pin sch-port-line" x1="267.47067207560013" y1="656.524503892" x2="247.47286481763206" y2="656.524503892" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_16_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="246.4203486461601" cy="656.524503892" r="1.052516171472" stroke-width="1.052516171472px"/><rect x="245.3678324746881" y="655.471987720528" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="256.9455103608801" y="655.471987720528" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform=""></text><text class="pin-number sch-pin-label" x="272.7332529329601" y="656.524503892" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.8938712860399995px" transform="">schematic_port_37</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_17__stack1"><rect class="component chip sch-component-body" x="267.47067207560013" y="685.46869860748" width="28.94419471547991" height="21.050323429440027" stroke-width="1.052516171472px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="267.47067207560013" y="685.46869860748" width="28.94419471547991" height="21.050323429440027" fill="transparent"/><text class="sch-text" x="281.94276943334006" y="695.9938603221999" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.0167744764800055px" transform="rotate(0, 281.94276943334006, 695.9938603221999)">schematic_port_38</text><line class="component-pin sch-component-pin sch-port-line" x1="267.47067207560013" y1="695.9938603221999" x2="246.4203486461601" y2="695.9938603221999" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_17_0__stack1"><rect x="245.3678324746881" y="694.9413441507279" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="256.9455103608801" y="694.941344150728" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform=""></text><text class="pin-number sch-pin-label" x="272.7332529329601" y="695.9938603221999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.8938712860399995px" transform="">schematic_port_38</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="371.40664400846003" cy="177.62964587223996" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="371.40664400846003" cy="146.05416072807998" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="203.0040565729401" cy="156.5793224428" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="371.40664400846003" cy="156.5793224428" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="203.0040565729401" cy="167.10448415751995" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="371.40664400846003" cy="167.10448415751995" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="287.20535029070004" cy="221.04593794545997" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="118.8027628551801" cy="152.369257756912" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="118.8027628551801" cy="192.36487227284798" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="445.0827760115001" cy="125.00383729863995" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="445.0827760115001" cy="93.42835215447997" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="302.99309286278003" cy="348.66352373643997" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="302.99309286278003" cy="317.08803859228" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="424.03245258206005" cy="338.13836202172" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="400.35083872394006" cy="318.272119285186" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_2__stack1"><circle cx="376.66922486582007" cy="338.13836202172" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="805.56956474066" cy="125.00383729863995" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="781.88795088254" cy="105.13759456210602" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_2__stack1"><circle cx="758.20633702442" cy="125.00383729863995" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="734.5247231663" cy="214.46771187375998" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="734.5247231663" cy="182.8922267296" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="829.25117859878" cy="214.46771187375998" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="829.25117859878" cy="182.8922267296" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="1066.0673171799801" cy="156.5793224428" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="1066.0673171799801" cy="125.00383729864001" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="1066.0673171799801" cy="188.68106567269598" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="1066.0673171799801" cy="245.516938932184" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="1066.0640438546868" cy="314.45674816359997" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="1066.0705905052732" cy="267.09352044736" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="592.43504001758" cy="430.23352702552" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_0__stack1"><circle cx="592.43504001758" cy="448.65256002627996" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_0__stack1"><circle cx="592.43504001758" cy="467.07159302703997" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_0__stack1"><circle cx="592.43504001758" cy="485.4906260278" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_0__stack1"><circle cx="616.1166538757001" cy="685.46869860748" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_1__stack1"><circle cx="616.1166538757001" cy="674.94353689276" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_2__stack1"><circle cx="616.1166538757001" cy="664.4183751780399" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_3__stack1"><circle cx="616.1166538757001" cy="653.89321346332" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_0__stack1"><circle cx="246.4203486461601" cy="656.524503892" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_0__stack1"><circle cx="246.4203486461601" cy="695.9938603221999" r="2.105032342944" 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="
154
+ M 481.92084201302004,177.62964587223996
155
+ L 484.76263567599443,172.36706501487996
156
+ L 508.9915579432799,172.36706501487996
157
+ L 508.9915579432799,182.89222672959997
158
+ L 484.76263567599443,182.89222672959997
159
+ Z
160
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><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="486.657164784644" y="177.62964587223996" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="
161
+ M 734.5247231663,324.32408727115
162
+ L 731.6829295033256,329.58666812851
163
+ L 707.4540072360401,329.58666812851
164
+ L 707.4540072360401,319.06150641379
165
+ L 731.6829295033256,319.06150641379
166
+ Z
167
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><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="729.7884003946759" y="324.32408727115" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
168
+ M 445.0827760115001,135.52899901335996
169
+ L 442.2409823485257,140.79157987071997
170
+ L 418.01206008124024,140.79157987071997
171
+ L 418.01206008124024,130.26641815599996
172
+ L 442.2409823485257,130.26641815599996
173
+ Z
174
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><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="440.3464532398761" y="135.52899901335996" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
175
+ M 246.4203486461601,656.524503892
176
+ L 243.5785549831857,661.78708474936
177
+ L 219.34963271590027,661.78708474936
178
+ L 219.34963271590027,651.26192303464
179
+ L 243.5785549831857,651.26192303464
180
+ Z
181
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><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="241.6840258745361" y="656.524503892" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
182
+ M 118.8027628551801,141.84409604219204
183
+ L 113.5401819978201,139.00230237921764
184
+ L 113.54018199782011,120.95515842571108
185
+ L 124.06534371254011,120.95515842571108
186
+ L 124.06534371254011,139.00230237921764
187
+ Z
188
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="118.8027628551801" y="137.10777327056803" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" transform="rotate(-90 118.8027628551801 137.10777327056803)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
189
+ M 445.0827760115001,93.42835215447997
190
+ L 439.8201951541401,90.58655849150557
191
+ L 439.8201951541401,72.53941453799901
192
+ L 450.34535686886005,72.53941453799901
193
+ L 450.34535686886005,90.58655849150557
194
+ Z
195
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="445.0827760115001" y="88.69202938285596" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" transform="rotate(-90 445.0827760115001 88.69202938285596)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
196
+ M 302.99309286278003,299.2347330336862
197
+ L 305.8348865257544,293.97215217632623
198
+ L 323.882030479261,293.97215217632623
199
+ L 323.882030479261,304.4973138910462
200
+ L 305.8348865257544,304.4973138910462
201
+ Z
202
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" x="307.729415634404" y="299.2347330336862" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="
203
+ M 781.88795088254,94.612432847386
204
+ L 776.62537002518,91.7706391844116
205
+ L 776.62537002518,73.72349523090504
206
+ L 787.1505317399001,73.72349523090504
207
+ L 787.1505317399001,91.7706391844116
208
+ Z
209
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" x="781.88795088254" y="89.876110075762" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" transform="rotate(-90 781.88795088254 89.876110075762)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="
210
+ M 576.5946716369265,424.9183203595864
211
+ L 571.3320907795664,422.076526696612
212
+ L 571.3320907795664,404.02938274310543
213
+ L 581.8572524942865,404.02938274310543
214
+ L 581.8572524942865,422.076526696612
215
+ Z
216
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="576.5946716369265" y="420.1819975879624" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" transform="rotate(-90 576.5946716369265 420.1819975879624)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" d="
217
+ M 589.7511237803265,659.1031685121063
218
+ L 584.4885429229664,656.2613748491319
219
+ L 584.4885429229664,638.2142308956254
220
+ L 595.0137046376865,638.2142308956254
221
+ L 595.0137046376865,656.2613748491319
222
+ Z
223
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" x="589.7511237803265" y="654.3668457404823" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" transform="rotate(-90 589.7511237803265 654.3668457404823)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" d="
224
+ M 371.40664400846003,156.5793224428
225
+ L 374.24843767143443,151.31674158543998
226
+ L 404.65913825249874,151.31674158543998
227
+ L 404.65913825249874,161.84190330016
228
+ L 374.24843767143443,161.84190330016
229
+ Z
230
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" x="376.142966780084" y="156.5793224428" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" d="
231
+ M 376.61659905724645,312.9569126192524
232
+ L 373.77480539427205,318.2194934766124
233
+ L 343.36410481320775,318.2194934766124
234
+ L 343.36410481320775,307.69433176189244
235
+ L 373.77480539427205,307.69433176189244
236
+ Z
237
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" x="371.8802762856225" y="312.9569126192524" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" d="
238
+ M 118.8027628551801,202.89003398756793
239
+ L 124.06534371254011,205.73182765054233
240
+ L 124.06534371254011,223.77897160404888
241
+ L 113.54018199782011,223.77897160404888
242
+ L 113.5401819978201,205.73182765054233
243
+ Z
244
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" x="118.8027628551801" y="207.62635675919194" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" transform="rotate(90 118.8027628551801 207.62635675919194)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" d="
245
+ M 287.20535029070004,269.06698826887
246
+ L 292.46793114806,271.9087819318444
247
+ L 292.46793114806,289.95592588535095
248
+ L 281.94276943334006,289.95592588535095
249
+ L 281.94276943334006,271.9087819318444
250
+ Z
251
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" x="287.20535029070004" y="273.80331104049395" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" transform="rotate(90 287.20535029070004 273.80331104049395)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" d="
252
+ M 1066.0640438546868,314.45674816359997
253
+ L 1071.3266247120469,317.29854182657436
254
+ L 1071.3266247120469,335.34568578008094
255
+ L 1060.8014629973268,335.34568578008094
256
+ L 1060.8014629973268,317.29854182657436
257
+ Z
258
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" x="1066.0640438546868" y="319.19307093522394" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" transform="rotate(90 1066.0640438546868 319.19307093522394)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" d="
259
+ M 603.4338340094624,696.0464861307736
260
+ L 608.6964148668225,698.888279793748
261
+ L 608.6964148668225,716.9354237472545
262
+ L 598.1712531521024,716.9354237472545
263
+ L 598.1712531521024,698.888279793748
264
+ Z
265
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" x="603.4338340094624" y="700.7828089023976" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" transform="rotate(90 603.4338340094624 700.7828089023976)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" d="
266
+ M 233.73752877992246,706.5716478454935
267
+ L 239.00010963728246,709.4134415084679
268
+ L 239.00010963728246,727.4605854619745
269
+ L 228.47494792256245,727.4605854619745
270
+ L 228.47494792256245,709.4134415084679
271
+ Z
272
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" x="233.73752877992246" y="711.3079706171176" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" transform="rotate(90 233.73752877992246 711.3079706171176)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" d="
273
+ M 371.40664400846003,167.10448415751995
274
+ L 374.24843767143443,161.84190330015994
275
+ L 398.47735993871987,161.84190330015994
276
+ L 398.47735993871987,172.36706501487996
277
+ L 374.24843767143443,172.36706501487996
278
+ Z
279
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" x="376.142966780084" y="167.10448415751995" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_18__stack1" d="
280
+ M 805.5169389320864,219.78291853969358
281
+ L 802.675145269112,225.0454993970536
282
+ L 778.4462230018266,225.0454993970536
283
+ L 778.4462230018266,214.52033768233358
284
+ L 802.675145269112,214.52033768233358
285
+ Z
286
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_18__stack1" x="800.7806161604624" y="219.78291853969358" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_19__stack1" d="
287
+ M 592.43504001758,448.65256002627996
288
+ L 589.5932463546056,453.91514088363994
289
+ L 565.3643240873203,453.91514088363994
290
+ L 565.3643240873203,443.38997916892
291
+ L 589.5932463546056,443.38997916892
292
+ Z
293
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_19__stack1" x="587.698717245956" y="448.65256002627996" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_20__stack1" d="
294
+ M 616.1166538757001,664.4183751780399
295
+ L 613.2748602127257,669.6809560354
296
+ L 589.0459379454403,669.6809560354
297
+ L 589.0459379454403,659.1557943206799
298
+ L 613.2748602127257,659.1557943206799
299
+ Z
300
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_20__stack1" x="611.380331104076" y="664.4183751780399" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_21__stack1" d="
301
+ M 302.99309286278003,353.9261045938
302
+ L 300.15129919980563,359.18868545116
303
+ L 245.0134853636258,359.18868545116
304
+ L 245.0134853636258,348.66352373643997
305
+ L 300.15129919980563,348.66352373644
306
+ Z
307
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_21__stack1" x="298.25677009115606" y="353.9261045938" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" transform="">XXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_22__stack1" d="
308
+ M 805.56956474066,125.00383729863995
309
+ L 808.4113584036344,119.74125644127994
310
+ L 851.1856156122565,119.74125644127994
311
+ L 851.1856156122565,130.26641815599996
312
+ L 808.4113584036344,130.26641815599996
313
+ Z
314
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_22__stack1" x="810.305887512284" y="125.00383729863995" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_23__stack1" d="
315
+ M 710.7904834996065,177.5770200636664
316
+ L 707.9486898366321,182.8396009210264
317
+ L 665.17443262801,182.8396009210264
318
+ L 665.17443262801,172.3144392063064
319
+ L 707.9486898366321,172.3144392063064
320
+ Z
321
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_23__stack1" x="706.0541607279824" y="177.5770200636664" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_24__stack1" d="
322
+ M 758.20633702442,125.00383729863995
323
+ L 755.3645433614456,130.26641815599996
324
+ L 712.5902861528235,130.26641815599996
325
+ L 712.5902861528235,119.74125644127994
326
+ L 755.3645433614456,119.74125644127994
327
+ Z
328
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_24__stack1" x="753.470014252796" y="125.00383729863995" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_25__stack1" d="
329
+ M 826.5672623615264,174.9457296349864
330
+ L 823.725468698552,180.2083104923464
331
+ L 780.95121148993,180.2083104923464
332
+ L 780.95121148993,169.6831487776264
333
+ L 823.725468698552,169.6831487776264
334
+ Z
335
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_25__stack1" x="821.8309395899024" y="174.9457296349864" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_26__stack1" d="
336
+ M 1066.0673171799801,172.63019405774799
337
+ L 1063.2255235170057,177.892774915108
338
+ L 1026.6330446221625,177.892774915108
339
+ L 1026.6330446221625,167.36761320038798
340
+ L 1063.2255235170057,167.36761320038798
341
+ Z
342
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_26__stack1" x="1061.3309944083562" y="172.63019405774799" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" transform="">XXXXX</text><text class="sch-text" x="384.036838066124" y="105.26915908354005" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.472645543247985px" transform="rotate(0, 384.036838066124, 105.26915908354005)">STTS22HTR</text><text class="sch-text" x="361.9339984652121" y="117.63622409833602" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.472645543248px" transform="rotate(0, 361.9339984652121, 117.63622409833602)">U2</text><text class="sch-text" x="697.160399079044" y="702.835215436768" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.472645543247985px" transform="rotate(0, 697.160399079044, 702.835215436768)">SM04B_SRSS_TB_LF_SN</text><text class="sch-text" x="643.482074333972" y="637.316083762636" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.472645543248px" transform="rotate(0, 643.482074333972, 637.316083762636)">J1</text><text class="sch-text" x="273.78576910443206" y="639.9473741913159" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.472645543248px" transform="rotate(0, 273.78576910443206, 639.9473741913159)">J3</text><text class="sch-text" x="273.78576910443206" y="679.416730621516" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.472645543248px" transform="rotate(0, 273.78576910443206, 679.416730621516)">J4</text><rect class="schematic-box sch-box" x="355.61890143638004" y="100.53283631191601" width="56.83587325948804" height="9.472645543248007" stroke-width="1.052516171472px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="8.420129371776 4.210064685888"/><rect class="schematic-box sch-box" x="352.4613529219641" y="111.05799802663603" width="18.945291086495956" height="13.156452143399974" stroke-width="1.052516171472px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="8.420129371776 4.210064685888"/><rect class="schematic-box sch-box" x="637.16697730514" y="698.0988926651439" width="119.98684354780801" height="9.472645543248063" stroke-width="1.052516171472px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="8.420129371776 4.210064685888"/><rect class="schematic-box sch-box" x="634.0094287907241" y="630.737857690936" width="18.9452910864959" height="13.15645214339986" stroke-width="1.052516171472px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="8.420129371776 4.210064685888"/><rect class="schematic-box sch-box" x="264.31312356118406" y="633.369148119616" width="18.945291086496013" height="13.156452143399974" stroke-width="1.052516171472px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="8.420129371776 4.210064685888"/><rect class="schematic-box sch-box" x="264.31312356118406" y="672.838504549816" width="18.945291086496013" height="13.156452143399974" stroke-width="1.052516171472px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="8.420129371776 4.210064685888"/>
343
+ </g>
344
+ </svg>