@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,182 @@
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
+ <g transform="translate(0, 0) scale(1.875, 1.875) translate(0, 0)">
3
+ <rect width="100%" height="100%" fill="white"/><g><polyline data-points="-3.5,1.68 -3.5,2.05 -4.5,2.05 -4.5,1.68" data-type="line" data-label="" points="138.63407620416967,252.76779295470885 138.63407620416967,237.87203450754853 98.3752695902229,237.87203450754853 98.3752695902229,252.76779295470885" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.9,2.05 -3.5,2.05 -3.5,1.68" data-type="line" data-label="" points="162.78936017253778,237.87203450754853 138.63407620416967,237.87203450754853 138.63407620416967,252.76779295470885" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.5,0.4 -5.5,2.05 -4.5,2.05 -4.5,1.6799999999999993" data-type="line" data-label="" points="58.1164629762761,304.29906542056074 58.1164629762761,237.87203450754853 98.3752695902229,237.87203450754853 98.3752695902229,252.76779295470885" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.5,0.9200000000000002 -3.5,0.6499999999999997 -4.5,0.6499999999999997 -4.5,0.9200000000000002" data-type="line" data-label="" points="138.63407620416967,283.3644859813084 138.63407620416967,294.23436376707406 98.3752695902229,294.23436376707406 98.3752695902229,283.3644859813084" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.9,0.6499999999999997 -3.5,0.6499999999999997 -3.5,0.9200000000000002" data-type="line" data-label="" points="162.78936017253778,294.23436376707406 138.63407620416967,294.23436376707406 138.63407620416967,283.3644859813084" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.5,-0.98 -3.5,-1.08 -4.5,-1.08 -4.5,0.6499999999999997 -3.5,0.6499999999999997 -3.5,0.9200000000000002" data-type="line" data-label="" points="138.63407620416967,359.8562185478073 138.63407620416967,363.882099209202 98.3752695902229,363.882099209202 98.3752695902229,294.23436376707406 138.63407620416967,294.23436376707406 138.63407620416967,283.3644859813084" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.5,-2.08 -5.5,-2.2800000000000002 -3.5,-2.2800000000000002 -3.5,-0.9800000000000004" data-type="line" data-label="" points="58.1164629762761,404.1409058231488 58.1164629762761,412.1926671459382 138.63407620416967,412.1926671459382 138.63407620416967,359.8562185478073" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.5,-0.21999999999999997 -3.5,0.15000000000000013 -2.9,0.15000000000000013" data-type="line" data-label="" points="138.63407620416967,329.25952552120776 138.63407620416967,314.3637670740474 162.78936017253778,314.3637670740474" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.5,-0.19999999999999973 -5.5,-1.3199999999999998" data-type="line" data-label="" points="58.1164629762761,328.4543493889288 58.1164629762761,373.54421279654923" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.9,-1.5500000000000003 -4.199999999999999,-1.5500000000000003 -4.199999999999999,-1.1199999999999997 -5.5,-1.1199999999999997 -5.5,-1.3199999999999998" data-type="line" data-label="" points="162.78936017253778,382.803738317757 110.45291157440695,382.803738317757 110.45291157440695,365.49245147375984 58.1164629762761,365.49245147375984 58.1164629762761,373.54421279654923" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.7,2.05 2.9,2.05" data-type="line" data-label="" points="428.49748382458665,237.87203450754853 396.29043853342915,237.87203450754853" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.2,0.3 7.2,-0.5500000000000003 2.9,-0.5500000000000003" data-type="line" data-label="" points="569.4033069734004,308.32494608195543 569.4033069734004,342.5449317038102 396.29043853342915,342.5449317038102" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.2,0.8999999999999999 7.2,1.1 6.2,1.1 6.2,0.8999999999999999" data-type="line" data-label="" points="569.4033069734004,284.1696621135873 569.4033069734004,276.117900790798 529.1445003594536,276.117900790798 529.1445003594536,284.1696621135873" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.2,0.3 6.2,-0.050000000000000266 2.9,-0.050000000000000266" data-type="line" data-label="" points="529.1445003594536,308.32494608195543 529.1445003594536,322.4155283968368 396.29043853342915,322.4155283968368" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.8,-1.9500000000000002 2.9,-1.9500000000000002" data-type="line" data-label="" points="432.5233644859813,398.9072609633357 396.29043853342915,398.9072609633357" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.8,-2.45 2.9,-2.45" data-type="line" data-label="" points="432.5233644859813,419.03666427030913 396.29043853342915,419.03666427030913" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.3,2.05 4.541,2.05 4.541,1.6989999999999998" data-type="line" data-label="" points="452.6527677929547,237.87203450754853 462.3551401869159,237.87203450754853 462.3551401869159,252.00287562904384" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="U1" data-x="0" data-y="0" x="162.78936017253778" y="213.71675053918045" width="233.50107836089137" height="213.371675053918" fill="hsl(164, 100%, 50%, 0.8)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="C1" data-x="-4.4275" data-y="1.3" x="80.25880661394682" y="252.76779295470882" width="42.07045291157439" height="30.596693026599553" fill="hsl(326, 100%, 50%, 0.8)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="C2" data-x="-3.3674999999999997" data-y="1.3" x="120.5176132278936" y="252.76779295470882" width="46.90150970524809" height="30.596693026599553" fill="hsl(327, 100%, 50%, 0.8)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="C3" data-x="-3.3075" data-y="-0.6" x="120.5176132278936" y="329.2595255212077" width="51.73256649892164" height="30.596693026599553" fill="hsl(328, 100%, 50%, 0.8)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="R1" data-x="-5.404999999999999" data-y="0.10000000000000002" x="40.00000000000006" y="304.29906542056074" width="43.88209920920201" height="24.155283968368053" fill="hsl(71, 100%, 50%, 0.8)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="C4" data-x="-5.4275" data-y="-1.7" x="40.000000000000014" y="373.54421279654923" width="42.07045291157445" height="30.596693026599553" fill="hsl(329, 100%, 50%, 0.8)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="R2" data-x="4" data-y="2.05" x="428.4974838245866" y="224.18404025880665" width="24.155283968368053" height="27.375988497483803" fill="hsl(72, 100%, 50%, 0.8)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="R3" data-x="7.355" data-y="0.6" x="551.2868439971244" y="284.1696621135874" width="48.71315600287562" height="24.15528396836811" fill="hsl(73, 100%, 50%, 0.8)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="R4" data-x="6.355" data-y="0.6" x="511.0280373831775" y="284.1696621135874" width="48.713156002875735" height="24.15528396836811" fill="hsl(74, 100%, 50%, 0.8)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="J1" data-x="5" data-y="-2.2" x="432.52336448598135" y="386.82961897915163" width="96.62113587347227" height="44.28468727534147" fill="hsl(183, 100%, 50%, 0.8)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="MSPM0L1306SRHBR" data-x="-1.6" data-y="-2.78" x="178.89288281811648" y="428.6987778576563" width="72.46585190510422" height="7.246585190510416" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="U1" data-x="-2.38" data-y="2.7649999999999997" x="176.4773544212797" y="204.05463695183326" width="14.49317038102086" height="10.06470165348668" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="J1" data-x="4.32" data-y="-1.5350000000000001" x="446.21135873472326" y="377.1675053918044" width="14.493170381020775" height="10.06470165348668" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="netId: NRST
4
+ globalConnNetId: connectivity_net3" data-x="-4.499999999999999" data-y="-1.5500000000000003" x="86.2976276060389" y="378.7778576563623" width="24.155283968368053" height="8.051761322789389" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="netId: VDD
5
+ globalConnNetId: connectivity_net0" data-x="-3.5" data-y="2.26" x="128.97196261682245" y="220.96333572969087" width="19.32422717469447" height="16.908698777857666" fill="#ef444466" stroke="#ef4444" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="netId: GND
6
+ globalConnNetId: connectivity_net1" data-x="-5.5" data-y="-2.49" x="48.45434938892885" y="412.19266714593823" width="19.3242271746945" height="16.908698777857637" fill="#00000066" stroke="#000000" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="netId: GND
7
+ globalConnNetId: connectivity_net1" data-x="4.541" data-y="1.4889999999999999" x="452.6930265995686" y="252.00287562904384" width="19.3242271746945" height="16.908698777857694" fill="#00000066" stroke="#000000" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="netId: .R2 &gt; .pin1 to U1.ROSC
8
+ globalConnNetId: connectivity_net4" data-x="3.3" data-y="2.275" x="408.3680805176132" y="219.75557153127247" width="8.051761322789389" height="18.11646297627607" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="netId: .J1 &gt; .pin1 to U1.SWDIO
9
+ globalConnNetId: connectivity_net8" data-x="3.3499999999999996" data-y="-1.725" x="410.3810208483105" y="380.7907979870596" width="8.051761322789389" height="18.11646297627607" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="netId: .J1 &gt; .pin2 to U1.SWCLK
10
+ globalConnNetId: connectivity_net9" data-x="3.3499999999999996" data-y="-2.225" x="410.3810208483105" y="400.92020129403306" width="8.051761322789389" height="18.11646297627607" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="netId: .C3 &gt; .pin1 to U1.VCORE
11
+ globalConnNetId: connectivity_net2" data-x="-3.275" data-y="-0.03499999999999992" x="138.63407620416967" y="317.7857656362329" width="18.11646297627607" height="8.051761322789389" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="netId: VPU
12
+ globalConnNetId: connectivity_net6" data-x="7.2" data-y="1.31" x="559.741193386053" y="259.2092020129403" width="19.324227174694556" height="16.908698777857637" fill="#ef444466" stroke="#ef4444" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="INLINE netId: .R3 &gt; .pin1 to U1.PA1
13
+ axis: x
14
+ side: y+" data-x="5.05" data-y="-0.4400000000000003" x="476.4054636951833" y="335.70093457943926" width="12.882818116463" height="4.831056793673611" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="INLINE netId: .R4 &gt; .pin1 to U1.PA0
15
+ axis: x
16
+ side: y+" data-x="4.55" data-y="0.059999999999999734" x="456.2760603882099" y="315.57153127246585" width="12.882818116463" height="4.831056793673611" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="INLINE netId: PA0
17
+ axis: x
18
+ side: y+" data-x="4.55" data-y="0.059999999999999734" x="456.2760603882099" y="315.57153127246585" width="12.882818116463" height="4.831056793673611" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="INLINE netId: PA1
19
+ axis: x
20
+ side: y+" data-x="5.05" data-y="-0.4400000000000003" x="476.4054636951833" y="335.70093457943926" width="12.882818116463" height="4.831056793673611" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.024839285714285717"/></g><text data-type="text" data-label="PA1" data-x="5.05" data-y="-0.4400000000000003" x="482.8468727534148" y="338.11646297627607" fill="green" font-size="4.831056793673615" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">PA1</text><text data-type="text" data-label="PA0" data-x="4.55" data-y="0.059999999999999734" x="462.7174694464414" y="317.98705966930265" fill="green" font-size="4.831056793673615" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">PA0</text><text data-type="text" data-label="PA0" data-x="4.55" data-y="0.059999999999999734" x="462.7174694464414" y="317.98705966930265" fill="green" font-size="4.831056793673615" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">PA0</text><text data-type="text" data-label="PA1" data-x="5.05" data-y="-0.4400000000000003" x="482.8468727534148" y="338.11646297627607" fill="green" font-size="4.831056793673615" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">PA1</text><g><circle data-type="point" data-label="PA0
21
+ x+" data-x="2.9" data-y="-0.050000000000000266" cx="396.29043853342915" cy="322.4155283968368" r="3" fill="hsl(319, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="PA1
22
+ x+" data-x="2.9" data-y="-0.5500000000000003" cx="396.29043853342915" cy="342.5449317038102" r="3" fill="hsl(320, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="NRST
23
+ x-" data-x="-2.9" data-y="-1.5499999999999998" cx="162.78936017253778" cy="382.803738317757" r="3" fill="hsl(321, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="VDD
24
+ x-" data-x="-2.9" data-y="2.05" cx="162.78936017253778" cy="237.87203450754853" r="3" fill="hsl(322, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="VSS
25
+ x-" data-x="-2.9" data-y="0.6499999999999999" cx="162.78936017253778" cy="294.23436376707406" r="3" fill="hsl(323, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="PA2_ROSC
26
+ x+" data-x="2.9" data-y="2.05" cx="396.29043853342915" cy="237.87203450754853" r="3" fill="hsl(324, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="SWDIO
27
+ x+" data-x="2.9" data-y="-1.9500000000000002" cx="396.29043853342915" cy="398.9072609633357" r="3" fill="hsl(251, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="SWCLK
28
+ x+" data-x="2.9" data-y="-2.45" cx="396.29043853342915" cy="419.03666427030913" r="3" fill="hsl(252, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="VCORE
29
+ x-" data-x="-2.9" data-y="0.1499999999999999" cx="162.78936017253778" cy="314.3637670740474" r="3" fill="hsl(281, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="pin1
30
+ y+" data-x="-4.5" data-y="1.68" cx="98.3752695902229" cy="252.76779295470885" r="3" fill="hsl(121, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="pin2
31
+ y-" data-x="-4.5" data-y="0.9200000000000002" cx="98.3752695902229" cy="283.3644859813084" r="3" fill="hsl(122, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="pin1
32
+ y+" data-x="-3.5" data-y="1.68" cx="138.63407620416967" cy="252.76779295470885" r="3" fill="hsl(2, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="pin2
33
+ y-" data-x="-3.5" data-y="0.9200000000000002" cx="138.63407620416967" cy="283.3644859813084" r="3" fill="hsl(3, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="pin1
34
+ y+" data-x="-3.5" data-y="-0.21999999999999997" cx="138.63407620416967" cy="329.25952552120776" r="3" fill="hsl(243, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="pin2
35
+ y-" data-x="-3.5" data-y="-0.98" cx="138.63407620416967" cy="359.8562185478073" r="3" fill="hsl(244, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="pin1
36
+ y-" data-x="-5.5" data-y="-0.19999999999999998" cx="58.1164629762761" cy="328.4543493889288" r="3" fill="hsl(226, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="pin2
37
+ y+" data-x="-5.5" data-y="0.4" cx="58.1164629762761" cy="304.29906542056074" r="3" fill="hsl(227, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="pin1
38
+ y+" data-x="-5.5" data-y="-1.3199999999999998" cx="58.1164629762761" cy="373.54421279654923" r="3" fill="hsl(124, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="pin2
39
+ y-" data-x="-5.5" data-y="-2.08" cx="58.1164629762761" cy="404.1409058231488" r="3" fill="hsl(125, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="pin1
40
+ x-" data-x="3.7" data-y="2.05" cx="428.49748382458665" cy="237.87203450754853" r="3" fill="hsl(107, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="pin2
41
+ x+" data-x="4.3" data-y="2.05" cx="452.6527677929547" cy="237.87203450754853" r="3" fill="hsl(108, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="pin1
42
+ y-" data-x="7.2" data-y="0.3" cx="569.4033069734004" cy="308.32494608195543" r="3" fill="hsl(348, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="pin2
43
+ y+" data-x="7.2" data-y="0.8999999999999999" cx="569.4033069734004" cy="284.1696621135873" r="3" fill="hsl(349, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="pin1
44
+ y-" data-x="6.2" data-y="0.3" cx="529.1445003594536" cy="308.32494608195543" r="3" fill="hsl(229, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="pin2
45
+ y+" data-x="6.2" data-y="0.8999999999999999" cx="529.1445003594536" cy="284.1696621135873" r="3" fill="hsl(230, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="SWDIO
46
+ x-" data-x="3.8" data-y="-1.9500000000000002" cx="432.5233644859813" cy="398.9072609633357" r="3" fill="hsl(218, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="SWCLK
47
+ x-" data-x="3.8" data-y="-2.45" cx="432.5233644859813" cy="419.03666427030913" r="3" fill="hsl(219, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anchorPoint
48
+ orientation: x-" data-x="-4.199999999999999" data-y="-1.5500000000000003" cx="110.45291157440695" cy="382.803738317757" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
49
+ orientation: y+" data-x="-3.5" data-y="2.05" cx="138.63407620416967" cy="237.87203450754853" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
50
+ orientation: y-" data-x="-5.5" data-y="-2.2800000000000002" cx="58.1164629762761" cy="412.1926671459382" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
51
+ orientation: y-" data-x="4.541" data-y="1.6989999999999998" cx="462.3551401869159" cy="252.00287562904384" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
52
+ orientation: y+" data-x="3.3" data-y="2.05" cx="412.3939611790079" cy="237.87203450754853" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
53
+ orientation: y+" data-x="3.3499999999999996" data-y="-1.9500000000000002" cx="414.4069015097052" cy="398.9072609633357" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
54
+ orientation: y+" data-x="3.3499999999999996" data-y="-2.45" cx="414.4069015097052" cy="419.03666427030913" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
55
+ orientation: x+" data-x="-3.5" data-y="-0.03499999999999992" cx="138.63407620416967" cy="321.8116462976276" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
56
+ orientation: y+" data-x="7.2" data-y="1.1" cx="569.4033069734004" cy="276.117900790798" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="inline anchor
57
+ PA1" data-x="5.05" data-y="-0.5500000000000003" cx="482.8468727534148" cy="342.5449317038102" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
58
+ PA0" data-x="4.55" data-y="-0.050000000000000266" cx="462.7174694464414" cy="322.4155283968368" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
59
+ PA0" data-x="4.55" data-y="-0.050000000000000266" cx="462.7174694464414" cy="322.4155283968368" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
60
+ PA1" data-x="5.05" data-y="-0.5500000000000003" cx="482.8468727534148" cy="342.5449317038102" r="3" fill="green"/></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[
61
+ document.currentScript.parentElement.addEventListener('mousemove', (e) => {
62
+ const svg = e.currentTarget;
63
+ const rect = svg.getBoundingClientRect();
64
+ const x = e.clientX - rect.left;
65
+ const y = e.clientY - rect.top;
66
+ const crosshair = svg.getElementById('crosshair');
67
+ const h = svg.getElementById('crosshair-h');
68
+ const v = svg.getElementById('crosshair-v');
69
+ const coords = svg.getElementById('coordinates');
70
+
71
+ crosshair.style.display = 'block';
72
+ h.setAttribute('x1', '0');
73
+ h.setAttribute('x2', '640');
74
+ h.setAttribute('y1', y);
75
+ h.setAttribute('y2', y);
76
+ v.setAttribute('x1', x);
77
+ v.setAttribute('x2', x);
78
+ v.setAttribute('y1', '0');
79
+ v.setAttribute('y2', '640');
80
+
81
+ // Calculate real coordinates using inverse transformation
82
+ const matrix = {"a":40.258806613946795,"c":0,"e":279.53989935298347,"b":0,"d":-40.258806613946795,"f":320.40258806613946};
83
+ // Manually invert and apply the affine transform
84
+ // Since we only use translate and scale, we can directly compute:
85
+ // x' = (x - tx) / sx
86
+ // y' = (y - ty) / sy
87
+ const sx = matrix.a;
88
+ const sy = matrix.d;
89
+ const tx = matrix.e;
90
+ const ty = matrix.f;
91
+ const realPoint = {
92
+ x: (x - tx) / sx,
93
+ y: (y - ty) / sy // Flip y back since we used negative scale
94
+ }
95
+
96
+ coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
97
+ coords.setAttribute('x', (x + 5).toString());
98
+ coords.setAttribute('y', (y - 5).toString());
99
+ });
100
+ document.currentScript.parentElement.addEventListener('mouseleave', () => {
101
+ document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
102
+ });
103
+ ]]></script>
104
+ </g>
105
+ <g transform="translate(0, 1216)">
106
+ <style>
107
+ .boundary { fill: rgb(245, 241, 237); }
108
+ .schematic-boundary { fill: none; stroke: #fff; }
109
+ .component { fill: none; stroke: rgb(132, 0, 0); }
110
+ .chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
111
+ .component-pin { fill: none; stroke: rgb(132, 0, 0); }
112
+ .text { font-family: sans-serif; fill: rgb(0, 150, 0); }
113
+ .pin-number { fill: rgb(169, 0, 0); }
114
+ .port-label { fill: rgb(0, 100, 100); }
115
+ .component-name { fill: rgb(0, 100, 100); }
116
+
117
+ </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 250.27173913060005 263.858695652228 L 250.27173913060005 233.69565217398002 L 168.7500000002001 233.69565217398002 L 168.7500000002001 263.858695652228" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 250.27173913060005 263.858695652228 L 250.27173913060005 233.69565217398002 L 168.7500000002001 233.69565217398002 L 168.7500000002001 263.858695652228" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" 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 299.18478260884007 233.69565217398002 L 250.27173913060005 233.69565217398002 L 250.27173913060005 263.858695652228" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 299.18478260884007 233.69565217398002 L 250.27173913060005 233.69565217398002 L 250.27173913060005 263.858695652228" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" 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 87.22826086980007 368.20652173914 L 87.22826086980007 233.69565217398002 L 168.7500000002001 233.69565217398002 L 168.7500000002001 263.8586956522281" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 87.22826086980007 368.20652173914 L 87.22826086980007 233.69565217398002 L 168.7500000002001 233.69565217398002 L 168.7500000002001 263.8586956522281" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" 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 250.27173913060005 325.815217391332 L 250.27173913060005 347.82608695654005 L 168.7500000002001 347.82608695654005 L 168.7500000002001 325.815217391332" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 250.27173913060005 325.815217391332 L 250.27173913060005 347.82608695654005 L 168.7500000002001 347.82608695654005 L 168.7500000002001 325.815217391332" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" 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 299.18478260884007 347.82608695654005 L 250.27173913060005 347.82608695654005 L 250.27173913060005 325.815217391332" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 299.18478260884007 347.82608695654005 L 250.27173913060005 347.82608695654005 L 250.27173913060005 325.815217391332" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" 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 250.27173913060005 480.70652173909195 L 250.27173913060005 488.858695652132 L 168.7500000002001 488.858695652132 L 168.7500000002001 347.82608695654005 L 250.27173913060005 347.82608695654005 L 250.27173913060005 325.815217391332" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 250.27173913060005 480.70652173909195 L 250.27173913060005 488.858695652132 L 168.7500000002001 488.858695652132 L 168.7500000002001 347.82608695654005 L 250.27173913060005 347.82608695654005 L 250.27173913060005 325.815217391332" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" 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 87.22826086980007 570.380434782532 L 87.22826086980007 586.6847826086121 L 250.27173913060005 586.6847826086121 L 250.27173913060005 480.706521739092" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 87.22826086980007 570.380434782532 L 87.22826086980007 586.6847826086121 L 250.27173913060005 586.6847826086121 L 250.27173913060005 480.706521739092" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" 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 250.27173913060005 418.749999999988 L 250.27173913060005 388.58695652174 L 299.18478260884007 388.58695652174" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 250.27173913060005 418.749999999988 L 250.27173913060005 388.58695652174 L 299.18478260884007 388.58695652174" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><path d="M 87.22826086980007 417.11956521738 L 87.22826086980007 508.423913043428" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 87.22826086980007 417.11956521738 L 87.22826086980007 508.423913043428" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"><path d="M 299.18478260884007 527.17391304342 L 193.20652173932012 527.17391304342 L 193.20652173932012 492.11956521734794 L 87.22826086980007 492.11956521734794 L 87.22826086980007 508.423913043428" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 299.18478260884007 527.17391304342 L 193.20652173932012 527.17391304342 L 193.20652173932012 492.11956521734794 L 87.22826086980007 492.11956521734794 L 87.22826086980007 508.423913043428" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"><path d="M 837.22826086948 233.69565217398002 L 772.01086956516 233.69565217398002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 837.22826086948 233.69565217398002 L 772.01086956516 233.69565217398002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"><path d="M 1122.55434782588 376.35869565218 L 1122.55434782588 445.65217391302 L 772.01086956516 445.65217391302" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1122.55434782588 376.35869565218 L 1122.55434782588 445.65217391302 L 772.01086956516 445.65217391302" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"><path d="M 1122.55434782588 327.44565217394 L 1122.55434782588 311.14130434786 L 1041.0326086954801 311.14130434786 L 1041.0326086954801 327.44565217394" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1122.55434782588 327.44565217394 L 1122.55434782588 311.14130434786 L 1041.0326086954801 311.14130434786 L 1041.0326086954801 327.44565217394" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"><path d="M 1041.0326086954801 376.35869565218 L 1041.0326086954801 404.89130434782004 L 772.01086956516 404.89130434782004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1041.0326086954801 376.35869565218 L 1041.0326086954801 404.89130434782004 L 772.01086956516 404.89130434782004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"><path d="M 845.3804347825201 559.7826086955799 L 772.01086956516 559.7826086955799" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 845.3804347825201 559.7826086955799 L 772.01086956516 559.7826086955799" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"><path d="M 845.3804347825201 600.54347826078 L 772.01086956516 600.54347826078" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 845.3804347825201 600.54347826078 L 772.01086956516 600.54347826078" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"><path d="M 886.14130434772 233.69565217398002 L 905.7880434781464 233.69565217398002 L 905.7880434781464 262.3097826087504" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 886.14130434772 233.69565217398002 L 905.7880434781464 233.69565217398002 L 905.7880434781464 262.3097826087504" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" 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="250.27173913060005" cy="263.858695652228" r="2.445652173912" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="250.27173913060005" cy="233.69565217398002" r="2.445652173912" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="168.7500000002001" cy="233.69565217398002" r="2.445652173912" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="168.7500000002001" cy="263.858695652228" r="2.445652173912" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><circle cx="250.27173913060005" cy="325.815217391332" r="2.445652173912" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="250.27173913060005" cy="347.82608695654005" r="2.445652173912" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="168.7500000002001" cy="347.82608695654005" r="2.445652173912" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"><circle cx="250.27173913060005" cy="480.70652173909195" r="2.445652173912" 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="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><circle cx="87.22826086980007" cy="508.423913043428" r="2.445652173912" 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_9__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="331.7934782610001" y="184.78260869574" width="407.608695652" height="432.06521739112" stroke-width="1.630434782608px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="331.7934782610001" y="184.78260869574" width="407.608695652" height="432.06521739112" fill="transparent"/><text class="sch-text" x="535.597826087" y="400.8152173913" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="14.673913043471998px" transform="rotate(0, 535.597826087, 400.8152173913)">U1</text><line class="component-pin sch-component-pin sch-port-line" x1="739.4021739130001" y1="404.89130434782004" x2="772.01086956516" y2="404.89130434782004" stroke-width="1.630434782608px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="770.380434782552" y="403.26086956521203" width="3.260869565216" height="3.260869565216" opacity="0"/></g><text class="pin-number sch-pin-number" x="755.70652173908" y="403.26086956521203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.228260869559998px" transform="">1</text><text class="pin-number sch-pin-label" x="731.24999999996" y="404.89130434782004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.228260869559998px" transform="">PA0</text><line class="component-pin sch-component-pin sch-port-line" x1="739.4021739130001" y1="445.65217391302" x2="772.01086956516" y2="445.65217391302" stroke-width="1.630434782608px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="770.380434782552" y="444.021739130412" width="3.260869565216" height="3.260869565216" opacity="0"/></g><text class="pin-number sch-pin-number" x="755.70652173908" y="444.021739130412" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.228260869559998px" transform="">2</text><text class="pin-number sch-pin-label" x="731.24999999996" y="445.65217391302" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.228260869559998px" transform="">PA1</text><line class="component-pin sch-component-pin sch-port-line" x1="331.7934782610001" y1="527.1739130434199" x2="299.18478260884007" y2="527.1739130434199" stroke-width="1.630434782608px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="297.55434782623206" y="525.543478260812" width="3.260869565216" height="3.260869565216" opacity="0"/></g><text class="pin-number sch-pin-number" x="315.48913043492007" y="525.543478260812" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.228260869559998px" transform="">3</text><text class="pin-number sch-pin-label" x="339.9456521740401" y="527.1739130434199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.228260869559998px" transform="">NRST</text><line class="component-pin sch-component-pin sch-port-line" x1="331.7934782610001" y1="233.69565217398002" x2="299.18478260884007" y2="233.69565217398002" stroke-width="1.630434782608px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="297.55434782623206" y="232.06521739137202" width="3.260869565216" height="3.260869565216" opacity="0"/></g><text class="pin-number sch-pin-number" x="315.48913043492007" y="232.06521739137202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.228260869559998px" transform="">4</text><text class="pin-number sch-pin-label" x="339.9456521740401" y="233.69565217398002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.228260869559998px" transform="">VDD</text><line class="component-pin sch-component-pin sch-port-line" x1="331.7934782610001" y1="347.82608695654" x2="299.18478260884007" y2="347.82608695654" stroke-width="1.630434782608px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="297.55434782623206" y="346.195652173932" width="3.260869565216" height="3.260869565216" opacity="0"/></g><text class="pin-number sch-pin-number" x="315.48913043492007" y="346.195652173932" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.228260869559998px" transform="">5</text><text class="pin-number sch-pin-label" x="339.9456521740401" y="347.82608695654" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.228260869559998px" transform="">VSS</text><line class="component-pin sch-component-pin sch-port-line" x1="739.4021739130001" y1="233.69565217398002" x2="772.01086956516" y2="233.69565217398002" stroke-width="1.630434782608px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="770.380434782552" y="232.06521739137202" width="3.260869565216" height="3.260869565216" opacity="0"/></g><text class="pin-number sch-pin-number" x="755.70652173908" y="232.06521739137202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.228260869559998px" transform="">6</text><text class="pin-number sch-pin-label" x="731.24999999996" y="233.69565217398002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.228260869559998px" transform="">PA2_ROSC</text><line class="component-pin sch-component-pin sch-port-line" x1="739.4021739130001" y1="559.7826086955799" x2="772.01086956516" y2="559.7826086955799" stroke-width="1.630434782608px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="770.380434782552" y="558.152173912972" width="3.260869565216" height="3.260869565216" opacity="0"/></g><text class="pin-number sch-pin-number" x="755.70652173908" y="558.152173912972" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.228260869559998px" transform="">23</text><text class="pin-number sch-pin-label" x="731.24999999996" y="559.7826086955799" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.228260869559998px" transform="">SWDIO</text><line class="component-pin sch-component-pin sch-port-line" x1="739.4021739130001" y1="600.54347826078" x2="772.01086956516" y2="600.54347826078" stroke-width="1.630434782608px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="770.380434782552" y="598.9130434781721" width="3.260869565216" height="3.260869565216" opacity="0"/></g><text class="pin-number sch-pin-number" x="755.70652173908" y="598.913043478172" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.228260869559998px" transform="">24</text><text class="pin-number sch-pin-label" x="731.24999999996" y="600.54347826078" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.228260869559998px" transform="">SWCLK</text><line class="component-pin sch-component-pin sch-port-line" x1="331.7934782610001" y1="388.58695652174" x2="299.18478260884007" y2="388.58695652174" stroke-width="1.630434782608px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="297.55434782623206" y="386.956521739132" width="3.260869565216" height="3.260869565216" opacity="0"/></g><text class="pin-number sch-pin-number" x="315.48913043492007" y="386.95652173913203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.228260869559998px" transform="">32</text><text class="pin-number sch-pin-label" x="339.9456521740401" y="388.58695652174" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.228260869559998px" transform="">VCORE</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="152.22619565238105" y="263.858695652228" width="33.047608695638075" height="61.956521739104005" fill="transparent"/><path class="sch-component-symbol-path" d="M 168.7500000002001 325.815217391332 L 168.7500000002001 301.0326086956904" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 168.7500000002001 288.6413043478696 L 168.7500000002001 263.858695652228" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 185.27380434801913 301.0326086956904 L 152.22619565238105 301.0326086956904" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 185.27380434801913 288.6413043478696 L 152.22619565238105 288.6413043478696" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="180.62500000019503" y="274.1847826087453" stroke="rgb(245, 241, 237)" stroke-width="1.630434782608px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="14.673913043471998px">C1</text><text class="sch-component-text" x="180.62500000019503" y="315.4891304348147" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="14.673913043471998px"></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="233.74793478278102" y="263.858695652228" width="33.04760869563805" height="61.956521739104005" fill="transparent"/><path class="sch-component-symbol-path" d="M 250.27173913060005 325.815217391332 L 250.27173913060005 301.0326086956904" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 250.27173913060005 288.6413043478696 L 250.27173913060005 263.858695652228" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 266.79554347841906 301.0326086956904 L 233.74793478278102 301.0326086956904" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 266.79554347841906 288.6413043478696 L 233.74793478278102 288.6413043478696" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="262.146739130595" y="274.1847826087453" stroke="rgb(245, 241, 237)" stroke-width="1.630434782608px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="14.673913043471998px">C2</text><text class="sch-component-text" x="262.146739130595" y="315.4891304348147" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="14.673913043471998px"></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="233.74793478278102" y="418.749999999988" width="33.04760869563805" height="61.956521739104005" fill="transparent"/><path class="sch-component-symbol-path" d="M 250.27173913060005 480.706521739092 L 250.27173913060005 455.9239130434504" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 250.27173913060005 443.5326086956296 L 250.27173913060005 418.749999999988" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 266.79554347841906 455.9239130434504 L 233.74793478278102 455.9239130434504" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 266.79554347841906 443.5326086956296 L 233.74793478278102 443.5326086956296" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="262.146739130595" y="429.0760869565053" stroke="rgb(245, 241, 237)" stroke-width="1.630434782608px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="14.673913043471998px">C3</text><text class="sch-component-text" x="262.146739130595" y="470.3804347825747" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="14.673913043471998px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component-overlay sch-component-overlay" x="80.70815217415067" y="368.20652173914" width="13.040217391298796" height="48.913043478239956" fill="transparent"/><path class="sch-component-symbol-path" d="M 87.22826086980007 417.11956521737994 L 87.22826086980007 408.96576086955736" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 87.22826086980007 376.3603260869626 L 87.22826086980007 368.20652173914" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 80.70815217415067 408.96576086955736 L 80.70815217415068 376.3603260869626 L 93.74836956544947 376.3603260869626 L 93.74836956544945 408.96576086955736 L 80.70815217415067 408.96576086955736" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="100.27173913066406" y="379.619565217396" stroke="rgb(245, 241, 237)" stroke-width="1.630434782608px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="14.673913043471998px">R1</text><text class="sch-component-text" x="100.27173913066406" y="405.70652173912396" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="14.673913043471998px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component-overlay sch-component-overlay" x="70.70445652198103" y="508.42391304342794" width="33.047608695638075" height="61.95652173910395" fill="transparent"/><path class="sch-component-symbol-path" d="M 87.22826086980007 570.3804347825319 L 87.22826086980007 545.5978260868903" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 87.22826086980007 533.2065217390696 L 87.22826086980007 508.42391304342794" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 103.7520652176191 545.5978260868903 L 70.70445652198103 545.5978260868903" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 103.7520652176191 533.2065217390696 L 70.70445652198103 533.2065217390696" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="99.10326086979501" y="518.7499999999453" stroke="rgb(245, 241, 237)" stroke-width="1.630434782608px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="14.673913043471998px">C4</text><text class="sch-component-text" x="99.10326086979501" y="560.0543478260146" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="14.673913043471998px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component-overlay sch-component-overlay" x="837.22826086948" y="227.17554347833064" width="48.91304347824007" height="13.040217391298768" fill="transparent"/><path class="sch-component-symbol-path" d="M 837.22826086948 233.69565217398002 L 845.3820652173026 233.69565217398002" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 877.9874999998974 233.69565217398002 L 886.14130434772 233.69565217398002" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 845.3820652173026 227.17554347833064 L 877.9874999998974 227.17554347833064 L 877.9874999998974 240.2157608696294 L 845.3820652173026 240.2157608696294 L 845.3820652173026 227.17554347833064" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="861.6847826086" y="220.65217391311603" stroke="rgb(245, 241, 237)" stroke-width="1.630434782608px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="14.673913043471998px">R2</text><text class="sch-component-text" x="861.6847826086" y="246.73913043484401" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="14.673913043471998px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_7__stack1"><rect class="component-overlay sch-component-overlay" x="1116.0342391302306" y="327.44565217394" width="13.040217391298938" height="48.913043478239956" fill="transparent"/><path class="sch-component-symbol-path" d="M 1122.55434782588 376.35869565217996 L 1122.55434782588 368.2048913043574" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1122.55434782588 335.5994565217626 L 1122.55434782588 327.44565217394" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1116.0342391302306 368.2048913043574 L 1116.0342391302306 335.5994565217626 L 1129.0744565215296 335.5994565217626 L 1129.0744565215296 368.2048913043574 L 1116.0342391302306 368.2048913043574" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1135.5978260867441" y="338.858695652196" stroke="rgb(245, 241, 237)" stroke-width="1.630434782608px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="14.673913043471998px">R3</text><text class="sch-component-text" x="1135.5978260867441" y="364.945652173924" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="14.673913043471998px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_8__stack1"><rect class="component-overlay sch-component-overlay" x="1034.5124999998307" y="327.44565217394" width="13.040217391298938" height="48.913043478239956" fill="transparent"/><path class="sch-component-symbol-path" d="M 1041.0326086954801 376.35869565217996 L 1041.0326086954801 368.2048913043574" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1041.0326086954801 335.5994565217626 L 1041.0326086954801 327.44565217394" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1034.5124999998307 368.2048913043574 L 1034.5124999998307 335.5994565217626 L 1047.5527173911296 335.5994565217626 L 1047.5527173911296 368.2048913043574 L 1034.5124999998307 368.2048913043574" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1054.0760869563442" y="338.858695652196" stroke="rgb(245, 241, 237)" stroke-width="1.630434782608px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="14.673913043471998px">R4</text><text class="sch-component-text" x="1054.0760869563442" y="364.945652173924" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="14.673913043471998px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_9__stack1"><rect class="component chip sch-component-body" x="877.98913043468" y="535.32608695646" width="130.43478260864003" height="89.67391304343994" stroke-width="1.630434782608px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="877.98913043468" y="535.32608695646" width="130.43478260864003" height="89.67391304343994" fill="transparent"/><text class="sch-text" x="943.206521739" y="580.16304347818" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="14.673913043471998px" transform="rotate(0, 943.206521739, 580.16304347818)">J1</text><line class="component-pin sch-component-pin sch-port-line" x1="877.98913043468" y1="559.7826086955799" x2="845.3804347825201" y2="559.7826086955799" stroke-width="1.630434782608px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="843.7499999999121" y="558.152173912972" width="3.260869565216" height="3.260869565216" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.6847826086" y="558.152173912972" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.228260869559998px" transform="">1</text><text class="pin-number sch-pin-label" x="886.14130434772" y="559.7826086955799" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.228260869559998px" transform="">SWDIO</text><line class="component-pin sch-component-pin sch-port-line" x1="877.98913043468" y1="600.54347826078" x2="845.3804347825201" y2="600.54347826078" stroke-width="1.630434782608px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><rect x="843.7499999999121" y="598.9130434781721" width="3.260869565216" height="3.260869565216" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.6847826086" y="598.913043478172" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.228260869559998px" transform="">2</text><text class="pin-number sch-pin-label" x="886.14130434772" y="600.54347826078" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.228260869559998px" transform="">SWCLK</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="772.01086956516" cy="404.89130434782004" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="772.01086956516" cy="445.65217391302" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="299.18478260884007" cy="527.1739130434199" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="299.18478260884007" cy="233.69565217398002" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="299.18478260884007" cy="347.82608695654" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="772.01086956516" cy="233.69565217398002" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="772.01086956516" cy="559.7826086955799" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="772.01086956516" cy="600.54347826078" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="299.18478260884007" cy="388.58695652174" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="168.7500000002001" cy="270.38043478266" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="168.7500000002001" cy="332.33695652176397" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="250.27173913060005" cy="270.38043478266" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="250.27173913060005" cy="332.33695652176397" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="250.27173913060005" cy="425.27173913042" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="250.27173913060005" cy="487.228260869524" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="87.22826086980007" cy="417.11956521738" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="87.22826086980007" cy="368.20652173914" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="87.22826086980007" cy="514.94565217386" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="87.22826086980007" cy="576.902173912964" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="837.22826086948" cy="233.69565217398002" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="886.14130434772" cy="233.69565217398002" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="1122.55434782588" cy="376.35869565218" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="1122.55434782588" cy="327.44565217394" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="1041.0326086954801" cy="376.35869565218" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="1041.0326086954801" cy="327.44565217394" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="845.3804347825201" cy="559.7826086955799" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="845.3804347825201" cy="600.54347826078" r="3.260869565216" 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="
118
+ M 193.20652173932012,527.17391304342
119
+ L 188.80434782627853,535.32608695646
120
+ L 141.15217391325538,535.32608695646
121
+ L 141.15217391325538,519.0217391303801
122
+ L 188.80434782627853,519.0217391303801
123
+ Z
124
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.630434782608px"/><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="185.86956521758412" y="527.17391304342" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.673913043471998px" transform="">NRST</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="
125
+ M 250.27173913060005,233.69565217398002
126
+ L 242.11956521756005,229.29347826093843
127
+ L 242.11956521756005,190.6739130435636
128
+ L 258.42391304364,190.6739130435636
129
+ L 258.42391304364,229.29347826093843
130
+ Z
131
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.630434782608px"/><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="250.27173913060005" y="226.35869565224402" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.673913043471998px" transform="rotate(-90 250.27173913060005 226.35869565224402)">VDD</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="
132
+ M 87.22826086980007,586.6847826086121
133
+ L 95.38043478284007,591.0869565216536
134
+ L 95.38043478284007,631.3369565216365
135
+ L 79.07608695676007,631.3369565216365
136
+ L 79.07608695676007,591.0869565216536
137
+ Z
138
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.630434782608px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="87.22826086980007" y="594.0217391303481" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.673913043471998px" transform="rotate(90 87.22826086980007 594.0217391303481)">GND</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
139
+ M 905.7880434781464,262.3097826087504
140
+ L 913.9402173911864,266.71195652179205
141
+ L 913.9402173911864,306.9619565217748
142
+ L 897.6358695651064,306.9619565217748
143
+ L 897.6358695651064,266.71195652179205
144
+ Z
145
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.630434782608px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="905.7880434781464" y="269.6467391304864" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.673913043471998px" transform="rotate(90 905.7880434781464 269.6467391304864)">GND</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
146
+ M 804.6195652173201,233.69565217398002
147
+ L 796.4673913042801,229.29347826093843
148
+ L 796.4673913042801,201.33695652181993
149
+ L 812.7717391303601,201.33695652181993
150
+ L 812.7717391303601,229.29347826093843
151
+ Z
152
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.630434782608px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="804.6195652173201" y="226.35869565224402" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.673913043471998px" transform="rotate(-90 804.6195652173201 226.35869565224402)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
153
+ M 808.69565217384,559.7826086955799
154
+ L 800.5434782608,555.3804347825384
155
+ L 800.5434782608,527.4239130434198
156
+ L 816.84782608688,527.4239130434198
157
+ L 816.84782608688,555.3804347825384
158
+ Z
159
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.630434782608px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="808.69565217384" y="552.4456521738439" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.673913043471998px" transform="rotate(-90 808.69565217384 552.4456521738439)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
160
+ M 808.69565217384,600.54347826078
161
+ L 800.5434782608,596.1413043477385
162
+ L 800.5434782608,568.1847826086199
163
+ L 816.84782608688,568.1847826086199
164
+ L 816.84782608688,596.1413043477385
165
+ Z
166
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.630434782608px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" x="808.69565217384" y="593.2065217390441" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.673913043471998px" transform="rotate(-90 808.69565217384 593.2065217390441)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="
167
+ M 250.27173913060005,403.668478260864
168
+ L 254.67391304364165,395.516304347824
169
+ L 282.6304347827602,395.516304347824
170
+ L 282.6304347827602,411.82065217390397
171
+ L 254.67391304364165,411.82065217390397
172
+ Z
173
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.630434782608px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" x="257.60869565233605" y="403.668478260864" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.673913043471998px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="
174
+ M 1122.55434782588,311.14130434786
175
+ L 1114.40217391284,306.7391304348184
176
+ L 1114.40217391284,268.6630434783129
177
+ L 1130.7065217389202,268.6630434783129
178
+ L 1130.7065217389202,306.7391304348184
179
+ Z
180
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.630434782608px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="1122.55434782588" y="303.804347826124" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.673913043471998px" transform="rotate(-90 1122.55434782588 303.804347826124)">VPU</text><text class="sch-text" x="405.16304347836" y="627.4456521738119" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="14.673913043471975px" transform="rotate(0, 405.16304347836, 627.4456521738119)">MSPM0L1306SRHBR</text><text class="sch-text" x="341.57608695664806" y="175.40760869574405" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="14.673913043471998px" transform="rotate(0, 341.57608695664806, 175.40760869574405)">U1</text><text class="sch-text" x="887.7717391303281" y="525.951086956464" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="14.673913043471998px" transform="rotate(0, 887.7717391303281, 525.951086956464)">J1</text><text class="sch-text" x="947.2826086955199" y="436.684782608676" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.782608695648px" transform="rotate(0, 947.2826086955199, 436.684782608676)">PA1</text><text class="sch-text" x="906.5217391303199" y="395.92391304347603" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.782608695648px" transform="rotate(0, 906.5217391303199, 395.92391304347603)">PA0</text><text class="sch-text" x="906.5217391303199" y="395.92391304347603" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.782608695648px" transform="rotate(0, 906.5217391303199, 395.92391304347603)">PA0</text><text class="sch-text" x="947.2826086955199" y="436.684782608676" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.782608695648px" transform="rotate(0, 947.2826086955199, 436.684782608676)">PA1</text><rect class="schematic-box sch-box" x="331.7934782610001" y="620.108695652076" width="146.73913043471998" height="14.673913043471885" stroke-width="1.630434782608px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="13.043478260864 6.521739130432"/><rect class="schematic-box sch-box" x="326.90217391317606" y="165.21739130444408" width="29.347826086943996" height="20.380434782599963" stroke-width="1.630434782608px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="13.043478260864 6.521739130432"/><rect class="schematic-box sch-box" x="873.097826086856" y="515.760869565164" width="29.347826086943996" height="20.38043478259999" stroke-width="1.630434782608px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="13.043478260864 6.521739130432"/>
181
+ </g>
182
+ </svg>
@@ -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.5,0.4 5.5,0.4" data-type="line" data-label="" points="120,288 520,288" fill="none" stroke="hsl(77, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.5,0.2 5.5,0.2" data-type="line" data-label="" points="120,304 520,304" fill="none" stroke="hsl(78, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.5,0 5.5,0" data-type="line" data-label="" points="120,320 520,320" fill="none" stroke="hsl(79, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.5,-0.2 5.5,-0.2" data-type="line" data-label="" points="120,336 520,336" fill="none" stroke="hsl(80, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.5,-0.4 5.5,-0.4" data-type="line" data-label="" points="120,352 520,352" fill="none" stroke="hsl(209, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.5,0.6 0.5,-0.6" data-type="line" data-label="" points="120,272 120,368" fill="none" stroke="hsl(30, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.5,0.6 1.201,0.6 1.201,-0.6 0.5,-0.6" data-type="line" data-label="" points="120,272 176.08,272 176.08,368 120,368" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="U1" data-x="0" data-y="0" x="40" y="240" width="80" height="160" fill="hsl(164, 100%, 50%, 0.8)" stroke="black" stroke-width="0.0125"/></g><g><rect data-type="rect" data-label="U2" data-x="6" data-y="0" x="520" y="240" width="80" height="160" fill="hsl(165, 100%, 50%, 0.8)" stroke="black" stroke-width="0.0125"/></g><g><rect data-type="rect" data-label="U3" data-x="1.8" data-y="0" x="204" y="200" width="40" height="240" fill="hsl(166, 100%, 50%, 0.8)" stroke="black" stroke-width="0.0125"/></g><g><rect data-type="rect" data-label="C1" data-x="0.8" data-y="1.2" x="88" y="188" width="112" height="72" fill="hsl(326, 100%, 50%, 0.8)" stroke="black" stroke-width="0.0125"/></g><g><rect data-type="rect" data-label="C2" data-x="0.8" data-y="-1.2" x="88" y="380" width="112" height="72" fill="hsl(327, 100%, 50%, 0.8)" stroke="black" stroke-width="0.0125"/></g><g><rect data-type="rect" data-label="netId: V1V1
4
4
  globalConnNetId: connectivity_net5" data-x="0.8505" data-y="-0.39" x="124.04" y="334.4" width="48.00000000000003" height="33.60000000000002" fill="#ef444466" stroke="#ef4444" stroke-width="0.0125"/></g><g><rect data-type="rect" data-label="netId: QD0
@@ -82,7 +82,7 @@ orientation: x-" data-x="5.5" data-y="-0.4" cx="520" cy="352" r="3" fill="hsl(40
82
82
  });
83
83
  ]]></script>
84
84
  </g>
85
- <g transform="translate(1216, 200)">
85
+ <g transform="translate(0, 1216)">
86
86
  <style>
87
87
  .boundary { fill: rgb(245, 241, 237); }
88
88
  .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="-4.475,2.9699999999999998 -2.38,3" data-type="line" data-label="" points="86.20462046204614,228.4378437843784 408.86688668866884,223.8173817381737" fill="none" stroke="hsl(192, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3.5250000000000004,2.9699999999999998 -2.7,1.5" data-type="line" data-label="" points="232.5192519251924,228.4378437843784 359.5819581958195,454.8404840484048" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.62,3 -3.3,1.5" data-type="line" data-label="" points="525.9185918591859,223.8173817381737 267.17271727172715,454.8404840484048" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5250000000000004,2.9699999999999998 -2.46,2.9699999999999998 -2.46,1.5 -2.7,1.5" data-type="line" data-label="" points="232.5192519251924,228.4378437843784 396.5456545654565,228.4378437843784 396.5456545654565,454.8404840484048 359.5819581958195,454.8404840484048" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.475,2.9699999999999998 -4.675,2.9699999999999998 -4.675,3.45 -2.58,3.45 -2.58,3 -2.38,3" data-type="line" data-label="" points="86.20462046204614,228.4378437843784 55.401540154015265,228.4378437843784 55.401540154015265,154.51045104510433 378.063806380638,154.51045104510433 378.063806380638,223.8173817381737 408.86688668866884,223.8173817381737" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.62,3 -1.3790000000000002,3 -1.3790000000000002,3.251" data-type="line" data-label="" points="525.9185918591859,223.8173817381737 563.036303630363,223.8173817381737 563.036303630363,185.1595159515951" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.3,1.5 -3.541,1.5 -3.541,1.9509999999999998" data-type="line" data-label="" points="267.17271727172715,454.8404840484048 230.05500550055,454.8404840484048 230.05500550055,385.37953795379536" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-4" data-y="3" x="86.20462046204614" y="201.48514851485137" width="146.31463146314627" height="44.66446644664467" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.006492857142857141"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-2" data-y="3" x="408.86688668866884" y="185.31353135313518" width="117.05170517051704" height="77.00770077007707" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.006492857142857141"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-3" data-y="1.5" x="267.17271727172715" y="390.15401540154005" width="92.40924092409233" height="129.37293729372942" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.006492857142857141"/></g><g><rect data-type="rect" data-label="netId: .B1 &gt; .pin1 to .SW1 &gt; .pin1
4
4
  globalConnNetId: connectivity_net0" data-x="-4.675" data-y="2.7449999999999997" x="39.99999999999994" y="228.43784378437843" width="30.803080308030644" height="69.30693069306932" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.006492857142857141"/></g><g><rect data-type="rect" data-label="netId: GND
@@ -59,7 +59,7 @@ orientation: y+" data-x="-3.541" data-y="1.9509999999999998" cx="230.05500550055
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="-5.4,5.1 -4.54,4.99" data-type="line" data-label="" points="150.6514356282803,277.8141401667182 180.38900895338065,281.61778326644026" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.4,4.9 -3.46,4.99" data-type="line" data-label="" points="150.6514356282803,284.7298548934856 217.73386847792528,281.61778326644026" fill="none" stroke="hsl(256, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.54,4.99 -5,3.3800000000000003" data-type="line" data-label="" points="180.38900895338065,281.61778326644026 164.48286508181536,337.2892868169188" fill="none" stroke="hsl(192, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3.46,4.99 -3,3.3800000000000003" data-type="line" data-label="" points="217.73386847792528,281.61778326644026 233.64001234949058,337.2892868169188" fill="none" stroke="hsl(192, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="4.6,5.1 5.45,5" data-type="line" data-label="" points="496.43717196665636,277.8141401667182 525.8289595554184,281.2719975301019" fill="none" stroke="hsl(288, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="4.6,4.9 6.55,5" data-type="line" data-label="" points="496.43717196665636,284.7298548934856 563.8653905526397,281.2719975301019" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="5.45,5 5,3.3800000000000003" data-type="line" data-label="" points="525.8289595554184,281.2719975301019 510.26860142019143,337.2892868169188" fill="none" stroke="hsl(192, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="6.55,5 7,3.3800000000000003" data-type="line" data-label="" points="563.8653905526397,281.2719975301019 579.4257486878666,337.2892868169188" fill="none" stroke="hsl(192, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,5.71 -4.02,4.29" data-type="line" data-label="" points="199.06143871565297,256.7212102500772 198.36986724297623,305.82278481012656" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4,5.71 -5,2.6199999999999997" data-type="line" data-label="" points="199.06143871565297,256.7212102500772 164.48286508181536,363.5690027786354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4,5.71 -3,2.6199999999999997" data-type="line" data-label="" points="199.06143871565297,256.7212102500772 233.64001234949058,363.5690027786354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.02,4.29 -5,2.6199999999999997" data-type="line" data-label="" points="198.36986724297623,305.82278481012656 164.48286508181536,363.5690027786354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.02,4.29 -3,2.6199999999999997" data-type="line" data-label="" points="198.36986724297623,305.82278481012656 233.64001234949058,363.5690027786354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5,2.6199999999999997 -3,2.6199999999999997" data-type="line" data-label="" points="164.48286508181536,363.5690027786354 233.64001234949058,363.5690027786354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5,2.6199999999999997 7,2.6199999999999997" data-type="line" data-label="" points="510.26860142019143,363.5690027786354 579.4257486878666,363.5690027786354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.46,4.99 -3,4.99 -3,3.3800000000000003" data-type="line" data-label="" points="217.73386847792528,281.61778326644026 233.64001234949058,281.61778326644026 233.64001234949058,337.2892868169188" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.55,5 7,5 7,3.3800000000000003" data-type="line" data-label="" points="563.8653905526397,281.2719975301019 579.4257486878666,281.2719975301019 579.4257486878666,337.2892868169188" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3,2.6199999999999997 -3,2.4199999999999995 -5,2.4199999999999995 -5,2.6199999999999997" data-type="line" data-label="" points="233.64001234949058,363.5690027786354 233.64001234949058,370.48471750540295 164.48286508181536,370.48471750540295 164.48286508181536,363.5690027786354" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7,2.6199999999999997 7,2.4199999999999995 5,2.4199999999999995 5,2.6199999999999997" data-type="line" data-label="" points="579.4257486878666,363.5690027786354 579.4257486878666,370.48471750540295 510.26860142019143,370.48471750540295 510.26860142019143,363.5690027786354" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.54,4.99 -4.54,5.1 -4.849000000000001,5.1 -4.849000000000001,4.700000000000001 -5,4.700000000000001 -5,3.3800000000000003" data-type="line" data-label="" points="180.38900895338065,281.61778326644026 180.38900895338065,277.8141401667182 169.7042297005248,277.8141401667182 169.7042297005248,291.6455696202531 164.48286508181536,291.6455696202531 164.48286508181536,337.2892868169188" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.4,5.1 -4.849000000000001,5.1 -4.849000000000001,4.99 -4.54,4.99" data-type="line" data-label="" points="150.6514356282803,277.8141401667182 169.7042297005248,277.8141401667182 169.7042297005248,281.61778326644026 180.38900895338065,281.61778326644026" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.45,5 5.45,5.1 5.150999999999999,5.1 5.150999999999999,4.700000000000001 5,4.700000000000001 5,3.3800000000000003" data-type="line" data-label="" points="525.8289595554184,281.2719975301019 525.8289595554184,277.8141401667182 515.4899660389009,277.8141401667182 515.4899660389009,291.6455696202531 510.26860142019143,291.6455696202531 510.26860142019143,337.2892868169188" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.6,5.1 5.150999999999999,5.1 5.150999999999999,5 5.45,5" data-type="line" data-label="" points="496.43717196665636,277.8141401667182 515.4899660389009,277.8141401667182 515.4899660389009,281.2719975301019 525.8289595554184,281.2719975301019" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,5.71 -4,5.76 -5.15,5.76 -5.15,5.659" data-type="line" data-label="" points="199.06143871565297,256.7212102500772 199.06143871565297,254.99228156838532 159.2960790367397,254.99228156838532 159.2960790367397,258.4847175054029" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_30" data-x="-7" data-y="5" x="40" y="270.89842543995064" width="110.6514356282803" height="20.747144180302485" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028919642857142856"/></g><g><rect data-type="rect" data-label="schematic_component_31" data-x="-4" data-y="5" x="180.38900895338065" y="256.7212102500772" width="37.34485952454463" height="49.10157456004936" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028919642857142856"/></g><g><rect data-type="rect" data-label="schematic_component_32" data-x="-4.9275" data-y="3" x="148.9225069465884" y="337.2892868169188" width="36.13460944736033" height="26.279715961716647" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028919642857142856"/></g><g><rect data-type="rect" data-label="schematic_component_33" data-x="-2.9275" data-y="3" x="218.07965421426366" y="337.2892868169188" width="36.134609447360276" height="26.279715961716647" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028919642857142856"/></g><g><rect data-type="rect" data-label="schematic_component_34" data-x="3" data-y="5" x="385.78573633837607" y="270.89842543995064" width="110.6514356282803" height="20.747144180302485" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028919642857142856"/></g><g><rect data-type="rect" data-label="schematic_component_35" data-x="6" data-y="5" x="525.8289595554184" y="266.57610373572095" width="38.03643099722137" height="29.391787588761872" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028919642857142856"/></g><g><rect data-type="rect" data-label="schematic_component_36" data-x="5.0725" data-y="3" x="494.70824328496445" y="337.2892868169188" width="36.134609447360276" height="26.279715961716647" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028919642857142856"/></g><g><rect data-type="rect" data-label="schematic_component_37" data-x="7.0725" data-y="3" x="563.8653905526398" y="337.2892868169188" width="36.134609447360276" height="26.279715961716647" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.028919642857142856"/></g><g><rect data-type="rect" data-label="U1 HF Clock" data-x="-7.539999999999999" data-y="5.43" x="53.83142945353508" y="263.29113924050637" width="45.64371719666562" height="6.224143254090734" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.028919642857142856"/></g><g><rect data-type="rect" data-label="U1 LF Clock" data-x="2.46" data-y="5.43" x="399.6171657919111" y="263.29113924050637" width="45.64371719666565" height="6.224143254090734" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.028919642857142856"/></g><g><rect data-type="rect" data-label="netId: .X1 &gt; .XTAL1 to .C1 &gt; .pin1
4
4
  globalConnNetId: connectivity_net0" data-x="-4.77" data-y="5.324999999999999" x="168.9780796542143" y="262.2537820314912" width="6.915714726767504" height="15.56035813522692" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.028919642857142856"/></g><g><rect data-type="rect" data-label="netId: .U1 &gt; .XC2 to .X1 &gt; .XTAL2
@@ -83,7 +83,7 @@ orientation: y+" data-x="7" data-y="5" cx="579.4257486878666" cy="281.2719975301
83
83
  });
84
84
  ]]></script>
85
85
  </g>
86
- <g transform="translate(1216, 200)">
86
+ <g transform="translate(0, 1216)">
87
87
  <style>
88
88
  .boundary { fill: rgb(245, 241, 237); }
89
89
  .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="-6.5,0.75 -9.799999999999999,0.95" data-type="line" data-label="" points="296.94117647058835,270.5882352941177 79.52941176470608,257.4117647058824" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-9.799999999999999,0.95 -8.45,0.93" data-type="line" data-label="" points="79.52941176470608,257.4117647058824 168.47058823529426,258.7294117647059" fill="none" stroke="hsl(336, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-6.5,0.24 -9.799999999999999,0.15" data-type="line" data-label="" points="296.94117647058835,304.18823529411765 79.52941176470608,310.11764705882354" fill="none" stroke="hsl(88, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-9.799999999999999,0.15 -8.45,0.17" data-type="line" data-label="" points="79.52941176470608,310.11764705882354 168.47058823529426,308.8" fill="none" stroke="hsl(16, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-9.799999999999999,0.95 -8.45,0.95 -8.45,0.93" data-type="line" data-label="" points="79.52941176470608,257.4117647058824 168.47058823529426,257.4117647058824 168.47058823529426,258.7294117647059" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6.5,0.75 -7.475,0.75 -7.475,0.95 -8.45,0.95 -8.45,0.93" data-type="line" data-label="" points="296.94117647058835,270.5882352941177 232.70588235294133,270.5882352941177 232.70588235294133,257.4117647058824 168.47058823529426,257.4117647058824 168.47058823529426,258.7294117647059" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.799999999999999,0.15 -8.45,0.15 -8.45,0.17" data-type="line" data-label="" points="79.52941176470608,310.11764705882354 168.47058823529426,310.11764705882354 168.47058823529426,308.8" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6.5,0.24 -7.475,0.24 -7.475,0.15 -8.45,0.15 -8.45,0.17" data-type="line" data-label="" points="296.94117647058835,304.18823529411765 232.70588235294133,304.18823529411765 232.70588235294133,310.11764705882354 168.47058823529426,310.11764705882354 168.47058823529426,308.8" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="U1" data-x="-4.2" data-y="0" x="296.9411764705884" y="56.470588235294144" width="303.05882352941165" height="527.0588235294117" fill="hsl(164, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01517857142857143"/></g><g><rect data-type="rect" data-label="R2" data-x="-10.1" data-y="0.95" x="40.00000000000017" y="235.01176470588237" width="39.52941176470597" height="44.80000000000001" fill="hsl(72, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01517857142857143"/></g><g><rect data-type="rect" data-label="R3" data-x="-10.1" data-y="0.15" x="40.00000000000017" y="287.71764705882356" width="39.52941176470597" height="44.799999999999955" fill="hsl(73, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01517857142857143"/></g><g><rect data-type="rect" data-label="C6" data-x="-8.3775" data-y="0.55" x="138.82352941176487" y="258.7294117647059" width="68.84705882352932" height="50.07058823529411" fill="hsl(331, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01517857142857143"/></g><g><rect data-type="rect" data-label="netId: R2.pin2 to C6.pin1
4
4
  globalConnNetId: connectivity_net0" data-x="-9.125" data-y="1.175" x="117.41176470588249" y="227.76470588235293" width="13.176470588235247" height="29.64705882352945" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.01517857142857143"/></g><g><rect data-type="rect" data-label="netId: R3.pin2 to C6.pin2
@@ -57,7 +57,7 @@ orientation: y+" data-x="-9.125" data-y="0.15" cx="124.00000000000011" cy="310.1
57
57
  });
58
58
  ]]></script>
59
59
  </g>
60
- <g transform="translate(1216, 200)">
60
+ <g transform="translate(0, 1216)">
61
61
  <style>
62
62
  .boundary { fill: rgb(245, 241, 237); }
63
63
  .schematic-boundary { fill: none; stroke: #fff; }