@tscircuit/schematic-trace-solver 0.0.157 → 0.0.158

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 (166) hide show
  1. package/dist/index.js +143 -55
  2. package/lib/solvers/SameNetJunctionAlignmentSolver/alignSameNetJunctions.ts +196 -67
  3. package/package.json +1 -1
  4. package/site/bug-reports/bug-report-20260826T072956Z.page.tsx +4 -0
  5. package/tests/bug-reports/bug-report-20260706T213649Z/__snapshots__/bug-report-20260706T213649Z.snap.svg +2 -2
  6. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +2 -2
  7. package/tests/bug-reports/bug-report-20260707T020342Z/__snapshots__/bug-report-20260707T020342Z.snap.svg +2 -2
  8. package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +2 -2
  9. package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +2 -2
  10. package/tests/bug-reports/bug-report-20260707T134722Z/__snapshots__/bug-report-20260707T134722Z.snap.svg +2 -2
  11. package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +2 -2
  12. package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +2 -2
  13. package/tests/bug-reports/bug-report-20260707T141421Z/__snapshots__/bug-report-20260707T141421Z.snap.svg +2 -2
  14. package/tests/bug-reports/bug-report-20260707T230831Z/__snapshots__/bug-report-20260707T230831Z.snap.svg +2 -2
  15. package/tests/bug-reports/bug-report-20260708T053736Z/__snapshots__/bug-report-20260708T053736Z.snap.svg +2 -2
  16. package/tests/bug-reports/bug-report-20260708T055430Z/__snapshots__/bug-report-20260708T055430Z.snap.svg +2 -2
  17. package/tests/bug-reports/bug-report-20260708T095725Z/__snapshots__/bug-report-20260708T095725Z.snap.svg +2 -2
  18. package/tests/bug-reports/bug-report-20260716T144856Z/__snapshots__/bug-report-20260716T144856Z.snap.svg +2 -2
  19. package/tests/bug-reports/bug-report-20260717T022934Z/__snapshots__/bug-report-20260717T022934Z.snap.svg +2 -2
  20. package/tests/bug-reports/bug-report-20260717T031704Z/__snapshots__/bug-report-20260717T031704Z.snap.svg +2 -2
  21. package/tests/bug-reports/bug-report-20260717T042845Z/__snapshots__/bug-report-20260717T042845Z.snap.svg +2 -2
  22. package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +2 -2
  23. package/tests/bug-reports/bug-report-20260724T175257Z/__snapshots__/bug-report-20260724T175257Z.snap.svg +2 -2
  24. package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +4 -4
  25. package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +2 -2
  26. package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +2 -2
  27. package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +2 -2
  28. package/tests/bug-reports/bug-report-20260804T095800Z/__snapshots__/bug-report-20260804T095800Z.snap.svg +2 -2
  29. package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +2 -2
  30. package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +2 -2
  31. package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +2 -2
  32. package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +2 -2
  33. package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +2 -2
  34. package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +2 -2
  35. package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +2 -2
  36. package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +2 -2
  37. package/tests/bug-reports/bug-report-20260825T045913Z/__snapshots__/bug-report-20260825T045913Z.snap.svg +2 -2
  38. package/tests/bug-reports/bug-report-20260825T103621Z/__snapshots__/bug-report-20260825T103621Z.snap.svg +2 -2
  39. package/tests/bug-reports/bug-report-20260826T072956Z/__snapshots__/bug-report-20260826T072956Z.snap.svg +842 -0
  40. package/tests/bug-reports/bug-report-20260826T072956Z/bug-report-20260826T072956Z.json +2452 -0
  41. package/tests/bug-reports/bug-report-20260826T072956Z/bug-report-20260826T072956Z.test.ts +12 -0
  42. package/tests/examples/__snapshots__/example01.snap.svg +2 -2
  43. package/tests/examples/__snapshots__/example02.snap.svg +12 -12
  44. package/tests/examples/__snapshots__/example03.snap.svg +2 -2
  45. package/tests/examples/__snapshots__/example04.snap.svg +2 -2
  46. package/tests/examples/__snapshots__/example05.snap.svg +2 -2
  47. package/tests/examples/__snapshots__/example06.snap.svg +2 -2
  48. package/tests/examples/__snapshots__/example07.snap.svg +2 -2
  49. package/tests/examples/__snapshots__/example08.snap.svg +2 -2
  50. package/tests/examples/__snapshots__/example09.snap.svg +2 -2
  51. package/tests/examples/__snapshots__/example10.snap.svg +2 -2
  52. package/tests/examples/__snapshots__/example11.snap.svg +2 -2
  53. package/tests/examples/__snapshots__/example12.snap.svg +2 -2
  54. package/tests/examples/__snapshots__/example13.snap.svg +2 -2
  55. package/tests/examples/__snapshots__/example14.snap.svg +2 -2
  56. package/tests/examples/__snapshots__/example15.snap.svg +2 -2
  57. package/tests/examples/__snapshots__/example16.snap.svg +2 -2
  58. package/tests/examples/__snapshots__/example17.snap.svg +2 -2
  59. package/tests/examples/__snapshots__/example18.snap.svg +2 -2
  60. package/tests/examples/__snapshots__/example19.snap.svg +2 -2
  61. package/tests/examples/__snapshots__/example20.snap.svg +2 -2
  62. package/tests/examples/__snapshots__/example21.snap.svg +2 -2
  63. package/tests/examples/__snapshots__/example22.snap.svg +2 -2
  64. package/tests/examples/__snapshots__/example23.snap.svg +2 -2
  65. package/tests/examples/__snapshots__/example24.snap.svg +2 -2
  66. package/tests/examples/__snapshots__/example25.snap.svg +2 -2
  67. package/tests/examples/__snapshots__/example26.snap.svg +2 -2
  68. package/tests/examples/__snapshots__/example27.snap.svg +2 -2
  69. package/tests/examples/__snapshots__/example28.snap.svg +2 -2
  70. package/tests/examples/__snapshots__/example29.snap.svg +2 -2
  71. package/tests/examples/__snapshots__/example30.snap.svg +2 -2
  72. package/tests/examples/__snapshots__/example31.snap.svg +2 -2
  73. package/tests/examples/__snapshots__/example32.snap.svg +2 -2
  74. package/tests/examples/__snapshots__/example33.snap.svg +2 -2
  75. package/tests/examples/__snapshots__/example34.snap.svg +2 -2
  76. package/tests/examples/__snapshots__/example35.snap.svg +2 -2
  77. package/tests/examples/__snapshots__/example36.snap.svg +2 -2
  78. package/tests/examples/__snapshots__/example37.snap.svg +2 -2
  79. package/tests/examples/__snapshots__/example38.snap.svg +2 -2
  80. package/tests/examples/__snapshots__/example39.snap.svg +2 -2
  81. package/tests/examples/__snapshots__/example40.snap.svg +2 -2
  82. package/tests/examples/__snapshots__/example41.snap.svg +2 -2
  83. package/tests/examples/__snapshots__/example42.snap.svg +2 -2
  84. package/tests/examples/__snapshots__/example43.snap.svg +2 -2
  85. package/tests/examples/__snapshots__/example44.snap.svg +2 -2
  86. package/tests/examples/__snapshots__/example45.snap.svg +2 -2
  87. package/tests/examples/__snapshots__/example46.snap.svg +2 -2
  88. package/tests/examples/__snapshots__/example47.snap.svg +2 -2
  89. package/tests/examples/__snapshots__/example48.snap.svg +2 -2
  90. package/tests/examples/__snapshots__/example49.snap.svg +2 -2
  91. package/tests/examples/__snapshots__/example50.snap.svg +2 -2
  92. package/tests/examples/__snapshots__/example51.snap.svg +4 -4
  93. package/tests/fixtures/matcher.ts +3 -3
  94. package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +4 -4
  95. package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +12 -12
  96. package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +5 -5
  97. package/tests/repros/__snapshots__/bugreport-001-gnd-overlap.snap.svg +2 -2
  98. package/tests/repros/__snapshots__/manufacturePartNumber-text-box.snap.svg +2 -2
  99. package/tests/repros/__snapshots__/netlabel-connector-through-rail-label.snap.svg +2 -2
  100. package/tests/repros/__snapshots__/repro-atmega328p-fault-pullup.snap.svg +2 -2
  101. package/tests/repros/__snapshots__/repro-atmega328p-missing-gnd-netlabel.snap.svg +2 -2
  102. package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +2 -2
  103. package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +2 -2
  104. package/tests/repros/__snapshots__/repro-bq24074-battery-charger.snap.svg +2 -2
  105. package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +2 -2
  106. package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +2 -2
  107. package/tests/repros/__snapshots__/repro-core-555-power-cross-net-overlap.snap.svg +2 -2
  108. package/tests/repros/__snapshots__/repro-core-subcircuit-missing-ground.snap.svg +2 -2
  109. package/tests/repros/__snapshots__/repro-core-tb67s579ftg-inline-label-routing.snap.svg +2 -2
  110. package/tests/repros/__snapshots__/repro-dc-power-isolated-routing.snap.svg +2 -2
  111. package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +2 -2
  112. package/tests/repros/__snapshots__/repro-ground-label-on-lower-rail-end.snap.svg +2 -2
  113. package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +2 -2
  114. package/tests/repros/__snapshots__/repro-missing-trace-netlabel.snap.svg +2 -2
  115. package/tests/repros/__snapshots__/repro-mspm0l1306-capacitor-symmetry.snap.svg +182 -0
  116. package/tests/repros/__snapshots__/repro-netlabel-collision-687.snap.svg +2 -2
  117. package/tests/repros/__snapshots__/repro-netlabel-overlap-trace.snap.svg +2 -2
  118. package/tests/repros/__snapshots__/repro-nrf52810-clock-routing.snap.svg +2 -2
  119. package/tests/repros/__snapshots__/repro-pga300-c6-trace-alignment.snap.svg +2 -2
  120. package/tests/repros/__snapshots__/repro-pga300-redundant-ground-traces.snap.svg +288 -0
  121. package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +4 -4
  122. package/tests/repros/__snapshots__/repro-power-group-rail-labels.snap.svg +2 -2
  123. package/tests/repros/__snapshots__/repro-rectifier-trace-overlap.snap.svg +2 -2
  124. package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +2 -2
  125. package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +2 -2
  126. package/tests/repros/__snapshots__/repro-rp2040-v3v3-label-placement.snap.svg +2 -2
  127. package/tests/repros/__snapshots__/repro-rp2040-zero-crystal-fallback-netlabels.snap.svg +2 -2
  128. package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +4 -4
  129. package/tests/repros/__snapshots__/repro-tida00553-j4-cell-divider.snap.svg +2 -2
  130. package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +2 -2
  131. package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +2 -2
  132. package/tests/repros/__snapshots__/repro-tps61222-trace-intersection.snap.svg +4 -4
  133. package/tests/repros/__snapshots__/repro-type-c-16pin-self-connection.snap.svg +2 -2
  134. package/tests/repros/__snapshots__/repro-type-c-16pin-to-resistor.snap.svg +2 -2
  135. package/tests/repros/__snapshots__/repro-type-c-vbus-led-ground-label.snap.svg +2 -2
  136. package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +2 -2
  137. package/tests/repros/__snapshots__/repro-vcc-pin1-detour.snap.svg +2 -2
  138. package/tests/repros/__snapshots__/repro129-host-custom-symbol-passives.snap.svg +2 -2
  139. package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +2 -2
  140. package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +4 -4
  141. package/tests/repros/__snapshots__/repro47-endpoint-obstacle-detour.snap.svg +2 -2
  142. package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +2 -2
  143. package/tests/repros/__snapshots__/repro5-escape-padded-text-obstacles.snap.svg +2 -2
  144. package/tests/repros/__snapshots__/repro51-overlap-junction-crossing.snap.svg +2 -2
  145. package/tests/repros/__snapshots__/repro84-stacked-gnd-label-orientation.snap.svg +2 -2
  146. package/tests/repros/__snapshots__/small-variant-resistor-facing-direction.snap.svg +2 -2
  147. package/tests/repros/__snapshots__/trace-overlap-box-resistor.snap.svg +2 -2
  148. package/tests/repros/assets/repro-mspm0l1306-capacitor-symmetry.input.json +537 -0
  149. package/tests/repros/assets/repro-pga300-redundant-ground-traces.input.json +858 -0
  150. package/tests/repros/repro-mspm0l1306-capacitor-symmetry.test.ts +54 -0
  151. package/tests/repros/repro-pga300-redundant-ground-traces.test.ts +33 -0
  152. package/tests/solvers/InlineNetLabelSolver/__snapshots__/anchored-net-label-width.snap.svg +2 -2
  153. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-anchored-label-clearance.snap.svg +2 -2
  154. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-port-stub.snap.svg +2 -2
  155. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-two-pin-net.snap.svg +2 -2
  156. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label01.snap.svg +2 -2
  157. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label02.snap.svg +2 -2
  158. package/tests/solvers/InlineNetLabelSolver/__snapshots__/terminal-stub-trace-clearance.snap.svg +2 -2
  159. package/tests/solvers/SameNetJunctionAlignmentSolver/parallel-load-rails.test.ts +291 -0
  160. package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_01-example17-d1_1-u1_1.snap.svg +2 -2
  161. package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_repro47-short-opposing-pins.snap.svg +2 -2
  162. package/tests/solvers/TraceCleanupSolver/__snapshots__/TraceCleanupSolver.snap.svg +2 -2
  163. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/__snapshots__/TraceLabelOverlapAvoidanceSolver.snap.svg +2 -2
  164. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/MergedNetLabelObstacles.snap.svg +2 -2
  165. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/OverlapAvoidanceStepSolver.snap.svg +2 -2
  166. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/SingleOverlapSolver.snap.svg +2 -2
@@ -0,0 +1,12 @@
1
+ import { expect, test } from "bun:test"
2
+ import { SchematicTracePipelineSolver } from "lib/solvers/SchematicTracePipelineSolver/SchematicTracePipelineSolver"
3
+ import inputProblem from "./bug-report-20260826T072956Z.json"
4
+ import "tests/fixtures/matcher"
5
+
6
+ test("bug-report-20260826T072956Z", () => {
7
+ const solver = new SchematicTracePipelineSolver(inputProblem as any)
8
+
9
+ solver.solve()
10
+
11
+ expect(solver).toMatchSolverSnapshot(import.meta.path)
12
+ })
@@ -1,4 +1,4 @@
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">
1
+ <svg width="1200" height="2016" viewBox="0 0 1200 2016" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on top and Circuit JSON schematic on the bottom">
2
2
  <g transform="translate(0, 0) scale(1.875, 1.875) translate(0, 0)">
3
3
  <rect width="100%" height="100%" fill="white"/><g><polyline data-points="-0.8,0.2 -2,0.5" data-type="line" data-label="" points="422.5742574257426,292.2772277227723 289.50495049504957,259.009900990099" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-0.8,0 -4,0.5" data-type="line" data-label="" points="422.5742574257426,314.4554455445545 67.72277227722776,259.009900990099" fill="none" stroke="hsl(57, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-0.8,-0.2 -4,-0.5" data-type="line" data-label="" points="422.5742574257426,336.6336633663367 67.72277227722776,369.90099009900996" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8,-0.2 -2,-0.5" data-type="line" data-label="" points="422.5742574257426,336.6336633663367 289.50495049504957,369.90099009900996" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4,-0.5 -2,-0.5" data-type="line" data-label="" points="67.72277227722776,369.90099009900996 289.50495049504957,369.90099009900996" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8,0.20000000000000018 -1.0749999999999997,0.20000000000000018 -1.0749999999999997,0.6 -2,0.6 -2,0.5" data-type="line" data-label="" points="422.5742574257426,292.2772277227723 392.07920792079216,292.2772277227723 392.07920792079216,247.92079207920796 289.50495049504957,247.92079207920796 289.50495049504957,259.009900990099" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.7999999999999998,0 -1.275,0 -1.275,0.8000000000000002 -4,0.8000000000000002 -4,0.5" data-type="line" data-label="" points="422.57425742574264,314.4554455445545 369.90099009900996,314.4554455445545 369.90099009900996,225.74257425742576 67.72277227722776,225.74257425742576 67.72277227722776,259.009900990099" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.8,-0.20000000000000018 -1.4,-0.20000000000000018 -1.4,-0.7 -2,-0.7 -2,-0.5" data-type="line" data-label="" points="422.5742574257426,336.6336633663367 356.0396039603961,336.6336633663367 356.0396039603961,392.0792079207921 289.50495049504957,392.0792079207921 289.50495049504957,369.90099009900996" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-0.5 -4,-0.7000000000000002 -2,-0.7000000000000002 -2,-0.5" data-type="line" data-label="" points="67.72277227722776,369.90099009900996 67.72277227722776,392.0792079207921 289.50495049504957,392.0792079207921 289.50495049504957,369.90099009900996" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="U1" data-x="0" data-y="0" x="422.57425742574264" y="281.1881188118812" width="177.4257425742574" height="66.53465346534654" fill="hsl(164, 100%, 50%, 0.8)" stroke="black" stroke-width="0.009017857142857143"/></g><g><rect data-type="rect" data-label="C1" data-x="-2" data-y="0" x="261.78217821782187" y="259.009900990099" width="55.445544554455466" height="110.89108910891093" fill="hsl(326, 100%, 50%, 0.8)" stroke="black" stroke-width="0.009017857142857143"/></g><g><rect data-type="rect" data-label="C2" data-x="-4" data-y="0" x="40.00000000000006" y="259.009900990099" width="55.44554455445541" height="110.89108910891093" fill="hsl(327, 100%, 50%, 0.8)" stroke="black" stroke-width="0.009017857142857143"/></g><g><rect data-type="rect" data-label="netId: VCC
4
4
  globalConnNetId: connectivity_net0" data-x="-1.0749999999999997" data-y="0.825" x="380.9900990099011" y="198.01980198019808" width="22.17821782178214" height="49.9009900990099" fill="#ef444466" stroke="#ef4444" stroke-width="0.009017857142857143"/></g><g><rect data-type="rect" data-label="netId: EN
@@ -61,7 +61,7 @@ orientation: y-" data-x="-2" data-y="-0.7" cx="289.50495049504957" cy="392.07920
61
61
  });
62
62
  ]]></script>
63
63
  </g>
64
- <g transform="translate(1216, 200)">
64
+ <g transform="translate(0, 1216)">
65
65
  <style>
66
66
  .boundary { fill: rgb(245, 241, 237); }
67
67
  .schematic-boundary { fill: none; stroke: #fff; }
@@ -1,8 +1,8 @@
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">
1
+ <svg width="1200" height="2016" viewBox="0 0 1200 2016" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on top and Circuit JSON schematic on the bottom">
2
2
  <g transform="translate(0, 0) scale(1.875, 1.875) translate(0, 0)">
3
- <rect width="100%" height="100%" fill="white"/><g><polyline data-points="-1,0.2 -1.9148566499999995,1.1024186000000005" data-type="line" data-label="" points="330.93198472269955,315.7259444121287 253.50330794975545,239.34995906700078" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1,0.2 -4.173189849999999,1.1024186000000002" data-type="line" data-label="" points="330.93198472269955,315.7259444121287 62.36981027183117,239.3499590670008" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1,0.2 -3.0440232499999995,1.1024186000000002" data-type="line" data-label="" points="330.93198472269955,315.7259444121287 157.93655911079327,239.3499590670008" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1,0 -1.9143099500000003,0" data-type="line" data-label="" points="330.93198472269955,332.6528972353812 253.54957777529776,332.6528972353812" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1,0 -4.17264315,-2.220446049250313e-16" data-type="line" data-label="" points="330.93198472269955,332.6528972353812 62.41608009737348,332.6528972353812" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1,0 -3.0434765500000003,-2.220446049250313e-16" data-type="line" data-label="" points="330.93198472269955,332.6528972353812 157.98282893633558,332.6528972353812" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1,-0.2 -1,0.2" data-type="line" data-label="" points="330.93198472269955,349.5798500586337 330.93198472269955,315.7259444121287" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1,0.1 1.9143099500000003,0.09999999999999964" data-type="line" data-label="" points="500.20151295522464,324.189420823755 577.5839199026265,324.189420823755" fill="none" stroke="hsl(48, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.9148566499999995,1.1024186000000005 -4.173189849999999,1.1024186000000002" data-type="line" data-label="" points="253.50330794975545,239.34995906700078 62.36981027183117,239.3499590670008" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9148566499999995,1.1024186000000005 -3.0440232499999995,1.1024186000000002" data-type="line" data-label="" points="253.50330794975545,239.34995906700078 157.93655911079327,239.3499590670008" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9148566499999995,1.1024186000000005 -1,0.2" data-type="line" data-label="" points="253.50330794975545,239.34995906700078 330.93198472269955,315.7259444121287" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9148566499999995,1.1024186000000005 -1,-0.2" data-type="line" data-label="" points="253.50330794975545,239.34995906700078 330.93198472269955,349.5798500586337" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.173189849999999,1.1024186000000002 -3.0440232499999995,1.1024186000000002" data-type="line" data-label="" points="62.36981027183117,239.3499590670008 157.93655911079327,239.3499590670008" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.173189849999999,1.1024186000000002 -1,0.2" data-type="line" data-label="" points="62.36981027183117,239.3499590670008 330.93198472269955,315.7259444121287" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.173189849999999,1.1024186000000002 -1,-0.2" data-type="line" data-label="" points="62.36981027183117,239.3499590670008 330.93198472269955,349.5798500586337" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.0440232499999995,1.1024186000000002 -1,0.2" data-type="line" data-label="" points="157.93655911079327,239.3499590670008 330.93198472269955,315.7259444121287" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.0440232499999995,1.1024186000000002 -1,-0.2" data-type="line" data-label="" points="157.93655911079327,239.3499590670008 330.93198472269955,349.5798500586337" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1,0.2 -1,-0.2" data-type="line" data-label="" points="330.93198472269955,315.7259444121287 330.93198472269955,349.5798500586337" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9143099500000003,0 -4.17264315,-2.220446049250313e-16" data-type="line" data-label="" points="253.54957777529776,332.6528972353812 62.41608009737348,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9143099500000003,0 -3.0434765500000003,-2.220446049250313e-16" data-type="line" data-label="" points="253.54957777529776,332.6528972353812 157.98282893633558,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9143099500000003,0 1.9148566499999995,-1.0024186000000008" data-type="line" data-label="" points="253.54957777529776,332.6528972353812 577.6301897281687,417.4923589921354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9143099500000003,0 -1,0" data-type="line" data-label="" points="253.54957777529776,332.6528972353812 330.93198472269955,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.17264315,-2.220446049250313e-16 -3.0434765500000003,-2.220446049250313e-16" data-type="line" data-label="" points="62.41608009737348,332.6528972353812 157.98282893633558,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.17264315,-2.220446049250313e-16 1.9148566499999995,-1.0024186000000008" data-type="line" data-label="" points="62.41608009737348,332.6528972353812 577.6301897281687,417.4923589921354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.17264315,-2.220446049250313e-16 -1,0" data-type="line" data-label="" points="62.41608009737348,332.6528972353812 330.93198472269955,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.0434765500000003,-2.220446049250313e-16 1.9148566499999995,-1.0024186000000008" data-type="line" data-label="" points="157.98282893633558,332.6528972353812 577.6301897281687,417.4923589921354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.0434765500000003,-2.220446049250313e-16 -1,0" data-type="line" data-label="" points="157.98282893633558,332.6528972353812 330.93198472269955,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9148566499999995,-1.0024186000000008 -1,0" data-type="line" data-label="" points="577.6301897281687,417.4923589921354 330.93198472269955,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9143099500000003,0.09999999999999964 1,0.1" data-type="line" data-label="" points="577.5839199026265,324.189420823755 500.20151295522464,324.189420823755" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.0440232499999995,1.1024186000000002 -3.0440232499999995,1.3024186000000004 -4.173189849999999,1.3024186000000004 -4.173189849999999,1.1024186000000002" data-type="line" data-label="" points="157.93655911079327,239.3499590670008 157.93655911079327,222.4230062437483 62.36981027183117,222.4230062437483 62.36981027183117,239.3499590670008" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9148566499999995,1.1024186000000002 -1.9148566499999995,1.3024186000000004 -3.0440232499999995,1.3024186000000004 -3.0440232499999995,1.1024186000000002" data-type="line" data-label="" points="253.50330794975545,239.3499590670008 253.50330794975545,222.4230062437483 157.93655911079327,222.4230062437483 157.93655911079327,239.3499590670008" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1,0.20000000000000018 -1.3,0.20000000000000018 -1.3,1.3024186000000004 -1.9148566499999995,1.3024186000000004 -1.9148566499999995,1.1024186000000005" data-type="line" data-label="" points="330.93198472269955,315.7259444121287 305.5415554878208,315.7259444121287 305.5415554878208,222.4230062437483 253.50330794975545,222.4230062437483 253.50330794975545,239.34995906700078" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1,-0.2 -1.3,-0.2 -1.3,0.2 -1,0.2" data-type="line" data-label="" points="330.93198472269955,349.5798500586337 305.5415554878208,349.5798500586337 305.5415554878208,315.7259444121287 330.93198472269955,315.7259444121287" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.0434765500000003,-2.220446049250313e-16 -3.0434765500000003,-0.2000000000000004 -4.17264315,-0.2000000000000004 -4.17264315,-2.220446049250313e-16" data-type="line" data-label="" points="157.98282893633558,332.6528972353812 157.98282893633558,349.5798500586337 62.41608009737348,349.5798500586337 62.41608009737348,332.6528972353812" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9143099500000003,-2.220446049250313e-16 -1.9143099500000003,-0.2000000000000004 -3.0434765500000003,-0.2000000000000004 -3.0434765500000003,-2.220446049250313e-16" data-type="line" data-label="" points="253.54957777529776,332.6528972353812 253.54957777529776,349.5798500586337 157.98282893633558,349.5798500586337 157.98282893633558,332.6528972353812" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1,0 -1.0999999999999999,0 -1.0999999999999999,-0.09999999999999995 -1.9143099500000003,-0.09999999999999995 -1.9143099500000003,0" data-type="line" data-label="" points="330.93198472269955,332.6528972353812 322.4685083110733,332.6528972353812 322.4685083110733,341.11637364700744 253.54957777529776,341.11637364700744 253.54957777529776,332.6528972353812" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1,0.1 1.4571549750000001,0.1 1.4571549750000001,0.29999999999999966 1.9143099500000003,0.29999999999999966 1.9143099500000003,0.09999999999999964" data-type="line" data-label="" points="500.20151295522464,324.189420823755 538.8927164289255,324.189420823755 538.8927164289255,307.26246800050245 577.5839199026265,307.26246800050245 577.5839199026265,324.189420823755" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-1.9145832999999999" data-y="0.5512093000000002" x="231.1334976779243" y="239.3499590670008" width="44.78589036920462" height="93.30293816838042" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-4.1729164999999995" data-y="0.5512093" x="39.99999999999997" y="239.34995906700084" width="44.78589036920465" height="93.3029381683804" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-3.0437499" data-y="0.5512093" x="135.56674883896213" y="239.34995906700084" width="44.78589036920465" height="93.3029381683804" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="1.9145832999999999" data-y="-0.4512093000000006" x="555.2141096307953" y="324.189420823755" width="44.785890369204594" height="93.30293816838042" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="0" data-y="0" x="330.93198472269955" y="298.7989915888762" width="169.2695282325251" height="67.70781129300997" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="netId: VSYS
3
+ <rect width="100%" height="100%" fill="white"/><g><polyline data-points="-1,0.2 -1.9148566499999995,1.1024186000000005" data-type="line" data-label="" points="330.93198472269955,315.7259444121287 253.50330794975545,239.34995906700078" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1,0.2 -4.173189849999999,1.1024186000000002" data-type="line" data-label="" points="330.93198472269955,315.7259444121287 62.36981027183117,239.3499590670008" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1,0.2 -3.0440232499999995,1.1024186000000002" data-type="line" data-label="" points="330.93198472269955,315.7259444121287 157.93655911079327,239.3499590670008" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1,0 -1.9143099500000003,0" data-type="line" data-label="" points="330.93198472269955,332.6528972353812 253.54957777529776,332.6528972353812" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1,0 -4.17264315,-2.220446049250313e-16" data-type="line" data-label="" points="330.93198472269955,332.6528972353812 62.41608009737348,332.6528972353812" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1,0 -3.0434765500000003,-2.220446049250313e-16" data-type="line" data-label="" points="330.93198472269955,332.6528972353812 157.98282893633558,332.6528972353812" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1,-0.2 -1,0.2" data-type="line" data-label="" points="330.93198472269955,349.5798500586337 330.93198472269955,315.7259444121287" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1,0.1 1.9143099500000003,0.09999999999999964" data-type="line" data-label="" points="500.20151295522464,324.189420823755 577.5839199026265,324.189420823755" fill="none" stroke="hsl(48, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.9148566499999995,1.1024186000000005 -4.173189849999999,1.1024186000000002" data-type="line" data-label="" points="253.50330794975545,239.34995906700078 62.36981027183117,239.3499590670008" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9148566499999995,1.1024186000000005 -3.0440232499999995,1.1024186000000002" data-type="line" data-label="" points="253.50330794975545,239.34995906700078 157.93655911079327,239.3499590670008" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9148566499999995,1.1024186000000005 -1,0.2" data-type="line" data-label="" points="253.50330794975545,239.34995906700078 330.93198472269955,315.7259444121287" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9148566499999995,1.1024186000000005 -1,-0.2" data-type="line" data-label="" points="253.50330794975545,239.34995906700078 330.93198472269955,349.5798500586337" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.173189849999999,1.1024186000000002 -3.0440232499999995,1.1024186000000002" data-type="line" data-label="" points="62.36981027183117,239.3499590670008 157.93655911079327,239.3499590670008" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.173189849999999,1.1024186000000002 -1,0.2" data-type="line" data-label="" points="62.36981027183117,239.3499590670008 330.93198472269955,315.7259444121287" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.173189849999999,1.1024186000000002 -1,-0.2" data-type="line" data-label="" points="62.36981027183117,239.3499590670008 330.93198472269955,349.5798500586337" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.0440232499999995,1.1024186000000002 -1,0.2" data-type="line" data-label="" points="157.93655911079327,239.3499590670008 330.93198472269955,315.7259444121287" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.0440232499999995,1.1024186000000002 -1,-0.2" data-type="line" data-label="" points="157.93655911079327,239.3499590670008 330.93198472269955,349.5798500586337" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1,0.2 -1,-0.2" data-type="line" data-label="" points="330.93198472269955,315.7259444121287 330.93198472269955,349.5798500586337" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9143099500000003,0 -4.17264315,-2.220446049250313e-16" data-type="line" data-label="" points="253.54957777529776,332.6528972353812 62.41608009737348,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9143099500000003,0 -3.0434765500000003,-2.220446049250313e-16" data-type="line" data-label="" points="253.54957777529776,332.6528972353812 157.98282893633558,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9143099500000003,0 1.9148566499999995,-1.0024186000000008" data-type="line" data-label="" points="253.54957777529776,332.6528972353812 577.6301897281687,417.4923589921354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9143099500000003,0 -1,0" data-type="line" data-label="" points="253.54957777529776,332.6528972353812 330.93198472269955,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.17264315,-2.220446049250313e-16 -3.0434765500000003,-2.220446049250313e-16" data-type="line" data-label="" points="62.41608009737348,332.6528972353812 157.98282893633558,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.17264315,-2.220446049250313e-16 1.9148566499999995,-1.0024186000000008" data-type="line" data-label="" points="62.41608009737348,332.6528972353812 577.6301897281687,417.4923589921354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.17264315,-2.220446049250313e-16 -1,0" data-type="line" data-label="" points="62.41608009737348,332.6528972353812 330.93198472269955,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.0434765500000003,-2.220446049250313e-16 1.9148566499999995,-1.0024186000000008" data-type="line" data-label="" points="157.98282893633558,332.6528972353812 577.6301897281687,417.4923589921354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.0434765500000003,-2.220446049250313e-16 -1,0" data-type="line" data-label="" points="157.98282893633558,332.6528972353812 330.93198472269955,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9148566499999995,-1.0024186000000008 -1,0" data-type="line" data-label="" points="577.6301897281687,417.4923589921354 330.93198472269955,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9143099500000003,0.09999999999999964 1,0.1" data-type="line" data-label="" points="577.5839199026265,324.189420823755 500.20151295522464,324.189420823755" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.0440232499999995,1.1024186000000002 -3.0440232499999995,1.3024186000000004 -4.173189849999999,1.3024186000000004 -4.173189849999999,1.1024186000000002" data-type="line" data-label="" points="157.93655911079327,239.3499590670008 157.93655911079327,222.4230062437483 62.36981027183117,222.4230062437483 62.36981027183117,239.3499590670008" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9148566499999995,1.1024186000000002 -1.9148566499999995,1.3024186000000004 -3.0440232499999995,1.3024186000000004 -3.0440232499999995,1.1024186000000002" data-type="line" data-label="" points="253.50330794975545,239.3499590670008 253.50330794975545,222.4230062437483 157.93655911079327,222.4230062437483 157.93655911079327,239.3499590670008" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1,0.20000000000000018 -1.3,0.20000000000000018 -1.3,1.3024186000000004 -1.9148566499999995,1.3024186000000004 -1.9148566499999995,1.1024186000000005" data-type="line" data-label="" points="330.93198472269955,315.7259444121287 305.5415554878208,315.7259444121287 305.5415554878208,222.4230062437483 253.50330794975545,222.4230062437483 253.50330794975545,239.34995906700078" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1,-0.2 -1.3,-0.2 -1.3,0.2 -1,0.2" data-type="line" data-label="" points="330.93198472269955,349.5798500586337 305.5415554878208,349.5798500586337 305.5415554878208,315.7259444121287 330.93198472269955,315.7259444121287" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.0434765500000003,-2.220446049250313e-16 -3.0434765500000003,-0.09999999999999995 -4.17264315,-0.09999999999999995 -4.17264315,-2.220446049250313e-16" data-type="line" data-label="" points="157.98282893633558,332.6528972353812 157.98282893633558,341.11637364700744 62.41608009737348,341.11637364700744 62.41608009737348,332.6528972353812" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9143099500000003,0 -1.9143099500000003,-0.09999999999999995 -3.0434765500000003,-0.09999999999999995 -3.0434765500000003,-2.220446049250313e-16" data-type="line" data-label="" points="253.54957777529776,332.6528972353812 253.54957777529776,341.11637364700744 157.98282893633558,341.11637364700744 157.98282893633558,332.6528972353812" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1,0 -1.0999999999999999,0 -1.0999999999999999,-0.09999999999999995 -1.9143099500000003,-0.09999999999999995 -1.9143099500000003,0" data-type="line" data-label="" points="330.93198472269955,332.6528972353812 322.4685083110733,332.6528972353812 322.4685083110733,341.11637364700744 253.54957777529776,341.11637364700744 253.54957777529776,332.6528972353812" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1,0.1 1.4571549750000001,0.1 1.4571549750000001,0.29999999999999966 1.9143099500000003,0.29999999999999966 1.9143099500000003,0.09999999999999964" data-type="line" data-label="" points="500.20151295522464,324.189420823755 538.8927164289255,324.189420823755 538.8927164289255,307.26246800050245 577.5839199026265,307.26246800050245 577.5839199026265,324.189420823755" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-1.9145832999999999" data-y="0.5512093000000002" x="231.1334976779243" y="239.3499590670008" width="44.78589036920462" height="93.30293816838042" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-4.1729164999999995" data-y="0.5512093" x="39.99999999999997" y="239.34995906700084" width="44.78589036920465" height="93.3029381683804" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-3.0437499" data-y="0.5512093" x="135.56674883896213" y="239.34995906700084" width="44.78589036920465" height="93.3029381683804" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="1.9145832999999999" data-y="-0.4512093000000006" x="555.2141096307953" y="324.189420823755" width="44.785890369204594" height="93.30293816838042" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="0" data-y="0" x="330.93198472269955" y="298.7989915888762" width="169.2695282325251" height="67.70781129300997" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="netId: VSYS
4
4
  globalConnNetId: connectivity_net0" data-x="-1.9148566499999995" data-y="1.5274186000000005" x="245.0398315381292" y="184.33736239143013" width="16.92695282325252" height="38.08564385231816" fill="#ef444466" stroke="#ef4444" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="netId: GND
5
- globalConnNetId: connectivity_net1" data-x="-3.0434765500000003" data-y="-0.4250000000000004" x="149.51935252470935" y="349.5798500586337" width="16.926952823252492" height="38.085643852318185" fill="#00000066" stroke="#000000" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="netId: GND
5
+ globalConnNetId: connectivity_net1" data-x="-3.0434765500000003" data-y="-0.32499999999999996" x="149.51935252470935" y="341.11637364700744" width="16.926952823252492" height="38.085643852318185" fill="#00000066" stroke="#000000" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="netId: GND
6
6
  globalConnNetId: connectivity_net1" data-x="1.9148566499999995" data-y="-1.2284186000000008" x="569.1667133165424" y="417.5769937562517" width="16.926952823252577" height="38.08564385231813" fill="#00000066" stroke="#000000" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="netId: V3_3
7
7
  globalConnNetId: connectivity_net2" data-x="1.9143099500000003" data-y="0.5249999999999997" x="569.1204434910003" y="269.1768241481843" width="16.926952823252464" height="38.08564385231813" fill="#ef444466" stroke="#ef4444" stroke-width="0.011815475714285715"/></g><g><circle data-type="point" data-label="C6.1
8
8
  y+" data-x="-1.9148566499999995" data-y="1.1024186000000005" cx="253.50330794975545" cy="239.34995906700078" r="3" fill="hsl(246, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="C6.2
@@ -19,7 +19,7 @@ x-" data-x="-1" data-y="-0.2" cx="330.93198472269955" cy="349.5798500586337" r="
19
19
  x+" data-x="1" data-y="-0.1" cx="500.20151295522464" cy="341.11637364700744" r="3" fill="hsl(322, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U1.5
20
20
  x+" data-x="1" data-y="0.1" cx="500.20151295522464" cy="324.189420823755" r="3" fill="hsl(323, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anchorPoint
21
21
  orientation: y+" data-x="-1.9148566499999995" data-y="1.3024186000000004" cx="253.50330794975545" cy="222.4230062437483" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
22
- orientation: y-" data-x="-3.0434765500000003" data-y="-0.2000000000000004" cx="157.98282893633558" cy="349.5798500586337" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
22
+ orientation: y-" data-x="-3.0434765500000003" data-y="-0.09999999999999995" cx="157.98282893633558" cy="341.11637364700744" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
23
23
  orientation: y-" data-x="1.9148566499999995" data-y="-1.0024186000000008" cx="577.6301897281687" cy="417.4923589921354" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
24
24
  orientation: y+" data-x="1.9143099500000003" data-y="0.29999999999999966" cx="577.5839199026265" cy="307.26246800050245" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g id="crosshair" style="display: none"><line id="crosshair-h" y1="0" y2="640" stroke="#666" stroke-width="0.5"/><line id="crosshair-v" x1="0" x2="640" stroke="#666" stroke-width="0.5"/><text id="coordinates" font-family="monospace" font-size="12" fill="#666"></text></g><script><![CDATA[
25
25
  document.currentScript.parentElement.addEventListener('mousemove', (e) => {
@@ -66,7 +66,7 @@ orientation: y+" data-x="1.9143099500000003" data-y="0.29999999999999966" cx="57
66
66
  });
67
67
  ]]></script>
68
68
  </g>
69
- <g transform="translate(1216, 200)">
69
+ <g transform="translate(0, 1216)">
70
70
  <style>
71
71
  .boundary { fill: rgb(245, 241, 237); }
72
72
  .schematic-boundary { fill: none; stroke: #fff; }
@@ -78,7 +78,7 @@ orientation: y+" data-x="1.9143099500000003" data-y="0.29999999999999966" cx="57
78
78
  .port-label { fill: rgb(0, 100, 100); }
79
79
  .component-name { fill: rgb(0, 100, 100); }
80
80
 
81
- </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 337.1245444053159 269.25001754477614 L 337.1245444053159 241.79360658109613 L 182.11023332500963 241.79360658109613 L 182.11023332500963 269.25001754477614" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="21.965128770944002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 337.1245444053159 269.25001754477614 L 337.1245444053159 241.79360658109613 L 182.11023332500963 241.79360658109613 L 182.11023332500963 269.25001754477614" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.7456410963680002px" 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 492.13885548562223 269.25001754477614 L 492.13885548562223 241.79360658109613 L 337.1245444053159 241.79360658109613 L 337.1245444053159 269.25001754477614" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="21.965128770944002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 492.13885548562223 269.25001754477614 L 492.13885548562223 241.79360658109613 L 337.1245444053159 241.79360658109613 L 337.1245444053159 269.25001754477614" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.7456410963680002px" 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 617.7322562618999 393.13589725912 L 576.54763981638 393.13589725912 L 576.54763981638 241.79360658109613 L 492.13885548562223 241.79360658109613 L 492.13885548562223 269.25001754477614" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="21.965128770944002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 617.7322562618999 393.13589725912 L 576.54763981638 393.13589725912 L 576.54763981638 241.79360658109613 L 492.13885548562223 241.79360658109613 L 492.13885548562223 269.25001754477614" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.7456410963680002px" 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 617.7322562618999 448.04871918648 L 576.54763981638 448.04871918648 L 576.54763981638 393.13589725912 L 617.7322562618999 393.13589725912" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="21.965128770944002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 617.7322562618999 448.04871918648 L 576.54763981638 448.04871918648 L 576.54763981638 393.13589725912 L 617.7322562618999 393.13589725912" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><path d="M 337.199596504685 420.59230822280006 L 337.199596504685 448.04871918648007 L 182.18528542437866 448.04871918648007 L 182.18528542437866 420.59230822280006" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="21.965128770944002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 337.199596504685 420.59230822280006 L 337.199596504685 448.04871918648007 L 182.18528542437866 448.04871918648007 L 182.18528542437866 420.59230822280006" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.7456410963680002px" 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 492.2139075849914 420.59230822280006 L 492.2139075849914 448.04871918648007 L 337.199596504685 448.04871918648007 L 337.199596504685 420.59230822280006" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="21.965128770944002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 492.2139075849914 420.59230822280006 L 492.2139075849914 448.04871918648007 L 337.199596504685 448.04871918648007 L 337.199596504685 420.59230822280006" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.7456410963680002px" 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 617.7322562618999 420.5923082228 L 604.00405078006 420.5923082228 L 604.00405078006 434.32051370464 L 492.2139075849914 434.32051370464 L 492.2139075849914 420.5923082228" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="21.965128770944002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 617.7322562618999 420.5923082228 L 604.00405078006 420.5923082228 L 604.00405078006 434.32051370464 L 492.2139075849914 434.32051370464 L 492.2139075849914 420.5923082228" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.7456410963680002px" 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 892.2963658987001 406.86410274096 L 955.0555402371543 406.86410274096 L 955.0555402371543 379.40769177728004 L 1017.8147145756086 379.40769177728004 L 1017.8147145756086 406.86410274096005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="21.965128770944002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 892.2963658987001 406.86410274096 L 955.0555402371543 406.86410274096 L 955.0555402371543 379.40769177728004 L 1017.8147145756086 379.40769177728004 L 1017.8147145756086 406.86410274096005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><circle cx="337.1245444053159" cy="269.25001754477614" r="4.118461644552" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="337.1245444053159" cy="241.79360658109613" r="4.118461644552" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><circle cx="492.13885548562223" cy="269.25001754477614" r="4.118461644552" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="492.13885548562223" cy="241.79360658109613" r="4.118461644552" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><circle cx="617.7322562618999" cy="393.13589725912" r="4.118461644552" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="576.54763981638" cy="393.13589725912" r="4.118461644552" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><circle cx="337.199596504685" cy="420.59230822280006" r="4.118461644552" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="337.199596504685" cy="448.04871918648007" r="4.118461644552" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component-overlay sch-component-overlay" x="451.77586159863205" y="269.25001754477614" width="80.72598777398031" height="151.3423092875521" fill="transparent"/><path class="sch-component-symbol-path" d="M 492.13885548562223 420.59232683232824 L 492.13885548562223 360.0554031173074" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 492.13885548562223 329.786941259797 L 492.13885548562223 269.25001754477614" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 532.5018493726124 360.0554031173074 L 451.77586159863205 360.05540311730743" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 532.5018493726124 329.78694125979695 L 451.77586159863205 329.786941259797" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="521.1461314324031" y="294.47373575936814" stroke="rgb(245, 241, 237)" stroke-width="2.7456410963680002px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="24.710769867312003px">C6</text><text class="sch-component-text" x="521.1461314324031" y="395.36860861773624" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="24.710769867312003px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component-overlay sch-component-overlay" x="141.74723943801948" y="269.25001754477614" width="80.72598777398031" height="151.3423092875522" fill="transparent"/><path class="sch-component-symbol-path" d="M 182.11023332500963 420.59232683232835 L 182.11023332500963 360.0554031173075" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 182.11023332500963 329.786941259797 L 182.11023332500963 269.25001754477614" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 222.47322721199978 360.05540311730743 L 141.74723943801948 360.0554031173075" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 222.47322721199978 329.786941259797 L 141.74723943801948 329.78694125979706" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="211.11750927179045" y="294.4737357593682" stroke="rgb(245, 241, 237)" stroke-width="2.7456410963680002px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="24.710769867312003px">C1</text><text class="sch-component-text" x="211.11750927179045" y="395.3686086177363" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="24.710769867312003px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component-overlay sch-component-overlay" x="296.7615505183257" y="269.25001754477614" width="80.72598777398036" height="151.3423092875522" fill="transparent"/><path class="sch-component-symbol-path" d="M 337.1245444053159 420.59232683232835 L 337.1245444053159 360.0554031173075" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 337.1245444053159 329.786941259797 L 337.1245444053159 269.25001754477614" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 377.48753829230606 360.05540311730743 L 296.7615505183257 360.0554031173075" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 377.48753829230606 329.786941259797 L 296.7615505183257 329.78694125979706" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="366.1318203520967" y="294.4737357593682" stroke="rgb(245, 241, 237)" stroke-width="2.7456410963680002px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="24.710769867312003px">C2</text><text class="sch-component-text" x="366.1318203520967" y="395.3686086177363" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="24.710769867312003px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component-overlay sch-component-overlay" x="977.4517206886185" y="406.86410274096" width="80.72598777398025" height="151.3423092875522" fill="transparent"/><path class="sch-component-symbol-path" d="M 1017.8147145756086 558.2064120285122 L 1017.8147145756086 497.66948831349134" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1017.8147145756086 467.40102645598085 L 1017.8147145756086 406.86410274096" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1058.1777084625987 497.6694883134913 L 977.4517206886185 497.66948831349134" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1058.1777084625987 467.40102645598085 L 977.4517206886185 467.4010264559809" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1046.8219905223893" y="432.08782095555205" stroke="rgb(245, 241, 237)" stroke-width="2.7456410963680002px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="24.710769867312003px">C5</text><text class="sch-component-text" x="1046.8219905223893" y="532.9826938139202" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="24.710769867312003px"></text><circle class="component-pin sch-component-pin" cx="1017.8147145756086" cy="558.2064120285122" r="2.7456410963680002px" stroke-width="2.7456410963680002px" fill="none" stroke="rgb(132, 0, 0)"/></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="672.64507818926" y="365.67948629544" width="164.73846578208008" height="109.82564385472006" stroke-width="2.7456410963680002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="672.64507818926" y="365.67948629544" width="164.73846578208008" height="109.82564385472006" fill="transparent"/><text class="sch-text" x="755.0143110803" y="420.5923082228" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="24.710769867312003px" transform="rotate(0, 755.0143110803, 420.5923082228)">U1</text><line class="component-pin sch-component-pin sch-port-line" x1="672.64507818926" y1="393.13589725912" x2="617.7322562618999" y2="393.13589725912" stroke-width="2.7456410963680002px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="614.9866151655319" y="390.390256162752" width="5.4912821927360005" height="5.4912821927360005" opacity="0"/></g><text class="pin-number sch-pin-number" x="645.1886672255799" y="390.390256162752" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="20.59230822276px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="672.64507818926" y1="420.5923082228" x2="617.7322562618999" y2="420.5923082228" stroke-width="2.7456410963680002px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="614.9866151655319" y="417.846667126432" width="5.4912821927360005" height="5.4912821927360005" opacity="0"/></g><text class="pin-number sch-pin-number" x="645.1886672255799" y="417.846667126432" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="20.59230822276px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="672.64507818926" y1="448.04871918648" x2="617.7322562618999" y2="448.04871918648" stroke-width="2.7456410963680002px"/><g class="sch-port" data-schematic-port-id="source_port_4_2__stack1"><rect x="614.9866151655319" y="445.303078090112" width="5.4912821927360005" height="5.4912821927360005" opacity="0"/></g><text class="pin-number sch-pin-number" x="645.1886672255799" y="445.303078090112" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="20.59230822276px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="837.38354397134" y1="434.32051370464" x2="889.5507248023321" y2="434.32051370464" stroke-width="2.7456410963680002px"/><g class="sch-port" data-schematic-port-id="source_port_4_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="892.2963658987001" cy="434.32051370464" r="2.7456410963680002" stroke-width="2.7456410963680002px"/><rect x="889.5507248023321" y="431.574872608272" width="5.4912821927360005" height="5.4912821927360005" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.83995493502" y="431.574872608272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="20.59230822276px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="837.38354397134" y1="406.86410274096" x2="892.2963658987001" y2="406.86410274096" stroke-width="2.7456410963680002px"/><g class="sch-port" data-schematic-port-id="source_port_4_4__stack1"><rect x="889.5507248023321" y="404.118461644592" width="5.4912821927360005" height="5.4912821927360005" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.83995493502" y="404.118461644592" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="20.59230822276px" transform="">5</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="492.13885548562223" cy="303.7365557430322" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="492.2139075849914" cy="455.0788464210561" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="182.11023332500963" cy="303.7365557430322" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="182.18528542437866" cy="455.0788464210561" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="337.1245444053159" cy="303.7365557430322" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="337.199596504685" cy="455.0788464210561" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="1017.8147145756086" cy="441.35064093921613" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="1017.8897666749777" cy="592.69293161724" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="617.7322562618999" cy="393.13589725912" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="617.7322562618999" cy="420.5923082228" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_2__stack1"><circle cx="617.7322562618999" cy="448.04871918648" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_3__stack1"><circle cx="892.2963658987001" cy="434.32051370464" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_4__stack1"><circle cx="892.2963658987001" cy="406.86410274096" r="5.4912821927360005" 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="
81
+ </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 337.1245444053159 269.25001754477614 L 337.1245444053159 241.79360658109613 L 182.11023332500963 241.79360658109613 L 182.11023332500963 269.25001754477614" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="21.965128770944002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 337.1245444053159 269.25001754477614 L 337.1245444053159 241.79360658109613 L 182.11023332500963 241.79360658109613 L 182.11023332500963 269.25001754477614" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.7456410963680002px" 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 492.13885548562223 269.25001754477614 L 492.13885548562223 241.79360658109613 L 337.1245444053159 241.79360658109613 L 337.1245444053159 269.25001754477614" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="21.965128770944002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 492.13885548562223 269.25001754477614 L 492.13885548562223 241.79360658109613 L 337.1245444053159 241.79360658109613 L 337.1245444053159 269.25001754477614" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.7456410963680002px" 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 617.7322562618999 393.13589725912 L 576.54763981638 393.13589725912 L 576.54763981638 241.79360658109613 L 492.13885548562223 241.79360658109613 L 492.13885548562223 269.25001754477614" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="21.965128770944002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 617.7322562618999 393.13589725912 L 576.54763981638 393.13589725912 L 576.54763981638 241.79360658109613 L 492.13885548562223 241.79360658109613 L 492.13885548562223 269.25001754477614" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.7456410963680002px" 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 617.7322562618999 448.04871918648 L 576.54763981638 448.04871918648 L 576.54763981638 393.13589725912 L 617.7322562618999 393.13589725912" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="21.965128770944002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 617.7322562618999 448.04871918648 L 576.54763981638 448.04871918648 L 576.54763981638 393.13589725912 L 617.7322562618999 393.13589725912" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><path d="M 337.199596504685 420.59230822280006 L 337.199596504685 434.32051370464 L 182.18528542437866 434.32051370464 L 182.18528542437866 420.59230822280006" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="21.965128770944002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 337.199596504685 420.59230822280006 L 337.199596504685 434.32051370464 L 182.18528542437866 434.32051370464 L 182.18528542437866 420.59230822280006" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.7456410963680002px" 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 492.2139075849914 420.5923082228 L 492.2139075849914 434.32051370464 L 337.199596504685 434.32051370464 L 337.199596504685 420.59230822280006" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="21.965128770944002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 492.2139075849914 420.5923082228 L 492.2139075849914 434.32051370464 L 337.199596504685 434.32051370464 L 337.199596504685 420.59230822280006" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.7456410963680002px" 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 617.7322562618999 420.5923082228 L 604.00405078006 420.5923082228 L 604.00405078006 434.32051370464 L 492.2139075849914 434.32051370464 L 492.2139075849914 420.5923082228" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="21.965128770944002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 617.7322562618999 420.5923082228 L 604.00405078006 420.5923082228 L 604.00405078006 434.32051370464 L 492.2139075849914 434.32051370464 L 492.2139075849914 420.5923082228" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.7456410963680002px" 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 892.2963658987001 406.86410274096 L 955.0555402371543 406.86410274096 L 955.0555402371543 379.40769177728004 L 1017.8147145756086 379.40769177728004 L 1017.8147145756086 406.86410274096005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="21.965128770944002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 892.2963658987001 406.86410274096 L 955.0555402371543 406.86410274096 L 955.0555402371543 379.40769177728004 L 1017.8147145756086 379.40769177728004 L 1017.8147145756086 406.86410274096005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><circle cx="337.1245444053159" cy="269.25001754477614" r="4.118461644552" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="337.1245444053159" cy="241.79360658109613" r="4.118461644552" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><circle cx="492.13885548562223" cy="269.25001754477614" r="4.118461644552" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="492.13885548562223" cy="241.79360658109613" r="4.118461644552" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><circle cx="617.7322562618999" cy="393.13589725912" r="4.118461644552" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="576.54763981638" cy="393.13589725912" r="4.118461644552" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><circle cx="337.199596504685" cy="420.59230822280006" r="4.118461644552" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="337.199596504685" cy="434.32051370464" r="4.118461644552" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"><circle cx="492.2139075849914" cy="420.5923082228" r="4.118461644552" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="492.2139075849914" cy="434.32051370464" r="4.118461644552" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_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="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component-overlay sch-component-overlay" x="451.77586159863205" y="269.25001754477614" width="80.72598777398031" height="151.3423092875521" fill="transparent"/><path class="sch-component-symbol-path" d="M 492.13885548562223 420.59232683232824 L 492.13885548562223 360.0554031173074" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 492.13885548562223 329.786941259797 L 492.13885548562223 269.25001754477614" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 532.5018493726124 360.0554031173074 L 451.77586159863205 360.05540311730743" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 532.5018493726124 329.78694125979695 L 451.77586159863205 329.786941259797" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="521.1461314324031" y="294.47373575936814" stroke="rgb(245, 241, 237)" stroke-width="2.7456410963680002px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="24.710769867312003px">C6</text><text class="sch-component-text" x="521.1461314324031" y="395.36860861773624" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="24.710769867312003px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component-overlay sch-component-overlay" x="141.74723943801948" y="269.25001754477614" width="80.72598777398031" height="151.3423092875522" fill="transparent"/><path class="sch-component-symbol-path" d="M 182.11023332500963 420.59232683232835 L 182.11023332500963 360.0554031173075" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 182.11023332500963 329.786941259797 L 182.11023332500963 269.25001754477614" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 222.47322721199978 360.05540311730743 L 141.74723943801948 360.0554031173075" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 222.47322721199978 329.786941259797 L 141.74723943801948 329.78694125979706" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="211.11750927179045" y="294.4737357593682" stroke="rgb(245, 241, 237)" stroke-width="2.7456410963680002px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="24.710769867312003px">C1</text><text class="sch-component-text" x="211.11750927179045" y="395.3686086177363" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="24.710769867312003px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component-overlay sch-component-overlay" x="296.7615505183257" y="269.25001754477614" width="80.72598777398036" height="151.3423092875522" fill="transparent"/><path class="sch-component-symbol-path" d="M 337.1245444053159 420.59232683232835 L 337.1245444053159 360.0554031173075" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 337.1245444053159 329.786941259797 L 337.1245444053159 269.25001754477614" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 377.48753829230606 360.05540311730743 L 296.7615505183257 360.0554031173075" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 377.48753829230606 329.786941259797 L 296.7615505183257 329.78694125979706" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="366.1318203520967" y="294.4737357593682" stroke="rgb(245, 241, 237)" stroke-width="2.7456410963680002px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="24.710769867312003px">C2</text><text class="sch-component-text" x="366.1318203520967" y="395.3686086177363" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="24.710769867312003px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component-overlay sch-component-overlay" x="977.4517206886185" y="406.86410274096" width="80.72598777398025" height="151.3423092875522" fill="transparent"/><path class="sch-component-symbol-path" d="M 1017.8147145756086 558.2064120285122 L 1017.8147145756086 497.66948831349134" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1017.8147145756086 467.40102645598085 L 1017.8147145756086 406.86410274096" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1058.1777084625987 497.6694883134913 L 977.4517206886185 497.66948831349134" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1058.1777084625987 467.40102645598085 L 977.4517206886185 467.4010264559809" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1046.8219905223893" y="432.08782095555205" stroke="rgb(245, 241, 237)" stroke-width="2.7456410963680002px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="24.710769867312003px">C5</text><text class="sch-component-text" x="1046.8219905223893" y="532.9826938139202" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="24.710769867312003px"></text><circle class="component-pin sch-component-pin" cx="1017.8147145756086" cy="558.2064120285122" r="2.7456410963680002px" stroke-width="2.7456410963680002px" fill="none" stroke="rgb(132, 0, 0)"/></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="672.64507818926" y="365.67948629544" width="164.73846578208008" height="109.82564385472006" stroke-width="2.7456410963680002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="672.64507818926" y="365.67948629544" width="164.73846578208008" height="109.82564385472006" fill="transparent"/><text class="sch-text" x="755.0143110803" y="420.5923082228" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="24.710769867312003px" transform="rotate(0, 755.0143110803, 420.5923082228)">U1</text><line class="component-pin sch-component-pin sch-port-line" x1="672.64507818926" y1="393.13589725912" x2="617.7322562618999" y2="393.13589725912" stroke-width="2.7456410963680002px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="614.9866151655319" y="390.390256162752" width="5.4912821927360005" height="5.4912821927360005" opacity="0"/></g><text class="pin-number sch-pin-number" x="645.1886672255799" y="390.390256162752" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="20.59230822276px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="672.64507818926" y1="420.5923082228" x2="617.7322562618999" y2="420.5923082228" stroke-width="2.7456410963680002px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="614.9866151655319" y="417.846667126432" width="5.4912821927360005" height="5.4912821927360005" opacity="0"/></g><text class="pin-number sch-pin-number" x="645.1886672255799" y="417.846667126432" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="20.59230822276px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="672.64507818926" y1="448.04871918648" x2="617.7322562618999" y2="448.04871918648" stroke-width="2.7456410963680002px"/><g class="sch-port" data-schematic-port-id="source_port_4_2__stack1"><rect x="614.9866151655319" y="445.303078090112" width="5.4912821927360005" height="5.4912821927360005" opacity="0"/></g><text class="pin-number sch-pin-number" x="645.1886672255799" y="445.303078090112" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="20.59230822276px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="837.38354397134" y1="434.32051370464" x2="889.5507248023321" y2="434.32051370464" stroke-width="2.7456410963680002px"/><g class="sch-port" data-schematic-port-id="source_port_4_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="892.2963658987001" cy="434.32051370464" r="2.7456410963680002" stroke-width="2.7456410963680002px"/><rect x="889.5507248023321" y="431.574872608272" width="5.4912821927360005" height="5.4912821927360005" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.83995493502" y="431.574872608272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="20.59230822276px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="837.38354397134" y1="406.86410274096" x2="892.2963658987001" y2="406.86410274096" stroke-width="2.7456410963680002px"/><g class="sch-port" data-schematic-port-id="source_port_4_4__stack1"><rect x="889.5507248023321" y="404.118461644592" width="5.4912821927360005" height="5.4912821927360005" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.83995493502" y="404.118461644592" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="20.59230822276px" transform="">5</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="492.13885548562223" cy="303.7365557430322" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="492.2139075849914" cy="455.0788464210561" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="182.11023332500963" cy="303.7365557430322" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="182.18528542437866" cy="455.0788464210561" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="337.1245444053159" cy="303.7365557430322" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="337.199596504685" cy="455.0788464210561" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="1017.8147145756086" cy="441.35064093921613" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="1017.8897666749777" cy="592.69293161724" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="617.7322562618999" cy="393.13589725912" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="617.7322562618999" cy="420.5923082228" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_2__stack1"><circle cx="617.7322562618999" cy="448.04871918648" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_3__stack1"><circle cx="892.2963658987001" cy="434.32051370464" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_4__stack1"><circle cx="892.2963658987001" cy="406.86410274096" r="5.4912821927360005" 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="
82
82
  M 492.13885548562223,241.79360658109613
83
83
  L 478.4106500037822,234.38037562090253
84
84
  L 478.4106500037822,187.30178295517922
@@ -86,13 +86,13 @@ orientation: y+" data-x="1.9143099500000003" data-y="0.29999999999999966" cx="57
86
86
  L 505.86706096746224,234.38037562090253
87
87
  Z
88
88
  " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.7456410963680002px"/><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="492.13885548562223" y="229.43822164744012" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="24.710769867312003px" transform="rotate(-90 492.13885548562223 229.43822164744012)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="
89
- M 337.199596504685,448.04871918648007
90
- L 350.927801986525,455.46195014667364
91
- L 350.927801986525,502.540542812397
92
- L 323.471391022845,502.540542812397
93
- L 323.471391022845,455.46195014667364
89
+ M 337.199596504685,434.32051370464
90
+ L 350.927801986525,441.7337446648336
91
+ L 350.927801986525,488.81233733055694
92
+ L 323.471391022845,488.81233733055694
93
+ L 323.471391022845,441.7337446648336
94
94
  Z
95
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.7456410963680002px"/><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="337.199596504685" y="460.4041041201361" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="24.710769867312003px" transform="rotate(90 337.199596504685 460.4041041201361)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
95
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.7456410963680002px"/><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="337.199596504685" y="446.675898638296" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="24.710769867312003px" transform="rotate(90 337.199596504685 446.675898638296)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
96
96
  M 1017.8897666749777,558.2063934189839
97
97
  L 1031.6179721568178,565.6196243791775
98
98
  L 1031.6179721568178,612.6982170449008
@@ -1,4 +1,4 @@
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">
1
+ <svg width="1200" height="2016" viewBox="0 0 1200 2016" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on top and Circuit JSON schematic on the bottom">
2
2
  <g transform="translate(0, 0) scale(1.875, 1.875) translate(0, 0)">
3
3
  <rect width="100%" height="100%" fill="white"/><g><polyline data-points="-3.5005768910000006,1.4489565000000004 -0.5005768910000006,1.4489565000000004" data-type="line" data-label="" points="78.07900088054879,225.88837130377448 285.40568444070533,225.88837130377448" fill="none" stroke="hsl(340, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5005768910000006,1.4489565000000004 2.4994231089999994,1.4489565000000004" data-type="line" data-label="" points="78.07900088054879,225.88837130377448 492.7323680008618,225.88837130377448" fill="none" stroke="hsl(340, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.5005768910000006,1.4489565000000004 2.4994231089999994,1.4489565000000004" data-type="line" data-label="" points="285.40568444070533,225.88837130377448 492.7323680008618,225.88837130377448" fill="none" stroke="hsl(340, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5005768910000006,1.4489565000000004 -3.5005768910000006,-1.5510434999999996" data-type="line" data-label="" points="78.07900088054879,225.88837130377448 78.07900088054879,433.215054863931" fill="none" stroke="hsl(341, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5005768910000006,1.4489565000000004 -0.5005768910000006,-1.5510434999999996" data-type="line" data-label="" points="78.07900088054879,225.88837130377448 285.40568444070533,433.215054863931" fill="none" stroke="hsl(341, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5005768910000006,-1.5510434999999996 -0.5005768910000006,-1.5510434999999996" data-type="line" data-label="" points="78.07900088054879,433.215054863931 285.40568444070533,433.215054863931" fill="none" stroke="hsl(341, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.5005768910000006,1.4485175000000003 -2.4994231089999994,-1.5514824999999997" data-type="line" data-label="" points="354.59431555929467,225.9187101084688 147.26763199913816,433.2453936686253" fill="none" stroke="hsl(342, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.5005768910000006,1.4485175000000003 3.5005768910000006,-1.5514824999999997" data-type="line" data-label="" points="354.59431555929467,225.9187101084688 561.9209991194512,433.2453936686253" fill="none" stroke="hsl(342, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.4994231089999994,-1.5514824999999997 3.5005768910000006,-1.5514824999999997" data-type="line" data-label="" points="147.26763199913816,433.2453936686253 561.9209991194512,433.2453936686253" fill="none" stroke="hsl(342, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.5005768910000006,1.4485175000000003 0.5005768910000006,-1.5514824999999997" data-type="line" data-label="" points="561.9209991194512,225.9187101084688 354.59431555929467,433.2453936686253" fill="none" stroke="hsl(343, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.5005768910000006,1.4485175000000003 3.5005768910000006,-1.5514824999999997" data-type="line" data-label="" points="561.9209991194512,225.9187101084688 561.9209991194512,433.2453936686253" fill="none" stroke="hsl(343, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.5005768910000006,-1.5514824999999997 3.5005768910000006,-1.5514824999999997" data-type="line" data-label="" points="354.59431555929467,433.2453936686253 561.9209991194512,433.2453936686253" fill="none" stroke="hsl(343, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5005768910000006,-1.5510434999999996 -3.7005768910000008,-1.5510434999999996 -3.7005768910000008,-1.9246184999999991 -0.7005768910000008,-1.9246184999999991 -0.7005768910000008,-1.5510434999999996 -0.5005768910000006,-1.5510434999999996" data-type="line" data-label="" points="78.07900088054879,433.215054863931 64.25722197653835,433.215054863931 64.25722197653835,459.03241013425946 271.58390553669483,459.03241013425946 271.58390553669483,433.215054863931 285.40568444070533,433.215054863931" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.5005768910000006,1.4489565000000004 -3.5005768910000006,1.6489565000000006 -4.051576891000001,1.6489565000000006 -4.051576891000001,1.0753815000000009 -0.7005768910000008,1.0753815000000009 -0.7005768910000008,1.4489565000000004 -0.5005768910000006,1.4489565000000004" data-type="line" data-label="" points="78.07900088054879,225.88837130377448 78.07900088054879,212.06659239976403 40,212.06659239976403 40,251.70572657410293 271.58390553669483,251.70572657410293 271.58390553669483,225.88837130377448 285.40568444070533,225.88837130377448" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.5005768910000006,1.4485175000000003 4.051576891000001,1.4485175000000003 4.051576891000001,-1.3514824999999995 3.5005768910000006,-1.3514824999999995 3.5005768910000006,-1.5514824999999997" data-type="line" data-label="" points="561.9209991194512,225.9187101084688 600,225.9187101084688 600,419.42361476461485 561.9209991194512,419.42361476461485 561.9209991194512,433.2453936686253" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-3" data-y="1.5" x="78.07900088054878" y="206.83767522258796" width="69.18863111858937" height="31.04627244750455" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.014469917467857146"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="0" data-y="1.5" x="285.40568444070533" y="206.83767522258796" width="69.18863111858934" height="31.04627244750455" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.014469917467857146"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="3" data-y="1.5" x="492.73236800086187" y="206.83767522258796" width="69.18863111858934" height="31.04627244750455" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.014469917467857146"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-3" data-y="-1.5" x="78.07900088054878" y="414.16435878274444" width="69.18863111858937" height="31.046272447504577" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.014469917467857146"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="0" data-y="-1.5" x="285.40568444070533" y="414.16435878274444" width="69.18863111858934" height="31.046272447504577" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.014469917467857146"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="3" data-y="-1.5" x="492.73236800086187" y="414.16435878274444" width="69.18863111858934" height="31.046272447504577" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.014469917467857146"/></g><g><rect data-type="rect" data-label="netId: PIN1
4
4
  globalConnNetId: connectivity_net0" data-x="-3.7005768910000008" data-y="1.8739565000000007" x="57.346332524533125" y="180.96758986574054" width="13.821778904010444" height="31.099002534023498" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.014469917467857146"/></g><g><rect data-type="rect" data-label="netId: PIN1
@@ -87,7 +87,7 @@ orientation: x+" data-x="0.5005768910000006" data-y="-1.5514824999999997" cx="35
87
87
  });
88
88
  ]]></script>
89
89
  </g>
90
- <g transform="translate(1216, 200)">
90
+ <g transform="translate(0, 1216)">
91
91
  <style>
92
92
  .boundary { fill: rgb(245, 241, 237); }
93
93
  .schematic-boundary { fill: none; stroke: #fff; }
@@ -1,4 +1,4 @@
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">
1
+ <svg width="1200" height="2016" viewBox="0 0 1200 2016" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on top and Circuit JSON schematic on the bottom">
2
2
  <g transform="translate(0, 0) scale(1.875, 1.875) translate(0, 0)">
3
3
  <rect width="100%" height="100%" fill="white"/><g><polyline data-points="0.30397715550000004,0.5800832909999993 0.31067575550000137,-0.5800832909999993" data-type="line" data-label="" points="376.82474681593334,221.07952010516527 378.69086877497443,544.2832245830261" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.30397715550000004,0.5800832909999993 0.30397715550000004,0.7800832909999993 0.6467558855000002,0.7800832909999993 0.6467558855000002,-0.7800832909999993 0.31067575550000137,-0.7800832909999993 0.31067575550000137,-0.5800832909999993" data-type="line" data-label="" points="376.82474681593334,221.07952010516527 376.82474681593334,165.36274468819136 472.3173744015611,165.36274468819136 472.3173744015611,600 378.69086877497443,600 378.69086877497443,544.2832245830261" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0" data-y="0" x="167.68262559843902" y="221.07952010516524" width="248.91797338614813" height="323.20370447786087" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.0035895831821428554"/></g><g><rect data-type="rect" data-label="netId: V3_3
4
4
  globalConnNetId: connectivity_net0" data-x="0.30397715550000004" data-y="1.0050832909999994" x="348.96635910744635" y="40.00000000000004" width="55.71677541697392" height="125.36274468819127" fill="#ef444466" stroke="#ef4444" stroke-width="0.0035895831821428554"/></g><g><circle data-type="point" data-label="Q1.1
@@ -50,7 +50,7 @@ orientation: y+" data-x="0.30397715550000004" data-y="0.7800832909999993" cx="37
50
50
  });
51
51
  ]]></script>
52
52
  </g>
53
- <g transform="translate(1216, 200)">
53
+ <g transform="translate(0, 1216)">
54
54
  <style>
55
55
  .boundary { fill: rgb(245, 241, 237); }
56
56
  .schematic-boundary { fill: none; stroke: #fff; }
@@ -1,4 +1,4 @@
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">
1
+ <svg width="1200" height="2016" viewBox="0 0 1200 2016" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on top and Circuit JSON schematic on the bottom">
2
2
  <g transform="translate(0, 0) scale(1.875, 1.875) translate(0, 0)">
3
3
  <rect width="100%" height="100%" fill="white"/><g><polyline data-points="2.52012455,0.9994877000000013 -0.9,0.7999999999999999" data-type="line" data-label="" points="504.16055269230765,223.1320938461537 135.8394473076923,244.61538461538464" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.5201245500000002,0.9994877000000013 2.7201245500000004,0.9994877000000013 2.7201245500000004,2.7 -1.1,2.7 -1.1,0.7999999999999999 -0.9,0.7999999999999999" data-type="line" data-label="" points="504.1605526923077,223.1320938461537 525.6990142307693,223.1320938461537 525.6990142307693,40 114.30098576923073,40 114.30098576923073,244.61538461538464 135.8394473076923,244.61538461538464" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0" data-y="0" x="135.8394473076923" y="61.53846153846155" width="193.8461538461538" height="538.4615384615385" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.009285714285714286"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="2" data-y="1" x="392.1337265384616" y="193.58589076923084" width="112.02682615384612" height="58.98206461538453" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.009285714285714286"/></g><g><rect data-type="rect" data-label="netId: .LED1 &gt; port.right to .U1 &gt; .pin20
4
4
  globalConnNetId: connectivity_net0" data-x="2.6201245500000003" data-y="0.7744877000000013" x="504.16055269230765" y="223.13209384615368" width="21.538461538461604" height="48.46153846153848" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.009285714285714286"/></g><g><circle data-type="point" data-label="U1.1
@@ -75,7 +75,7 @@ orientation: y-" data-x="2.6201245500000003" data-y="0.9994877000000013" cx="514
75
75
  });
76
76
  ]]></script>
77
77
  </g>
78
- <g transform="translate(1216, 200)">
78
+ <g transform="translate(0, 1216)">
79
79
  <style>
80
80
  .boundary { fill: rgb(245, 241, 237); }
81
81
  .schematic-boundary { fill: none; stroke: #fff; }
@@ -1,4 +1,4 @@
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">
1
+ <svg width="1200" height="2016" viewBox="0 0 1200 2016" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on top and Circuit JSON schematic on the bottom">
2
2
  <g transform="translate(0, 0) scale(1.875, 1.875) translate(0, 0)">
3
3
  <rect width="100%" height="100%" fill="white"/><g><polyline data-points="-3.5512907000000005,0.0002732499999993365 2.4487906999999995,-0.00027334999999961695" data-type="line" data-label="" points="62.695035460992926,318.8552397163121 516.6019026004727,318.89659007092195" fill="none" stroke="hsl(72, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3.5512907000000005,0.0002732499999993365 -3.7512907000000006,0.0002732499999993365 -3.7512907000000006,0.20027324999999935 2.2487906999999994,0.20027324999999935 2.2487906999999994,-0.00027334999999961695 2.4487906999999987,-0.00027334999999961695" data-type="line" data-label="" points="62.695035460992926,318.8552397163121 47.565011820330994,318.8552397163121 47.565011820330994,303.72521607565017 501.4718789598108,303.72521607565017 501.4718789598108,318.89659007092195 516.6019026004726,318.89659007092195" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-3" data-y="0" x="62.69503546099291" y="304.1653408983452" width="83.41041323877076" height="29.421140425531803" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.013218750000000003"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="3" data-y="0" x="516.6019026004728" y="287.10220709219846" width="83.39809739952727" height="63.547408037825335" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.013218750000000003"/></g><g><rect data-type="rect" data-label="netId: .R1 &gt; .pin1 to .C1 &gt; .pin1
4
4
  globalConnNetId: connectivity_net0" data-x="-3.7512907000000006" data-y="-0.22472675000000067" x="40" y="318.8552397163121" width="15.130023640661989" height="34.04255319148939" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.013218750000000003"/></g><g><circle data-type="point" data-label="R1.1
@@ -51,7 +51,7 @@ orientation: y-" data-x="-3.7512907000000006" data-y="0.0002732499999993365" cx=
51
51
  });
52
52
  ]]></script>
53
53
  </g>
54
- <g transform="translate(1216, 200)">
54
+ <g transform="translate(0, 1216)">
55
55
  <style>
56
56
  .boundary { fill: rgb(245, 241, 237); }
57
57
  .schematic-boundary { fill: none; stroke: #fff; }
@@ -1,4 +1,4 @@
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">
1
+ <svg width="1200" height="2016" viewBox="0 0 1200 2016" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on top and Circuit JSON schematic on the bottom">
2
2
  <g transform="translate(0, 0) scale(1.875, 1.875) translate(0, 0)">
3
3
  <rect width="100%" height="100%" fill="white"/><g><polyline data-points="-2.3148566499999994,0.5512093000000002 -1.4,0.42500000000000004" data-type="line" data-label="" points="70.92192940766586,346.32029245159356 177.95207620854734,361.0856657006556" fill="none" stroke="hsl(256, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-2.31430995,-0.5512093000000002 -1.4,-0.42500000000000004" data-type="line" data-label="" points="70.98588847847327,475.2935306020977 177.95207620854734,460.5281573530356" fill="none" stroke="hsl(256, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.757519574999999,1.2 1.4,0.5" data-type="line" data-label="" points="547.3539750075635,270.4175115470151 505.5273428281519,352.31132820191624" fill="none" stroke="hsl(144, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.4,0.42500000000000004 1.4,-0.3" data-type="line" data-label="" points="177.95207620854734,361.0856657006556 505.5273428281519,445.9042615218033" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0.42500000000000004 1.4,-0.5" data-type="line" data-label="" points="177.95207620854734,361.0856657006556 505.5273428281519,469.302494851775" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0.42500000000000004 -2.3148566499999994,0.5512093000000002" data-type="line" data-label="" points="177.95207620854734,361.0856657006556 70.92192940766586,346.32029245159356" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0.42500000000000004 1.7580660749999977,2.3025814000000002" data-type="line" data-label="" points="177.95207620854734,361.0856657006556 547.4179106801375,141.42522723458046" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4,-0.3 1.4,-0.5" data-type="line" data-label="" points="505.5273428281519,445.9042615218033 505.5273428281519,469.302494851775" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4,-0.3 -2.3148566499999994,0.5512093000000002" data-type="line" data-label="" points="505.5273428281519,445.9042615218033 70.92192940766586,346.32029245159356" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4,-0.3 1.7580660749999977,2.3025814000000002" data-type="line" data-label="" points="505.5273428281519,445.9042615218033 547.4179106801375,141.42522723458046" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4,-0.5 -2.3148566499999994,0.5512093000000002" data-type="line" data-label="" points="505.5273428281519,469.302494851775 70.92192940766586,346.32029245159356" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4,-0.5 1.7580660749999977,2.3025814000000002" data-type="line" data-label="" points="505.5273428281519,469.302494851775 547.4179106801375,141.42522723458046" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.3148566499999994,0.5512093000000002 1.7580660749999977,2.3025814000000002" data-type="line" data-label="" points="70.92192940766586,346.32029245159356 547.4179106801375,141.42522723458046" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,-0.42500000000000004 -2.31430995,-0.5512093000000002" data-type="line" data-label="" points="177.95207620854734,460.5281573530356 70.98588847847327,475.2935306020977" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4,0.5 1.757519574999999,1.2" data-type="line" data-label="" points="505.5273428281519,352.31132820191624 547.3539750075635,270.4175115470151" fill="none" stroke="hsl(304, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0.42500000000000004 -1.8574283249999997,0.42500000000000004 -1.8574283249999997,0.7512093000000004 -2.3148566499999994,0.7512093000000004 -2.3148566499999994,0.5512093000000002" data-type="line" data-label="" points="177.95207620854734,361.0856657006556 124.4370028081066,361.0856657006556 124.4370028081066,322.9220591216218 70.92192940766586,322.9220591216218 70.92192940766586,346.32029245159356" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.4,-0.5 1.5999999999999999,-0.5 1.5999999999999999,-0.3 1.4,-0.3" data-type="line" data-label="" points="505.5273428281519,469.302494851775 528.9255761581237,469.302494851775 528.9255761581237,445.9042615218033 505.5273428281519,445.9042615218033" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.31430995,-0.5512093000000002 -2.31430995,-0.7512093000000004 -1.857154975,-0.7512093000000004 -1.857154975,-0.42500000000000004 -1.4,-0.42500000000000004" data-type="line" data-label="" points="70.98588847847327,475.2935306020977 70.98588847847327,498.6917639320694 124.4689823435103,498.6917639320694 124.4689823435103,460.5281573530356 177.95207620854734,460.5281573530356" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.757519574999999,1.2 1.757519574999999,0.5 1.4,0.5" data-type="line" data-label="" points="547.3539750075635,270.4175115470151 547.3539750075635,352.31132820191624 505.5273428281519,352.31132820191624" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0" data-y="0" x="177.95207620854734" y="328.9130948719445" width="327.5752666196046" height="163.78763330980223" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.00854765388392857"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-2.3145833" data-y="0" x="39.999999999999986" y="346.32029245159356" width="61.907817886139156" height="128.97323815050413" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.00854765388392857"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="1.7577928249999983" data-y="1.7512907000000002" x="528.9255761581237" y="141.42522723458043" width="36.92073337145359" height="128.99228431243466" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.00854765388392857"/></g><g><rect data-type="rect" data-label="netId: V3_3
4
4
  globalConnNetId: connectivity_net0" data-x="-2.3148566499999994" data-y="0.9762093000000004" x="59.22281274267996" y="270.2760341291854" width="23.398233329971788" height="52.64602499243642" fill="#ef444466" stroke="#ef4444" stroke-width="0.00854765388392857"/></g><g><rect data-type="rect" data-label="netId: V3_3
@@ -67,7 +67,7 @@ orientation: x+" data-x="1.757519574999999" data-y="0.85" cx="547.3539750075635"
67
67
  });
68
68
  ]]></script>
69
69
  </g>
70
- <g transform="translate(1216, 200)">
70
+ <g transform="translate(0, 1216)">
71
71
  <style>
72
72
  .boundary { fill: rgb(245, 241, 237); }
73
73
  .schematic-boundary { fill: none; stroke: #fff; }
@@ -1,4 +1,4 @@
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">
1
+ <svg width="1200" height="2016" viewBox="0 0 1200 2016" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on top and Circuit JSON schematic on the bottom">
2
2
  <g transform="translate(0, 0) scale(1.875, 1.875) translate(0, 0)">
3
3
  <rect width="100%" height="100%" fill="white"/><g><polyline data-points="-0.6000000000000001,0.30000000000000004 3.4487093,0.0002732499999993365" data-type="line" data-label="" points="69.7277221998153,290.27227780018467 470.9240733271781,319.9729229996964" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="0.6000000000000001,-0.10000000000000003 4.5512907,-0.0002732499999993365" data-type="line" data-label="" points="188.6386109990767,329.90924073327176 580.1815185334564,320.0270770003036" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-0.6000000000000001,0.30000000000000004 -0.8,0.30000000000000004 -0.8,0.7 3.2487093,0.7 3.2487093,0.0002732499999993365 3.4487093,0.0002732499999993365" data-type="line" data-label="" points="69.7277221998153,290.27227780018467 49.909240733271744,290.27227780018467 49.909240733271744,250.63531486709752 451.10559186063455,250.63531486709752 451.10559186063455,319.9729229996964 470.9240733271781,319.9729229996964" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.6000000000000001,-0.10000000000000003 0.8,-0.10000000000000003 0.8,-0.7 4.7512907,-0.7 4.7512907,-0.0002732499999993365 4.5512907,-0.0002732499999993365" data-type="line" data-label="" points="188.6386109990767,329.90924073327176 208.45709246562024,329.90924073327176 208.45709246562024,389.3646851329025 600,389.3646851329025 600,320.0270770003036 580.1815185334564,320.0270770003036" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="4" data-y="0" x="470.92407332717806" y="300.73095124977385" width="109.25744520627825" height="38.538097500452295" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.010091590535714286"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="0" data-y="0" x="69.7277221998153" y="270.4537963336411" width="118.91088879926139" height="99.09240733271781" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.010091590535714286"/></g><g><rect data-type="rect" data-label="netId: chip.U1 &gt; port.pin1 to R1.1
4
4
  globalConnNetId: connectivity_net0" data-x="-0.8" data-y="0.07500000000000004" x="39.999999999999964" y="290.2722778001846" width="19.81848146654356" height="44.59158329972303" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.010091590535714286"/></g><g><rect data-type="rect" data-label="netId: chip.U1 &gt; port.pin6 to R1.2
@@ -59,7 +59,7 @@ orientation: y+" data-x="0.8" data-y="-0.10000000000000003" cx="208.457092465620
59
59
  });
60
60
  ]]></script>
61
61
  </g>
62
- <g transform="translate(1216, 200)">
62
+ <g transform="translate(0, 1216)">
63
63
  <style>
64
64
  .boundary { fill: rgb(245, 241, 237); }
65
65
  .schematic-boundary { fill: none; stroke: #fff; }
@@ -1,4 +1,4 @@
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">
1
+ <svg width="1200" height="2016" viewBox="0 0 1200 2016" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on top and Circuit JSON schematic on the bottom">
2
2
  <g transform="translate(0, 0) scale(1.875, 1.875) translate(0, 0)">
3
3
  <rect width="100%" height="100%" fill="white"/><g><polyline data-points="-3.448709299999999,-3.0002732499999993 -1.15,0.7" data-type="line" data-label="" points="126.96071821655636,467.1108058554054 255.6294907051284,259.99039400089237" fill="none" stroke="hsl(280, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3.448709299999999,-2.0002732499999993 -1.15,0.29999999999999993" data-type="line" data-label="" points="126.96071821655636,411.1364499468213 255.6294907051284,282.380136364326" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3.448709299999999,-1.0002732499999993 -1.15,0.09999999999999987" data-type="line" data-label="" points="126.96071821655636,355.1620940382372 255.6294907051284,293.5750075460428" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3.448709299999999,-0.0002732499999993365 -1.15,-0.30000000000000004" data-type="line" data-label="" points="126.96071821655636,299.1877381296532 255.6294907051284,315.96474990947644" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3.448709299999999,0.9997267500000007 -1.15,-0.5" data-type="line" data-label="" points="126.96071821655636,243.21338222106917 255.6294907051284,327.15962109119323" fill="none" stroke="hsl(168, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3.448709299999999,1.9997267500000007 -1.15,-0.7" data-type="line" data-label="" points="126.96071821655636,187.23902631248512 255.6294907051284,338.3544922729101" fill="none" stroke="hsl(240, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="3.4487093,-2.9997267500000007 1.15,0.7" data-type="line" data-label="" points="513.0392817834438,467.0802158699014 384.3705092948717,259.99039400089237" fill="none" stroke="hsl(336, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="3.4487093,-1.9997267500000007 1.15,0.30000000000000004" data-type="line" data-label="" points="513.0392817834438,411.1058599613173 384.3705092948717,282.380136364326" fill="none" stroke="hsl(128, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="3.4487093,-0.9997267500000007 1.15,0.10000000000000009" data-type="line" data-label="" points="513.0392817834438,355.1315040527333 384.3705092948717,293.5750075460428" fill="none" stroke="hsl(280, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="3.4487093,0.0002732499999993365 1.15,-0.09999999999999987" data-type="line" data-label="" points="513.0392817834438,299.15714814414923 384.3705092948717,304.76987872775965" fill="none" stroke="hsl(152, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="3.4487093,1.0002732499999993 1.15,-0.49999999999999994" data-type="line" data-label="" points="513.0392817834438,243.1827922355652 384.3705092948717,327.15962109119323" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="3.4487093,2.0002732499999993 1.15,-0.7" data-type="line" data-label="" points="513.0392817834438,187.20843632698114 384.3705092948717,338.3544922729101" fill="none" stroke="hsl(184, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.551290700000001,-2.9997267500000007 4.5512907,1.9997267500000007" data-type="line" data-label="" points="65.2444345147714,467.0802158699014 574.7555654852287,187.23902631248512" fill="none" stroke="hsl(96, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.551290700000001,-0.9997267500000007 4.5512907,-0.0002732499999993365" data-type="line" data-label="" points="65.2444345147714,355.1315040527333 574.7555654852287,299.1877381296532" fill="none" stroke="hsl(128, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.551290700000001,1.0002732499999993 4.5512907,-2.0002732499999993" data-type="line" data-label="" points="65.2444345147714,243.1827922355652 574.7555654852287,411.1364499468213" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3.448709299999999,-3.0002732499999993 -2.59935465,-3.0002732499999993 -2.59935465,0.7 -1.15,0.7" data-type="line" data-label="" points="126.96071821655636,467.1108058554054 174.50279768826715,467.1108058554054 174.50279768826715,259.99039400089237 255.6294907051284,259.99039400089237" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.448709299999999,-2.0002732499999993 -2.49935465,-2.0002732499999993 -2.49935465,0.29999999999999993 -1.15,0.29999999999999993" data-type="line" data-label="" points="126.96071821655636,411.1364499468213 180.10023327912555,411.1364499468213 180.10023327912555,282.380136364326 255.6294907051284,282.380136364326" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.448709299999999,-1.0002732499999993 -2.39935465,-1.0002732499999993 -2.39935465,0.09999999999999987 -1.15,0.09999999999999987" data-type="line" data-label="" points="126.96071821655636,355.1620940382372 185.69766886998397,355.1620940382372 185.69766886998397,293.5750075460428 255.6294907051284,293.5750075460428" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.448709299999999,-0.0002732499999993365 -2.1993546499999996,-0.0002732499999993365 -2.1993546499999996,-0.30000000000000004 -1.15,-0.30000000000000004" data-type="line" data-label="" points="126.96071821655636,299.1877381296532 196.8925400517008,299.1877381296532 196.8925400517008,315.96474990947644 255.6294907051284,315.96474990947644" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.448709299999999,0.9997267500000007 -2.0993546499999995,0.9997267500000007 -2.0993546499999995,-0.5 -1.15,-0.5" data-type="line" data-label="" points="126.96071821655636,243.21338222106917 202.4899756425592,243.21338222106917 202.4899756425592,327.15962109119323 255.6294907051284,327.15962109119323" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.448709299999999,1.9997267500000007 -1.9993546499999995,1.9997267500000007 -1.9993546499999995,-0.7 -1.15,-0.7" data-type="line" data-label="" points="126.96071821655636,187.23902631248512 208.08741123341758,187.23902631248512 208.08741123341758,338.3544922729101 255.6294907051284,338.3544922729101" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.4487093,-2.9997267500000007 1.9993546499999995,-2.9997267500000007 1.9993546499999995,0.7 1.15,0.7" data-type="line" data-label="" points="513.0392817834438,467.0802158699014 431.91258876658253,467.0802158699014 431.91258876658253,259.99039400089237 384.3705092948717,259.99039400089237" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.4487093,-1.9997267500000007 2.0993546499999995,-1.9997267500000007 2.0993546499999995,0.30000000000000004 1.15,0.30000000000000004" data-type="line" data-label="" points="513.0392817834438,411.1058599613173 437.5100243574409,411.1058599613173 437.5100243574409,282.380136364326 384.3705092948717,282.380136364326" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.4487093,-0.9997267500000007 2.1993546499999996,-0.9997267500000007 2.1993546499999996,0.10000000000000009 1.15,0.10000000000000009" data-type="line" data-label="" points="513.0392817834438,355.1315040527333 443.1074599482993,355.1315040527333 443.1074599482993,293.5750075460428 384.3705092948717,293.5750075460428" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.4487093,0.0002732499999993365 2.39935465,0.0002732499999993365 2.39935465,-0.09999999999999987 1.15,-0.09999999999999987" data-type="line" data-label="" points="513.0392817834438,299.15714814414923 454.3023311300161,299.15714814414923 454.3023311300161,304.76987872775965 384.3705092948717,304.76987872775965" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.4487093,1.0002732499999993 2.49935465,1.0002732499999993 2.49935465,-0.49999999999999994 1.15,-0.49999999999999994" data-type="line" data-label="" points="513.0392817834438,243.1827922355652 459.8997667208746,243.1827922355652 459.8997667208746,327.15962109119323 384.3705092948717,327.15962109119323" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.4487093,2.0002732499999993 2.59935465,2.0002732499999993 2.59935465,-0.7 1.15,-0.7" data-type="line" data-label="" points="513.0392817834438,187.20843632698114 465.49720231173296,187.20843632698114 465.49720231173296,338.3544922729101 384.3705092948717,338.3544922729101" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0" data-y="0" x="255.62949070512843" y="248.79552281917557" width="128.74101858974328" height="100.7538406354513" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.017865323928571427"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-4" data-y="-3" x="65.2444345147714" y="456.2109978934251" width="61.71628370178496" height="21.769025938456537" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.017865323928571427"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-4" data-y="-2" x="65.2444345147714" y="400.23664198484107" width="61.71628370178496" height="21.76902593845648" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.017865323928571427"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-4" data-y="-1" x="65.2444345147714" y="344.26228607625706" width="61.71628370178496" height="21.769025938456537" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.017865323928571427"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-4" data-y="0" x="65.2444345147714" y="288.287930167673" width="61.71628370178496" height="21.76902593845648" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.017865323928571427"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="-4" data-y="1" x="65.2444345147714" y="232.3135742590889" width="61.71628370178496" height="21.769025938456508" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.017865323928571427"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="-4" data-y="2" x="65.2444345147714" y="176.3392183505049" width="61.71628370178496" height="21.769025938456508" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.017865323928571427"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="4" data-y="-3" x="513.0392817834438" y="456.2109978934251" width="61.716283701784846" height="21.769025938456537" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.017865323928571427"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="4" data-y="-2" x="513.0392817834438" y="400.23664198484107" width="61.716283701784846" height="21.76902593845648" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.017865323928571427"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="4" data-y="-1" x="513.0392817834438" y="344.26228607625706" width="61.716283701784846" height="21.769025938456537" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.017865323928571427"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="4" data-y="0" x="513.0392817834438" y="288.287930167673" width="61.716283701784846" height="21.76902593845648" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.017865323928571427"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="4" data-y="1" x="513.0392817834438" y="232.3135742590889" width="61.716283701784846" height="21.769025938456508" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.017865323928571427"/></g><g><rect data-type="rect" data-label="schematic_component_12" data-x="4" data-y="2" x="513.0392817834438" y="176.3392183505049" width="61.716283701784846" height="21.769025938456508" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.017865323928571427"/></g><g><rect data-type="rect" data-label="netId: .R1 &gt; .pin2 to .U1 &gt; .IN1
4
4
  globalConnNetId: connectivity_net0" data-x="-3.0240319749999998" data-y="-2.7752732499999992" x="145.13432236155336" y="441.9223456965425" width="11.19487118171682" height="25.18846015886288" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.017865323928571427"/></g><g><rect data-type="rect" data-label="netId: .R2 &gt; .pin2 to .U1 &gt; .IN3
@@ -121,7 +121,7 @@ orientation: x+" data-x="4.5512907" data-y="-2.0002732499999993" cx="574.7555654
121
121
  });
122
122
  ]]></script>
123
123
  </g>
124
- <g transform="translate(1216, 200)">
124
+ <g transform="translate(0, 1216)">
125
125
  <style>
126
126
  .boundary { fill: rgb(245, 241, 237); }
127
127
  .schematic-boundary { fill: none; stroke: #fff; }
@@ -1,4 +1,4 @@
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">
1
+ <svg width="1200" height="2016" viewBox="0 0 1200 2016" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on top and Circuit JSON schematic on the bottom">
2
2
  <g transform="translate(0, 0) scale(1.875, 1.875) translate(0, 0)">
3
3
  <rect width="100%" height="100%" fill="white"/><g><polyline data-points="-2.2855604555,-0.5519250999999993 3.2144395445,-0.5519250999999993" data-type="line" data-label="" points="49.983280260645415,365.6995529759246 505.38482182413946,365.6995529759246" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.2855604555000015,0.5519250999999993 3.2144395444999985,0.5519250999999993" data-type="line" data-label="" points="49.9832802606453,274.3004470240754 505.38482182413935,274.3004470240754" fill="none" stroke="hsl(102, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5938689350000006,0.004526300000001031 3.9061310649999994,0.004526300000001031" data-type="line" data-label="" points="107.2555320282994,319.6252210913492 562.6570735917935,319.6252210913492" fill="none" stroke="hsl(321, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-2" data-y="0" x="40" y="274.3004470240754" width="67.2555320282994" height="91.39910595184915" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.012077253803571426"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="3.5" data-y="0" x="495.40154156349405" y="274.3004470240754" width="67.2555320282994" height="91.39910595184915" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.012077253803571426"/></g><g><rect data-type="rect" data-label="netId: collector
4
4
  globalConnNetId: connectivity_net0" data-x="-2.2855604555" data-y="-0.7779250999999993" x="41.70325223221825" y="365.78235325620886" width="16.560056056854336" height="37.26012612792226" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.012077253803571426"/></g><g><rect data-type="rect" data-label="netId: collector
@@ -63,7 +63,7 @@ orientation: x+" data-x="3.9061310649999994" data-y="0.004526300000001031" cx="5
63
63
  });
64
64
  ]]></script>
65
65
  </g>
66
- <g transform="translate(1216, 200)">
66
+ <g transform="translate(0, 1216)">
67
67
  <style>
68
68
  .boundary { fill: rgb(245, 241, 237); }
69
69
  .schematic-boundary { fill: none; stroke: #fff; }