@tscircuit/schematic-trace-solver 0.0.183 → 0.0.185

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 (109) hide show
  1. package/dist/index.js +242 -24
  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/lib/solvers/UnroutedTraceRecoverySolver/UnroutedTraceRecoverySolver.ts +12 -4
  7. package/package.json +1 -1
  8. package/site/bug-reports/bug-report-20260905T041712Z.page.tsx +4 -0
  9. package/tests/bug-reports/bug-report-20260706T213649Z/__snapshots__/bug-report-20260706T213649Z.snap.svg +2 -2
  10. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +2 -2
  11. package/tests/bug-reports/bug-report-20260707T020342Z/__snapshots__/bug-report-20260707T020342Z.snap.svg +2 -2
  12. package/tests/bug-reports/bug-report-20260707T020342Z/bug-report-20260707T020342Z.test.ts +10 -0
  13. package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +524 -533
  14. package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +2 -2
  15. package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +2 -2
  16. package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +2 -2
  17. package/tests/bug-reports/bug-report-20260707T141421Z/__snapshots__/bug-report-20260707T141421Z.snap.svg +2 -2
  18. package/tests/bug-reports/bug-report-20260707T230831Z/__snapshots__/bug-report-20260707T230831Z.snap.svg +2 -2
  19. package/tests/bug-reports/bug-report-20260708T095725Z/__snapshots__/bug-report-20260708T095725Z.snap.svg +2 -2
  20. package/tests/bug-reports/bug-report-20260716T144856Z/__snapshots__/bug-report-20260716T144856Z.snap.svg +2 -2
  21. package/tests/bug-reports/bug-report-20260717T022934Z/__snapshots__/bug-report-20260717T022934Z.snap.svg +2 -2
  22. package/tests/bug-reports/bug-report-20260717T042845Z/__snapshots__/bug-report-20260717T042845Z.snap.svg +2 -2
  23. package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +2 -2
  24. package/tests/bug-reports/bug-report-20260724T175257Z/__snapshots__/bug-report-20260724T175257Z.snap.svg +2 -2
  25. package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +2 -2
  26. package/tests/bug-reports/bug-report-20260728T144234Z/bug-report-20260728T144234Z.test.ts +2 -0
  27. package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +2 -2
  28. package/tests/bug-reports/bug-report-20260730T061837Z/bug-report-20260730T061837Z.test.ts +1 -1
  29. package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +2 -2
  30. package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +2 -2
  31. package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +2 -2
  32. package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +2 -2
  33. package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +2 -2
  34. package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +2 -2
  35. package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +2 -2
  36. package/tests/bug-reports/bug-report-20260825T045913Z/__snapshots__/bug-report-20260825T045913Z.snap.svg +2 -2
  37. package/tests/bug-reports/bug-report-20260825T103621Z/__snapshots__/bug-report-20260825T103621Z.snap.svg +2 -2
  38. package/tests/bug-reports/bug-report-20260826T072956Z/__snapshots__/bug-report-20260826T072956Z.snap.svg +2 -2
  39. package/tests/bug-reports/bug-report-20260901T055358Z/__snapshots__/bug-report-20260901T055358Z.snap.svg +2 -2
  40. package/tests/bug-reports/bug-report-20260901T064117Z/__snapshots__/bug-report-20260901T064117Z.snap.svg +2 -2
  41. package/tests/bug-reports/bug-report-20260901T134241Z/__snapshots__/bug-report-20260901T134241Z.snap.svg +2 -2
  42. package/tests/bug-reports/bug-report-20260902T092425Z/__snapshots__/bug-report-20260902T092425Z.snap.svg +2 -2
  43. package/tests/bug-reports/bug-report-20260905T041712Z/__snapshots__/bug-report-20260905T041712Z.snap.svg +546 -0
  44. package/tests/bug-reports/bug-report-20260905T041712Z/bug-report-20260905T041712Z.json +2023 -0
  45. package/tests/bug-reports/bug-report-20260905T041712Z/bug-report-20260905T041712Z.test.ts +33 -0
  46. package/tests/examples/__snapshots__/example02.snap.svg +2 -2
  47. package/tests/examples/__snapshots__/example13.snap.svg +2 -2
  48. package/tests/examples/__snapshots__/example14.snap.svg +2 -2
  49. package/tests/examples/__snapshots__/example15.snap.svg +2 -2
  50. package/tests/examples/__snapshots__/example18.snap.svg +2 -2
  51. package/tests/examples/__snapshots__/example19.snap.svg +2 -2
  52. package/tests/examples/__snapshots__/example21.snap.svg +2 -2
  53. package/tests/examples/__snapshots__/example27.snap.svg +2 -2
  54. package/tests/examples/__snapshots__/example29.snap.svg +2 -2
  55. package/tests/examples/__snapshots__/example42.snap.svg +2 -2
  56. package/tests/examples/__snapshots__/example45.snap.svg +2 -2
  57. package/tests/examples/__snapshots__/example46.snap.svg +2 -2
  58. package/tests/examples/__snapshots__/example47.snap.svg +2 -2
  59. package/tests/examples/__snapshots__/example51.snap.svg +2 -2
  60. package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +2 -2
  61. package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +2 -2
  62. package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +2 -2
  63. package/tests/repros/__snapshots__/bugreport-001-gnd-overlap.snap.svg +2 -2
  64. package/tests/repros/__snapshots__/netlabel-connector-through-rail-label.snap.svg +2 -2
  65. package/tests/repros/__snapshots__/repro-battery-management-bq24073.snap.svg +2 -2
  66. package/tests/repros/__snapshots__/repro-bc107a-common-emitter-routing.snap.svg +2 -2
  67. package/tests/repros/__snapshots__/repro-bluetooth-controller-ground-decoupling-groups.snap.svg +2 -2
  68. package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +2 -2
  69. package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +2 -2
  70. package/tests/repros/__snapshots__/repro-board-8090-power-section.snap.svg +2 -2
  71. package/tests/repros/__snapshots__/repro-bq24074-battery-charger.snap.svg +2 -2
  72. package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +2 -2
  73. package/tests/repros/__snapshots__/repro-bq40z60-current-sense.snap.svg +2 -2
  74. package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +2 -2
  75. package/tests/repros/__snapshots__/repro-core-ground-inline-label-fallback.snap.svg +2 -2
  76. package/tests/repros/__snapshots__/repro-esp12f-section.snap.svg +508 -0
  77. package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +2 -2
  78. package/tests/repros/__snapshots__/repro-hdc2080-ground-label-alignment.snap.svg +2 -2
  79. package/tests/repros/__snapshots__/repro-hdc3020-ground-label-alignment.snap.svg +2 -2
  80. package/tests/repros/__snapshots__/repro-hub-usb-sheet.snap.svg +2 -2
  81. package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +2 -2
  82. package/tests/repros/__snapshots__/repro-isolated-rs485-isow7841.snap.svg +2 -2
  83. package/tests/repros/__snapshots__/repro-mspm0l1306-capacitor-symmetry.snap.svg +2 -2
  84. package/tests/repros/__snapshots__/repro-pga300-c6-trace-alignment.snap.svg +2 -2
  85. package/tests/repros/__snapshots__/repro-pga300-redundant-ground-traces.snap.svg +2 -2
  86. package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +18 -18
  87. package/tests/repros/__snapshots__/repro-power-group-rail-labels.snap.svg +2 -2
  88. package/tests/repros/__snapshots__/repro-powerbank-3v-system-power.snap.svg +2 -2
  89. package/tests/repros/__snapshots__/repro-rectifier-trace-overlap.snap.svg +2 -2
  90. package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +2 -2
  91. package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +2 -2
  92. package/tests/repros/__snapshots__/repro-smartwatch-power-sheet.snap.svg +2 -2
  93. package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +2 -2
  94. package/tests/repros/__snapshots__/repro-tida-01389-hbridge.snap.svg +2 -2
  95. package/tests/repros/__snapshots__/repro-tida00553-j4-cell-divider.snap.svg +2 -2
  96. package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +2 -2
  97. package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +2 -2
  98. package/tests/repros/__snapshots__/repro-tmp1075-ground-label-overlap.snap.svg +2 -2
  99. package/tests/repros/__snapshots__/repro-tps61222-trace-intersection.snap.svg +2 -2
  100. package/tests/repros/__snapshots__/repro-trellis-core-gnd-net-label-overlap.snap.svg +2 -2
  101. package/tests/repros/__snapshots__/repro-type-c-vbus-led-ground-label.snap.svg +2 -2
  102. package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +2 -2
  103. package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +2 -2
  104. package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +2 -2
  105. package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +2 -2
  106. package/tests/repros/assets/repro-esp12f-status-section.input.json +1394 -0
  107. package/tests/repros/repro-esp12f-section.test.ts +12 -0
  108. package/tests/solvers/SameNetJunctionAlignmentSolver/collapse-redundant-shared-endpoint-stubs.test.ts +101 -0
  109. package/tests/solvers/UnroutedTraceRecoverySolver/local-elbow-obstacles.test.ts +74 -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="-1.7899999999999998,0.41527232500000005 -1.7900000000000003,-1.2547276749999998" data-type="line" data-label="" points="190.54205075718113,355.27127403412317 190.5420507571811,473.73416457412725" fill="none" stroke="hsl(296, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.64945535,1.2547276749999998 0.6100000000000005,0.215272325" data-type="line" data-label="" points="434.52278287950537,295.72378466869156 360.7881209943128,369.45844655388413" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="0.6100000000000005,0.215272325 1.3100000000000005,0.21527232500000038" data-type="line" data-label="" points="360.7881209943128,369.45844655388413 410.4432248134762,369.45844655388413" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="0.6100000000000005,0.015272324999999976 -2.0149999999999997,3.5597276749999995" data-type="line" data-label="" points="360.7881209943128,383.6456190736451 174.58148167245005,132.21662137844635" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.6100000000000005,0.015272324999999976 -1.7900000000000003,-2.3547276750000004" data-type="line" data-label="" points="360.7881209943128,383.6456190736451 190.5420507571811,551.7636134328127" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.6100000000000005,0.015272324999999976 -0.18999999999999995,4.154727674999999" data-type="line" data-label="" points="360.7881209943128,383.6456190736451 304.0394309152689,90.00978313215751" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.0149999999999997,3.5597276749999995 -1.7900000000000003,-2.3547276750000004" data-type="line" data-label="" points="174.58148167245005,132.21662137844635 190.5420507571811,551.7636134328127" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.0149999999999997,3.5597276749999995 -0.18999999999999995,4.154727674999999" data-type="line" data-label="" points="174.58148167245005,132.21662137844635 304.0394309152689,90.00978313215751" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7900000000000003,-2.3547276750000004 -0.18999999999999995,4.154727674999999" data-type="line" data-label="" points="190.5420507571811,551.7636134328127 304.0394309152689,90.00978313215751" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7899999999999998,0.015272324999999976 -1.7899999999999998,0.21527232500000004" data-type="line" data-label="" points="190.54205075718113,383.6456190736451 190.54205075718113,369.45844655388413" fill="none" stroke="hsl(234, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7899999999999998,0.015272324999999976 2.4100000000000006,0.21527232500000038" data-type="line" data-label="" points="190.54205075718113,383.6456190736451 488.4726736721616,369.45844655388413" fill="none" stroke="hsl(234, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7899999999999998,0.015272324999999976 -2.0149999999999997,4.659727674999999" data-type="line" data-label="" points="190.54205075718113,383.6456190736451 174.58148167245005,54.18717251976102" fill="none" stroke="hsl(234, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7899999999999998,0.21527232500000004 2.4100000000000006,0.21527232500000038" data-type="line" data-label="" points="190.54205075718113,369.45844655388413 488.4726736721616,369.45844655388413" fill="none" stroke="hsl(234, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7899999999999998,0.21527232500000004 -2.0149999999999997,4.659727674999999" data-type="line" data-label="" points="190.54205075718113,369.45844655388413 174.58148167245005,54.18717251976102" fill="none" stroke="hsl(234, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.4100000000000006,0.21527232500000038 -2.0149999999999997,4.659727674999999" data-type="line" data-label="" points="488.4726736721616,369.45844655388413 174.58148167245005,54.18717251976102" fill="none" stroke="hsl(234, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.6100000000000005,0.415272325 -0.18999999999999995,4.3547276749999995" data-type="line" data-label="" points="360.7881209943128,355.27127403412317 304.0394309152689,75.82261061239649" fill="none" stroke="hsl(158, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7899999999999998,0.6152723250000001 0.6100000000000005,0.6152723250000001" data-type="line" data-label="" points="190.54205075718113,341.0841015143622 360.7881209943128,341.0841015143622" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7899999999999998,0.6152723250000001 1.64945535,2.354727675" data-type="line" data-label="" points="190.54205075718113,341.0841015143622 434.52278287950537,217.69433581000618" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7899999999999998,0.6152723250000001 -0.18999999999999995,4.554727675" data-type="line" data-label="" points="190.54205075718113,341.0841015143622 304.0394309152689,61.635438092635525" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.6100000000000005,0.6152723250000001 1.64945535,2.354727675" data-type="line" data-label="" points="360.7881209943128,341.0841015143622 434.52278287950537,217.69433581000618" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.6100000000000005,0.6152723250000001 -0.18999999999999995,4.554727675" data-type="line" data-label="" points="360.7881209943128,341.0841015143622 304.0394309152689,61.635438092635525" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.64945535,2.354727675 -0.18999999999999995,4.554727675" data-type="line" data-label="" points="434.52278287950537,217.69433581000618 304.0394309152689,61.635438092635525" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7899999999999998,0.4152723250000001 -2.09,0.4152723250000001 -2.09,-0.41972767499999986 -1.7900000000000003,-0.41972767499999986 -1.7900000000000003,-1.2547276749999998" data-type="line" data-label="" points="190.54205075718113,355.27127403412317 169.26129197753966,355.27127403412317 169.26129197753966,414.5027193041252 190.5420507571811,414.5027193041252 190.5420507571811,473.73416457412725" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.3100000000000005,0.21527232500000038 1.1100000000000005,0.21527232500000038 1.1100000000000005,0.7350000000000001 1.64945535,0.7350000000000001 1.64945535,1.2547276749999998" data-type="line" data-label="" points="410.4432248134762,369.45844655388413 396.25605229371524,369.45844655388413 396.25605229371524,332.5911156112878 434.52278287950537,332.5911156112878 434.52278287950537,295.72378466869156" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.6100000000000005,0.215272325 1.3100000000000005,0.21527232500000038" data-type="line" data-label="" points="360.7881209943128,369.45844655388413 410.4432248134762,369.45844655388413" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.7899999999999998,0.21527232500000004 -1.8899999999999997,0.21527232500000004 -1.8899999999999997,0.015272324999999976 -1.7899999999999998,0.015272324999999976" data-type="line" data-label="" points="190.54205075718113,369.45844655388413 183.44846449730065,369.45844655388413 183.44846449730065,383.6456190736451 190.54205075718113,383.6456190736451" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.610000000000001,0.015272324999999753 0.7100000000000005,0.015272324999999753 0.7100000000000005,-2.5547276750000005 -1.7900000000000003,-2.5547276750000005 -1.7900000000000003,-2.3547276750000004" data-type="line" data-label="" points="360.78812099431286,383.64561907364515 367.8817072541933,383.64561907364515 367.8817072541933,565.9507859525736 190.5420507571811,565.9507859525736 190.5420507571811,551.7636134328127" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.0149999999999997,3.5597276749999995 -2.0149999999999997,3.3597276749999994 -1.1025,3.3597276749999994 -1.1025,4.154727674999999 -0.18999999999999995,4.154727674999999" data-type="line" data-label="" points="174.58148167245005,132.21662137844635 174.58148167245005,146.40379389820734 239.31045629385943,146.40379389820734 239.31045629385943,90.00978313215751 304.0394309152689,90.00978313215751" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.410000000000001,0.21527232500000082 2.610000000000001,0.21527232500000082 2.610000000000001,4.859727674999999 -2.0149999999999997,4.859727674999999 -2.0149999999999997,4.659727674999999" data-type="line" data-label="" points="488.4726736721616,369.4584465538841 502.6598461919226,369.4584465538841 502.6598461919226,40.00000000000006 174.58148167245005,40.00000000000006 174.58148167245005,54.18717251976102" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.7899999999999998,0.6152723250000001 -1.9899999999999998,0.6152723250000001 -1.9899999999999998,1.015272325 0.8100000000000007,1.015272325 0.8100000000000007,0.6152723250000001 0.6100000000000005,0.6152723250000001" data-type="line" data-label="" points="190.54205075718113,341.0841015143622 176.35487823742017,341.0841015143622 176.35487823742017,312.7097564748403 374.97529351407377,312.7097564748403 374.97529351407377,341.0841015143622 360.7881209943128,341.0841015143622" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-0.5899999999999996" data-y="0.315272325" x="190.54205075718113" y="326.89692899460124" width="170.24607023713168" height="70.93586259880487" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.014097241696428573"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="1.88195535" data-y="1.8047276749999999" x="420.7289248903029" y="217.6943358100062" width="60.57289208684921" height="78.02944885868538" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.014097241696428573"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="1.8600000000000005" data-y="0.21527232500000035" x="410.44322481347626" y="341.8320953579147" width="78.02944885868538" height="55.25270239193884" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.014097241696428573"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-1.8774999999999997" data-y="4.109727674999999" x="144.788419380952" y="54.18717251976102" width="79.0934867976674" height="78.02944885868533" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.014097241696428573"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-1.6525000000000003" data-y="-1.804727675" x="160.74898846568306" y="473.7341645741272" width="79.09348679766742" height="78.02944885868544" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.014097241696428573"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="0.9100000000000001" data-y="4.3547276749999995" x="304.0394309152689" y="47.448265572874504" width="156.0588977173707" height="56.74869007904397" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.014097241696428573"/></g><g><rect data-type="rect" data-label="netId: GND
3
+ <rect width="100%" height="100%" fill="white"/><g><polyline data-points="-1.7899999999999998,0.41527232500000005 -1.7900000000000003,-1.2547276749999998" data-type="line" data-label="" points="190.54205075718113,355.27127403412317 190.5420507571811,473.73416457412725" fill="none" stroke="hsl(296, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.64945535,1.2547276749999998 0.6100000000000005,0.215272325" data-type="line" data-label="" points="434.52278287950537,295.72378466869156 360.7881209943128,369.45844655388413" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="0.6100000000000005,0.215272325 1.3100000000000005,0.21527232500000038" data-type="line" data-label="" points="360.7881209943128,369.45844655388413 410.4432248134762,369.45844655388413" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="0.6100000000000005,0.015272324999999976 -2.0149999999999997,3.5597276749999995" data-type="line" data-label="" points="360.7881209943128,383.6456190736451 174.58148167245005,132.21662137844635" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.6100000000000005,0.015272324999999976 -1.7900000000000003,-2.3547276750000004" data-type="line" data-label="" points="360.7881209943128,383.6456190736451 190.5420507571811,551.7636134328127" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.6100000000000005,0.015272324999999976 -0.18999999999999995,4.154727674999999" data-type="line" data-label="" points="360.7881209943128,383.6456190736451 304.0394309152689,90.00978313215751" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.0149999999999997,3.5597276749999995 -1.7900000000000003,-2.3547276750000004" data-type="line" data-label="" points="174.58148167245005,132.21662137844635 190.5420507571811,551.7636134328127" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.0149999999999997,3.5597276749999995 -0.18999999999999995,4.154727674999999" data-type="line" data-label="" points="174.58148167245005,132.21662137844635 304.0394309152689,90.00978313215751" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7900000000000003,-2.3547276750000004 -0.18999999999999995,4.154727674999999" data-type="line" data-label="" points="190.5420507571811,551.7636134328127 304.0394309152689,90.00978313215751" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7899999999999998,0.015272324999999976 -1.7899999999999998,0.21527232500000004" data-type="line" data-label="" points="190.54205075718113,383.6456190736451 190.54205075718113,369.45844655388413" fill="none" stroke="hsl(234, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7899999999999998,0.015272324999999976 2.4100000000000006,0.21527232500000038" data-type="line" data-label="" points="190.54205075718113,383.6456190736451 488.4726736721616,369.45844655388413" fill="none" stroke="hsl(234, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7899999999999998,0.015272324999999976 -2.0149999999999997,4.659727674999999" data-type="line" data-label="" points="190.54205075718113,383.6456190736451 174.58148167245005,54.18717251976102" fill="none" stroke="hsl(234, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7899999999999998,0.21527232500000004 2.4100000000000006,0.21527232500000038" data-type="line" data-label="" points="190.54205075718113,369.45844655388413 488.4726736721616,369.45844655388413" fill="none" stroke="hsl(234, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7899999999999998,0.21527232500000004 -2.0149999999999997,4.659727674999999" data-type="line" data-label="" points="190.54205075718113,369.45844655388413 174.58148167245005,54.18717251976102" fill="none" stroke="hsl(234, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.4100000000000006,0.21527232500000038 -2.0149999999999997,4.659727674999999" data-type="line" data-label="" points="488.4726736721616,369.45844655388413 174.58148167245005,54.18717251976102" fill="none" stroke="hsl(234, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.6100000000000005,0.415272325 -0.18999999999999995,4.3547276749999995" data-type="line" data-label="" points="360.7881209943128,355.27127403412317 304.0394309152689,75.82261061239649" fill="none" stroke="hsl(158, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7899999999999998,0.6152723250000001 0.6100000000000005,0.6152723250000001" data-type="line" data-label="" points="190.54205075718113,341.0841015143622 360.7881209943128,341.0841015143622" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7899999999999998,0.6152723250000001 1.64945535,2.354727675" data-type="line" data-label="" points="190.54205075718113,341.0841015143622 434.52278287950537,217.69433581000618" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7899999999999998,0.6152723250000001 -0.18999999999999995,4.554727675" data-type="line" data-label="" points="190.54205075718113,341.0841015143622 304.0394309152689,61.635438092635525" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.6100000000000005,0.6152723250000001 1.64945535,2.354727675" data-type="line" data-label="" points="360.7881209943128,341.0841015143622 434.52278287950537,217.69433581000618" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.6100000000000005,0.6152723250000001 -0.18999999999999995,4.554727675" data-type="line" data-label="" points="360.7881209943128,341.0841015143622 304.0394309152689,61.635438092635525" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.64945535,2.354727675 -0.18999999999999995,4.554727675" data-type="line" data-label="" points="434.52278287950537,217.69433581000618 304.0394309152689,61.635438092635525" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7899999999999998,0.4152723250000001 -2.09,0.4152723250000001 -2.09,-0.41972767499999986 -1.7900000000000003,-0.41972767499999986 -1.7900000000000003,-1.2547276749999998" data-type="line" data-label="" points="190.54205075718113,355.27127403412317 169.26129197753966,355.27127403412317 169.26129197753966,414.5027193041252 190.5420507571811,414.5027193041252 190.5420507571811,473.73416457412725" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.1100000000000005,0.21527232500000038 1.1100000000000005,0.7350000000000001 1.64945535,0.7350000000000001 1.64945535,1.2547276749999998" data-type="line" data-label="" points="396.25605229371524,369.45844655388413 396.25605229371524,332.5911156112878 434.52278287950537,332.5911156112878 434.52278287950537,295.72378466869156" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.3100000000000005,0.21527232500000038 0.6100000000000005,0.215272325" data-type="line" data-label="" points="410.4432248134762,369.45844655388413 360.7881209943128,369.45844655388413" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.7899999999999998,0.21527232500000004 -1.8899999999999997,0.21527232500000004 -1.8899999999999997,0.015272324999999976 -1.7899999999999998,0.015272324999999976" data-type="line" data-label="" points="190.54205075718113,369.45844655388413 183.44846449730065,369.45844655388413 183.44846449730065,383.6456190736451 190.54205075718113,383.6456190736451" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.610000000000001,0.015272324999999753 0.7100000000000005,0.015272324999999753 0.7100000000000005,-2.5547276750000005 -1.7900000000000003,-2.5547276750000005 -1.7900000000000003,-2.3547276750000004" data-type="line" data-label="" points="360.78812099431286,383.64561907364515 367.8817072541933,383.64561907364515 367.8817072541933,565.9507859525736 190.5420507571811,565.9507859525736 190.5420507571811,551.7636134328127" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.0149999999999997,3.5597276749999995 -2.0149999999999997,3.3597276749999994 -1.1025,3.3597276749999994 -1.1025,4.154727674999999 -0.18999999999999995,4.154727674999999" data-type="line" data-label="" points="174.58148167245005,132.21662137844635 174.58148167245005,146.40379389820734 239.31045629385943,146.40379389820734 239.31045629385943,90.00978313215751 304.0394309152689,90.00978313215751" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.410000000000001,0.21527232500000082 2.610000000000001,0.21527232500000082 2.610000000000001,4.859727674999999 -2.0149999999999997,4.859727674999999 -2.0149999999999997,4.659727674999999" data-type="line" data-label="" points="488.4726736721616,369.4584465538841 502.6598461919226,369.4584465538841 502.6598461919226,40.00000000000006 174.58148167245005,40.00000000000006 174.58148167245005,54.18717251976102" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.7899999999999998,0.6152723250000001 -1.9899999999999998,0.6152723250000001 -1.9899999999999998,1.015272325 0.8100000000000007,1.015272325 0.8100000000000007,0.6152723250000001 0.6100000000000005,0.6152723250000001" data-type="line" data-label="" points="190.54205075718113,341.0841015143622 176.35487823742017,341.0841015143622 176.35487823742017,312.7097564748403 374.97529351407377,312.7097564748403 374.97529351407377,341.0841015143622 360.7881209943128,341.0841015143622" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-0.5899999999999996" data-y="0.315272325" x="190.54205075718113" y="326.89692899460124" width="170.24607023713168" height="70.93586259880487" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.014097241696428573"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="1.88195535" data-y="1.8047276749999999" x="420.7289248903029" y="217.6943358100062" width="60.57289208684921" height="78.02944885868538" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.014097241696428573"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="1.8600000000000005" data-y="0.21527232500000035" x="410.44322481347626" y="341.8320953579147" width="78.02944885868538" height="55.25270239193884" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.014097241696428573"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-1.8774999999999997" data-y="4.109727674999999" x="144.788419380952" y="54.18717251976102" width="79.0934867976674" height="78.02944885868533" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.014097241696428573"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-1.6525000000000003" data-y="-1.804727675" x="160.74898846568306" y="473.7341645741272" width="79.09348679766742" height="78.02944885868544" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.014097241696428573"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="0.9100000000000001" data-y="4.3547276749999995" x="304.0394309152689" y="47.448265572874504" width="156.0588977173707" height="56.74869007904397" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.014097241696428573"/></g><g><rect data-type="rect" data-label="netId: GND
4
4
  globalConnNetId: connectivity_net2" data-x="-1.7900000000000003" data-y="-2.7947276750000007" x="183.44846449730062" y="565.9507859525736" width="14.187172519760992" height="34.0492140474264" fill="#00000066" stroke="#000000" stroke-width="0.014097241696428573"/></g><g><rect data-type="rect" data-label="netId: GND
5
5
  globalConnNetId: connectivity_net2" data-x="-2.0149999999999997" data-y="3.119727674999999" x="167.48789541256957" y="146.4037938982073" width="14.187172519760992" height="34.049214047426375" fill="#00000066" stroke="#000000" stroke-width="0.014097241696428573"/></g><g><rect data-type="rect" data-label="netId: NODE
6
6
  globalConnNetId: connectivity_net3" data-x="2.510000000000001" data-y="-0.08472767499999917" x="488.4726736721616" y="369.4584465538841" width="14.18717251976102" height="42.56151755928295" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.014097241696428573"/></g><g><rect data-type="rect" data-label="netId: OUT
@@ -96,7 +96,7 @@ orientation: y-" data-x="0.9100000000000006" data-y="0.215272325" cx="382.068879
96
96
  .port-label { fill: rgb(0, 100, 100); }
97
97
  .component-name { fill: rgb(0, 100, 100); }
98
98
 
99
- </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 444.07812071500297 444.99706524399335 L 417.348655694713 444.99706524399335 L 417.348655694713 519.3940762171338 L 444.0781207150029 519.3940762171338 L 444.0781207150029 593.7910871902743" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.255714677488px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 444.07812071500297 444.99706524399335 L 417.348655694713 444.99706524399335 L 417.348655694713 519.3940762171338 L 444.0781207150029 519.3940762171338 L 444.0781207150029 593.7910871902743" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.781964334686px" 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 720.282592591333 462.8167085908533 L 702.462949244473 462.8167085908533 L 702.462949244473 416.5098995608895 L 750.5274589372506 416.5098995608895 L 750.5274589372506 370.2030905309257" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.255714677488px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 720.282592591333 462.8167085908533 L 702.462949244473 462.8167085908533 L 702.462949244473 416.5098995608895 L 750.5274589372506 416.5098995608895 L 750.5274589372506 370.2030905309257" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.781964334686px" 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 657.913840877323 462.81670859085335 L 720.282592591333 462.8167085908533" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.255714677488px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 657.913840877323 462.81670859085335 L 720.282592591333 462.8167085908533" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.781964334686px" 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 444.07812071500297 462.81670859085335 L 435.168299041573 462.81670859085335 L 435.168299041573 480.63635193771336 L 444.07812071500297 480.63635193771336" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.255714677488px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 444.07812071500297 462.81670859085335 L 435.168299041573 462.81670859085335 L 435.168299041573 480.63635193771336 L 444.07812071500297 480.63635193771336" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.781964334686px" 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 657.9138408773231 480.63635193771336 L 666.8236625507529 480.63635193771336 L 666.8236625507529 709.6187689448643 L 444.0781207150029 709.6187689448643 L 444.0781207150029 691.7991255980044" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.255714677488px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 657.9138408773231 480.63635193771336 L 666.8236625507529 480.63635193771336 L 666.8236625507529 709.6187689448643 L 444.0781207150029 709.6187689448643 L 444.0781207150029 691.7991255980044" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.781964334686px" 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 424.0310219497855 164.83170095836425 L 424.0310219497855 182.65134430522426 L 505.3331447198342 182.65134430522426 L 505.3331447198342 111.81826200145576 L 586.635267489883 111.81826200145576" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.255714677488px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 424.0310219497855 164.83170095836425 L 424.0310219497855 182.65134430522426 L 505.3331447198342 182.65134430522426 L 505.3331447198342 111.81826200145576 L 586.635267489883 111.81826200145576" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.781964334686px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"><path d="M 818.2906309990631 462.81670859085324 L 836.110274345923 462.81670859085324 L 836.110274345923 49.00401920377425 L 424.0310219497855 49.00401920377425 L 424.0310219497855 66.82366255063425" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.255714677488px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 818.2906309990631 462.81670859085324 L 836.110274345923 462.81670859085324 L 836.110274345923 49.00401920377425 L 424.0310219497855 49.00401920377425 L 424.0310219497855 66.82366255063425" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.781964334686px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><path d="M 444.07812071500297 427.17742189713334 L 426.25847736814296 427.17742189713334 L 426.25847736814296 391.53813520341333 L 675.733484224183 391.53813520341333 L 675.733484224183 427.17742189713334 L 657.913840877323 427.17742189713334" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.255714677488px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 444.07812071500297 427.17742189713334 L 426.25847736814296 427.17742189713334 L 426.25847736814296 391.53813520341333 L 675.733484224183 391.53813520341333 L 675.733484224183 427.17742189713334 L 657.913840877323 427.17742189713334" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.781964334686px" 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="720.282592591333" cy="462.8167085908533" r="2.6729465020289997" 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="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="479.717407408723" y="409.35777855027334" width="142.55714677487998" height="89.09821673429997" stroke-width="1.781964334686px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="479.717407408723" y="409.35777855027334" width="142.55714677487998" height="89.09821673429997" fill="transparent"/><text class="sch-text" x="550.9959807961629" y="453.9068869174233" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.037679012174px" transform="rotate(0, 550.9959807961629, 453.9068869174233)">U1</text><line class="component-pin sch-component-pin sch-port-line" x1="622.274554183603" y1="480.63635193771336" x2="657.913840877323" y2="480.63635193771336" stroke-width="1.781964334686px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="656.131876542637" y="478.85438760302736" width="3.563928669372" height="3.563928669372" opacity="0"/></g><text class="pin-number sch-pin-number" x="640.094197530463" y="478.85438760302736" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.364732510144998px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="479.717407408723" y1="480.63635193771336" x2="444.07812071500297" y2="480.63635193771336" stroke-width="1.781964334686px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="442.296156380317" y="478.85438760302736" width="3.563928669372" height="3.563928669372" opacity="0"/></g><text class="pin-number sch-pin-number" x="461.897764061863" y="478.85438760302736" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.364732510144998px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="622.274554183603" y1="444.99706524399335" x2="656.131876542637" y2="444.99706524399335" stroke-width="1.781964334686px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="657.913840877323" cy="444.99706524399335" r="1.781964334686" stroke-width="1.781964334686px"/><rect x="656.131876542637" y="443.21510090930735" width="3.563928669372" height="3.563928669372" opacity="0"/></g><text class="pin-number sch-pin-number" x="640.094197530463" y="443.21510090930735" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.364732510144998px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="479.717407408723" y1="427.17742189713334" x2="444.07812071500297" y2="427.17742189713334" stroke-width="1.781964334686px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="442.296156380317" y="425.39545756244735" width="3.563928669372" height="3.563928669372" opacity="0"/></g><text class="pin-number sch-pin-number" x="461.897764061863" y="425.39545756244735" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.364732510144998px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="479.717407408723" y1="444.99706524399335" x2="444.07812071500297" y2="444.99706524399335" stroke-width="1.781964334686px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="442.296156380317" y="443.21510090930735" width="3.563928669372" height="3.563928669372" opacity="0"/></g><text class="pin-number sch-pin-number" x="461.897764061863" y="443.21510090930735" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.364732510144998px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="479.717407408723" y1="462.81670859085335" x2="444.07812071500297" y2="462.81670859085335" stroke-width="1.781964334686px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="442.296156380317" y="461.03474425616736" width="3.563928669372" height="3.563928669372" opacity="0"/></g><text class="pin-number sch-pin-number" x="461.897764061863" y="461.03474425616736" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.364732510144998px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="622.274554183603" y1="462.81670859085335" x2="657.913840877323" y2="462.81670859085335" stroke-width="1.781964334686px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="656.131876542637" y="461.03474425616736" width="3.563928669372" height="3.563928669372" opacity="0"/></g><text class="pin-number sch-pin-number" x="640.094197530463" y="461.03474425616736" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.364732510144998px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="622.274554183603" y1="427.17742189713334" x2="657.913840877323" y2="427.17742189713334" stroke-width="1.781964334686px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="656.131876542637" y="425.39545756244735" width="3.563928669372" height="3.563928669372" opacity="0"/></g><text class="pin-number sch-pin-number" x="640.094197530463" y="425.39545756244735" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.364732510144998px" transform="">8</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="737.4629874175001" y="272.19505212319564" width="26.128943039500882" height="98.00803840773006" fill="transparent"/><path class="sch-component-symbol-path" d="M 750.5274589372506 272.19505212319564 L 750.5274589372506 288.5329921257643" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.781964334686px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 750.5274589372506 353.86515052835705 L 750.5274589372506 370.2030905309257" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.781964334686px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 763.591930457001 288.5329921257643 L 763.591930457001 353.86515052835705 L 737.4629874175001 353.86515052835705 L 737.4629874175001 288.5329921257643 L 763.591930457001 288.5329921257643" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.781964334686px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="776.6629358459786" y="295.0635944183327" stroke="rgb(245, 241, 237)" stroke-width="1.781964334686px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="16.037679012174px">R1</text><text class="sch-component-text" x="776.6629358459786" y="347.33454823578865" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="16.037679012174px"></text><circle class="component-pin sch-component-pin" cx="750.5274589372506" cy="272.19505212319564" r="1.781964334686px" stroke-width="1.781964334686px" fill="none" stroke="rgb(132, 0, 0)"/></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="720.282592591333" y="449.7522370711029" width="98.00803840773006" height="26.12894303950077" fill="transparent"/><path class="sch-component-symbol-path" d="M 720.282592591333 462.8167085908533 L 736.6205325939017 462.8167085908533" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.781964334686px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 801.9526909964944 462.8167085908533 L 818.2906309990631 462.8167085908533" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.781964334686px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 736.6205325939017 449.7522370711029 L 801.9526909964944 449.7522370711029 L 801.9526909964944 475.8811801106037 L 736.6205325939017 475.8811801106037 L 736.6205325939017 449.7522370711029" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.781964334686px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="769.286611795198" y="436.6812316821253" stroke="rgb(245, 241, 237)" stroke-width="1.781964334686px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="16.037679012174px">R2</text><text class="sch-component-text" x="769.286611795198" y="488.9521854995813" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="16.037679012174px"></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="397.89227810644394" y="66.82366255063424" width="52.277487686683116" height="98.00803840772996" fill="transparent"/><path class="sch-component-symbol-path" d="M 424.0310219497855 164.8317009583642 L 424.0310219497855 125.62848559527222" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.781964334686px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 424.0310219497855 106.02687791372622 L 424.0310219497855 66.82366255063424" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.781964334686px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 450.16976579312706 125.62848559527222 L 397.89227810644394 125.62848559527222" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.781964334686px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 450.16976579312706 106.02687791372622 L 397.89227810644394 106.02687791372622" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.781964334686px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="442.81589597793374" y="83.15833561858923" stroke="rgb(245, 241, 237)" stroke-width="1.781964334686px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="16.037679012174px">C1</text><text class="sch-component-text" x="442.81589597793374" y="148.4970278904092" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="16.037679012174px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component-overlay sch-component-overlay" x="417.9393768716613" y="593.7910871902743" width="52.27748768668323" height="98.00803840773006" fill="transparent"/><path class="sch-component-symbol-path" d="M 444.0781207150029 691.7991255980044 L 444.0781207150029 652.5959102349124" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.781964334686px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 444.0781207150029 632.9943025533663 L 444.0781207150029 593.7910871902743" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.781964334686px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 470.2168645583445 652.5959102349124 L 417.9393768716613 652.5959102349124" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.781964334686px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 470.2168645583445 632.9943025533663 L 417.9393768716613 632.9943025533663" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.781964334686px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="462.86299474315115" y="610.1257602582293" stroke="rgb(245, 241, 237)" stroke-width="1.781964334686px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="16.037679012174px">C2</text><text class="sch-component-text" x="462.86299474315115" y="675.4644525300494" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="16.037679012174px"></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="622.274554183603" y="58.35933196087569" width="124.73750342801998" height="71.27857338744008" stroke-width="1.781964334686px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="622.274554183603" y="58.35933196087569" width="124.73750342801998" height="71.27857338744008" fill="transparent"/><text class="sch-text" x="684.643305897613" y="93.99861865459576" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.037679012174px" transform="rotate(0, 684.643305897613, 93.99861865459576)">J1</text><line class="component-pin sch-component-pin sch-port-line" x1="622.274554183603" y1="76.1789753077357" x2="588.417231824569" y2="76.1789753077357" stroke-width="1.781964334686px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="586.635267489883" cy="76.1789753077357" r="1.781964334686" stroke-width="1.781964334686px"/><rect x="584.853303155197" y="74.3970109730497" width="3.563928669372" height="3.563928669372" opacity="0"/></g><text class="pin-number sch-pin-number" x="604.454910836743" y="74.39701097304976" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.364732510144998px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="622.274554183603" y1="93.99861865459576" x2="588.417231824569" y2="93.99861865459576" stroke-width="1.781964334686px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="586.635267489883" cy="93.99861865459576" r="1.781964334686" stroke-width="1.781964334686px"/><rect x="584.853303155197" y="92.21665431990976" width="3.563928669372" height="3.563928669372" opacity="0"/></g><text class="pin-number sch-pin-number" x="604.454910836743" y="92.21665431990976" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.364732510144998px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="622.274554183603" y1="111.81826200145576" x2="586.635267489883" y2="111.81826200145576" stroke-width="1.781964334686px"/><g class="sch-port" data-schematic-port-id="source_port_5_2__stack1"><rect x="584.853303155197" y="110.03629766676977" width="3.563928669372" height="3.563928669372" opacity="0"/></g><text class="pin-number sch-pin-number" x="604.454910836743" y="110.03629766676977" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.364732510144998px" transform="">3</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="657.913840877323" cy="480.63635193771336" r="3.563928669372" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="444.07812071500297" cy="480.63635193771336" r="3.563928669372" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="657.913840877323" cy="444.99706524399335" r="3.563928669372" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="444.07812071500297" cy="427.17742189713334" r="3.563928669372" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="444.07812071500297" cy="444.99706524399335" r="3.563928669372" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="444.07812071500297" cy="462.81670859085335" r="3.563928669372" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="657.913840877323" cy="462.81670859085335" r="3.563928669372" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="657.913840877323" cy="427.17742189713334" r="3.563928669372" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="750.5274589372506" cy="294.4696063067707" r="3.563928669372" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="750.5274589372506" cy="392.4776447145007" r="3.563928669372" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="742.557146774908" cy="462.8167085908533" r="3.563928669372" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="840.5651851826381" cy="462.8167085908533" r="3.563928669372" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="424.0310219497855" cy="89.09821673420925" r="3.563928669372" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="424.0310219497855" cy="187.10625514193924" r="3.563928669372" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="444.0781207150029" cy="616.0656413738493" r="3.563928669372" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="444.0781207150029" cy="714.0736797815794" r="3.563928669372" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="586.635267489883" cy="76.1789753077357" r="3.563928669372" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="586.635267489883" cy="93.99861865459576" r="3.563928669372" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_2__stack1"><circle cx="586.635267489883" cy="111.81826200145576" r="3.563928669372" 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="
99
+ </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 444.07812071500297 444.99706524399335 L 417.348655694713 444.99706524399335 L 417.348655694713 519.3940762171338 L 444.0781207150029 519.3940762171338 L 444.0781207150029 593.7910871902743" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.255714677488px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 444.07812071500297 444.99706524399335 L 417.348655694713 444.99706524399335 L 417.348655694713 519.3940762171338 L 444.0781207150029 519.3940762171338 L 444.0781207150029 593.7910871902743" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.781964334686px" 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 702.462949244473 462.8167085908533 L 702.462949244473 416.5098995608895 L 750.5274589372506 416.5098995608895 L 750.5274589372506 370.2030905309257" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.255714677488px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 702.462949244473 462.8167085908533 L 702.462949244473 416.5098995608895 L 750.5274589372506 416.5098995608895 L 750.5274589372506 370.2030905309257" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.781964334686px" 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 720.282592591333 462.8167085908533 L 657.913840877323 462.81670859085335" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.255714677488px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 720.282592591333 462.8167085908533 L 657.913840877323 462.81670859085335" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.781964334686px" 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 444.07812071500297 462.81670859085335 L 435.168299041573 462.81670859085335 L 435.168299041573 480.63635193771336 L 444.07812071500297 480.63635193771336" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.255714677488px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 444.07812071500297 462.81670859085335 L 435.168299041573 462.81670859085335 L 435.168299041573 480.63635193771336 L 444.07812071500297 480.63635193771336" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.781964334686px" 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 657.9138408773231 480.63635193771336 L 666.8236625507529 480.63635193771336 L 666.8236625507529 709.6187689448643 L 444.0781207150029 709.6187689448643 L 444.0781207150029 691.7991255980044" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.255714677488px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 657.9138408773231 480.63635193771336 L 666.8236625507529 480.63635193771336 L 666.8236625507529 709.6187689448643 L 444.0781207150029 709.6187689448643 L 444.0781207150029 691.7991255980044" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.781964334686px" 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 424.0310219497855 164.83170095836425 L 424.0310219497855 182.65134430522426 L 505.3331447198342 182.65134430522426 L 505.3331447198342 111.81826200145576 L 586.635267489883 111.81826200145576" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.255714677488px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 424.0310219497855 164.83170095836425 L 424.0310219497855 182.65134430522426 L 505.3331447198342 182.65134430522426 L 505.3331447198342 111.81826200145576 L 586.635267489883 111.81826200145576" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.781964334686px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"><path d="M 818.2906309990631 462.81670859085324 L 836.110274345923 462.81670859085324 L 836.110274345923 49.00401920377425 L 424.0310219497855 49.00401920377425 L 424.0310219497855 66.82366255063425" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.255714677488px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 818.2906309990631 462.81670859085324 L 836.110274345923 462.81670859085324 L 836.110274345923 49.00401920377425 L 424.0310219497855 49.00401920377425 L 424.0310219497855 66.82366255063425" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.781964334686px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><path d="M 444.07812071500297 427.17742189713334 L 426.25847736814296 427.17742189713334 L 426.25847736814296 391.53813520341333 L 675.733484224183 391.53813520341333 L 675.733484224183 427.17742189713334 L 657.913840877323 427.17742189713334" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.255714677488px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 444.07812071500297 427.17742189713334 L 426.25847736814296 427.17742189713334 L 426.25847736814296 391.53813520341333 L 675.733484224183 391.53813520341333 L 675.733484224183 427.17742189713334 L 657.913840877323 427.17742189713334" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.781964334686px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="479.717407408723" y="409.35777855027334" width="142.55714677487998" height="89.09821673429997" stroke-width="1.781964334686px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="479.717407408723" y="409.35777855027334" width="142.55714677487998" height="89.09821673429997" fill="transparent"/><text class="sch-text" x="550.9959807961629" y="453.9068869174233" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.037679012174px" transform="rotate(0, 550.9959807961629, 453.9068869174233)">U1</text><line class="component-pin sch-component-pin sch-port-line" x1="622.274554183603" y1="480.63635193771336" x2="657.913840877323" y2="480.63635193771336" stroke-width="1.781964334686px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="656.131876542637" y="478.85438760302736" width="3.563928669372" height="3.563928669372" opacity="0"/></g><text class="pin-number sch-pin-number" x="640.094197530463" y="478.85438760302736" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.364732510144998px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="479.717407408723" y1="480.63635193771336" x2="444.07812071500297" y2="480.63635193771336" stroke-width="1.781964334686px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="442.296156380317" y="478.85438760302736" width="3.563928669372" height="3.563928669372" opacity="0"/></g><text class="pin-number sch-pin-number" x="461.897764061863" y="478.85438760302736" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.364732510144998px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="622.274554183603" y1="444.99706524399335" x2="656.131876542637" y2="444.99706524399335" stroke-width="1.781964334686px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="657.913840877323" cy="444.99706524399335" r="1.781964334686" stroke-width="1.781964334686px"/><rect x="656.131876542637" y="443.21510090930735" width="3.563928669372" height="3.563928669372" opacity="0"/></g><text class="pin-number sch-pin-number" x="640.094197530463" y="443.21510090930735" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.364732510144998px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="479.717407408723" y1="427.17742189713334" x2="444.07812071500297" y2="427.17742189713334" stroke-width="1.781964334686px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="442.296156380317" y="425.39545756244735" width="3.563928669372" height="3.563928669372" opacity="0"/></g><text class="pin-number sch-pin-number" x="461.897764061863" y="425.39545756244735" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.364732510144998px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="479.717407408723" y1="444.99706524399335" x2="444.07812071500297" y2="444.99706524399335" stroke-width="1.781964334686px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="442.296156380317" y="443.21510090930735" width="3.563928669372" height="3.563928669372" opacity="0"/></g><text class="pin-number sch-pin-number" x="461.897764061863" y="443.21510090930735" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.364732510144998px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="479.717407408723" y1="462.81670859085335" x2="444.07812071500297" y2="462.81670859085335" stroke-width="1.781964334686px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="442.296156380317" y="461.03474425616736" width="3.563928669372" height="3.563928669372" opacity="0"/></g><text class="pin-number sch-pin-number" x="461.897764061863" y="461.03474425616736" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.364732510144998px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="622.274554183603" y1="462.81670859085335" x2="657.913840877323" y2="462.81670859085335" stroke-width="1.781964334686px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="656.131876542637" y="461.03474425616736" width="3.563928669372" height="3.563928669372" opacity="0"/></g><text class="pin-number sch-pin-number" x="640.094197530463" y="461.03474425616736" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.364732510144998px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="622.274554183603" y1="427.17742189713334" x2="657.913840877323" y2="427.17742189713334" stroke-width="1.781964334686px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="656.131876542637" y="425.39545756244735" width="3.563928669372" height="3.563928669372" opacity="0"/></g><text class="pin-number sch-pin-number" x="640.094197530463" y="425.39545756244735" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.364732510144998px" transform="">8</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="737.4629874175001" y="272.19505212319564" width="26.128943039500882" height="98.00803840773006" fill="transparent"/><path class="sch-component-symbol-path" d="M 750.5274589372506 272.19505212319564 L 750.5274589372506 288.5329921257643" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.781964334686px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 750.5274589372506 353.86515052835705 L 750.5274589372506 370.2030905309257" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.781964334686px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 763.591930457001 288.5329921257643 L 763.591930457001 353.86515052835705 L 737.4629874175001 353.86515052835705 L 737.4629874175001 288.5329921257643 L 763.591930457001 288.5329921257643" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.781964334686px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="776.6629358459786" y="295.0635944183327" stroke="rgb(245, 241, 237)" stroke-width="1.781964334686px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="16.037679012174px">R1</text><text class="sch-component-text" x="776.6629358459786" y="347.33454823578865" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="16.037679012174px"></text><circle class="component-pin sch-component-pin" cx="750.5274589372506" cy="272.19505212319564" r="1.781964334686px" stroke-width="1.781964334686px" fill="none" stroke="rgb(132, 0, 0)"/></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="720.282592591333" y="449.7522370711029" width="98.00803840773006" height="26.12894303950077" fill="transparent"/><path class="sch-component-symbol-path" d="M 720.282592591333 462.8167085908533 L 736.6205325939017 462.8167085908533" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.781964334686px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 801.9526909964944 462.8167085908533 L 818.2906309990631 462.8167085908533" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.781964334686px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 736.6205325939017 449.7522370711029 L 801.9526909964944 449.7522370711029 L 801.9526909964944 475.8811801106037 L 736.6205325939017 475.8811801106037 L 736.6205325939017 449.7522370711029" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.781964334686px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="769.286611795198" y="436.6812316821253" stroke="rgb(245, 241, 237)" stroke-width="1.781964334686px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="16.037679012174px">R2</text><text class="sch-component-text" x="769.286611795198" y="488.9521854995813" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="16.037679012174px"></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="397.89227810644394" y="66.82366255063424" width="52.277487686683116" height="98.00803840772996" fill="transparent"/><path class="sch-component-symbol-path" d="M 424.0310219497855 164.8317009583642 L 424.0310219497855 125.62848559527222" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.781964334686px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 424.0310219497855 106.02687791372622 L 424.0310219497855 66.82366255063424" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.781964334686px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 450.16976579312706 125.62848559527222 L 397.89227810644394 125.62848559527222" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.781964334686px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 450.16976579312706 106.02687791372622 L 397.89227810644394 106.02687791372622" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.781964334686px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="442.81589597793374" y="83.15833561858923" stroke="rgb(245, 241, 237)" stroke-width="1.781964334686px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="16.037679012174px">C1</text><text class="sch-component-text" x="442.81589597793374" y="148.4970278904092" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="16.037679012174px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component-overlay sch-component-overlay" x="417.9393768716613" y="593.7910871902743" width="52.27748768668323" height="98.00803840773006" fill="transparent"/><path class="sch-component-symbol-path" d="M 444.0781207150029 691.7991255980044 L 444.0781207150029 652.5959102349124" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.781964334686px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 444.0781207150029 632.9943025533663 L 444.0781207150029 593.7910871902743" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.781964334686px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 470.2168645583445 652.5959102349124 L 417.9393768716613 652.5959102349124" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.781964334686px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 470.2168645583445 632.9943025533663 L 417.9393768716613 632.9943025533663" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.781964334686px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="462.86299474315115" y="610.1257602582293" stroke="rgb(245, 241, 237)" stroke-width="1.781964334686px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="16.037679012174px">C2</text><text class="sch-component-text" x="462.86299474315115" y="675.4644525300494" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="16.037679012174px"></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="622.274554183603" y="58.35933196087569" width="124.73750342801998" height="71.27857338744008" stroke-width="1.781964334686px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="622.274554183603" y="58.35933196087569" width="124.73750342801998" height="71.27857338744008" fill="transparent"/><text class="sch-text" x="684.643305897613" y="93.99861865459576" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.037679012174px" transform="rotate(0, 684.643305897613, 93.99861865459576)">J1</text><line class="component-pin sch-component-pin sch-port-line" x1="622.274554183603" y1="76.1789753077357" x2="588.417231824569" y2="76.1789753077357" stroke-width="1.781964334686px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="586.635267489883" cy="76.1789753077357" r="1.781964334686" stroke-width="1.781964334686px"/><rect x="584.853303155197" y="74.3970109730497" width="3.563928669372" height="3.563928669372" opacity="0"/></g><text class="pin-number sch-pin-number" x="604.454910836743" y="74.39701097304976" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.364732510144998px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="622.274554183603" y1="93.99861865459576" x2="588.417231824569" y2="93.99861865459576" stroke-width="1.781964334686px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="586.635267489883" cy="93.99861865459576" r="1.781964334686" stroke-width="1.781964334686px"/><rect x="584.853303155197" y="92.21665431990976" width="3.563928669372" height="3.563928669372" opacity="0"/></g><text class="pin-number sch-pin-number" x="604.454910836743" y="92.21665431990976" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.364732510144998px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="622.274554183603" y1="111.81826200145576" x2="586.635267489883" y2="111.81826200145576" stroke-width="1.781964334686px"/><g class="sch-port" data-schematic-port-id="source_port_5_2__stack1"><rect x="584.853303155197" y="110.03629766676977" width="3.563928669372" height="3.563928669372" opacity="0"/></g><text class="pin-number sch-pin-number" x="604.454910836743" y="110.03629766676977" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.364732510144998px" transform="">3</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="657.913840877323" cy="480.63635193771336" r="3.563928669372" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="444.07812071500297" cy="480.63635193771336" r="3.563928669372" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="657.913840877323" cy="444.99706524399335" r="3.563928669372" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="444.07812071500297" cy="427.17742189713334" r="3.563928669372" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="444.07812071500297" cy="444.99706524399335" r="3.563928669372" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="444.07812071500297" cy="462.81670859085335" r="3.563928669372" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="657.913840877323" cy="462.81670859085335" r="3.563928669372" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="657.913840877323" cy="427.17742189713334" r="3.563928669372" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="750.5274589372506" cy="294.4696063067707" r="3.563928669372" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="750.5274589372506" cy="392.4776447145007" r="3.563928669372" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="742.557146774908" cy="462.8167085908533" r="3.563928669372" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="840.5651851826381" cy="462.8167085908533" r="3.563928669372" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="424.0310219497855" cy="89.09821673420925" r="3.563928669372" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="424.0310219497855" cy="187.10625514193924" r="3.563928669372" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="444.0781207150029" cy="616.0656413738493" r="3.563928669372" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="444.0781207150029" cy="714.0736797815794" r="3.563928669372" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="586.635267489883" cy="76.1789753077357" r="3.563928669372" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="586.635267489883" cy="93.99861865459576" r="3.563928669372" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_2__stack1"><circle cx="586.635267489883" cy="111.81826200145576" r="3.563928669372" 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="
100
100
  M 444.0781207150029,709.6187689448643
101
101
  L 452.9879423884329,714.4300726485166
102
102
  L 452.98794238843294,755.4508916329883