@tscircuit/schematic-trace-solver 0.0.183 → 0.0.184

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 (103) hide show
  1. package/dist/index.js +231 -20
  2. package/lib/solvers/SameNetJunctionAlignmentSolver/alignSameNetJunctions.ts +30 -12
  3. package/lib/solvers/SameNetJunctionAlignmentSolver/collapseRedundantSharedEndpointStubs.ts +267 -0
  4. package/lib/solvers/SameNetJunctionAlignmentSolver/collapseSameNetCycles.ts +1 -1
  5. package/lib/solvers/SameNetJunctionAlignmentSolver/getSharedPin.ts +13 -0
  6. package/package.json +1 -1
  7. package/tests/bug-reports/bug-report-20260706T213649Z/__snapshots__/bug-report-20260706T213649Z.snap.svg +2 -2
  8. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +2 -2
  9. package/tests/bug-reports/bug-report-20260707T020342Z/__snapshots__/bug-report-20260707T020342Z.snap.svg +2 -2
  10. package/tests/bug-reports/bug-report-20260707T020342Z/bug-report-20260707T020342Z.test.ts +10 -0
  11. package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +2 -2
  12. package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +2 -2
  13. package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +2 -2
  14. package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +2 -2
  15. package/tests/bug-reports/bug-report-20260707T141421Z/__snapshots__/bug-report-20260707T141421Z.snap.svg +2 -2
  16. package/tests/bug-reports/bug-report-20260707T230831Z/__snapshots__/bug-report-20260707T230831Z.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-20260717T042845Z/__snapshots__/bug-report-20260717T042845Z.snap.svg +2 -2
  21. package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +2 -2
  22. package/tests/bug-reports/bug-report-20260724T175257Z/__snapshots__/bug-report-20260724T175257Z.snap.svg +2 -2
  23. package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +2 -2
  24. package/tests/bug-reports/bug-report-20260728T144234Z/bug-report-20260728T144234Z.test.ts +2 -0
  25. package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +2 -2
  26. package/tests/bug-reports/bug-report-20260730T061837Z/bug-report-20260730T061837Z.test.ts +1 -1
  27. package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +2 -2
  28. package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +2 -2
  29. package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +2 -2
  30. package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +2 -2
  31. package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +2 -2
  32. package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +2 -2
  33. package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +2 -2
  34. package/tests/bug-reports/bug-report-20260825T045913Z/__snapshots__/bug-report-20260825T045913Z.snap.svg +2 -2
  35. package/tests/bug-reports/bug-report-20260825T103621Z/__snapshots__/bug-report-20260825T103621Z.snap.svg +2 -2
  36. package/tests/bug-reports/bug-report-20260826T072956Z/__snapshots__/bug-report-20260826T072956Z.snap.svg +2 -2
  37. package/tests/bug-reports/bug-report-20260901T055358Z/__snapshots__/bug-report-20260901T055358Z.snap.svg +2 -2
  38. package/tests/bug-reports/bug-report-20260901T064117Z/__snapshots__/bug-report-20260901T064117Z.snap.svg +2 -2
  39. package/tests/bug-reports/bug-report-20260901T134241Z/__snapshots__/bug-report-20260901T134241Z.snap.svg +2 -2
  40. package/tests/bug-reports/bug-report-20260902T092425Z/__snapshots__/bug-report-20260902T092425Z.snap.svg +2 -2
  41. package/tests/examples/__snapshots__/example02.snap.svg +2 -2
  42. package/tests/examples/__snapshots__/example13.snap.svg +2 -2
  43. package/tests/examples/__snapshots__/example14.snap.svg +2 -2
  44. package/tests/examples/__snapshots__/example15.snap.svg +2 -2
  45. package/tests/examples/__snapshots__/example18.snap.svg +2 -2
  46. package/tests/examples/__snapshots__/example19.snap.svg +2 -2
  47. package/tests/examples/__snapshots__/example21.snap.svg +2 -2
  48. package/tests/examples/__snapshots__/example27.snap.svg +2 -2
  49. package/tests/examples/__snapshots__/example29.snap.svg +2 -2
  50. package/tests/examples/__snapshots__/example42.snap.svg +2 -2
  51. package/tests/examples/__snapshots__/example45.snap.svg +2 -2
  52. package/tests/examples/__snapshots__/example46.snap.svg +2 -2
  53. package/tests/examples/__snapshots__/example47.snap.svg +2 -2
  54. package/tests/examples/__snapshots__/example51.snap.svg +2 -2
  55. package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +2 -2
  56. package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +2 -2
  57. package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +2 -2
  58. package/tests/repros/__snapshots__/bugreport-001-gnd-overlap.snap.svg +2 -2
  59. package/tests/repros/__snapshots__/netlabel-connector-through-rail-label.snap.svg +2 -2
  60. package/tests/repros/__snapshots__/repro-battery-management-bq24073.snap.svg +2 -2
  61. package/tests/repros/__snapshots__/repro-bc107a-common-emitter-routing.snap.svg +2 -2
  62. package/tests/repros/__snapshots__/repro-bluetooth-controller-ground-decoupling-groups.snap.svg +2 -2
  63. package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +2 -2
  64. package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +2 -2
  65. package/tests/repros/__snapshots__/repro-board-8090-power-section.snap.svg +2 -2
  66. package/tests/repros/__snapshots__/repro-bq24074-battery-charger.snap.svg +2 -2
  67. package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +2 -2
  68. package/tests/repros/__snapshots__/repro-bq40z60-current-sense.snap.svg +2 -2
  69. package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +2 -2
  70. package/tests/repros/__snapshots__/repro-core-ground-inline-label-fallback.snap.svg +2 -2
  71. package/tests/repros/__snapshots__/repro-esp12f-section.snap.svg +508 -0
  72. package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +2 -2
  73. package/tests/repros/__snapshots__/repro-hdc2080-ground-label-alignment.snap.svg +2 -2
  74. package/tests/repros/__snapshots__/repro-hdc3020-ground-label-alignment.snap.svg +2 -2
  75. package/tests/repros/__snapshots__/repro-hub-usb-sheet.snap.svg +2 -2
  76. package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +2 -2
  77. package/tests/repros/__snapshots__/repro-isolated-rs485-isow7841.snap.svg +2 -2
  78. package/tests/repros/__snapshots__/repro-mspm0l1306-capacitor-symmetry.snap.svg +2 -2
  79. package/tests/repros/__snapshots__/repro-pga300-c6-trace-alignment.snap.svg +2 -2
  80. package/tests/repros/__snapshots__/repro-pga300-redundant-ground-traces.snap.svg +2 -2
  81. package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +18 -18
  82. package/tests/repros/__snapshots__/repro-power-group-rail-labels.snap.svg +2 -2
  83. package/tests/repros/__snapshots__/repro-powerbank-3v-system-power.snap.svg +2 -2
  84. package/tests/repros/__snapshots__/repro-rectifier-trace-overlap.snap.svg +2 -2
  85. package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +2 -2
  86. package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +2 -2
  87. package/tests/repros/__snapshots__/repro-smartwatch-power-sheet.snap.svg +2 -2
  88. package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +2 -2
  89. package/tests/repros/__snapshots__/repro-tida-01389-hbridge.snap.svg +2 -2
  90. package/tests/repros/__snapshots__/repro-tida00553-j4-cell-divider.snap.svg +2 -2
  91. package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +2 -2
  92. package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +2 -2
  93. package/tests/repros/__snapshots__/repro-tmp1075-ground-label-overlap.snap.svg +2 -2
  94. package/tests/repros/__snapshots__/repro-tps61222-trace-intersection.snap.svg +2 -2
  95. package/tests/repros/__snapshots__/repro-trellis-core-gnd-net-label-overlap.snap.svg +2 -2
  96. package/tests/repros/__snapshots__/repro-type-c-vbus-led-ground-label.snap.svg +2 -2
  97. package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +2 -2
  98. package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +2 -2
  99. package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +2 -2
  100. package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +2 -2
  101. package/tests/repros/assets/repro-esp12f-status-section.input.json +1394 -0
  102. package/tests/repros/repro-esp12f-section.test.ts +12 -0
  103. package/tests/solvers/SameNetJunctionAlignmentSolver/collapse-redundant-shared-endpoint-stubs.test.ts +101 -0
@@ -1,6 +1,6 @@
1
1
  <svg width="1200" height="2016" viewBox="0 0 1200 2016" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on top and Circuit JSON schematic on the bottom">
2
2
  <g transform="translate(0, 0) scale(1.875, 1.875) translate(0, 0)">
3
- <rect width="100%" height="100%" fill="white"/><g><polyline data-points="-2.3148566499999994,0.5512093000000002 -1.4,0.42500000000000004" data-type="line" data-label="" points="129.39607886784347,254.98535194000064 211.29957848579102,266.28437168733643" fill="none" stroke="hsl(256, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-2.31430995,-0.5512093000000002 -1.4,-0.42500000000000004" data-type="line" data-label="" points="129.44502275784095,353.6805315442789 211.29957848579102,342.38151179694313" fill="none" stroke="hsl(256, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.757519574999999,1.2 1.4,0.5" data-type="line" data-label="" points="493.97982495355666,196.90168511681264 461.9725106115543,259.56991814825346" fill="none" stroke="hsl(144, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.757519574999999,-2.2 -1.757519574999999,-2.2" data-type="line" data-label="" points="493.97982495355666,501.29024555523955 179.29226414378866,501.29024555523955" fill="none" stroke="hsl(144, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.4,0.42500000000000004 1.4,-0.3" data-type="line" data-label="" points="211.29957848579102,266.28437168733643 461.9725106115543,331.1907558984716" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0.42500000000000004 1.4,-0.5" data-type="line" data-label="" points="211.29957848579102,266.28437168733643 461.9725106115543,349.0959653360261" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0.42500000000000004 -2.3148566499999994,0.5512093000000002" data-type="line" data-label="" points="211.29957848579102,266.28437168733643 129.39607886784347,254.98535194000064" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0.42500000000000004 1.7580660749999977,2.3025814000000002" data-type="line" data-label="" points="211.29957848579102,266.28437168733643 494.0287509383446,98.19193067205222" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4,-0.3 1.4,-0.5" data-type="line" data-label="" points="461.9725106115543,331.1907558984716 461.9725106115543,349.0959653360261" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4,-0.3 -2.3148566499999994,0.5512093000000002" data-type="line" data-label="" points="461.9725106115543,331.1907558984716 129.39607886784347,254.98535194000064" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4,-0.3 1.7580660749999977,2.3025814000000002" data-type="line" data-label="" points="461.9725106115543,331.1907558984716 494.0287509383446,98.19193067205222" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4,-0.5 -2.3148566499999994,0.5512093000000002" data-type="line" data-label="" points="461.9725106115543,349.0959653360261 129.39607886784347,254.98535194000064" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4,-0.5 1.7580660749999977,2.3025814000000002" data-type="line" data-label="" points="461.9725106115543,349.0959653360261 494.0287509383446,98.19193067205222" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.3148566499999994,0.5512093000000002 1.7580660749999977,2.3025814000000002" data-type="line" data-label="" points="129.39607886784347,254.98535194000064 494.0287509383446,98.19193067205222" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,-0.42500000000000004 -2.31430995,-0.5512093000000002" data-type="line" data-label="" points="211.29957848579102,342.38151179694313 129.44502275784095,353.6805315442789" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4,0.5 1.757519574999999,1.2" data-type="line" data-label="" points="461.9725106115543,259.56991814825346 493.97982495355666,196.90168511681264" fill="none" stroke="hsl(304, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0.42500000000000004 -1.8574283249999997,0.42500000000000004 -1.8574283249999997,0.7512093000000004 -2.3148566499999994,0.7512093000000004 -2.3148566499999994,0.5512093000000002" data-type="line" data-label="" points="211.29957848579102,266.28437168733643 170.34782867681724,266.28437168733643 170.34782867681724,237.0801425024461 129.39607886784347,237.0801425024461 129.39607886784347,254.98535194000064" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.4,-0.3 1.5790330374999988,-0.3 1.5790330374999988,2.5025814000000004 1.7580660749999977,2.5025814000000004 1.7580660749999977,2.3025814000000002" data-type="line" data-label="" points="461.9725106115543,331.1907558984716 478.0006307749495,331.1907558984716 478.0006307749495,80.28672123449769 494.0287509383446,80.28672123449769 494.0287509383446,98.19193067205222" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.4,-0.5 1.5790330374999988,-0.5 1.5790330374999988,-0.3 1.4,-0.3" data-type="line" data-label="" points="461.9725106115543,349.0959653360261 478.0006307749495,349.0959653360261 478.0006307749495,331.1907558984716 461.9725106115543,331.1907558984716" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.31430995,-0.5512093000000002 -2.31430995,-0.7512093000000004 -1.857154975,-0.7512093000000004 -1.857154975,-0.42500000000000004 -1.4,-0.42500000000000004" data-type="line" data-label="" points="129.44502275784095,353.6805315442789 129.44502275784095,371.58574098183345 170.37230062181598,371.58574098183345 170.37230062181598,342.38151179694313 211.29957848579102,342.38151179694313" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.757519574999999,1.2 1.757519574999999,0.5 1.4,0.5" data-type="line" data-label="" points="493.97982495355666,196.90168511681264 493.97982495355666,259.56991814825346 461.9725106115543,259.56991814825346" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.757519574999999,-2.2 1.757519574999999,-2 -1.757519574999999,-2 -1.757519574999999,-2.2" data-type="line" data-label="" points="493.97982495355666,501.29024555523955 493.97982495355666,483.385036117685 179.29226414378866,483.385036117685 179.29226414378866,501.29024555523955" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0" data-y="0" x="211.29957848579102" y="241.66470871069896" width="250.67293212576328" height="125.33646606288164" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011169933571428573"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-2.3145833" data-y="0" x="105.73345381194562" y="254.98535194000067" width="47.37419400179317" height="98.69517960427825" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011169933571428573"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="1.7577928249999983" data-y="1.7512907000000002" x="479.8777200491088" y="98.19193067205221" width="28.25313579368361" height="98.70975444476042" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011169933571428573"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-1.7577928249999983" data-y="-2.7512907" x="165.1412332545529" y="501.2902455552395" width="28.253135793683583" height="98.70975444476045" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011169933571428573"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="1.7577928249999983" data-y="-2.7512907" x="479.8777200491088" y="501.2902455552395" width="28.25313579368361" height="98.70975444476045" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011169933571428573"/></g><g><rect data-type="rect" data-label="netId: V3_3
3
+ <rect width="100%" height="100%" fill="white"/><g><polyline data-points="-2.3148566499999994,0.5512093000000002 -1.4,0.42500000000000004" data-type="line" data-label="" points="129.39607886784347,254.98535194000064 211.29957848579102,266.28437168733643" fill="none" stroke="hsl(256, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-2.31430995,-0.5512093000000002 -1.4,-0.42500000000000004" data-type="line" data-label="" points="129.44502275784095,353.6805315442789 211.29957848579102,342.38151179694313" fill="none" stroke="hsl(256, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.757519574999999,1.2 1.4,0.5" data-type="line" data-label="" points="493.97982495355666,196.90168511681264 461.9725106115543,259.56991814825346" fill="none" stroke="hsl(144, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.757519574999999,-2.2 -1.757519574999999,-2.2" data-type="line" data-label="" points="493.97982495355666,501.29024555523955 179.29226414378866,501.29024555523955" fill="none" stroke="hsl(144, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.4,0.42500000000000004 1.4,-0.3" data-type="line" data-label="" points="211.29957848579102,266.28437168733643 461.9725106115543,331.1907558984716" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0.42500000000000004 1.4,-0.5" data-type="line" data-label="" points="211.29957848579102,266.28437168733643 461.9725106115543,349.0959653360261" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0.42500000000000004 -2.3148566499999994,0.5512093000000002" data-type="line" data-label="" points="211.29957848579102,266.28437168733643 129.39607886784347,254.98535194000064" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0.42500000000000004 1.7580660749999977,2.3025814000000002" data-type="line" data-label="" points="211.29957848579102,266.28437168733643 494.0287509383446,98.19193067205222" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4,-0.3 1.4,-0.5" data-type="line" data-label="" points="461.9725106115543,331.1907558984716 461.9725106115543,349.0959653360261" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4,-0.3 -2.3148566499999994,0.5512093000000002" data-type="line" data-label="" points="461.9725106115543,331.1907558984716 129.39607886784347,254.98535194000064" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4,-0.3 1.7580660749999977,2.3025814000000002" data-type="line" data-label="" points="461.9725106115543,331.1907558984716 494.0287509383446,98.19193067205222" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4,-0.5 -2.3148566499999994,0.5512093000000002" data-type="line" data-label="" points="461.9725106115543,349.0959653360261 129.39607886784347,254.98535194000064" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4,-0.5 1.7580660749999977,2.3025814000000002" data-type="line" data-label="" points="461.9725106115543,349.0959653360261 494.0287509383446,98.19193067205222" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.3148566499999994,0.5512093000000002 1.7580660749999977,2.3025814000000002" data-type="line" data-label="" points="129.39607886784347,254.98535194000064 494.0287509383446,98.19193067205222" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,-0.42500000000000004 -2.31430995,-0.5512093000000002" data-type="line" data-label="" points="211.29957848579102,342.38151179694313 129.44502275784095,353.6805315442789" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4,0.5 1.757519574999999,1.2" data-type="line" data-label="" points="461.9725106115543,259.56991814825346 493.97982495355666,196.90168511681264" fill="none" stroke="hsl(304, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0.42500000000000004 -1.8574283249999997,0.42500000000000004 -1.8574283249999997,0.7512093000000004 -2.3148566499999994,0.7512093000000004 -2.3148566499999994,0.5512093000000002" data-type="line" data-label="" points="211.29957848579102,266.28437168733643 170.34782867681724,266.28437168733643 170.34782867681724,237.0801425024461 129.39607886784347,237.0801425024461 129.39607886784347,254.98535194000064" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.4,-0.3 1.5790330374999988,-0.3 1.5790330374999988,2.5025814000000004 1.7580660749999977,2.5025814000000004 1.7580660749999977,2.3025814000000002" data-type="line" data-label="" points="461.9725106115543,331.1907558984716 478.0006307749495,331.1907558984716 478.0006307749495,80.28672123449769 494.0287509383446,80.28672123449769 494.0287509383446,98.19193067205222" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.4,-0.5 1.5790330374999988,-0.5 1.5790330374999988,-0.3" data-type="line" data-label="" points="461.9725106115543,349.0959653360261 478.0006307749495,349.0959653360261 478.0006307749495,331.1907558984716" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.31430995,-0.5512093000000002 -2.31430995,-0.7512093000000004 -1.857154975,-0.7512093000000004 -1.857154975,-0.42500000000000004 -1.4,-0.42500000000000004" data-type="line" data-label="" points="129.44502275784095,353.6805315442789 129.44502275784095,371.58574098183345 170.37230062181598,371.58574098183345 170.37230062181598,342.38151179694313 211.29957848579102,342.38151179694313" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.757519574999999,1.2 1.757519574999999,0.5 1.4,0.5" data-type="line" data-label="" points="493.97982495355666,196.90168511681264 493.97982495355666,259.56991814825346 461.9725106115543,259.56991814825346" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.757519574999999,-2.2 1.757519574999999,-2 -1.757519574999999,-2 -1.757519574999999,-2.2" data-type="line" data-label="" points="493.97982495355666,501.29024555523955 493.97982495355666,483.385036117685 179.29226414378866,483.385036117685 179.29226414378866,501.29024555523955" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0" data-y="0" x="211.29957848579102" y="241.66470871069896" width="250.67293212576328" height="125.33646606288164" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011169933571428573"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-2.3145833" data-y="0" x="105.73345381194562" y="254.98535194000067" width="47.37419400179317" height="98.69517960427825" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011169933571428573"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="1.7577928249999983" data-y="1.7512907000000002" x="479.8777200491088" y="98.19193067205221" width="28.25313579368361" height="98.70975444476042" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011169933571428573"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-1.7577928249999983" data-y="-2.7512907" x="165.1412332545529" y="501.2902455552395" width="28.253135793683583" height="98.70975444476045" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011169933571428573"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="1.7577928249999983" data-y="-2.7512907" x="479.8777200491088" y="501.2902455552395" width="28.25313579368361" height="98.70975444476045" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011169933571428573"/></g><g><rect data-type="rect" data-label="netId: V3_3
4
4
  globalConnNetId: connectivity_net0" data-x="-2.3148566499999994" data-y="0.9762093000000004" x="120.4434741490662" y="196.79342126794842" width="17.905209437554532" height="40.28672123449769" fill="#ef444466" stroke="#ef4444" stroke-width="0.011169933571428573"/></g><g><rect data-type="rect" data-label="netId: V3_3
5
5
  globalConnNetId: connectivity_net0" data-x="1.7580660749999977" data-y="2.7275814000000005" x="485.07614621956736" y="40" width="17.90520943755456" height="40.28672123449769" fill="#ef444466" stroke="#ef4444" stroke-width="0.011169933571428573"/></g><g><rect data-type="rect" data-label="netId: GND
6
6
  globalConnNetId: connectivity_net1" data-x="-2.31430995" data-y="-0.9762093000000004" x="120.49241803906368" y="371.58574098183345" width="17.905209437554532" height="40.28672123449769" fill="#00000066" stroke="#000000" stroke-width="0.011169933571428573"/></g><g><rect data-type="rect" data-label="netId: FLASH_N_CS
@@ -83,7 +83,7 @@ orientation: x+" data-x="1.757519574999999" data-y="-2" cx="493.97982495355666"
83
83
  .port-label { fill: rgb(0, 100, 100); }
84
84
  .component-name { fill: rgb(0, 100, 100); }
85
85
 
86
- </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 481.20128602988 315.039043787835 L 432.7537928994867 315.039043787835 L 432.7537928994867 280.48931882093353 L 384.30629976909347 280.48931882093353 L 384.30629976909347 301.67186939009355" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.946040455328px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 481.20128602988 315.039043787835 L 432.7537928994867 315.039043787835 L 432.7537928994867 280.48931882093353 L 384.30629976909347 280.48931882093353 L 384.30629976909347 301.67186939009355" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.118255056916px" 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 777.7569939981199 391.82578960104 L 796.7188758500902 391.82578960104 L 796.7188758500902 94.99667845260382 L 815.6807577020604 94.99667845260382 L 815.6807577020604 116.17922902176386" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.946040455328px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 777.7569939981199 391.82578960104 L 796.7188758500902 391.82578960104 L 796.7188758500902 94.99667845260382 L 815.6807577020604 94.99667845260382 L 815.6807577020604 116.17922902176386" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.118255056916px" 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 777.7569939981199 413.00834017020003 L 796.7188758500902 413.00834017020003 L 796.7188758500902 391.82578960104 L 777.7569939981199 391.82578960104" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.946040455328px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 777.7569939981199 413.00834017020003 L 796.7188758500902 413.00834017020003 L 796.7188758500902 391.82578960104 L 777.7569939981199 391.82578960104" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.118255056916px" 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 384.3642022710742 418.4320581045065 L 384.3642022710742 439.6146086736665 L 432.78274415047713 439.6146086736665 L 432.78274415047713 405.06488370676504 L 481.20128602988 405.06488370676504" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.946040455328px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 384.3642022710742 418.4320581045065 L 384.3642022710742 439.6146086736665 L 432.78274415047713 439.6146086736665 L 432.78274415047713 405.06488370676504 L 481.20128602988 405.06488370676504" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.118255056916px" 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 815.6228763826304 232.95666033234002 L 815.6228763826304 307.0955873244 L 777.7569939981199 307.0955873244" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.946040455328px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 815.6228763826304 232.95666033234002 L 815.6228763826304 307.0955873244 L 777.7569939981199 307.0955873244" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.118255056916px" 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 815.6228763826304 593.0600200080601 L 815.6228763826304 571.8774694389 L 443.33540364536964 571.8774694389 L 443.33540364536964 593.0600200080601" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.946040455328px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 815.6228763826304 593.0600200080601 L 815.6228763826304 571.8774694389 L 443.33540364536964 571.8774694389 L 443.33540364536964 593.0600200080601" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.118255056916px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><circle cx="777.7569939981199" cy="391.82578960104" r="3.177382585374" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="796.7188758500902" cy="391.82578960104" r="3.177382585374" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="523.5663871682" y="285.91303675524" width="211.82550569160003" height="148.27785398412004" stroke-width="2.118255056916px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="523.5663871682" y="285.91303675524" width="211.82550569160003" height="148.27785398412004" fill="transparent"/><text class="sch-text" x="629.479140014" y="360.0519637473" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="19.064295512243998px" transform="rotate(0, 629.479140014, 360.0519637473)">U3</text><line class="component-pin sch-component-pin sch-port-line" x1="523.5663871682" y1="315.039043787835" x2="481.20128602988" y2="315.039043787835" stroke-width="2.118255056916px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="479.083030972964" y="312.920788730919" width="4.236510113832" height="4.236510113832" opacity="0"/></g><text class="pin-number sch-pin-number" x="502.38383659904" y="312.920788730919" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.88691292687px" transform="">8</text><line class="component-pin sch-component-pin sch-port-line" x1="523.5663871682" y1="405.06488370676504" x2="481.20128602988" y2="405.06488370676504" stroke-width="2.118255056916px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="479.083030972964" y="402.94662864984906" width="4.236510113832" height="4.236510113832" opacity="0"/></g><text class="pin-number sch-pin-number" x="502.38383659904" y="402.946628649849" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.88691292687px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="735.3918928598" y1="307.0955873244" x2="777.7569939981199" y2="307.0955873244" stroke-width="2.118255056916px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="775.6387389412039" y="304.97733226748403" width="4.236510113832" height="4.236510113832" opacity="0"/></g><text class="pin-number sch-pin-number" x="756.57444342896" y="304.97733226748403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.88691292687px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="735.3918928598" y1="328.27813789356003" x2="775.638738941204" y2="328.27813789356003" stroke-width="2.118255056916px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="777.7569939981199" cy="328.27813789356003" r="2.118255056916" stroke-width="2.118255056916px"/><rect x="775.6387389412039" y="326.15988283664404" width="4.236510113832" height="4.236510113832" opacity="0"/></g><text class="pin-number sch-pin-number" x="756.57444342896" y="326.159882836644" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.88691292687px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="735.3918928598" y1="349.46068846272" x2="775.638738941204" y2="349.46068846272" stroke-width="2.118255056916px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="777.7569939981199" cy="349.46068846272" r="2.118255056916" stroke-width="2.118255056916px"/><rect x="775.6387389412039" y="347.342433405804" width="4.236510113832" height="4.236510113832" opacity="0"/></g><text class="pin-number sch-pin-number" x="756.57444342896" y="347.342433405804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.88691292687px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="735.3918928598" y1="370.64323903188" x2="775.638738941204" y2="370.64323903188" stroke-width="2.118255056916px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="777.7569939981199" cy="370.64323903188" r="2.118255056916" stroke-width="2.118255056916px"/><rect x="775.6387389412039" y="368.524983974964" width="4.236510113832" height="4.236510113832" opacity="0"/></g><text class="pin-number sch-pin-number" x="756.57444342896" y="368.524983974964" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.88691292687px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="735.3918928598" y1="391.82578960104" x2="777.7569939981199" y2="391.82578960104" stroke-width="2.118255056916px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="775.6387389412039" y="389.70753454412403" width="4.236510113832" height="4.236510113832" opacity="0"/></g><text class="pin-number sch-pin-number" x="756.57444342896" y="389.70753454412403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.88691292687px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="735.3918928598" y1="413.00834017020003" x2="777.7569939981199" y2="413.00834017020003" stroke-width="2.118255056916px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="775.6387389412039" y="410.89008511328404" width="4.236510113832" height="4.236510113832" opacity="0"/></g><text class="pin-number sch-pin-number" x="756.57444342896" y="410.89008511328404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.88691292687px" transform="">7</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="353.16635360989346" y="301.6718693900936" width="62.279892318400016" height="116.76020307161616" fill="transparent"/><path class="sch-component-symbol-path" d="M 384.30629976909347 418.43207246170977 L 384.30629976909347 371.7279912330633" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.118255056916px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 384.30629976909347 348.3759506187401 L 384.30629976909347 301.6718693900936" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.118255056916px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 415.4462459282935 371.7279912330633 L 353.16635360989346 371.7279912330633" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.118255056916px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 415.4462459282935 348.3759506187401 L 353.16635360989346 348.3759506187401" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.118255056916px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="406.6853386911532" y="321.131903235363" stroke="rgb(245, 241, 237)" stroke-width="2.118255056916px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="19.064295512243998px">C20</text><text class="sch-component-text" x="406.6853386911532" y="398.9720386164404" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="19.064295512243998px"></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="800.1143241962278" y="116.17922902176385" width="31.132867011665212" height="116.77744565515842" fill="transparent"/><path class="sch-component-symbol-path" d="M 815.6807577020604 116.17922902176385 L 815.6807577020604 135.64602921247877" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.118255056916px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 815.6807577020604 213.48987448620733 L 815.6807577020604 232.95667467692226" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.118255056916px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 831.247191207893 135.64602921247877 L 831.247191207893 213.48987448620733 L 800.1143241962278 213.48987448620733 L 800.1143241962278 135.64602921247877 L 831.247191207893 135.64602921247877" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.118255056916px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="846.8214098767693" y="143.42729967463413" stroke="rgb(245, 241, 237)" stroke-width="2.118255056916px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="19.064295512243998px">R11</text><text class="sch-component-text" x="846.8214098767693" y="205.70860402405197" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="19.064295512243998px"></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="427.76897013953703" y="593.0600200080601" width="31.132867011665212" height="116.77744565515832" fill="transparent"/><path class="sch-component-symbol-path" d="M 443.33540364536964 709.8374656632184 L 443.33540364536964 690.3706654725036" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.118255056916px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 443.33540364536964 612.5268201987749 L 443.33540364536964 593.0600200080601" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.118255056916px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 427.76897013953703 690.3706654725036 L 427.76897013953703 612.5268201987749 L 458.90183715120224 612.5268201987749 L 458.90183715120224 690.3706654725036 L 427.76897013953703 690.3706654725036" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.118255056916px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="474.47605582007856" y="620.3080906609304" stroke="rgb(245, 241, 237)" stroke-width="2.118255056916px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="19.064295512243998px">R12</text><text class="sch-component-text" x="474.47605582007856" y="682.5893950103481" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="19.064295512243998px"></text><circle class="component-pin sch-component-pin" cx="443.33540364536964" cy="709.8374656632184" r="2.118255056916px" stroke-width="2.118255056916px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component-overlay sch-component-overlay" x="800.0564428767977" y="593.0600200080601" width="31.132867011665212" height="116.77744565515832" fill="transparent"/><path class="sch-component-symbol-path" d="M 815.6228763826304 709.8374656632184 L 815.6228763826304 690.3706654725036" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.118255056916px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 815.6228763826304 612.5268201987749 L 815.6228763826304 593.0600200080601" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.118255056916px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 800.0564428767977 690.3706654725036 L 800.0564428767977 612.5268201987749 L 831.189309888463 612.5268201987749 L 831.189309888463 690.3706654725036 L 800.0564428767977 690.3706654725036" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.118255056916px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="846.7635285573392" y="620.3080906609304" stroke="rgb(245, 241, 237)" stroke-width="2.118255056916px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="19.064295512243998px">R13</text><text class="sch-component-text" x="846.7635285573392" y="682.5893950103481" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="19.064295512243998px"></text><circle class="component-pin sch-component-pin" cx="815.6228763826304" cy="709.8374656632184" r="2.118255056916px" stroke-width="2.118255056916px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="481.20128602988" cy="315.039043787835" r="4.236510113832" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="481.20128602988" cy="405.06488370676504" r="4.236510113832" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="777.7569939981199" cy="307.0955873244" r="4.236510113832" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="777.7569939981199" cy="328.27813789356003" r="4.236510113832" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="777.7569939981199" cy="349.46068846272" r="4.236510113832" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="777.7569939981199" cy="370.64323903188" r="4.236510113832" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="777.7569939981199" cy="391.82578960104" r="4.236510113832" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="777.7569939981199" cy="413.00834017020003" r="4.236510113832" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="384.30629976909347" cy="328.2781450721617" r="4.236510113832" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="384.3642022710742" cy="445.0383337865746" r="4.236510113832" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="815.6807577020604" cy="142.79412599560305" r="4.236510113832" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="815.6228763826304" cy="259.5715573061792" r="4.236510113832" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="443.2775223259396" cy="736.4523482924753" r="4.236510113832" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="443.33540364536964" cy="619.6749169818993" r="4.236510113832" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="815.6807577020604" cy="736.4523482924753" r="4.236510113832" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="815.6228763826304" cy="619.6749169818993" r="4.236510113832" 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="
86
+ </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 481.20128602988 315.039043787835 L 432.7537928994867 315.039043787835 L 432.7537928994867 280.48931882093353 L 384.30629976909347 280.48931882093353 L 384.30629976909347 301.67186939009355" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.946040455328px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 481.20128602988 315.039043787835 L 432.7537928994867 315.039043787835 L 432.7537928994867 280.48931882093353 L 384.30629976909347 280.48931882093353 L 384.30629976909347 301.67186939009355" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.118255056916px" 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 777.7569939981199 391.82578960104 L 796.7188758500902 391.82578960104 L 796.7188758500902 94.99667845260382 L 815.6807577020604 94.99667845260382 L 815.6807577020604 116.17922902176386" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.946040455328px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 777.7569939981199 391.82578960104 L 796.7188758500902 391.82578960104 L 796.7188758500902 94.99667845260382 L 815.6807577020604 94.99667845260382 L 815.6807577020604 116.17922902176386" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.118255056916px" 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 777.7569939981199 413.00834017020003 L 796.7188758500902 413.00834017020003 L 796.7188758500902 391.82578960104" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.946040455328px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 777.7569939981199 413.00834017020003 L 796.7188758500902 413.00834017020003 L 796.7188758500902 391.82578960104" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.118255056916px" 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 384.3642022710742 418.4320581045065 L 384.3642022710742 439.6146086736665 L 432.78274415047713 439.6146086736665 L 432.78274415047713 405.06488370676504 L 481.20128602988 405.06488370676504" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.946040455328px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 384.3642022710742 418.4320581045065 L 384.3642022710742 439.6146086736665 L 432.78274415047713 439.6146086736665 L 432.78274415047713 405.06488370676504 L 481.20128602988 405.06488370676504" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.118255056916px" 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 815.6228763826304 232.95666033234002 L 815.6228763826304 307.0955873244 L 777.7569939981199 307.0955873244" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.946040455328px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 815.6228763826304 232.95666033234002 L 815.6228763826304 307.0955873244 L 777.7569939981199 307.0955873244" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.118255056916px" 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 815.6228763826304 593.0600200080601 L 815.6228763826304 571.8774694389 L 443.33540364536964 571.8774694389 L 443.33540364536964 593.0600200080601" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.946040455328px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 815.6228763826304 593.0600200080601 L 815.6228763826304 571.8774694389 L 443.33540364536964 571.8774694389 L 443.33540364536964 593.0600200080601" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.118255056916px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><circle cx="796.7188758500902" cy="391.82578960104" r="3.177382585374" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="523.5663871682" y="285.91303675524" width="211.82550569160003" height="148.27785398412004" stroke-width="2.118255056916px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="523.5663871682" y="285.91303675524" width="211.82550569160003" height="148.27785398412004" fill="transparent"/><text class="sch-text" x="629.479140014" y="360.0519637473" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="19.064295512243998px" transform="rotate(0, 629.479140014, 360.0519637473)">U3</text><line class="component-pin sch-component-pin sch-port-line" x1="523.5663871682" y1="315.039043787835" x2="481.20128602988" y2="315.039043787835" stroke-width="2.118255056916px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="479.083030972964" y="312.920788730919" width="4.236510113832" height="4.236510113832" opacity="0"/></g><text class="pin-number sch-pin-number" x="502.38383659904" y="312.920788730919" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.88691292687px" transform="">8</text><line class="component-pin sch-component-pin sch-port-line" x1="523.5663871682" y1="405.06488370676504" x2="481.20128602988" y2="405.06488370676504" stroke-width="2.118255056916px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="479.083030972964" y="402.94662864984906" width="4.236510113832" height="4.236510113832" opacity="0"/></g><text class="pin-number sch-pin-number" x="502.38383659904" y="402.946628649849" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.88691292687px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="735.3918928598" y1="307.0955873244" x2="777.7569939981199" y2="307.0955873244" stroke-width="2.118255056916px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="775.6387389412039" y="304.97733226748403" width="4.236510113832" height="4.236510113832" opacity="0"/></g><text class="pin-number sch-pin-number" x="756.57444342896" y="304.97733226748403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.88691292687px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="735.3918928598" y1="328.27813789356003" x2="775.638738941204" y2="328.27813789356003" stroke-width="2.118255056916px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="777.7569939981199" cy="328.27813789356003" r="2.118255056916" stroke-width="2.118255056916px"/><rect x="775.6387389412039" y="326.15988283664404" width="4.236510113832" height="4.236510113832" opacity="0"/></g><text class="pin-number sch-pin-number" x="756.57444342896" y="326.159882836644" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.88691292687px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="735.3918928598" y1="349.46068846272" x2="775.638738941204" y2="349.46068846272" stroke-width="2.118255056916px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="777.7569939981199" cy="349.46068846272" r="2.118255056916" stroke-width="2.118255056916px"/><rect x="775.6387389412039" y="347.342433405804" width="4.236510113832" height="4.236510113832" opacity="0"/></g><text class="pin-number sch-pin-number" x="756.57444342896" y="347.342433405804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.88691292687px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="735.3918928598" y1="370.64323903188" x2="775.638738941204" y2="370.64323903188" stroke-width="2.118255056916px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="777.7569939981199" cy="370.64323903188" r="2.118255056916" stroke-width="2.118255056916px"/><rect x="775.6387389412039" y="368.524983974964" width="4.236510113832" height="4.236510113832" opacity="0"/></g><text class="pin-number sch-pin-number" x="756.57444342896" y="368.524983974964" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.88691292687px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="735.3918928598" y1="391.82578960104" x2="777.7569939981199" y2="391.82578960104" stroke-width="2.118255056916px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="775.6387389412039" y="389.70753454412403" width="4.236510113832" height="4.236510113832" opacity="0"/></g><text class="pin-number sch-pin-number" x="756.57444342896" y="389.70753454412403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.88691292687px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="735.3918928598" y1="413.00834017020003" x2="777.7569939981199" y2="413.00834017020003" stroke-width="2.118255056916px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="775.6387389412039" y="410.89008511328404" width="4.236510113832" height="4.236510113832" opacity="0"/></g><text class="pin-number sch-pin-number" x="756.57444342896" y="410.89008511328404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.88691292687px" transform="">7</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="353.16635360989346" y="301.6718693900936" width="62.279892318400016" height="116.76020307161616" fill="transparent"/><path class="sch-component-symbol-path" d="M 384.30629976909347 418.43207246170977 L 384.30629976909347 371.7279912330633" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.118255056916px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 384.30629976909347 348.3759506187401 L 384.30629976909347 301.6718693900936" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.118255056916px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 415.4462459282935 371.7279912330633 L 353.16635360989346 371.7279912330633" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.118255056916px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 415.4462459282935 348.3759506187401 L 353.16635360989346 348.3759506187401" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.118255056916px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="406.6853386911532" y="321.131903235363" stroke="rgb(245, 241, 237)" stroke-width="2.118255056916px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="19.064295512243998px">C20</text><text class="sch-component-text" x="406.6853386911532" y="398.9720386164404" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="19.064295512243998px"></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="800.1143241962278" y="116.17922902176385" width="31.132867011665212" height="116.77744565515842" fill="transparent"/><path class="sch-component-symbol-path" d="M 815.6807577020604 116.17922902176385 L 815.6807577020604 135.64602921247877" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.118255056916px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 815.6807577020604 213.48987448620733 L 815.6807577020604 232.95667467692226" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.118255056916px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 831.247191207893 135.64602921247877 L 831.247191207893 213.48987448620733 L 800.1143241962278 213.48987448620733 L 800.1143241962278 135.64602921247877 L 831.247191207893 135.64602921247877" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.118255056916px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="846.8214098767693" y="143.42729967463413" stroke="rgb(245, 241, 237)" stroke-width="2.118255056916px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="19.064295512243998px">R11</text><text class="sch-component-text" x="846.8214098767693" y="205.70860402405197" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="19.064295512243998px"></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="427.76897013953703" y="593.0600200080601" width="31.132867011665212" height="116.77744565515832" fill="transparent"/><path class="sch-component-symbol-path" d="M 443.33540364536964 709.8374656632184 L 443.33540364536964 690.3706654725036" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.118255056916px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 443.33540364536964 612.5268201987749 L 443.33540364536964 593.0600200080601" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.118255056916px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 427.76897013953703 690.3706654725036 L 427.76897013953703 612.5268201987749 L 458.90183715120224 612.5268201987749 L 458.90183715120224 690.3706654725036 L 427.76897013953703 690.3706654725036" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.118255056916px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="474.47605582007856" y="620.3080906609304" stroke="rgb(245, 241, 237)" stroke-width="2.118255056916px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="19.064295512243998px">R12</text><text class="sch-component-text" x="474.47605582007856" y="682.5893950103481" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="19.064295512243998px"></text><circle class="component-pin sch-component-pin" cx="443.33540364536964" cy="709.8374656632184" r="2.118255056916px" stroke-width="2.118255056916px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component-overlay sch-component-overlay" x="800.0564428767977" y="593.0600200080601" width="31.132867011665212" height="116.77744565515832" fill="transparent"/><path class="sch-component-symbol-path" d="M 815.6228763826304 709.8374656632184 L 815.6228763826304 690.3706654725036" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.118255056916px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 815.6228763826304 612.5268201987749 L 815.6228763826304 593.0600200080601" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.118255056916px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 800.0564428767977 690.3706654725036 L 800.0564428767977 612.5268201987749 L 831.189309888463 612.5268201987749 L 831.189309888463 690.3706654725036 L 800.0564428767977 690.3706654725036" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.118255056916px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="846.7635285573392" y="620.3080906609304" stroke="rgb(245, 241, 237)" stroke-width="2.118255056916px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="19.064295512243998px">R13</text><text class="sch-component-text" x="846.7635285573392" y="682.5893950103481" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="19.064295512243998px"></text><circle class="component-pin sch-component-pin" cx="815.6228763826304" cy="709.8374656632184" r="2.118255056916px" stroke-width="2.118255056916px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="481.20128602988" cy="315.039043787835" r="4.236510113832" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="481.20128602988" cy="405.06488370676504" r="4.236510113832" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="777.7569939981199" cy="307.0955873244" r="4.236510113832" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="777.7569939981199" cy="328.27813789356003" r="4.236510113832" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="777.7569939981199" cy="349.46068846272" r="4.236510113832" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="777.7569939981199" cy="370.64323903188" r="4.236510113832" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="777.7569939981199" cy="391.82578960104" r="4.236510113832" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="777.7569939981199" cy="413.00834017020003" r="4.236510113832" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="384.30629976909347" cy="328.2781450721617" r="4.236510113832" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="384.3642022710742" cy="445.0383337865746" r="4.236510113832" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="815.6807577020604" cy="142.79412599560305" r="4.236510113832" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="815.6228763826304" cy="259.5715573061792" r="4.236510113832" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="443.2775223259396" cy="736.4523482924753" r="4.236510113832" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="443.33540364536964" cy="619.6749169818993" r="4.236510113832" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="815.6807577020604" cy="736.4523482924753" r="4.236510113832" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="815.6228763826304" cy="619.6749169818993" r="4.236510113832" 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="
87
87
  M 384.30629976909347,280.48931882093353
88
88
  L 373.7150244845135,274.77003016726036
89
89
  L 373.7150244845135,238.44901679134065
@@ -1,6 +1,6 @@
1
1
  <svg width="1200" height="2016" viewBox="0 0 1200 2016" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on top and Circuit JSON schematic on the bottom">
2
2
  <g transform="translate(0, 0) scale(1.875, 1.875) translate(0, 0)">
3
- <rect width="100%" height="100%" fill="white"/><g><polyline data-points="1.4002733499999995,-0.0012093000000001908 0.6000000000000001,0" data-type="line" data-label="" points="240.027335,339.4329900000001 160.00000000000003,339.31206000000003" fill="none" stroke="hsl(256, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.3997266500000003,1.1012093000000003 2.1487092999999997,1.3002732499999994" data-type="line" data-label="" points="239.97266500000006,229.19113 314.87093,209.2847350000001" fill="none" stroke="hsl(256, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.1487092999999997,1.3002732499999994 0.6000000000000001,0.2" data-type="line" data-label="" points="314.87093,209.2847350000001 160.00000000000003,319.31206000000003" fill="none" stroke="hsl(280, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="3.8000000000000003,0 3.2512907000000006,1.2997267500000007" data-type="line" data-label="" points="480,339.31206000000003 425.12907000000007,209.33938499999996" fill="none" stroke="hsl(336, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="3.8000000000000003,-0.9 3.2512907000000006,1.2997267500000007" data-type="line" data-label="" points="480,429.31206000000003 425.12907000000007,209.33938499999996" fill="none" stroke="hsl(336, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.0034928,-0.8350319000000007 0.6000000000000001,-0.2" data-type="line" data-label="" points="300.34928,422.8152500000001 160.00000000000003,359.31206000000003" fill="none" stroke="hsl(352, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="3.2512907000000006,1.2997267500000007 3.8000000000000003,0" data-type="line" data-label="" points="425.12907000000007,209.33938499999996 480,339.31206000000003" fill="none" stroke="hsl(123, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.2512907000000006,1.2997267500000007 3.8000000000000003,-0.9" data-type="line" data-label="" points="425.12907000000007,209.33938499999996 480,429.31206000000003" fill="none" stroke="hsl(123, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.8000000000000003,0 3.8000000000000003,-0.9" data-type="line" data-label="" points="480,339.31206000000003 480,429.31206000000003" fill="none" stroke="hsl(123, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4002733499999995,-0.0012093000000001908 1.4002733499999995,-0.1012093000000002 1.0001366749999998,-0.1012093000000002 1.0001366749999998,0 0.6000000000000001,0" data-type="line" data-label="" points="240.027335,339.4329900000001 240.027335,349.4329900000001 200.0136675,349.4329900000001 200.0136675,339.31206000000003 160.00000000000003,339.31206000000003" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.1487092999999997,1.3002732499999994 1.3997266500000003,1.3002732499999994 1.3997266500000003,1.1012093000000003" data-type="line" data-label="" points="314.87093,209.2847350000001 239.97266500000006,209.2847350000001 239.97266500000006,229.19113" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.6000000000000001,0.2 0.9998633250000002,0.2 0.9998633250000002,1.3012093000000002 1.3997266500000003,1.3012093000000002 1.3997266500000003,1.1012093000000003" data-type="line" data-label="" points="160.00000000000003,319.31206000000003 199.98633250000006,319.31206000000003 199.98633250000006,209.19113000000002 239.97266500000006,209.19113000000002 239.97266500000006,229.19113" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.8000000000000003,-0.9 3.6000000000000005,-0.9 3.6000000000000005,0 3.8000000000000003,0" data-type="line" data-label="" points="480,429.31206000000003 460.0000000000001,429.31206000000003 460.0000000000001,339.31206000000003 480,339.31206000000003" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.2512907000000006,1.2997267500000007 3.6,1.2997267500000007 3.6,0 3.8000000000000003,0" data-type="line" data-label="" points="425.12907000000007,209.33938499999996 460,209.33938499999996 460,339.31206000000003 480,339.31206000000003" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.0034928,-0.8350319000000007 2.0034928,-0.2 0.6000000000000001,-0.2" data-type="line" data-label="" points="300.34928,422.8152500000001 300.34928,359.31206000000003 160.00000000000003,359.31206000000003" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0" data-y="0" x="40.00000000000003" y="299.31206000000003" width="120" height="80" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="1.4" data-y="0.55" x="213.54167" y="229.19113" width="52.916660000000036" height="110.24186000000009" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="2.7" data-y="1.3" x="314.87092999999993" y="189.86652500000008" width="110.25814000000008" height="38.8910699999999" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="4.4" data-y="0" x="480.0000000000001" y="319.31206000000003" width="120" height="40" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="4.4" data-y="-0.9" x="480.0000000000001" y="409.31206000000003" width="120" height="40" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="2" data-y="-1.1" x="255.41992" y="422.8152500000001" width="89.16015999999999" height="52.99361999999985" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01"/></g><g><rect data-type="rect" data-label="netId: solderjumper.JP8 &gt; port.pin2 to .U1 &gt; .pin6
3
+ <rect width="100%" height="100%" fill="white"/><g><polyline data-points="1.4002733499999995,-0.0012093000000001908 0.6000000000000001,0" data-type="line" data-label="" points="240.027335,339.4329900000001 160.00000000000003,339.31206000000003" fill="none" stroke="hsl(256, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.3997266500000003,1.1012093000000003 2.1487092999999997,1.3002732499999994" data-type="line" data-label="" points="239.97266500000006,229.19113 314.87093,209.2847350000001" fill="none" stroke="hsl(256, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.1487092999999997,1.3002732499999994 0.6000000000000001,0.2" data-type="line" data-label="" points="314.87093,209.2847350000001 160.00000000000003,319.31206000000003" fill="none" stroke="hsl(280, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="3.8000000000000003,0 3.2512907000000006,1.2997267500000007" data-type="line" data-label="" points="480,339.31206000000003 425.12907000000007,209.33938499999996" fill="none" stroke="hsl(336, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="3.8000000000000003,-0.9 3.2512907000000006,1.2997267500000007" data-type="line" data-label="" points="480,429.31206000000003 425.12907000000007,209.33938499999996" fill="none" stroke="hsl(336, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.0034928,-0.8350319000000007 0.6000000000000001,-0.2" data-type="line" data-label="" points="300.34928,422.8152500000001 160.00000000000003,359.31206000000003" fill="none" stroke="hsl(352, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="3.2512907000000006,1.2997267500000007 3.8000000000000003,0" data-type="line" data-label="" points="425.12907000000007,209.33938499999996 480,339.31206000000003" fill="none" stroke="hsl(123, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.2512907000000006,1.2997267500000007 3.8000000000000003,-0.9" data-type="line" data-label="" points="425.12907000000007,209.33938499999996 480,429.31206000000003" fill="none" stroke="hsl(123, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.8000000000000003,0 3.8000000000000003,-0.9" data-type="line" data-label="" points="480,339.31206000000003 480,429.31206000000003" fill="none" stroke="hsl(123, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4002733499999995,-0.0012093000000001908 1.4002733499999995,-0.1012093000000002 1.0001366749999998,-0.1012093000000002 1.0001366749999998,0 0.6000000000000001,0" data-type="line" data-label="" points="240.027335,339.4329900000001 240.027335,349.4329900000001 200.0136675,349.4329900000001 200.0136675,339.31206000000003 160.00000000000003,339.31206000000003" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.1487092999999997,1.3002732499999994 1.3997266500000003,1.3002732499999994" data-type="line" data-label="" points="314.87093,209.2847350000001 239.97266500000006,209.2847350000001" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.6000000000000001,0.2 0.9998633250000002,0.2 0.9998633250000002,1.3012093000000002 1.3997266500000003,1.3012093000000002 1.3997266500000003,1.1012093000000003" data-type="line" data-label="" points="160.00000000000003,319.31206000000003 199.98633250000006,319.31206000000003 199.98633250000006,209.19113000000002 239.97266500000006,209.19113000000002 239.97266500000006,229.19113" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.8000000000000003,-0.9 3.6000000000000005,-0.9 3.6000000000000005,0 3.8000000000000003,0" data-type="line" data-label="" points="480,429.31206000000003 460.0000000000001,429.31206000000003 460.0000000000001,339.31206000000003 480,339.31206000000003" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.2512907000000006,1.2997267500000007 3.6,1.2997267500000007 3.6000000000000005,0" data-type="line" data-label="" points="425.12907000000007,209.33938499999996 460,209.33938499999996 460.0000000000001,339.31206000000003" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.0034928,-0.8350319000000007 2.0034928,-0.2 0.6000000000000001,-0.2" data-type="line" data-label="" points="300.34928,422.8152500000001 300.34928,359.31206000000003 160.00000000000003,359.31206000000003" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0" data-y="0" x="40.00000000000003" y="299.31206000000003" width="120" height="80" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="1.4" data-y="0.55" x="213.54167" y="229.19113" width="52.916660000000036" height="110.24186000000009" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="2.7" data-y="1.3" x="314.87092999999993" y="189.86652500000008" width="110.25814000000008" height="38.8910699999999" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="4.4" data-y="0" x="480.0000000000001" y="319.31206000000003" width="120" height="40" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="4.4" data-y="-0.9" x="480.0000000000001" y="409.31206000000003" width="120" height="40" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="2" data-y="-1.1" x="255.41992" y="422.8152500000001" width="89.16015999999999" height="52.99361999999985" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01"/></g><g><rect data-type="rect" data-label="netId: solderjumper.JP8 &gt; port.pin2 to .U1 &gt; .pin6
4
4
  globalConnNetId: connectivity_net3" data-x="2.2284928" data-y="-0.5175159500000004" x="300.34928" y="381.06365500000004" width="45" height="19.999999999999943" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.01"/></g><g><rect data-type="rect" data-label="netId: resistor.R1 &gt; port.pin1 to .U1 &gt; .pin1
5
5
  globalConnNetId: connectivity_net1" data-x="1.3997266500000003" data-y="1.5262093000000003" x="229.97266500000006" y="164.19113" width="20.00000000000003" height="45.00000000000003" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.01"/></g><g><rect data-type="rect" data-label="netId: PAD
6
6
  globalConnNetId: connectivity_net2" data-x="3.4256453500000004" data-y="1.5247267500000008" x="432.5645350000001" y="164.33938499999994" width="20" height="45.00000000000003" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.01"/></g><g><circle data-type="point" data-label="U1.6
@@ -75,7 +75,7 @@ orientation: y+" data-x="3.4256453500000004" data-y="1.2997267500000007" cx="442
75
75
  .port-label { fill: rgb(0, 100, 100); }
76
76
  .component-name { fill: rgb(0, 100, 100); }
77
77
 
78
- </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 447.62826646641497 456.9744019651163 L 447.62826646641497 476.02737882083625 L 371.3903183874175 476.02737882083625 L 371.3903183874175 456.743994316 L 295.15237030842 456.743994316" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="30.484762969151998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 447.62826646641497 456.9744019651163 L 447.62826646641497 476.02737882083625 L 371.3903183874175 476.02737882083625 L 371.3903183874175 456.743994316 L 295.15237030842 456.743994316" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.8105953711439997px" 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 590.2275947998031 209.00323293238188 L 447.5241038419449 209.00323293238188 L 447.5241038419449 246.93084125396373" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="30.484762969151998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 590.2275947998031 209.00323293238188 L 447.5241038419449 209.00323293238188 L 447.5241038419449 246.93084125396373" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.8105953711439997px" 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 295.15237030842 418.63804060456 L 371.33823707518246 418.63804060456 L 371.33823707518246 208.82488754252375 L 447.5241038419449 208.82488754252375 L 447.5241038419449 246.93084125396373" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="30.484762969151998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 295.15237030842 418.63804060456 L 371.33823707518246 418.63804060456 L 371.33823707518246 208.82488754252375 L 447.5241038419449 208.82488754252375 L 447.5241038419449 246.93084125396373" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.8105953711439997px" 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 904.84762969146 628.22078601748 L 866.7416759800201 628.22078601748 L 866.7416759800201 456.743994316 L 904.84762969146 456.743994316" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="30.484762969151998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 904.84762969146 628.22078601748 L 866.7416759800201 628.22078601748 L 866.7416759800201 456.743994316 L 904.84762969146 456.743994316" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.8105953711439997px" 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 800.3021737572769 209.10735745089815 L 866.7416759800199 209.10735745089815 L 866.7416759800199 456.743994316 L 904.84762969146 456.743994316" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="30.484762969151998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 800.3021737572769 209.10735745089815 L 866.7416759800199 209.10735745089815 L 866.7416759800199 456.743994316 L 904.84762969146 456.743994316" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.8105953711439997px" 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 562.5595286641166 615.842428960879 L 562.5595286641166 494.84994802744 L 295.15237030842 494.84994802744" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="30.484762969151998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 562.5595286641166 615.842428960879 L 562.5595286641166 494.84994802744 L 295.15237030842 494.84994802744" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.8105953711439997px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><circle cx="447.5241038419449" cy="246.93084125396373" r="5.715893056715999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><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="866.7416759800201" cy="456.743994316" r="5.715893056715999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="904.84762969146" cy="456.743994316" r="5.715893056715999" 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"/><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="142.72855546265998" y="380.53208689312" width="76.21190742288002" height="152.42381484576003" stroke-width="3.8105953711439997px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="142.72855546265998" y="380.53208689312" width="76.21190742288002" height="152.42381484576003" fill="transparent"/><text class="sch-text" x="180.8345091741" y="456.743994316" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="34.295358340296px" transform="rotate(0, 180.8345091741, 456.743994316)">U1</text><line class="component-pin sch-component-pin sch-port-line" x1="218.94046288554" y1="494.84994802744" x2="295.15237030842" y2="494.84994802744" stroke-width="3.8105953711439997px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="291.341774937276" y="491.039352656296" width="7.621190742287999" height="7.621190742287999" opacity="0"/></g><text class="pin-number sch-pin-number" x="257.04641659698" y="491.039352656296" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="28.579465283579996px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="218.94046288554" y1="456.743994316" x2="295.15237030842" y2="456.743994316" stroke-width="3.8105953711439997px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="291.341774937276" y="452.933398944856" width="7.621190742287999" height="7.621190742287999" opacity="0"/></g><text class="pin-number sch-pin-number" x="257.04641659698" y="452.933398944856" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="28.579465283579996px" transform="">8</text><line class="component-pin sch-component-pin sch-port-line" x1="218.94046288554" y1="418.63804060456" x2="295.15237030842" y2="418.63804060456" stroke-width="3.8105953711439997px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="291.341774937276" y="414.827445233416" width="7.621190742287999" height="7.621190742287999" opacity="0"/></g><text class="pin-number sch-pin-number" x="257.04641659698" y="414.82744523341603" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="28.579465283579996px" transform="">1</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="391.5054793120536" y="246.93084125396376" width="112.03724905978265" height="210.04358653877523" fill="transparent"/><path class="sch-component-symbol-path" d="M 447.5241038419449 246.93084125396376 L 447.5241038419449 330.94827586947383" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.8105953711439997px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 447.5241038419449 372.9569931772289 L 447.5241038419449 456.974427792739" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.8105953711439997px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 391.5054793120536 330.94827586947383 L 503.54272837183623 330.94827586947383" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.8105953711439997px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 391.5054793120536 372.9569931772289 L 503.54272837183623 372.9569931772289" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.8105953711439997px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="480.7810050439177" y="281.93810567709295" stroke="rgb(245, 241, 237)" stroke-width="3.8105953711439997px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="34.295358340296px">C2</text><text class="sch-component-text" x="480.7810050439176" y="421.9671633696098" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="34.295358340296px"></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="590.227594799803" y="181.00028811755502" width="210.07460476239203" height="56.00588962965372" fill="transparent"/><path class="sch-component-symbol-path" d="M 590.227594799803 209.00323293238188 L 625.2470314136938 209.00323293238188" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.8105953711439997px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 765.2827629483043 209.00323293238188 L 800.302199562195 209.00323293238188" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.8105953711439997px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 625.2470314136938 181.00028811755502 L 765.2827629483043 181.00028811755502 L 765.2827629483043 237.00617774720874 L 625.2470314136938 237.00617774720874 L 625.2470314136938 181.00028811755502" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.8105953711439997px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="695.264897180999" y="152.98333832907736" stroke="rgb(245, 241, 237)" stroke-width="3.8105953711439997px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="34.295358340296px">R1</text><text class="sch-component-text" x="695.264897180999" y="265.0231275356864" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="34.295358340296px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="981.05953711434" y="418.63804060456" width="76.21190742288013" height="76.21190742288002" stroke-width="3.8105953711439997px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="981.05953711434" y="418.63804060456" width="76.21190742288013" height="76.21190742288002" fill="transparent"/><text class="sch-text" x="1019.1654908257799" y="456.743994316" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="25.403969140959997px" transform="rotate(0, 1019.1654908257799, 456.743994316)">JP5</text><line class="component-pin sch-component-pin sch-port-line" x1="981.05953711434" y1="456.743994316" x2="904.84762969146" y2="456.743994316" stroke-width="3.8105953711439997px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="901.037034320316" y="452.933398944856" width="7.621190742287999" height="7.621190742287999" opacity="0"/></g><text class="pin-number sch-pin-number" x="942.9535834029" y="452.933398944856" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="28.579465283579996px" transform="">1</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component chip sch-component-body" x="981.05953711434" y="590.11483230604" width="76.21190742288013" height="76.21190742288002" stroke-width="3.8105953711439997px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="981.05953711434" y="590.11483230604" width="76.21190742288013" height="76.21190742288002" fill="transparent"/><text class="sch-text" x="1019.1654908257799" y="628.22078601748" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="25.403969140959997px" transform="rotate(0, 1019.1654908257799, 628.22078601748)">JP9</text><line class="component-pin sch-component-pin sch-port-line" x1="981.05953711434" y1="628.22078601748" x2="904.84762969146" y2="628.22078601748" stroke-width="3.8105953711439997px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="901.037034320316" y="624.410190646336" width="7.621190742287999" height="7.621190742287999" opacity="0"/></g><text class="pin-number sch-pin-number" x="942.9535834029" y="624.410190646336" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="28.579465283579996px" transform="">1</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component chip sch-component-body" x="552.36755786064" y="656.80025130106" width="19.052976855719976" height="19.052976855719976" stroke-width="3.8105953711439997px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="552.36755786064" y="656.80025130106" width="19.052976855719976" height="19.052976855719976" fill="transparent"/><text class="sch-text" x="561.8940462885" y="666.32673972892" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="33.65620717869394px" transform="rotate(0, 561.8940462885, 666.32673972892)">JP8</text><line class="component-pin sch-component-pin sch-port-line" x1="571.42053471636" y1="685.6821388656426" x2="643.0217741639706" y2="685.6821388656426" stroke-width="3.8105953711439997px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="646.8323695351146" cy="685.6821388656426" r="3.8105953711439997" stroke-width="3.8105953711439997px"/><rect x="643.0217741639706" y="681.8715434944986" width="7.621190742287999" height="7.621190742287999" opacity="0"/></g><text class="pin-number sch-pin-number" x="609.1264521257372" y="681.8715434944986" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="28.579465283579996px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="562.5595286641166" y1="656.80025130106" x2="562.5595286641166" y2="615.842428960879" stroke-width="3.8105953711439997px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="558.7489332929725" y="612.031833589735" width="7.621190742287999" height="7.621190742287999" opacity="0"/></g><text class="pin-number sch-pin-number" x="558.7489332929725" y="636.3213401309696" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="28.579465283579996px" transform="rotate(-90 558.7489332929725 636.3213401309696)">2</text><line class="component-pin sch-component-pin sch-port-line" x1="552.36755786064" y1="685.658436962434" x2="480.76631841302935" y2="685.658436962434" stroke-width="3.8105953711439997px"/><g class="sch-port" data-schematic-port-id="source_port_5_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="476.9557230418854" cy="685.658436962434" r="3.8105953711439997" stroke-width="3.8105953711439997px"/><rect x="473.1451276707414" y="681.84784159129" width="7.621190742287999" height="7.621190742287999" opacity="0"/></g><text class="pin-number sch-pin-number" x="514.6616404512627" y="681.84784159129" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="28.579465283579996px" transform="">3</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="295.15237030842" cy="494.84994802744" r="7.621190742287999" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="295.15237030842" cy="456.743994316" r="7.621190742287999" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="295.15237030842" cy="418.63804060456" r="7.621190742287999" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="447.62826646641497" cy="504.8372646673439" r="7.621190742287999" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="447.5241038419449" cy="294.7937039561914" r="7.621190742287999" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="638.1059666138392" cy="209.00323293238188" r="7.621190742287999" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="848.1805455713129" cy="209.10735745089815" r="7.621190742287999" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="904.84762969146" cy="456.743994316" r="7.621190742287999" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="904.84762969146" cy="628.22078601748" r="7.621190742287999" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="646.8323695351146" cy="685.6821388656426" r="7.621190742287999" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="562.5595286641166" cy="615.842428960879" r="7.621190742287999" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_2__stack1"><circle cx="476.9557230418854" cy="685.658436962434" r="7.621190742287999" 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="
78
+ </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 447.62826646641497 456.9744019651163 L 447.62826646641497 476.02737882083625 L 371.3903183874175 476.02737882083625 L 371.3903183874175 456.743994316 L 295.15237030842 456.743994316" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="30.484762969151998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 447.62826646641497 456.9744019651163 L 447.62826646641497 476.02737882083625 L 371.3903183874175 476.02737882083625 L 371.3903183874175 456.743994316 L 295.15237030842 456.743994316" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.8105953711439997px" 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 590.2275947998031 209.00323293238188 L 447.5241038419449 209.00323293238188" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="30.484762969151998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 590.2275947998031 209.00323293238188 L 447.5241038419449 209.00323293238188" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.8105953711439997px" 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 295.15237030842 418.63804060456 L 371.33823707518246 418.63804060456 L 371.33823707518246 208.82488754252375 L 447.5241038419449 208.82488754252375 L 447.5241038419449 246.93084125396373" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="30.484762969151998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 295.15237030842 418.63804060456 L 371.33823707518246 418.63804060456 L 371.33823707518246 208.82488754252375 L 447.5241038419449 208.82488754252375 L 447.5241038419449 246.93084125396373" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.8105953711439997px" 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 904.84762969146 628.22078601748 L 866.7416759800201 628.22078601748 L 866.7416759800201 456.743994316 L 904.84762969146 456.743994316" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="30.484762969151998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 904.84762969146 628.22078601748 L 866.7416759800201 628.22078601748 L 866.7416759800201 456.743994316 L 904.84762969146 456.743994316" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.8105953711439997px" 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 800.3021737572769 209.10735745089815 L 866.7416759800199 209.10735745089815 L 866.7416759800201 456.743994316" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="30.484762969151998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 800.3021737572769 209.10735745089815 L 866.7416759800199 209.10735745089815 L 866.7416759800201 456.743994316" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.8105953711439997px" 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 562.5595286641166 615.842428960879 L 562.5595286641166 494.84994802744 L 295.15237030842 494.84994802744" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="30.484762969151998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 562.5595286641166 615.842428960879 L 562.5595286641166 494.84994802744 L 295.15237030842 494.84994802744" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.8105953711439997px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><circle cx="866.7416759800201" cy="456.743994316" r="5.715893056715999" 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"/><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="142.72855546265998" y="380.53208689312" width="76.21190742288002" height="152.42381484576003" stroke-width="3.8105953711439997px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="142.72855546265998" y="380.53208689312" width="76.21190742288002" height="152.42381484576003" fill="transparent"/><text class="sch-text" x="180.8345091741" y="456.743994316" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="34.295358340296px" transform="rotate(0, 180.8345091741, 456.743994316)">U1</text><line class="component-pin sch-component-pin sch-port-line" x1="218.94046288554" y1="494.84994802744" x2="295.15237030842" y2="494.84994802744" stroke-width="3.8105953711439997px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="291.341774937276" y="491.039352656296" width="7.621190742287999" height="7.621190742287999" opacity="0"/></g><text class="pin-number sch-pin-number" x="257.04641659698" y="491.039352656296" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="28.579465283579996px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="218.94046288554" y1="456.743994316" x2="295.15237030842" y2="456.743994316" stroke-width="3.8105953711439997px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="291.341774937276" y="452.933398944856" width="7.621190742287999" height="7.621190742287999" opacity="0"/></g><text class="pin-number sch-pin-number" x="257.04641659698" y="452.933398944856" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="28.579465283579996px" transform="">8</text><line class="component-pin sch-component-pin sch-port-line" x1="218.94046288554" y1="418.63804060456" x2="295.15237030842" y2="418.63804060456" stroke-width="3.8105953711439997px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="291.341774937276" y="414.827445233416" width="7.621190742287999" height="7.621190742287999" opacity="0"/></g><text class="pin-number sch-pin-number" x="257.04641659698" y="414.82744523341603" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="28.579465283579996px" transform="">1</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="391.5054793120536" y="246.93084125396376" width="112.03724905978265" height="210.04358653877523" fill="transparent"/><path class="sch-component-symbol-path" d="M 447.5241038419449 246.93084125396376 L 447.5241038419449 330.94827586947383" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.8105953711439997px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 447.5241038419449 372.9569931772289 L 447.5241038419449 456.974427792739" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.8105953711439997px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 391.5054793120536 330.94827586947383 L 503.54272837183623 330.94827586947383" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.8105953711439997px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 391.5054793120536 372.9569931772289 L 503.54272837183623 372.9569931772289" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.8105953711439997px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="480.7810050439177" y="281.93810567709295" stroke="rgb(245, 241, 237)" stroke-width="3.8105953711439997px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="34.295358340296px">C2</text><text class="sch-component-text" x="480.7810050439176" y="421.9671633696098" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="34.295358340296px"></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="590.227594799803" y="181.00028811755502" width="210.07460476239203" height="56.00588962965372" fill="transparent"/><path class="sch-component-symbol-path" d="M 590.227594799803 209.00323293238188 L 625.2470314136938 209.00323293238188" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.8105953711439997px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 765.2827629483043 209.00323293238188 L 800.302199562195 209.00323293238188" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.8105953711439997px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 625.2470314136938 181.00028811755502 L 765.2827629483043 181.00028811755502 L 765.2827629483043 237.00617774720874 L 625.2470314136938 237.00617774720874 L 625.2470314136938 181.00028811755502" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.8105953711439997px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="695.264897180999" y="152.98333832907736" stroke="rgb(245, 241, 237)" stroke-width="3.8105953711439997px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="34.295358340296px">R1</text><text class="sch-component-text" x="695.264897180999" y="265.0231275356864" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="34.295358340296px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="981.05953711434" y="418.63804060456" width="76.21190742288013" height="76.21190742288002" stroke-width="3.8105953711439997px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="981.05953711434" y="418.63804060456" width="76.21190742288013" height="76.21190742288002" fill="transparent"/><text class="sch-text" x="1019.1654908257799" y="456.743994316" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="25.403969140959997px" transform="rotate(0, 1019.1654908257799, 456.743994316)">JP5</text><line class="component-pin sch-component-pin sch-port-line" x1="981.05953711434" y1="456.743994316" x2="904.84762969146" y2="456.743994316" stroke-width="3.8105953711439997px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="901.037034320316" y="452.933398944856" width="7.621190742287999" height="7.621190742287999" opacity="0"/></g><text class="pin-number sch-pin-number" x="942.9535834029" y="452.933398944856" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="28.579465283579996px" transform="">1</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component chip sch-component-body" x="981.05953711434" y="590.11483230604" width="76.21190742288013" height="76.21190742288002" stroke-width="3.8105953711439997px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="981.05953711434" y="590.11483230604" width="76.21190742288013" height="76.21190742288002" fill="transparent"/><text class="sch-text" x="1019.1654908257799" y="628.22078601748" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="25.403969140959997px" transform="rotate(0, 1019.1654908257799, 628.22078601748)">JP9</text><line class="component-pin sch-component-pin sch-port-line" x1="981.05953711434" y1="628.22078601748" x2="904.84762969146" y2="628.22078601748" stroke-width="3.8105953711439997px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="901.037034320316" y="624.410190646336" width="7.621190742287999" height="7.621190742287999" opacity="0"/></g><text class="pin-number sch-pin-number" x="942.9535834029" y="624.410190646336" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="28.579465283579996px" transform="">1</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component chip sch-component-body" x="552.36755786064" y="656.80025130106" width="19.052976855719976" height="19.052976855719976" stroke-width="3.8105953711439997px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="552.36755786064" y="656.80025130106" width="19.052976855719976" height="19.052976855719976" fill="transparent"/><text class="sch-text" x="561.8940462885" y="666.32673972892" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="33.65620717869394px" transform="rotate(0, 561.8940462885, 666.32673972892)">JP8</text><line class="component-pin sch-component-pin sch-port-line" x1="571.42053471636" y1="685.6821388656426" x2="643.0217741639706" y2="685.6821388656426" stroke-width="3.8105953711439997px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="646.8323695351146" cy="685.6821388656426" r="3.8105953711439997" stroke-width="3.8105953711439997px"/><rect x="643.0217741639706" y="681.8715434944986" width="7.621190742287999" height="7.621190742287999" opacity="0"/></g><text class="pin-number sch-pin-number" x="609.1264521257372" y="681.8715434944986" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="28.579465283579996px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="562.5595286641166" y1="656.80025130106" x2="562.5595286641166" y2="615.842428960879" stroke-width="3.8105953711439997px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="558.7489332929725" y="612.031833589735" width="7.621190742287999" height="7.621190742287999" opacity="0"/></g><text class="pin-number sch-pin-number" x="558.7489332929725" y="636.3213401309696" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="28.579465283579996px" transform="rotate(-90 558.7489332929725 636.3213401309696)">2</text><line class="component-pin sch-component-pin sch-port-line" x1="552.36755786064" y1="685.658436962434" x2="480.76631841302935" y2="685.658436962434" stroke-width="3.8105953711439997px"/><g class="sch-port" data-schematic-port-id="source_port_5_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="476.9557230418854" cy="685.658436962434" r="3.8105953711439997" stroke-width="3.8105953711439997px"/><rect x="473.1451276707414" y="681.84784159129" width="7.621190742287999" height="7.621190742287999" opacity="0"/></g><text class="pin-number sch-pin-number" x="514.6616404512627" y="681.84784159129" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="28.579465283579996px" transform="">3</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="295.15237030842" cy="494.84994802744" r="7.621190742287999" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="295.15237030842" cy="456.743994316" r="7.621190742287999" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="295.15237030842" cy="418.63804060456" r="7.621190742287999" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="447.62826646641497" cy="504.8372646673439" r="7.621190742287999" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="447.5241038419449" cy="294.7937039561914" r="7.621190742287999" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="638.1059666138392" cy="209.00323293238188" r="7.621190742287999" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="848.1805455713129" cy="209.10735745089815" r="7.621190742287999" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="904.84762969146" cy="456.743994316" r="7.621190742287999" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="904.84762969146" cy="628.22078601748" r="7.621190742287999" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="646.8323695351146" cy="685.6821388656426" r="7.621190742287999" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="562.5595286641166" cy="615.842428960879" r="7.621190742287999" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_2__stack1"><circle cx="476.9557230418854" cy="685.658436962434" r="7.621190742287999" 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="
79
79
  M 562.5595286641166,555.3461884941596
80
80
  L 572.8481361662053,536.2932116384396
81
81
  L 638.1871447967544,536.2932116384396