@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="-3.35,1.2 1.016,0.2" data-type="line" data-label="" points="190.50192759334345,269.3766243549663 389.62053846380934,314.9832690802219" fill="none" stroke="hsl(29, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3.35,1.2 -2.7,1.6" data-type="line" data-label="" points="190.50192759334345,269.3766243549663 220.1462466647596,251.13396646486405" fill="none" stroke="hsl(228, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3.8,0.7200000000000001 -3.35,1.2" data-type="line" data-label="" points="169.97893746697844,291.26781382308894 190.50192759334345,269.3766243549663" fill="none" stroke="hsl(40, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-2.2,0.7200000000000001 -3.35,1.2" data-type="line" data-label="" points="242.94956902738738,291.26781382308894 190.50192759334345,269.3766243549663" fill="none" stroke="hsl(32, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-0.9,1 -3.35,1.2" data-type="line" data-label="" points="302.23820717021965,278.4979533000174 190.50192759334345,269.3766243549663" fill="none" stroke="hsl(344, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-0.9,0.3999999999999999 -0.9,0.040000000000000036" data-type="line" data-label="" points="302.23820717021965,305.86194013517076 302.23820717021965,322.2803322362628" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="0.3,0.4800000000000001 -3.35,1.2" data-type="line" data-label="" points="356.96618084052636,302.2134085571503 190.50192759334345,269.3766243549663" fill="none" stroke="hsl(256, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.684,0.2 2.7720874999999996,1.401" data-type="line" data-label="" points="465.6924218655357,314.9832690802219 469.70979718277164,260.2096887651899" fill="none" stroke="hsl(16, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.684,0 2.7220874999999998,-0.535" data-type="line" data-label="" points="465.6924218655357,324.104598025273 467.42946494650886,348.50415295328474" fill="none" stroke="hsl(16, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3.35,1.2 -2.7,1.6" data-type="line" data-label="" points="190.50192759334345,269.3766243549663 220.1462466647596,251.13396646486405" fill="none" stroke="hsl(349, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.35,1.2 -3.8,0.7200000000000001" data-type="line" data-label="" points="190.50192759334345,269.3766243549663 169.97893746697844,291.26781382308894" fill="none" stroke="hsl(349, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.35,1.2 -2.2,0.7200000000000001" data-type="line" data-label="" points="190.50192759334345,269.3766243549663 242.94956902738738,291.26781382308894" fill="none" stroke="hsl(349, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.35,1.2 -0.9,1" data-type="line" data-label="" points="190.50192759334345,269.3766243549663 302.23820717021965,278.4979533000174" fill="none" stroke="hsl(349, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.35,1.2 0.3,0.4800000000000001" data-type="line" data-label="" points="190.50192759334345,269.3766243549663 356.96618084052636,302.2134085571503" fill="none" stroke="hsl(349, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.35,1.2 1.016,0.2" data-type="line" data-label="" points="190.50192759334345,269.3766243549663 389.62053846380934,314.9832690802219" fill="none" stroke="hsl(349, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,1.6 -3.8,0.7200000000000001" data-type="line" data-label="" points="220.1462466647596,251.13396646486405 169.97893746697844,291.26781382308894" fill="none" stroke="hsl(349, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,1.6 -2.2,0.7200000000000001" data-type="line" data-label="" points="220.1462466647596,251.13396646486405 242.94956902738738,291.26781382308894" fill="none" stroke="hsl(349, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,1.6 -0.9,1" data-type="line" data-label="" points="220.1462466647596,251.13396646486405 302.23820717021965,278.4979533000174" fill="none" stroke="hsl(349, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,1.6 0.3,0.4800000000000001" data-type="line" data-label="" points="220.1462466647596,251.13396646486405 356.96618084052636,302.2134085571503" fill="none" stroke="hsl(349, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,1.6 1.016,0.2" data-type="line" data-label="" points="220.1462466647596,251.13396646486405 389.62053846380934,314.9832690802219" fill="none" stroke="hsl(349, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8,0.7200000000000001 -2.2,0.7200000000000001" data-type="line" data-label="" points="169.97893746697844,291.26781382308894 242.94956902738738,291.26781382308894" fill="none" stroke="hsl(349, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8,0.7200000000000001 -0.9,1" data-type="line" data-label="" points="169.97893746697844,291.26781382308894 302.23820717021965,278.4979533000174" fill="none" stroke="hsl(349, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8,0.7200000000000001 0.3,0.4800000000000001" data-type="line" data-label="" points="169.97893746697844,291.26781382308894 356.96618084052636,302.2134085571503" fill="none" stroke="hsl(349, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8,0.7200000000000001 1.016,0.2" data-type="line" data-label="" points="169.97893746697844,291.26781382308894 389.62053846380934,314.9832690802219" fill="none" stroke="hsl(349, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.2,0.7200000000000001 -0.9,1" data-type="line" data-label="" points="242.94956902738738,291.26781382308894 302.23820717021965,278.4979533000174" fill="none" stroke="hsl(349, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.2,0.7200000000000001 0.3,0.4800000000000001" data-type="line" data-label="" points="242.94956902738738,291.26781382308894 356.96618084052636,302.2134085571503" fill="none" stroke="hsl(349, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.2,0.7200000000000001 1.016,0.2" data-type="line" data-label="" points="242.94956902738738,291.26781382308894 389.62053846380934,314.9832690802219" fill="none" stroke="hsl(349, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.9,1 0.3,0.4800000000000001" data-type="line" data-label="" points="302.23820717021965,278.4979533000174 356.96618084052636,302.2134085571503" fill="none" stroke="hsl(349, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.9,1 1.016,0.2" data-type="line" data-label="" points="302.23820717021965,278.4979533000174 389.62053846380934,314.9832690802219" fill="none" stroke="hsl(349, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.3,0.4800000000000001 1.016,0.2" data-type="line" data-label="" points="356.96618084052636,302.2134085571503 389.62053846380934,314.9832690802219" fill="none" stroke="hsl(349, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8,-0.3200000000000002 -2.2,-0.3200000000000002" data-type="line" data-label="" points="169.97893746697844,338.6987243373548 242.94956902738738,338.6987243373548" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8,-0.3200000000000002 -0.9,-1.04" data-type="line" data-label="" points="169.97893746697844,338.6987243373548 302.23820717021965,371.5355085395388" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8,-0.3200000000000002 0.3,-0.28" data-type="line" data-label="" points="169.97893746697844,338.6987243373548 356.96618084052636,336.87445854834453" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8,-0.3200000000000002 1.016,0" data-type="line" data-label="" points="169.97893746697844,338.6987243373548 389.62053846380934,324.104598025273" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.2,-0.3200000000000002 -0.9,-1.04" data-type="line" data-label="" points="242.94956902738738,338.6987243373548 302.23820717021965,371.5355085395388" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.2,-0.3200000000000002 0.3,-0.28" data-type="line" data-label="" points="242.94956902738738,338.6987243373548 356.96618084052636,336.87445854834453" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.2,-0.3200000000000002 1.016,0" data-type="line" data-label="" points="242.94956902738738,338.6987243373548 389.62053846380934,324.104598025273" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.9,-1.04 0.3,-0.28" data-type="line" data-label="" points="302.23820717021965,371.5355085395388 356.96618084052636,336.87445854834453" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.9,-1.04 1.016,0" data-type="line" data-label="" points="302.23820717021965,371.5355085395388 389.62053846380934,324.104598025273" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.3,-0.28 1.016,0" data-type="line" data-label="" points="356.96618084052636,336.87445854834453 389.62053846380934,324.104598025273" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8,0.7200000000000001 -3.8,0.76 -2.0300000000000002,0.76 -2.0300000000000002,1.2000000000000002 -3.35,1.2000000000000002" data-type="line" data-label="" points="169.97893746697844,291.26781382308894 169.97893746697844,289.44354803407873 250.70269863068083,289.44354803407873 250.70269863068083,269.3766243549663 190.50192759334345,269.3766243549663" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.8999999999999999,0.9999999999999999 -0.8999999999999999,1.1999999999999997 -2.2,1.1999999999999997 -2.2,0.7200000000000001" data-type="line" data-label="" points="302.23820717021965,278.4979533000174 302.23820717021965,269.3766243549663 242.94956902738738,269.3766243549663 242.94956902738738,291.26781382308894" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.29999999999999993,0.4800000000000001 0.29999999999999993,1.2000000000000002 -0.9,1.2000000000000002 -0.9,1" data-type="line" data-label="" points="356.96618084052636,302.2134085571503 356.96618084052636,269.3766243549663 302.23820717021965,269.3766243549663 302.23820717021965,278.4979533000174" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.016,0.2 0.9555,0.2 0.9555,1.2000000000000002 0.3,1.2000000000000002 0.3,0.4800000000000001" data-type="line" data-label="" points="389.62053846380934,314.9832690802219 386.86133645793143,314.9832690802219 386.86133645793143,269.3766243549663 356.96618084052636,269.3766243549663 356.96618084052636,302.2134085571503" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.9,0.3999999999999999 -0.9,0.040000000000000036" data-type="line" data-label="" points="302.23820717021965,305.86194013517076 302.23820717021965,322.2803322362628" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.684,0.2 2.72804375,0.2 2.72804375,1.401 2.7720874999999996,1.401" data-type="line" data-label="" points="465.6924218655357,314.9832690802219 467.70110952415365,314.9832690802219 467.70110952415365,260.2096887651899 469.70979718277164,260.2096887651899" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.684,0 2.70304375,0 2.70304375,-0.535 2.7220874999999998,-0.535" data-type="line" data-label="" points="465.6924218655357,324.104598025273 466.56094340602226,324.104598025273 466.56094340602226,348.50415295328474 467.42946494650886,348.50415295328474" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.016,0 0.9555,0 0.9555,-1.2400000000000002 0.3,-1.2400000000000002 0.3,-0.28" data-type="line" data-label="" points="389.62053846380934,324.104598025273 386.86133645793143,324.104598025273 386.86133645793143,380.6568374845899 356.96618084052636,380.6568374845899 356.96618084052636,336.87445854834453" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.9,-1.04 -0.9,-1.2400000000000002 0.30000000000000016,-1.2400000000000002 0.30000000000000016,-0.2799999999999998" data-type="line" data-label="" points="302.23820717021965,371.5355085395388 302.23820717021965,380.6568374845899 356.96618084052636,380.6568374845899 356.96618084052636,336.87445854834453" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.2,-0.3200000000000002 -2.2,-1.2399999999999998 -0.8999999999999999,-1.2399999999999998 -0.8999999999999999,-1.04" data-type="line" data-label="" points="242.94956902738738,338.6987243373548 242.94956902738738,380.6568374845899 302.23820717021965,380.6568374845899 302.23820717021965,371.5355085395388" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.8,-0.3200000000000002 -3.8,-1.2399999999999998 -2.2,-1.2399999999999998 -2.2,-0.3200000000000002" data-type="line" data-label="" points="169.97893746697844,338.6987243373548 169.97893746697844,380.6568374845899 242.94956902738738,380.6568374845899 242.94956902738738,338.6987243373548" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-5" data-y="1.2" x="40" y="251.13396646486405" width="150.50192759334345" height="36.48531578020447" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.021926629464285717"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-2.33875" data-y="1.6" x="220.1462466647596" y="246.5733019923385" width="32.95080081399715" height="9.121328945051118" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.021926629464285717"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-3.7" data-y="0.19999999999999998" x="157.6651433911594" y="291.26781382308894" width="33.748917096689155" height="47.43091051426586" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.021926629464285717"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-2.1" data-y="0.19999999999999998" x="230.63577495156835" y="291.26781382308894" width="33.74891709668918" height="47.43091051426586" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.021926629464285717"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-0.685" data-y="0.7" x="281.71521704385464" y="278.4979533000174" width="60.656837484589914" height="27.363986835153355" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.021926629464285717"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="-0.715" data-y="-0.5" x="288.10014730539046" y="322.2803322362628" width="45.150578278003024" height="49.255176303276016" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.021926629464285717"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="0.3725" data-y="0.10000000000000003" x="336.44319071416135" y="302.2134085571503" width="47.658943737892116" height="34.66104999119426" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.021926629464285717"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="1.85" data-y="0.10000000000000003" x="389.62053846380934" y="274.3021419852939" width="76.07188340172638" height="90.48358313490712" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.021926629464285717"/></g><g><rect data-type="rect" data-label="L1" data-x="3.3" data-y="1.401" x="469.7097971827716" y="240.42231785591764" width="48.15263566704306" height="39.574741818544595" fill="hsl(245, 100%, 50%, 0.8)" stroke="black" stroke-width="0.021926629464285717"/></g><g><rect data-type="rect" data-label="L5" data-x="3.25" data-y="-0.535" x="467.4294649465089" y="328.71678204401246" width="48.152635667042944" height="39.57474181854457" fill="hsl(249, 100%, 50%, 0.8)" stroke="black" stroke-width="0.021926629464285717"/></g><g><rect data-type="rect" data-label="REPEAT(F,1,2) TPS2663.SchDoc" data-x="-4.57" data-y="1.7150000000000003" x="55.50625920658689" y="240.1883717308027" width="158.71112364388944" height="11.401661181313898" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.021926629464285717"/></g><g><rect data-type="rect" data-label="6.8uH coupled inductor" data-x="2.736" data-y="-1.022" x="407.8631963539116" y="366.6099909092112" width="120.40154207467475" height="8.209196050545984" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.021926629464285717"/></g><g><rect data-type="rect" data-label="L3" data-x="1.536" data-y="1.2070000000000003" x="405.1267976703963" y="263.35654725123254" width="16.418392101092024" height="11.401661181313898" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.021926629464285717"/></g><g><rect data-type="rect" data-label="netId: V48_Vout2
3
+ <rect width="100%" height="100%" fill="white"/><g><polyline data-points="-3.35,1.2 1.016,0.2" data-type="line" data-label="" points="190.50192759334345,269.3766243549663 389.62053846380934,314.9832690802219" fill="none" stroke="hsl(29, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3.35,1.2 -2.7,1.6" data-type="line" data-label="" points="190.50192759334345,269.3766243549663 220.1462466647596,251.13396646486405" fill="none" stroke="hsl(228, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3.8,0.7200000000000001 -3.35,1.2" data-type="line" data-label="" points="169.97893746697844,291.26781382308894 190.50192759334345,269.3766243549663" fill="none" stroke="hsl(40, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-2.2,0.7200000000000001 -3.35,1.2" data-type="line" data-label="" points="242.94956902738738,291.26781382308894 190.50192759334345,269.3766243549663" fill="none" stroke="hsl(32, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-0.9,1 -3.35,1.2" data-type="line" data-label="" points="302.23820717021965,278.4979533000174 190.50192759334345,269.3766243549663" fill="none" stroke="hsl(344, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-0.9,0.3999999999999999 -0.9,0.040000000000000036" data-type="line" data-label="" points="302.23820717021965,305.86194013517076 302.23820717021965,322.2803322362628" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="0.3,0.4800000000000001 -3.35,1.2" data-type="line" data-label="" points="356.96618084052636,302.2134085571503 190.50192759334345,269.3766243549663" fill="none" stroke="hsl(256, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.684,0.2 2.7720874999999996,1.401" data-type="line" data-label="" points="465.6924218655357,314.9832690802219 469.70979718277164,260.2096887651899" fill="none" stroke="hsl(16, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.684,0 2.7220874999999998,-0.535" data-type="line" data-label="" points="465.6924218655357,324.104598025273 467.42946494650886,348.50415295328474" fill="none" stroke="hsl(16, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3.35,1.2 -2.7,1.6" data-type="line" data-label="" points="190.50192759334345,269.3766243549663 220.1462466647596,251.13396646486405" fill="none" stroke="hsl(349, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.35,1.2 -3.8,0.7200000000000001" data-type="line" data-label="" points="190.50192759334345,269.3766243549663 169.97893746697844,291.26781382308894" fill="none" stroke="hsl(349, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.35,1.2 -2.2,0.7200000000000001" data-type="line" data-label="" points="190.50192759334345,269.3766243549663 242.94956902738738,291.26781382308894" fill="none" stroke="hsl(349, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.35,1.2 -0.9,1" data-type="line" data-label="" points="190.50192759334345,269.3766243549663 302.23820717021965,278.4979533000174" fill="none" stroke="hsl(349, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.35,1.2 0.3,0.4800000000000001" data-type="line" data-label="" points="190.50192759334345,269.3766243549663 356.96618084052636,302.2134085571503" fill="none" stroke="hsl(349, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.35,1.2 1.016,0.2" data-type="line" data-label="" points="190.50192759334345,269.3766243549663 389.62053846380934,314.9832690802219" fill="none" stroke="hsl(349, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,1.6 -3.8,0.7200000000000001" data-type="line" data-label="" points="220.1462466647596,251.13396646486405 169.97893746697844,291.26781382308894" fill="none" stroke="hsl(349, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,1.6 -2.2,0.7200000000000001" data-type="line" data-label="" points="220.1462466647596,251.13396646486405 242.94956902738738,291.26781382308894" fill="none" stroke="hsl(349, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,1.6 -0.9,1" data-type="line" data-label="" points="220.1462466647596,251.13396646486405 302.23820717021965,278.4979533000174" fill="none" stroke="hsl(349, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,1.6 0.3,0.4800000000000001" data-type="line" data-label="" points="220.1462466647596,251.13396646486405 356.96618084052636,302.2134085571503" fill="none" stroke="hsl(349, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,1.6 1.016,0.2" data-type="line" data-label="" points="220.1462466647596,251.13396646486405 389.62053846380934,314.9832690802219" fill="none" stroke="hsl(349, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8,0.7200000000000001 -2.2,0.7200000000000001" data-type="line" data-label="" points="169.97893746697844,291.26781382308894 242.94956902738738,291.26781382308894" fill="none" stroke="hsl(349, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8,0.7200000000000001 -0.9,1" data-type="line" data-label="" points="169.97893746697844,291.26781382308894 302.23820717021965,278.4979533000174" fill="none" stroke="hsl(349, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8,0.7200000000000001 0.3,0.4800000000000001" data-type="line" data-label="" points="169.97893746697844,291.26781382308894 356.96618084052636,302.2134085571503" fill="none" stroke="hsl(349, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8,0.7200000000000001 1.016,0.2" data-type="line" data-label="" points="169.97893746697844,291.26781382308894 389.62053846380934,314.9832690802219" fill="none" stroke="hsl(349, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.2,0.7200000000000001 -0.9,1" data-type="line" data-label="" points="242.94956902738738,291.26781382308894 302.23820717021965,278.4979533000174" fill="none" stroke="hsl(349, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.2,0.7200000000000001 0.3,0.4800000000000001" data-type="line" data-label="" points="242.94956902738738,291.26781382308894 356.96618084052636,302.2134085571503" fill="none" stroke="hsl(349, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.2,0.7200000000000001 1.016,0.2" data-type="line" data-label="" points="242.94956902738738,291.26781382308894 389.62053846380934,314.9832690802219" fill="none" stroke="hsl(349, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.9,1 0.3,0.4800000000000001" data-type="line" data-label="" points="302.23820717021965,278.4979533000174 356.96618084052636,302.2134085571503" fill="none" stroke="hsl(349, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.9,1 1.016,0.2" data-type="line" data-label="" points="302.23820717021965,278.4979533000174 389.62053846380934,314.9832690802219" fill="none" stroke="hsl(349, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.3,0.4800000000000001 1.016,0.2" data-type="line" data-label="" points="356.96618084052636,302.2134085571503 389.62053846380934,314.9832690802219" fill="none" stroke="hsl(349, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8,-0.3200000000000002 -2.2,-0.3200000000000002" data-type="line" data-label="" points="169.97893746697844,338.6987243373548 242.94956902738738,338.6987243373548" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8,-0.3200000000000002 -0.9,-1.04" data-type="line" data-label="" points="169.97893746697844,338.6987243373548 302.23820717021965,371.5355085395388" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8,-0.3200000000000002 0.3,-0.28" data-type="line" data-label="" points="169.97893746697844,338.6987243373548 356.96618084052636,336.87445854834453" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8,-0.3200000000000002 1.016,0" data-type="line" data-label="" points="169.97893746697844,338.6987243373548 389.62053846380934,324.104598025273" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.2,-0.3200000000000002 -0.9,-1.04" data-type="line" data-label="" points="242.94956902738738,338.6987243373548 302.23820717021965,371.5355085395388" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.2,-0.3200000000000002 0.3,-0.28" data-type="line" data-label="" points="242.94956902738738,338.6987243373548 356.96618084052636,336.87445854834453" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.2,-0.3200000000000002 1.016,0" data-type="line" data-label="" points="242.94956902738738,338.6987243373548 389.62053846380934,324.104598025273" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.9,-1.04 0.3,-0.28" data-type="line" data-label="" points="302.23820717021965,371.5355085395388 356.96618084052636,336.87445854834453" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.9,-1.04 1.016,0" data-type="line" data-label="" points="302.23820717021965,371.5355085395388 389.62053846380934,324.104598025273" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.3,-0.28 1.016,0" data-type="line" data-label="" points="356.96618084052636,336.87445854834453 389.62053846380934,324.104598025273" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8,0.7200000000000001 -3.8,0.76 -2.0300000000000002,0.76 -2.0300000000000002,1.2000000000000002 -3.35,1.2000000000000002" data-type="line" data-label="" points="169.97893746697844,291.26781382308894 169.97893746697844,289.44354803407873 250.70269863068083,289.44354803407873 250.70269863068083,269.3766243549663 190.50192759334345,269.3766243549663" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.8999999999999999,0.9999999999999999 -0.8999999999999999,1.1999999999999997 -2.2,1.1999999999999997 -2.2,0.7200000000000001" data-type="line" data-label="" points="302.23820717021965,278.4979533000174 302.23820717021965,269.3766243549663 242.94956902738738,269.3766243549663 242.94956902738738,291.26781382308894" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.29999999999999993,0.4800000000000001 0.29999999999999993,1.2000000000000002 -0.9,1.2000000000000002 -0.9,1" data-type="line" data-label="" points="356.96618084052636,302.2134085571503 356.96618084052636,269.3766243549663 302.23820717021965,269.3766243549663 302.23820717021965,278.4979533000174" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.016,0.2 0.9555,0.2 0.9555,1.2000000000000002 0.29999999999999993,1.2000000000000002" data-type="line" data-label="" points="389.62053846380934,314.9832690802219 386.86133645793143,314.9832690802219 386.86133645793143,269.3766243549663 356.96618084052636,269.3766243549663" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.9,0.3999999999999999 -0.9,0.040000000000000036" data-type="line" data-label="" points="302.23820717021965,305.86194013517076 302.23820717021965,322.2803322362628" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.684,0.2 2.72804375,0.2 2.72804375,1.401 2.7720874999999996,1.401" data-type="line" data-label="" points="465.6924218655357,314.9832690802219 467.70110952415365,314.9832690802219 467.70110952415365,260.2096887651899 469.70979718277164,260.2096887651899" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.684,0 2.70304375,0 2.70304375,-0.535 2.7220874999999998,-0.535" data-type="line" data-label="" points="465.6924218655357,324.104598025273 466.56094340602226,324.104598025273 466.56094340602226,348.50415295328474 467.42946494650886,348.50415295328474" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.016,0 0.9555,0 0.9555,-1.2400000000000002 0.3,-1.2400000000000002 0.3,-0.28" data-type="line" data-label="" points="389.62053846380934,324.104598025273 386.86133645793143,324.104598025273 386.86133645793143,380.6568374845899 356.96618084052636,380.6568374845899 356.96618084052636,336.87445854834453" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.9,-1.04 -0.9,-1.2400000000000002 0.3,-1.2400000000000002" data-type="line" data-label="" points="302.23820717021965,371.5355085395388 302.23820717021965,380.6568374845899 356.96618084052636,380.6568374845899" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.2,-0.3200000000000002 -2.2,-1.2399999999999998 -0.8999999999999999,-1.2399999999999998 -0.8999999999999999,-1.04" data-type="line" data-label="" points="242.94956902738738,338.6987243373548 242.94956902738738,380.6568374845899 302.23820717021965,380.6568374845899 302.23820717021965,371.5355085395388" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.8,-0.3200000000000002 -3.8,-1.2399999999999998 -2.2,-1.2399999999999998" data-type="line" data-label="" points="169.97893746697844,338.6987243373548 169.97893746697844,380.6568374845899 242.94956902738738,380.6568374845899" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-5" data-y="1.2" x="40" y="251.13396646486405" width="150.50192759334345" height="36.48531578020447" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.021926629464285717"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-2.33875" data-y="1.6" x="220.1462466647596" y="246.5733019923385" width="32.95080081399715" height="9.121328945051118" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.021926629464285717"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-3.7" data-y="0.19999999999999998" x="157.6651433911594" y="291.26781382308894" width="33.748917096689155" height="47.43091051426586" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.021926629464285717"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-2.1" data-y="0.19999999999999998" x="230.63577495156835" y="291.26781382308894" width="33.74891709668918" height="47.43091051426586" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.021926629464285717"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-0.685" data-y="0.7" x="281.71521704385464" y="278.4979533000174" width="60.656837484589914" height="27.363986835153355" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.021926629464285717"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="-0.715" data-y="-0.5" x="288.10014730539046" y="322.2803322362628" width="45.150578278003024" height="49.255176303276016" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.021926629464285717"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="0.3725" data-y="0.10000000000000003" x="336.44319071416135" y="302.2134085571503" width="47.658943737892116" height="34.66104999119426" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.021926629464285717"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="1.85" data-y="0.10000000000000003" x="389.62053846380934" y="274.3021419852939" width="76.07188340172638" height="90.48358313490712" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.021926629464285717"/></g><g><rect data-type="rect" data-label="L1" data-x="3.3" data-y="1.401" x="469.7097971827716" y="240.42231785591764" width="48.15263566704306" height="39.574741818544595" fill="hsl(245, 100%, 50%, 0.8)" stroke="black" stroke-width="0.021926629464285717"/></g><g><rect data-type="rect" data-label="L5" data-x="3.25" data-y="-0.535" x="467.4294649465089" y="328.71678204401246" width="48.152635667042944" height="39.57474181854457" fill="hsl(249, 100%, 50%, 0.8)" stroke="black" stroke-width="0.021926629464285717"/></g><g><rect data-type="rect" data-label="REPEAT(F,1,2) TPS2663.SchDoc" data-x="-4.57" data-y="1.7150000000000003" x="55.50625920658689" y="240.1883717308027" width="158.71112364388944" height="11.401661181313898" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.021926629464285717"/></g><g><rect data-type="rect" data-label="6.8uH coupled inductor" data-x="2.736" data-y="-1.022" x="407.8631963539116" y="366.6099909092112" width="120.40154207467475" height="8.209196050545984" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.021926629464285717"/></g><g><rect data-type="rect" data-label="L3" data-x="1.536" data-y="1.2070000000000003" x="405.1267976703963" y="263.35654725123254" width="16.418392101092024" height="11.401661181313898" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.021926629464285717"/></g><g><rect data-type="rect" data-label="netId: V48_Vout2
4
4
  globalConnNetId: connectivity_net0" data-x="-0.8999999999999999" data-y="1.4099999999999997" x="274.8742203350663" y="250.22183357035894" width="54.72797367030671" height="19.154790784607314" fill="#ef444466" stroke="#ef4444" stroke-width="0.021926629464285717"/></g><g><rect data-type="rect" data-label="netId: V48_Vout2
5
5
  globalConnNetId: connectivity_net0" data-x="-2.911" data-y="1.6" x="200.94584923542698" y="246.5733019923385" width="19.15479078460737" height="9.121328945051118" fill="#ef444466" stroke="#ef4444" stroke-width="0.021926629464285717"/></g><g><rect data-type="rect" data-label="netId: GND
6
6
  globalConnNetId: connectivity_net4" data-x="-0.9" data-y="-1.4499999999999997" x="291.2926124361583" y="380.6568374845899" width="21.89118946812266" height="19.15479078460737" fill="#00000066" stroke="#000000" stroke-width="0.021926629464285717"/></g><g><rect data-type="rect" data-label="netId: .R109 &gt; .pin2 to .D27 &gt; .pin1
@@ -93,7 +93,7 @@ orientation: x+" data-x="3.7779125000000002" data-y="-0.535" cx="515.58210061355
93
93
  .port-label { fill: rgb(0, 100, 100); }
94
94
  .component-name { fill: rgb(0, 100, 100); }
95
95
 
96
- </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 331.37950014386 345.92422827034403 L 331.37950014386 342.42681929785203 L 486.13984717663095 342.42681929785203 L 486.13984717663095 303.95532060044 L 370.72535108439496 303.95532060044" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.989635889968px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 331.37950014386 345.92422827034403 L 331.37950014386 342.42681929785203 L 486.13984717663095 342.42681929785203 L 486.13984717663095 303.95532060044 L 370.72535108439496 303.95532060044" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.748704486246px" 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 584.94165064953 321.44236546290006 L 584.94165064953 303.95532060044 L 471.27585904354 303.95532060044 L 471.27585904354 345.92422827034403" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.989635889968px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 584.94165064953 321.44236546290006 L 584.94165064953 303.95532060044 L 471.27585904354 303.95532060044 L 471.27585904354 345.92422827034403" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.748704486246px" 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 689.86391982429 366.908682105296 L 689.86391982429 303.95532060044 L 584.94165064953 303.95532060044 L 584.94165064953 321.44236546290006" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.989635889968px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 689.86391982429 366.908682105296 L 689.86391982429 303.95532060044 L 584.94165064953 303.95532060044 L 584.94165064953 321.44236546290006" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.748704486246px" 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 752.4675404318967 391.39054491274004 L 747.1777093610026 391.39054491274004 L 747.1777093610026 303.95532060044 L 689.86391982429 303.95532060044 L 689.86391982429 366.908682105296" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.989635889968px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 752.4675404318967 391.39054491274004 L 747.1777093610026 391.39054491274004 L 747.1777093610026 303.95532060044 L 689.86391982429 303.95532060044 L 689.86391982429 366.908682105296" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.748704486246px" 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 584.94165064953 373.90350005028006 L 584.94165064953 405.380180802708" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.989635889968px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 584.94165064953 373.90350005028006 L 584.94165064953 405.380180802708" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.748704486246px" 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 898.3094945848131 391.39054491274004 L 902.160469745618 391.39054491274004 L 902.160469745618 286.38084051366775 L 906.0114449064229 286.38084051366775" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.989635889968px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 898.3094945848131 391.39054491274004 L 902.160469745618 391.39054491274004 L 902.160469745618 286.38084051366775 L 906.0114449064229 286.38084051366775" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.748704486246px" 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 898.3094945848131 408.8775897752 L 899.9745891378104 408.8775897752 L 899.9745891378104 455.6554347822805 L 901.6396836908078 455.6554347822805" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.989635889968px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 898.3094945848131 408.8775897752 L 899.9745891378104 408.8775897752 L 899.9745891378104 455.6554347822805 L 901.6396836908078 455.6554347822805" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.748704486246px" 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 752.4675404318967 408.8775897752 L 747.1777093610026 408.8775897752 L 747.1777093610026 517.2972679224521 L 689.86391982429 517.2972679224521 L 689.86391982429 433.359452582644" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.989635889968px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 752.4675404318967 408.8775897752 L 747.1777093610026 408.8775897752 L 747.1777093610026 517.2972679224521 L 689.86391982429 517.2972679224521 L 689.86391982429 433.359452582644" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><path d="M 584.94165064953 499.81022305999204 L 584.94165064953 517.2972679224521 L 689.86391982429 517.2972679224521 L 689.86391982429 433.359452582644" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.989635889968px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 584.94165064953 499.81022305999204 L 584.94165064953 517.2972679224521 L 689.86391982429 517.2972679224521 L 689.86391982429 433.359452582644" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"><path d="M 471.27585904354 436.85686155513605 L 471.27585904354 517.297267922452 L 584.94165064953 517.297267922452 L 584.94165064953 499.81022305999204" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.989635889968px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 471.27585904354 436.85686155513605 L 471.27585904354 517.297267922452 L 584.94165064953 517.297267922452 L 584.94165064953 499.81022305999204" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"><path d="M 331.37950014386 436.85686155513605 L 331.37950014386 517.297267922452 L 471.27585904354 517.297267922452 L 471.27585904354 436.85686155513605" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.989635889968px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 331.37950014386 436.85686155513605 L 331.37950014386 517.297267922452 L 471.27585904354 517.297267922452 L 471.27585904354 436.85686155513605" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.748704486246px" 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="584.94165064953" cy="321.44236546290006" r="2.623056729369" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="584.94165064953" cy="303.95532060044" r="2.623056729369" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><circle cx="689.86391982429" cy="366.908682105296" r="2.623056729369" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="689.86391982429" cy="303.95532060044" r="2.623056729369" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><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"><circle cx="689.86391982429" cy="517.2972679224521" r="2.623056729369" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="689.86391982429" cy="433.359452582644" r="2.623056729369" 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_8__stack1"><circle cx="584.94165064953" cy="499.81022305999204" r="2.623056729369" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="584.94165064953" cy="517.2972679224521" r="2.623056729369" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"><circle cx="471.27585904354" cy="436.85686155513605" r="2.623056729369" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="471.27585904354" cy="517.297267922452" r="2.623056729369" 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_10__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="117.16320057872497" y="268.98123087552005" width="218.58806078075003" height="69.94817944983998" stroke-width="1.748704486246px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="117.16320057872497" y="268.98123087552005" width="218.58806078075003" height="69.94817944983998" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="335.751261359475" y1="303.95532060044" x2="370.72535108439496" y2="303.95532060044" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="368.97664659814893" y="302.206616114194" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="353.238306221935" y="302.20661611419405" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="454.77246045459333" y="260.23770844429" width="8.743522431229962" height="17.48704486246004" stroke-width="1.748704486246px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="454.77246045459333" y="260.23770844429" width="8.743522431229962" height="17.48704486246004" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="454.77246045459333" y1="268.98123087552005" x2="429.3069513736359" y2="268.98123087552005" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="427.55824688738994" cy="268.98123087552005" r="1.748704486246" stroke-width="1.748704486246px"/><rect x="425.8095424011439" y="267.232526389274" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="441.16535367099164" y="267.232526389274" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component chip sch-component-body" x="307.77198957953897" y="380.898317995264" width="64.70206599110202" height="20.984453834952035" stroke-width="1.748704486246px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="307.77198957953897" y="380.898317995264" width="64.70206599110202" height="20.984453834952035" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="331.37950014386" y1="380.898317995264" x2="331.37950014386" y2="345.92422827034403" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="329.630795657614" y="344.175523784098" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="329.630795657614" y="363.411273132804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform="rotate(-90 329.630795657614 363.411273132804)"></text><line class="component-pin sch-component-pin sch-port-line" x1="331.37950014386" y1="401.88277183021603" x2="331.37950014386" y2="436.85686155513605" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="329.630795657614" y="435.10815706889" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="329.630795657614" y="419.369816692676" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform="rotate(-90 329.630795657614 419.369816692676)"></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="447.66834847921893" y="380.898317995264" width="64.70206599110202" height="20.984453834952035" stroke-width="1.748704486246px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="447.66834847921893" y="380.898317995264" width="64.70206599110202" height="20.984453834952035" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="471.27585904354" y1="380.898317995264" x2="471.27585904354" y2="345.92422827034403" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="469.52715455729395" y="344.175523784098" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="469.52715455729395" y="363.411273132804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform="rotate(-90 469.52715455729395 363.411273132804)"></text><line class="component-pin sch-component-pin sch-port-line" x1="471.27585904354" y1="401.88277183021603" x2="471.27585904354" y2="436.85686155513605" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="469.52715455729395" y="435.10815706889" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="469.52715455729395" y="419.369816692676" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform="rotate(-90 469.52715455729395 419.369816692676)"></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="545.595799708995" y="343.301171540975" width="116.28884833535903" height="8.74352243123002" stroke-width="1.748704486246px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="545.595799708995" y="343.301171540975" width="116.28884833535903" height="8.74352243123002" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="584.94165064953" y1="343.301171540975" x2="584.94165064953" y2="321.44236546290006" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="583.192946163284" y="319.69366097665403" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="583.192946163284" y="332.37176850193754" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform="rotate(-90 583.192946163284 332.37176850193754)"></text><line class="component-pin sch-component-pin sch-port-line" x1="584.94165064953" y1="352.04469397220504" x2="584.94165064953" y2="373.90350005028006" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="583.192946163284" y="372.15479556403403" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="583.192946163284" y="362.9740970112425" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform="rotate(-90 583.192946163284 362.9740970112425)"></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="557.836731112717" y="440.35427052762805" width="86.56087206917698" height="24.481862807443974" stroke-width="1.748704486246px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="557.836731112717" y="440.35427052762805" width="86.56087206917698" height="24.481862807443974" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="584.94165064953" y1="440.35427052762805" x2="584.94165064953" y2="405.380180802708" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="583.192946163284" y="403.631476316462" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="583.192946163284" y="422.867225665168" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform="rotate(-90 583.192946163284 422.867225665168)"></text><line class="component-pin sch-component-pin sch-port-line" x1="584.94165064953" y1="464.836133335072" x2="584.94165064953" y2="499.81022305999204" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="583.192946163284" y="498.061518573746" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="583.192946163284" y="482.323178197532" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform="rotate(-90 583.192946163284 482.323178197532)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component chip sch-component-body" x="650.518068883755" y="395.762306128355" width="91.36980940635351" height="8.74352243123002" stroke-width="1.748704486246px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="650.518068883755" y="395.762306128355" width="91.36980940635351" height="8.74352243123002" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="689.86391982429" y1="395.762306128355" x2="689.86391982429" y2="366.908682105296" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="688.115215338044" y="365.15997761905" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="688.115215338044" y="381.33549411682554" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform="rotate(-90 688.115215338044 381.33549411682554)"></text><line class="component-pin sch-component-pin sch-port-line" x1="689.86391982429" y1="404.50582855958504" x2="689.86391982429" y2="433.359452582644" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="688.115215338044" y="431.61074809639797" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="688.115215338044" y="418.9326405711145" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform="rotate(-90 688.115215338044 418.9326405711145)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_7__stack1"><rect class="component chip sch-component-body" x="787.4416301568167" y="313.3983248261684" width="75.89377470307647" height="173.47148503560322" stroke-width="1.748704486246px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="787.4416301568167" y="313.3983248261684" width="75.89377470307647" height="173.47148503560322" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="787.4416301568167" y1="391.39054491274004" x2="752.4675404318967" y2="391.39054491274004" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="750.7188359456508" y="389.641840426494" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="769.9545852943568" y="389.641840426494" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="863.3354048598932" y1="391.39054491274004" x2="898.3094945848131" y2="391.39054491274004" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="896.5607900985672" y="389.641840426494" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="880.8224497223531" y="389.641840426494" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="787.4416301568167" y1="408.8775897752" x2="752.4675404318967" y2="408.8775897752" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_7_2__stack1"><rect x="750.7188359456508" y="407.128885288954" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="769.9545852943568" y="407.128885288954" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="863.3354048598932" y1="408.8775897752" x2="898.3094945848131" y2="408.8775897752" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_7_3__stack1"><rect x="896.5607900985672" y="407.128885288954" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="880.8224497223531" y="407.128885288954" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_8__stack1"><rect class="component-overlay sch-component-overlay" x="906.0657415097157" y="277.8973153837799" width="92.28844373494383" height="8.994044352056505" fill="transparent"/><path class="sch-component-symbol-path" d="M 934.8599034788377 286.60420852080506 L 934.6422326805096 286.1815990165042 L 934.4245618821815 285.7602530288223 L 934.2068910838533 285.3414262843784 L 933.9892202855252 284.9263589778189 L 933.7715494871971 284.51626812560585 L 933.553878688869 284.1123400627052 L 933.3362078905409 283.7157231284375 L 933.1185370922128 283.3275205865841 L 932.9008662938846 282.9487838233991 L 932.6831954955566 282.5805058654633 L 932.4655246972284 282.22361525734533 L 932.2478538989003 281.8789703368155 L 932.0301831005722 281.54735394290793 L 931.812512302244 281.2294685894579 L 931.594841503916 280.92593213387 L 931.3771707055878 280.6372739678222 L 931.1594999072597 280.3639317533897 L 930.9418291089316 280.1062487247132 L 930.7241583106035 279.86447157184585 L 930.5064875122754 279.6387489198272 L 930.2888167139473 279.42913041236034 L 930.0711459156191 279.2355664057422 L 929.853475117291 279.0579082749332 L 929.6358043189629 278.8959093298801 L 929.4181335206348 278.74922633644246 L 929.2004627223067 278.61742163254485 L 928.9827919239785 278.49996582650937 L 928.7651211256505 278.3962410609314 L 928.5474503273224 278.30554482197573 L 928.3297795289942 278.2270942706082 L 928.1121087306661 278.1600310690585 L 927.894437932338 278.10342667275796 L 927.6767671340099 278.05628805512583 L 927.4590963356818 278.01756382990806 L 927.2414255373536 277.9861507333232 L 927.0237547390255 277.9609004260508 L 926.8060839406974 277.9406265731247 L 926.5884131423693 277.9241121580832 L 926.3707423440412 277.9101169862795 L 926.153071545713 277.8973853310949 L 925.9354009659703 277.9101169862795 L 925.7177303862276 277.9241121580832 L 925.5000598064848 277.9406265731247 L 925.282389226742 277.9609004260508 L 925.0647186469993 277.9861507333232 L 924.8470480672565 278.01756382990806 L 924.6293774875138 278.05628805512583 L 924.4117069077711 278.10342667275796 L 924.1940363280282 278.1600310690585 L 923.9763657482855 278.2270942706082 L 923.7586951685428 278.30554482197573 L 923.5410245888 278.3962410609314 L 923.3233540090573 278.49996582650937 L 923.1056834293145 278.61742163254485 L 922.8880128495717 278.74922633644246 L 922.670342269829 278.8959093298801 L 922.4526716900863 279.0579082749332 L 922.2350011103435 279.2355664057422 L 922.0173305306007 279.42913041236034 L 921.799659950858 279.6387489198272 L 921.5819893711152 279.86447157184585 L 921.3643187913725 280.1062487247132 L 921.1466482116298 280.3639317533897 L 920.9289776318869 280.6372739678222 L 920.7113070521442 280.92593213387 L 920.4936364724015 281.2294685894579 L 920.2759658926587 281.54735394290793 L 920.058295312916 281.8789703368155 L 919.8406247331732 282.22361525734533 L 919.6229541534304 282.5805058654633 L 919.4052835736877 282.9487838233991 L 919.187612993945 283.3275205865841 L 918.9699424142021 283.7157231284375 L 918.7522718344594 284.1123400627052 L 918.5346012547167 284.51626812560585 L 918.316930674974 284.9263589778189 L 918.0992600952312 285.3414262843784 L 917.8815895154884 285.7602530288223 L 917.6639189357456 286.1815990165042 L 917.4462483560029 286.60420852080506" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 952.2735498582581 286.60414731690446 L 952.0558792785154 286.1815375940182 L 951.8382086987726 285.76019138775104 L 951.6205381190298 285.3413644247217 L 951.4028675392871 284.92629689957687 L 951.1851969595443 284.5162058287784 L 950.9675263798016 284.1122775472924 L 950.7498558000588 283.71566039443934 L 950.532185220316 283.3274576340006 L 950.3145146405733 282.94872065223024 L 950.0968440608306 282.5804424757091 L 949.8791734810878 282.2235516490058 L 949.661502901345 281.87890650989056 L 949.4438323216023 281.54728989739766 L 949.2261617418595 281.2294043253622 L 949.0084911621168 280.925867651189 L 948.7908205823741 280.6372092665558 L 948.5731500026312 280.363866833538 L 948.3554794228885 280.10618358627613 L 948.1378088431458 279.8644062148234 L 947.920138263403 279.6386833442194 L 947.7024676836603 279.4290646181672 L 947.4847971039175 279.23550039296373 L 947.2671265241747 279.05784204356934 L 947.049455944432 278.8958428799309 L 946.8317853646893 278.74915966790786 L 946.6141147849465 278.6173547454249 L 946.3964442052037 278.4998987208041 L 946.178773625461 278.3961737366407 L 945.9611030457182 278.3054772790997 L 945.7434324659755 278.2270265091468 L 945.5257618862328 278.15996308901174 L 945.3080913064899 278.10335847412586 L 945.0904207267472 278.0562196379084 L 944.8727501470045 278.0174951941052 L 944.6550795672617 277.986081878935 L 944.437408987519 277.9608313530772 L 944.2197384077762 277.9405572815658 L 944.0020678280334 277.9240426479389 L 943.7843972482907 277.9100472575499 L 943.566726668548 277.8973153837799 L 943.3490558702198 277.9100472575499 L 943.1313850718917 277.9240426479389 L 942.9137142735636 277.9405572815658 L 942.6960434752355 277.9608313530772 L 942.4783726769074 277.986081878935 L 942.2607018785792 278.0174951941052 L 942.0430310802511 278.0562196379084 L 941.825360281923 278.10335847412586 L 941.6076894835949 278.15996308901174 L 941.3900186852668 278.2270265091468 L 941.1723478869387 278.3054772790997 L 940.9546770886105 278.3961737366407 L 940.7370062902825 278.4998987208041 L 940.5193354919543 278.6173547454249 L 940.3016646936262 278.74915966790786 L 940.0839938952981 278.8958428799309 L 939.86632309697 279.05784204356934 L 939.6486522986419 279.2355003929637 L 939.4309815003138 279.4290646181672 L 939.2133107019856 279.6386833442194 L 938.9956399036575 279.8644062148234 L 938.7779691053294 280.10618358627613 L 938.5602983070013 280.363866833538 L 938.3426275086732 280.6372092665558 L 938.124956710345 280.925867651189 L 937.907285912017 281.2294043253622 L 937.6896151136888 281.54728989739766 L 937.4719443153607 281.87890650989056 L 937.2542735170326 282.2235516490058 L 937.0366027187044 282.5804424757091 L 936.8189319203764 282.94872065223024 L 936.6012611220483 283.3274576340006 L 936.3835903237201 283.71566039443934 L 936.165919525392 284.1122775472924 L 935.9482487270639 284.5162058287784 L 935.7305779287358 284.92629689957687 L 935.5129071304077 285.3413644247217 L 935.2952363320795 285.76019138775104 L 935.0775655337515 286.1815375940182 L 934.8598947354233 286.60414731690446" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 969.6872049810928 286.60414731690446 L 969.4695341827647 286.1815375940182 L 969.2518633844367 285.76019138775104 L 969.0341925861085 285.3413644247217 L 968.8165217877804 284.92629689957687 L 968.5988509894522 284.5162058287784 L 968.3811801911241 284.1122775472924 L 968.1635093927961 283.71566039443934 L 967.9458385944679 283.3274576340006 L 967.7281677961398 282.94872065223024 L 967.5104969978117 282.5804424757091 L 967.2928261994836 282.2235516490058 L 967.0751554011555 281.87890650989056 L 966.8574846028273 281.54728989739766 L 966.6398138044992 281.2294043253622 L 966.4221430061712 280.925867651189 L 966.204472207843 280.6372092665558 L 965.9868014095149 280.363866833538 L 965.7691306111867 280.10618358627613 L 965.5514598128586 279.8644062148234 L 965.3337890145306 279.6386833442194 L 965.1161182162024 279.4290646181672 L 964.8984474178743 279.23550039296373 L 964.6807766195462 279.05784204356934 L 964.463105821218 278.8958428799309 L 964.24543502289 278.74915966790786 L 964.0277642245618 278.6173547454249 L 963.8100934262337 278.4998987208041 L 963.5924226279056 278.3961737366407 L 963.3747518295775 278.3054772790997 L 963.1570810312494 278.2270265091468 L 962.9394102329213 278.15996308901174 L 962.7217394345931 278.10335847412586 L 962.5040686362651 278.0562196379084 L 962.2863978379369 278.0174951941052 L 962.0687270396088 277.986081878935 L 961.8510562412807 277.9608313530772 L 961.6333854429525 277.9405572815658 L 961.4157146446245 277.9240426479389 L 961.1980438462963 277.9100472575499 L 960.9803730479682 277.8973153837799 L 960.7627024682255 277.9100472575499 L 960.5450318884828 277.9240426479389 L 960.3273613087399 277.9405572815658 L 960.1096907289972 277.9608313530772 L 959.8920201492544 277.986081878935 L 959.6743495695117 278.0174951941052 L 959.456678989769 278.0562196379084 L 959.2390084100261 278.10335847412586 L 959.0213378302834 278.15996308901174 L 958.8036672505407 278.2270265091468 L 958.585996670798 278.3054772790997 L 958.3683260910552 278.3961737366407 L 958.1506555113124 278.4998987208041 L 957.9329849315696 278.6173547454249 L 957.7153143518269 278.74915966790786 L 957.4976437720842 278.8958428799309 L 957.2799731923415 279.05784204356934 L 957.0623026125986 279.2355003929637 L 956.8446320328559 279.4290646181672 L 956.6269614531132 279.6386833442194 L 956.4092908733704 279.8644062148234 L 956.1916202936277 280.10618358627613 L 955.9739497138848 280.363866833538 L 955.7562791341421 280.6372092665558 L 955.5386085543994 280.925867651189 L 955.3209379746567 281.2294043253622 L 955.1032673949139 281.54728989739766 L 954.8855968151711 281.87890650989056 L 954.6679262354284 282.2235516490058 L 954.4502556556856 282.5804424757091 L 954.2325850759429 282.94872065223024 L 954.0149144962002 283.3274576340006 L 953.7972439164573 283.71566039443934 L 953.5795733367146 284.1122775472924 L 953.3619027569719 284.5162058287784 L 953.1442321772291 284.92629689957687 L 952.9265615974864 285.3413644247217 L 952.7088910177436 285.76019138775104 L 952.4912204380008 286.1815375940182 L 952.2735498582581 286.60414731690446" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 987.1008513605133 286.60414731690446 L 986.8831807807704 286.1815375940182 L 986.6655102010277 285.76019138775104 L 986.447839621285 285.3413644247217 L 986.2301690415422 284.92629689957687 L 986.0124984617995 284.5162058287784 L 985.7948278820567 284.1122775472924 L 985.5771573023139 283.71566039443934 L 985.3594867225712 283.3274576340006 L 985.1418161428285 282.94872065223024 L 984.9241455630857 282.5804424757091 L 984.7064749833429 282.2235516490058 L 984.4888044036002 281.87890650989056 L 984.2711338238574 281.54728989739766 L 984.0534632441147 281.2294043253622 L 983.835792664372 280.925867651189 L 983.6181220846291 280.6372092665558 L 983.4004515048864 280.363866833538 L 983.1827809251437 280.10618358627613 L 982.965110345401 279.8644062148234 L 982.7474397656582 279.6386833442194 L 982.5297691859154 279.4290646181672 L 982.3120986061726 279.23550039296373 L 982.0944280264299 279.05784204356934 L 981.8767574466872 278.8958428799309 L 981.6590868669444 278.74915966790786 L 981.4414162872016 278.6173547454249 L 981.2237457074589 278.4998987208041 L 981.0060751277161 278.3961737366407 L 980.7884045479734 278.3054772790997 L 980.5707339682307 278.2270265091468 L 980.3530633884878 278.15996308901174 L 980.1353928087451 278.10335847412586 L 979.9177222290024 278.0562196379084 L 979.7000516492596 278.0174951941052 L 979.4823810695169 277.986081878935 L 979.2647104897741 277.9608313530772 L 979.0470399100313 277.9405572815658 L 978.8293693302886 277.9240426479389 L 978.6116987505459 277.9100472575499 L 978.394028170803 277.8973153837799 L 978.176357372475 277.9100472575499 L 977.9586865741469 277.9240426479389 L 977.7410157758187 277.9405572815658 L 977.5233449774906 277.9608313530772 L 977.3056741791626 277.986081878935 L 977.0880033808344 278.0174951941052 L 976.8703325825063 278.0562196379084 L 976.6526617841781 278.10335847412586 L 976.43499098585 278.15996308901174 L 976.217320187522 278.2270265091468 L 975.9996493891938 278.3054772790997 L 975.7819785908657 278.3961737366407 L 975.5643077925376 278.4998987208041 L 975.3466369942095 278.6173547454249 L 975.1289661958814 278.74915966790786 L 974.9112953975532 278.8958428799309 L 974.6936245992251 279.05784204356934 L 974.4759538008971 279.2355003929637 L 974.2582830025689 279.4290646181672 L 974.0406122042408 279.6386833442194 L 973.8229414059126 279.8644062148234 L 973.6052706075845 280.10618358627613 L 973.3875998092565 280.363866833538 L 973.1699290109283 280.6372092665558 L 972.9522582126002 280.925867651189 L 972.7345874142721 281.2294043253622 L 972.516916615944 281.54728989739766 L 972.2992458176159 281.87890650989056 L 972.0815750192877 282.2235516490058 L 971.8639042209596 282.5804424757091 L 971.6462334226316 282.94872065223024 L 971.4285626243034 283.3274576340006 L 971.2108918259753 283.71566039443934 L 970.9932210276472 284.1122775472924 L 970.775550229319 284.5162058287784 L 970.557879430991 284.92629689957687 L 970.3402086326628 285.3413644247217 L 970.1225378343347 285.76019138775104 L 969.9048670360066 286.1815375940182 L 969.6871962376784 286.60414731690446" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 917.1725357688719 286.49204800115274 L 906.0657415097157 286.49204800115274" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 998.3541852446596 286.89135973583643 L 987.2473909855033 286.89135973583643" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="951.9928775132815" y="264.41337911012096" stroke="rgb(245, 241, 237)" stroke-width="1.748704486246px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="15.738340376213998px">L1</text><text class="sch-component-text" x="951.9779607854013" y="304.6284766713416" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="15.738340376213998px"></text><circle class="component-pin sch-component-pin" cx="998.3265997722941" cy="286.8397910778298" r="1.748704486246px" stroke-width="1.748704486246px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_9__stack1"><rect class="component-overlay sch-component-overlay" x="901.6939802941008" y="447.17190965239274" width="92.28844373494383" height="8.994044352056505" fill="transparent"/><path class="sch-component-symbol-path" d="M 930.4881422632228 455.8788027894179 L 930.2704714648946 455.456193285117 L 930.0528006665666 455.03484729743514 L 929.8351298682384 454.6160205529912 L 929.6174590699103 454.2009532464317 L 929.3997882715822 453.79086239421866 L 929.182117473254 453.386934331318 L 928.964446674926 452.9903173970503 L 928.7467758765979 452.60211485519693 L 928.5291050782697 452.2233780920119 L 928.3114342799416 451.8551001340761 L 928.0937634816135 451.49820952595815 L 927.8760926832854 451.1535646054283 L 927.6584218849573 450.82194821152075 L 927.4407510866291 450.5040628580707 L 927.223080288301 450.2005264024828 L 927.0054094899729 449.911868236435 L 926.7877386916448 449.6385260220025 L 926.5700678933167 449.38084299332604 L 926.3523970949885 449.13906584045867 L 926.1347262966605 448.91334318844 L 925.9170554983324 448.70372468097315 L 925.6993847000042 448.510160674355 L 925.4817139016761 448.332502543546 L 925.264043103348 448.1705035984929 L 925.0463723050199 448.0238206050553 L 924.8287015066918 447.89201590115766 L 924.6110307083636 447.7745600951222 L 924.3933599100355 447.6708353295442 L 924.1756891117075 447.58013909058855 L 923.9580183133793 447.501688539221 L 923.7403475150512 447.4346253376713 L 923.522676716723 447.3780209413708 L 923.305005918395 447.33088232373865 L 923.0873351200669 447.2921580985209 L 922.8696643217387 447.260745001936 L 922.6519935234106 447.2354946946636 L 922.4343227250824 447.2152208417375 L 922.2166519267544 447.198706426696 L 921.9989811284263 447.1847112548923 L 921.7813103300981 447.1719795997077 L 921.5636397503554 447.1847112548923 L 921.3459691706126 447.198706426696 L 921.1282985908699 447.2152208417375 L 920.9106280111271 447.2354946946636 L 920.6929574313843 447.260745001936 L 920.4752868516416 447.2921580985209 L 920.2576162718989 447.33088232373865 L 920.0399456921562 447.3780209413708 L 919.8222751124133 447.4346253376713 L 919.6046045326706 447.501688539221 L 919.3869339529278 447.58013909058855 L 919.1692633731851 447.6708353295442 L 918.9515927934424 447.7745600951222 L 918.7339222136995 447.89201590115766 L 918.5162516339568 448.0238206050553 L 918.2985810542141 448.1705035984929 L 918.0809104744714 448.332502543546 L 917.8632398947286 448.510160674355 L 917.6455693149858 448.70372468097315 L 917.427898735243 448.91334318844 L 917.2102281555003 449.13906584045867 L 916.9925575757576 449.38084299332604 L 916.7748869960149 449.6385260220025 L 916.557216416272 449.911868236435 L 916.3395458365293 450.2005264024828 L 916.1218752567866 450.5040628580707 L 915.9042046770438 450.82194821152075 L 915.6865340973011 451.1535646054283 L 915.4688635175582 451.49820952595815 L 915.2511929378155 451.8551001340761 L 915.0335223580728 452.2233780920119 L 914.81585177833 452.60211485519693 L 914.5981811985872 452.9903173970503 L 914.3805106188445 453.386934331318 L 914.1628400391018 453.79086239421866 L 913.945169459359 454.2009532464317 L 913.7274988796163 454.6160205529912 L 913.5098282998734 455.03484729743514 L 913.2921577201307 455.456193285117 L 913.074487140388 455.8788027894179" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 947.9017886426432 455.8787415855173 L 947.6841180629004 455.456131862631 L 947.4664474831577 455.03478565636385 L 947.2487769034149 454.6159586933345 L 947.0311063236721 454.2008911681897 L 946.8134357439294 453.79080009739124 L 946.5957651641867 453.38687181590524 L 946.3780945844438 452.99025466305216 L 946.1604240047011 452.6020519026134 L 945.9427534249584 452.22331492084305 L 945.7250828452156 451.8550367443219 L 945.5074122654729 451.4981459176186 L 945.2897416857301 451.15350077850337 L 945.0720711059873 450.8218841660105 L 944.8544005262446 450.50399859397504 L 944.6367299465019 450.2004619198018 L 944.4190593667591 449.9118035351686 L 944.2013887870163 449.6384611021508 L 943.9837182072736 449.38077785488895 L 943.7660476275308 449.13900048343623 L 943.5483770477881 448.9132776128322 L 943.3307064680454 448.70365888678003 L 943.1130358883025 448.51009466157655 L 942.8953653085598 448.33243631218215 L 942.6776947288171 448.1704371485437 L 942.4600241490743 448.0237539365207 L 942.2423535693316 447.8919490140377 L 942.0246829895888 447.7744929894169 L 941.807012409846 447.67076800525354 L 941.5893418301033 447.5800715477125 L 941.3716712503606 447.5016207777596 L 941.1540006706178 447.43455735762456 L 940.936330090875 447.37795274273867 L 940.7186595111323 447.3308139065212 L 940.5009889313895 447.292089462718 L 940.2833183516468 447.2606761475478 L 940.0656477719041 447.23542562169 L 939.8479771921612 447.21515155017863 L 939.6303066124185 447.1986369165517 L 939.4126360326758 447.1846415261627 L 939.194965452933 447.17190965239274 L 938.9772946546049 447.1846415261627 L 938.7596238562768 447.1986369165517 L 938.5419530579487 447.21515155017863 L 938.3242822596205 447.23542562169 L 938.1066114612925 447.2606761475478 L 937.8889406629643 447.292089462718 L 937.6712698646362 447.3308139065212 L 937.4535990663081 447.37795274273867 L 937.23592826798 447.43455735762456 L 937.0182574696519 447.5016207777596 L 936.8005866713238 447.5800715477125 L 936.5829158729956 447.67076800525354 L 936.3652450746675 447.7744929894169 L 936.1475742763394 447.8919490140377 L 935.9299034780113 448.0237539365207 L 935.7122326796832 448.1704371485437 L 935.494561881355 448.33243631218215 L 935.276891083027 448.51009466157655 L 935.0592202846989 448.70365888678003 L 934.8415494863707 448.9132776128322 L 934.6238786880426 449.13900048343623 L 934.4062078897144 449.38077785488895 L 934.1885370913864 449.6384611021508 L 933.9708662930583 449.9118035351686 L 933.7531954947301 450.2004619198018 L 933.535524696402 450.50399859397504 L 933.3178538980738 450.8218841660105 L 933.1001830997458 451.15350077850337 L 932.8825123014177 451.4981459176186 L 932.6648415030895 451.8550367443219 L 932.4471707047614 452.22331492084305 L 932.2294999064334 452.6020519026134 L 932.0118291081052 452.99025466305216 L 931.7941583097771 453.38687181590524 L 931.5764875114489 453.79080009739124 L 931.3588167131209 454.2008911681897 L 931.1411459147928 454.6159586933345 L 930.9234751164646 455.03478565636385 L 930.7058043181365 455.456131862631 L 930.4881335198083 455.8787415855173" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 965.3154437654779 455.8787415855173 L 965.0977729671498 455.456131862631 L 964.8801021688217 455.03478565636385 L 964.6624313704936 454.6159586933345 L 964.4447605721655 454.2008911681897 L 964.2270897738373 453.79080009739124 L 964.0094189755092 453.38687181590524 L 963.7917481771811 452.99025466305216 L 963.574077378853 452.6020519026134 L 963.3564065805249 452.22331492084305 L 963.1387357821968 451.8550367443219 L 962.9210649838686 451.4981459176186 L 962.7033941855406 451.15350077850337 L 962.4857233872124 450.8218841660105 L 962.2680525888843 450.50399859397504 L 962.0503817905562 450.2004619198018 L 961.832710992228 449.9118035351686 L 961.6150401939 449.6384611021508 L 961.3973693955718 449.38077785488895 L 961.1796985972437 449.13900048343623 L 960.9620277989156 448.9132776128322 L 960.7443570005875 448.70365888678003 L 960.5266862022594 448.51009466157655 L 960.3090154039313 448.33243631218215 L 960.0913446056031 448.1704371485437 L 959.873673807275 448.0237539365207 L 959.6560030089469 447.8919490140377 L 959.4383322106188 447.7744929894169 L 959.2206614122907 447.67076800525354 L 959.0029906139625 447.5800715477125 L 958.7853198156345 447.5016207777596 L 958.5676490173064 447.43455735762456 L 958.3499782189782 447.37795274273867 L 958.1323074206501 447.3308139065212 L 957.914636622322 447.292089462718 L 957.6969658239939 447.2606761475478 L 957.4792950256658 447.23542562169 L 957.2616242273376 447.21515155017863 L 957.0439534290095 447.1986369165517 L 956.8262826306814 447.1846415261627 L 956.6086118323533 447.17190965239274 L 956.3909412526106 447.1846415261627 L 956.1732706728678 447.1986369165517 L 955.955600093125 447.21515155017863 L 955.7379295133823 447.23542562169 L 955.5202589336395 447.2606761475478 L 955.3025883538968 447.292089462718 L 955.0849177741541 447.3308139065212 L 954.8672471944112 447.37795274273867 L 954.6495766146685 447.43455735762456 L 954.4319060349258 447.5016207777596 L 954.214235455183 447.5800715477125 L 953.9965648754403 447.67076800525354 L 953.7788942956975 447.7744929894169 L 953.5612237159547 447.8919490140377 L 953.343553136212 448.0237539365207 L 953.1258825564693 448.1704371485437 L 952.9082119767265 448.33243631218215 L 952.6905413969837 448.51009466157655 L 952.472870817241 448.70365888678003 L 952.2552002374982 448.9132776128322 L 952.0375296577555 449.13900048343623 L 951.8198590780128 449.38077785488895 L 951.6021884982699 449.6384611021508 L 951.3845179185272 449.9118035351686 L 951.1668473387845 450.2004619198018 L 950.9491767590417 450.50399859397504 L 950.731506179299 450.8218841660105 L 950.5138355995562 451.15350077850337 L 950.2961650198134 451.4981459176186 L 950.0784944400707 451.8550367443219 L 949.860823860328 452.22331492084305 L 949.6431532805852 452.6020519026134 L 949.4254827008424 452.99025466305216 L 949.2078121210997 453.38687181590524 L 948.9901415413569 453.79080009739124 L 948.7724709616142 454.2008911681897 L 948.5548003818715 454.6159586933345 L 948.3371298021286 455.03478565636385 L 948.1194592223859 455.456131862631 L 947.9017886426432 455.8787415855173" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 982.7290901448984 455.8787415855173 L 982.5114195651555 455.456131862631 L 982.2937489854128 455.03478565636385 L 982.07607840567 454.6159586933345 L 981.8584078259273 454.2008911681897 L 981.6407372461846 453.79080009739124 L 981.4230666664417 453.38687181590524 L 981.205396086699 452.99025466305216 L 980.9877255069563 452.6020519026134 L 980.7700549272136 452.22331492084305 L 980.5523843474708 451.8550367443219 L 980.334713767728 451.4981459176186 L 980.1170431879852 451.15350077850337 L 979.8993726082425 450.8218841660105 L 979.6817020284998 450.50399859397504 L 979.464031448757 450.2004619198018 L 979.2463608690142 449.9118035351686 L 979.0286902892715 449.6384611021508 L 978.8110197095288 449.38077785488895 L 978.593349129786 449.13900048343623 L 978.3756785500433 448.9132776128322 L 978.1580079703004 448.70365888678003 L 977.9403373905577 448.51009466157655 L 977.722666810815 448.33243631218215 L 977.5049962310723 448.1704371485437 L 977.2873256513295 448.0237539365207 L 977.0696550715867 447.8919490140377 L 976.851984491844 447.7744929894169 L 976.6343139121012 447.67076800525354 L 976.4166433323585 447.5800715477125 L 976.1989727526158 447.5016207777596 L 975.9813021728729 447.43455735762456 L 975.7636315931302 447.37795274273867 L 975.5459610133875 447.3308139065212 L 975.3282904336447 447.292089462718 L 975.110619853902 447.2606761475478 L 974.8929492741592 447.23542562169 L 974.6752786944164 447.21515155017863 L 974.4576081146737 447.1986369165517 L 974.239937534931 447.1846415261627 L 974.0222669551881 447.17190965239274 L 973.80459615686 447.1846415261627 L 973.586925358532 447.1986369165517 L 973.3692545602038 447.21515155017863 L 973.1515837618757 447.23542562169 L 972.9339129635476 447.2606761475478 L 972.7162421652195 447.292089462718 L 972.4985713668914 447.3308139065212 L 972.2809005685632 447.37795274273867 L 972.0632297702351 447.43455735762456 L 971.845558971907 447.5016207777596 L 971.6278881735789 447.5800715477125 L 971.4102173752508 447.67076800525354 L 971.1925465769227 447.7744929894169 L 970.9748757785945 447.8919490140377 L 970.7572049802665 448.0237539365207 L 970.5395341819383 448.1704371485437 L 970.3218633836102 448.33243631218215 L 970.1041925852821 448.51009466157655 L 969.886521786954 448.70365888678003 L 969.6688509886259 448.9132776128322 L 969.4511801902977 449.13900048343623 L 969.2335093919696 449.38077785488895 L 969.0158385936415 449.6384611021508 L 968.7981677953134 449.9118035351686 L 968.5804969969853 450.2004619198018 L 968.3628261986572 450.50399859397504 L 968.145155400329 450.8218841660105 L 967.927484602001 451.15350077850337 L 967.7098138036728 451.4981459176186 L 967.4921430053447 451.8550367443219 L 967.2744722070166 452.22331492084305 L 967.0568014086884 452.6020519026134 L 966.8391306103604 452.99025466305216 L 966.6214598120323 453.38687181590524 L 966.4037890137041 453.79080009739124 L 966.186118215376 454.2008911681897 L 965.9684474170479 454.6159586933345 L 965.7507766187198 455.03478565636385 L 965.5331058203917 455.456131862631 L 965.3154350220635 455.8787415855173" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 912.8007745532569 455.76664226976555 L 901.6939802941008 455.76664226976555" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 993.9824240290446 456.16595400444925 L 982.8756297698884 456.16595400444925" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="947.6211162976666" y="433.6879733787338" stroke="rgb(245, 241, 237)" stroke-width="1.748704486246px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="15.738340376213998px">L5</text><text class="sch-component-text" x="947.6061995697863" y="473.90307093995443" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="15.738340376213998px"></text><circle class="component-pin sch-component-pin" cx="993.9548385566792" cy="456.1143853464426" r="1.748704486246px" stroke-width="1.748704486246px" 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="370.72535108439496" cy="303.95532060044" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="427.55824688738994" cy="268.98123087552005" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="331.37950014386" cy="345.92422827034403" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="331.37950014386" cy="436.85686155513605" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="471.27585904354" cy="345.92422827034403" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="471.27585904354" cy="436.85686155513605" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="584.94165064953" cy="321.44236546290006" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="584.94165064953" cy="373.90350005028006" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="584.94165064953" cy="405.380180802708" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="584.94165064953" cy="499.81022305999204" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="689.86391982429" cy="366.908682105296" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="689.86391982429" cy="433.359452582644" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="752.4675404318967" cy="391.39054491274004" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="898.3094945848131" cy="391.39054491274004" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_2__stack1"><circle cx="752.4675404318967" cy="408.8775897752" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_3__stack1"><circle cx="898.3094945848131" cy="408.8775897752" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="906.0108744845915" cy="286.3808634987294" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="998.3271701941256" cy="286.3808634987294" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="901.6391132689764" cy="455.6554577673422" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="993.9554089785106" cy="455.6554577673422" r="3.497408972492" 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="
96
+ </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 331.37950014386 345.92422827034403 L 331.37950014386 342.42681929785203 L 486.13984717663095 342.42681929785203 L 486.13984717663095 303.95532060044 L 370.72535108439496 303.95532060044" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.989635889968px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 331.37950014386 345.92422827034403 L 331.37950014386 342.42681929785203 L 486.13984717663095 342.42681929785203 L 486.13984717663095 303.95532060044 L 370.72535108439496 303.95532060044" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.748704486246px" 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 584.94165064953 321.44236546290006 L 584.94165064953 303.95532060044 L 471.27585904354 303.95532060044 L 471.27585904354 345.92422827034403" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.989635889968px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 584.94165064953 321.44236546290006 L 584.94165064953 303.95532060044 L 471.27585904354 303.95532060044 L 471.27585904354 345.92422827034403" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.748704486246px" 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 689.86391982429 366.908682105296 L 689.86391982429 303.95532060044 L 584.94165064953 303.95532060044 L 584.94165064953 321.44236546290006" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.989635889968px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 689.86391982429 366.908682105296 L 689.86391982429 303.95532060044 L 584.94165064953 303.95532060044 L 584.94165064953 321.44236546290006" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.748704486246px" 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 752.4675404318967 391.39054491274004 L 747.1777093610026 391.39054491274004 L 747.1777093610026 303.95532060044 L 689.86391982429 303.95532060044" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.989635889968px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 752.4675404318967 391.39054491274004 L 747.1777093610026 391.39054491274004 L 747.1777093610026 303.95532060044 L 689.86391982429 303.95532060044" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.748704486246px" 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 584.94165064953 373.90350005028006 L 584.94165064953 405.380180802708" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.989635889968px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 584.94165064953 373.90350005028006 L 584.94165064953 405.380180802708" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.748704486246px" 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 898.3094945848131 391.39054491274004 L 902.160469745618 391.39054491274004 L 902.160469745618 286.38084051366775 L 906.0114449064229 286.38084051366775" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.989635889968px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 898.3094945848131 391.39054491274004 L 902.160469745618 391.39054491274004 L 902.160469745618 286.38084051366775 L 906.0114449064229 286.38084051366775" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.748704486246px" 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 898.3094945848131 408.8775897752 L 899.9745891378104 408.8775897752 L 899.9745891378104 455.6554347822805 L 901.6396836908078 455.6554347822805" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.989635889968px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 898.3094945848131 408.8775897752 L 899.9745891378104 408.8775897752 L 899.9745891378104 455.6554347822805 L 901.6396836908078 455.6554347822805" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.748704486246px" 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 752.4675404318967 408.8775897752 L 747.1777093610026 408.8775897752 L 747.1777093610026 517.2972679224521 L 689.86391982429 517.2972679224521 L 689.86391982429 433.359452582644" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.989635889968px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 752.4675404318967 408.8775897752 L 747.1777093610026 408.8775897752 L 747.1777093610026 517.2972679224521 L 689.86391982429 517.2972679224521 L 689.86391982429 433.359452582644" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><path d="M 584.94165064953 499.81022305999204 L 584.94165064953 517.2972679224521 L 689.86391982429 517.2972679224521" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.989635889968px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 584.94165064953 499.81022305999204 L 584.94165064953 517.2972679224521 L 689.86391982429 517.2972679224521" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"><path d="M 471.27585904354 436.85686155513605 L 471.27585904354 517.297267922452 L 584.94165064953 517.297267922452 L 584.94165064953 499.81022305999204" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.989635889968px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 471.27585904354 436.85686155513605 L 471.27585904354 517.297267922452 L 584.94165064953 517.297267922452 L 584.94165064953 499.81022305999204" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"><path d="M 331.37950014386 436.85686155513605 L 331.37950014386 517.297267922452 L 471.27585904354 517.297267922452" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.989635889968px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 331.37950014386 436.85686155513605 L 331.37950014386 517.297267922452 L 471.27585904354 517.297267922452" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.748704486246px" 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="584.94165064953" cy="321.44236546290006" r="2.623056729369" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="584.94165064953" cy="303.95532060044" r="2.623056729369" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><circle cx="689.86391982429" cy="303.95532060044" r="2.623056729369" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><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"><circle cx="689.86391982429" cy="517.2972679224521" r="2.623056729369" 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_8__stack1"><circle cx="584.94165064953" cy="499.81022305999204" r="2.623056729369" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="584.94165064953" cy="517.2972679224521" r="2.623056729369" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"><circle cx="471.27585904354" cy="517.297267922452" r="2.623056729369" 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_10__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="117.16320057872497" y="268.98123087552005" width="218.58806078075003" height="69.94817944983998" stroke-width="1.748704486246px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="117.16320057872497" y="268.98123087552005" width="218.58806078075003" height="69.94817944983998" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="335.751261359475" y1="303.95532060044" x2="370.72535108439496" y2="303.95532060044" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="368.97664659814893" y="302.206616114194" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="353.238306221935" y="302.20661611419405" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="454.77246045459333" y="260.23770844429" width="8.743522431229962" height="17.48704486246004" stroke-width="1.748704486246px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="454.77246045459333" y="260.23770844429" width="8.743522431229962" height="17.48704486246004" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="454.77246045459333" y1="268.98123087552005" x2="429.3069513736359" y2="268.98123087552005" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="427.55824688738994" cy="268.98123087552005" r="1.748704486246" stroke-width="1.748704486246px"/><rect x="425.8095424011439" y="267.232526389274" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="441.16535367099164" y="267.232526389274" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component chip sch-component-body" x="307.77198957953897" y="380.898317995264" width="64.70206599110202" height="20.984453834952035" stroke-width="1.748704486246px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="307.77198957953897" y="380.898317995264" width="64.70206599110202" height="20.984453834952035" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="331.37950014386" y1="380.898317995264" x2="331.37950014386" y2="345.92422827034403" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="329.630795657614" y="344.175523784098" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="329.630795657614" y="363.411273132804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform="rotate(-90 329.630795657614 363.411273132804)"></text><line class="component-pin sch-component-pin sch-port-line" x1="331.37950014386" y1="401.88277183021603" x2="331.37950014386" y2="436.85686155513605" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="329.630795657614" y="435.10815706889" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="329.630795657614" y="419.369816692676" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform="rotate(-90 329.630795657614 419.369816692676)"></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="447.66834847921893" y="380.898317995264" width="64.70206599110202" height="20.984453834952035" stroke-width="1.748704486246px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="447.66834847921893" y="380.898317995264" width="64.70206599110202" height="20.984453834952035" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="471.27585904354" y1="380.898317995264" x2="471.27585904354" y2="345.92422827034403" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="469.52715455729395" y="344.175523784098" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="469.52715455729395" y="363.411273132804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform="rotate(-90 469.52715455729395 363.411273132804)"></text><line class="component-pin sch-component-pin sch-port-line" x1="471.27585904354" y1="401.88277183021603" x2="471.27585904354" y2="436.85686155513605" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="469.52715455729395" y="435.10815706889" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="469.52715455729395" y="419.369816692676" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform="rotate(-90 469.52715455729395 419.369816692676)"></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="545.595799708995" y="343.301171540975" width="116.28884833535903" height="8.74352243123002" stroke-width="1.748704486246px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="545.595799708995" y="343.301171540975" width="116.28884833535903" height="8.74352243123002" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="584.94165064953" y1="343.301171540975" x2="584.94165064953" y2="321.44236546290006" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="583.192946163284" y="319.69366097665403" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="583.192946163284" y="332.37176850193754" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform="rotate(-90 583.192946163284 332.37176850193754)"></text><line class="component-pin sch-component-pin sch-port-line" x1="584.94165064953" y1="352.04469397220504" x2="584.94165064953" y2="373.90350005028006" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="583.192946163284" y="372.15479556403403" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="583.192946163284" y="362.9740970112425" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform="rotate(-90 583.192946163284 362.9740970112425)"></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="557.836731112717" y="440.35427052762805" width="86.56087206917698" height="24.481862807443974" stroke-width="1.748704486246px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="557.836731112717" y="440.35427052762805" width="86.56087206917698" height="24.481862807443974" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="584.94165064953" y1="440.35427052762805" x2="584.94165064953" y2="405.380180802708" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="583.192946163284" y="403.631476316462" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="583.192946163284" y="422.867225665168" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform="rotate(-90 583.192946163284 422.867225665168)"></text><line class="component-pin sch-component-pin sch-port-line" x1="584.94165064953" y1="464.836133335072" x2="584.94165064953" y2="499.81022305999204" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="583.192946163284" y="498.061518573746" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="583.192946163284" y="482.323178197532" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform="rotate(-90 583.192946163284 482.323178197532)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component chip sch-component-body" x="650.518068883755" y="395.762306128355" width="91.36980940635351" height="8.74352243123002" stroke-width="1.748704486246px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="650.518068883755" y="395.762306128355" width="91.36980940635351" height="8.74352243123002" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="689.86391982429" y1="395.762306128355" x2="689.86391982429" y2="366.908682105296" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="688.115215338044" y="365.15997761905" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="688.115215338044" y="381.33549411682554" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform="rotate(-90 688.115215338044 381.33549411682554)"></text><line class="component-pin sch-component-pin sch-port-line" x1="689.86391982429" y1="404.50582855958504" x2="689.86391982429" y2="433.359452582644" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="688.115215338044" y="431.61074809639797" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="688.115215338044" y="418.9326405711145" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform="rotate(-90 688.115215338044 418.9326405711145)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_7__stack1"><rect class="component chip sch-component-body" x="787.4416301568167" y="313.3983248261684" width="75.89377470307647" height="173.47148503560322" stroke-width="1.748704486246px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="787.4416301568167" y="313.3983248261684" width="75.89377470307647" height="173.47148503560322" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="787.4416301568167" y1="391.39054491274004" x2="752.4675404318967" y2="391.39054491274004" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="750.7188359456508" y="389.641840426494" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="769.9545852943568" y="389.641840426494" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="863.3354048598932" y1="391.39054491274004" x2="898.3094945848131" y2="391.39054491274004" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="896.5607900985672" y="389.641840426494" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="880.8224497223531" y="389.641840426494" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="787.4416301568167" y1="408.8775897752" x2="752.4675404318967" y2="408.8775897752" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_7_2__stack1"><rect x="750.7188359456508" y="407.128885288954" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="769.9545852943568" y="407.128885288954" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="863.3354048598932" y1="408.8775897752" x2="898.3094945848131" y2="408.8775897752" stroke-width="1.748704486246px"/><g class="sch-port" data-schematic-port-id="source_port_7_3__stack1"><rect x="896.5607900985672" y="407.128885288954" width="3.497408972492" height="3.497408972492" opacity="0"/></g><text class="pin-number sch-pin-number" x="880.8224497223531" y="407.128885288954" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.115283646844999px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_8__stack1"><rect class="component-overlay sch-component-overlay" x="906.0657415097157" y="277.8973153837799" width="92.28844373494383" height="8.994044352056505" fill="transparent"/><path class="sch-component-symbol-path" d="M 934.8599034788377 286.60420852080506 L 934.6422326805096 286.1815990165042 L 934.4245618821815 285.7602530288223 L 934.2068910838533 285.3414262843784 L 933.9892202855252 284.9263589778189 L 933.7715494871971 284.51626812560585 L 933.553878688869 284.1123400627052 L 933.3362078905409 283.7157231284375 L 933.1185370922128 283.3275205865841 L 932.9008662938846 282.9487838233991 L 932.6831954955566 282.5805058654633 L 932.4655246972284 282.22361525734533 L 932.2478538989003 281.8789703368155 L 932.0301831005722 281.54735394290793 L 931.812512302244 281.2294685894579 L 931.594841503916 280.92593213387 L 931.3771707055878 280.6372739678222 L 931.1594999072597 280.3639317533897 L 930.9418291089316 280.1062487247132 L 930.7241583106035 279.86447157184585 L 930.5064875122754 279.6387489198272 L 930.2888167139473 279.42913041236034 L 930.0711459156191 279.2355664057422 L 929.853475117291 279.0579082749332 L 929.6358043189629 278.8959093298801 L 929.4181335206348 278.74922633644246 L 929.2004627223067 278.61742163254485 L 928.9827919239785 278.49996582650937 L 928.7651211256505 278.3962410609314 L 928.5474503273224 278.30554482197573 L 928.3297795289942 278.2270942706082 L 928.1121087306661 278.1600310690585 L 927.894437932338 278.10342667275796 L 927.6767671340099 278.05628805512583 L 927.4590963356818 278.01756382990806 L 927.2414255373536 277.9861507333232 L 927.0237547390255 277.9609004260508 L 926.8060839406974 277.9406265731247 L 926.5884131423693 277.9241121580832 L 926.3707423440412 277.9101169862795 L 926.153071545713 277.8973853310949 L 925.9354009659703 277.9101169862795 L 925.7177303862276 277.9241121580832 L 925.5000598064848 277.9406265731247 L 925.282389226742 277.9609004260508 L 925.0647186469993 277.9861507333232 L 924.8470480672565 278.01756382990806 L 924.6293774875138 278.05628805512583 L 924.4117069077711 278.10342667275796 L 924.1940363280282 278.1600310690585 L 923.9763657482855 278.2270942706082 L 923.7586951685428 278.30554482197573 L 923.5410245888 278.3962410609314 L 923.3233540090573 278.49996582650937 L 923.1056834293145 278.61742163254485 L 922.8880128495717 278.74922633644246 L 922.670342269829 278.8959093298801 L 922.4526716900863 279.0579082749332 L 922.2350011103435 279.2355664057422 L 922.0173305306007 279.42913041236034 L 921.799659950858 279.6387489198272 L 921.5819893711152 279.86447157184585 L 921.3643187913725 280.1062487247132 L 921.1466482116298 280.3639317533897 L 920.9289776318869 280.6372739678222 L 920.7113070521442 280.92593213387 L 920.4936364724015 281.2294685894579 L 920.2759658926587 281.54735394290793 L 920.058295312916 281.8789703368155 L 919.8406247331732 282.22361525734533 L 919.6229541534304 282.5805058654633 L 919.4052835736877 282.9487838233991 L 919.187612993945 283.3275205865841 L 918.9699424142021 283.7157231284375 L 918.7522718344594 284.1123400627052 L 918.5346012547167 284.51626812560585 L 918.316930674974 284.9263589778189 L 918.0992600952312 285.3414262843784 L 917.8815895154884 285.7602530288223 L 917.6639189357456 286.1815990165042 L 917.4462483560029 286.60420852080506" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 952.2735498582581 286.60414731690446 L 952.0558792785154 286.1815375940182 L 951.8382086987726 285.76019138775104 L 951.6205381190298 285.3413644247217 L 951.4028675392871 284.92629689957687 L 951.1851969595443 284.5162058287784 L 950.9675263798016 284.1122775472924 L 950.7498558000588 283.71566039443934 L 950.532185220316 283.3274576340006 L 950.3145146405733 282.94872065223024 L 950.0968440608306 282.5804424757091 L 949.8791734810878 282.2235516490058 L 949.661502901345 281.87890650989056 L 949.4438323216023 281.54728989739766 L 949.2261617418595 281.2294043253622 L 949.0084911621168 280.925867651189 L 948.7908205823741 280.6372092665558 L 948.5731500026312 280.363866833538 L 948.3554794228885 280.10618358627613 L 948.1378088431458 279.8644062148234 L 947.920138263403 279.6386833442194 L 947.7024676836603 279.4290646181672 L 947.4847971039175 279.23550039296373 L 947.2671265241747 279.05784204356934 L 947.049455944432 278.8958428799309 L 946.8317853646893 278.74915966790786 L 946.6141147849465 278.6173547454249 L 946.3964442052037 278.4998987208041 L 946.178773625461 278.3961737366407 L 945.9611030457182 278.3054772790997 L 945.7434324659755 278.2270265091468 L 945.5257618862328 278.15996308901174 L 945.3080913064899 278.10335847412586 L 945.0904207267472 278.0562196379084 L 944.8727501470045 278.0174951941052 L 944.6550795672617 277.986081878935 L 944.437408987519 277.9608313530772 L 944.2197384077762 277.9405572815658 L 944.0020678280334 277.9240426479389 L 943.7843972482907 277.9100472575499 L 943.566726668548 277.8973153837799 L 943.3490558702198 277.9100472575499 L 943.1313850718917 277.9240426479389 L 942.9137142735636 277.9405572815658 L 942.6960434752355 277.9608313530772 L 942.4783726769074 277.986081878935 L 942.2607018785792 278.0174951941052 L 942.0430310802511 278.0562196379084 L 941.825360281923 278.10335847412586 L 941.6076894835949 278.15996308901174 L 941.3900186852668 278.2270265091468 L 941.1723478869387 278.3054772790997 L 940.9546770886105 278.3961737366407 L 940.7370062902825 278.4998987208041 L 940.5193354919543 278.6173547454249 L 940.3016646936262 278.74915966790786 L 940.0839938952981 278.8958428799309 L 939.86632309697 279.05784204356934 L 939.6486522986419 279.2355003929637 L 939.4309815003138 279.4290646181672 L 939.2133107019856 279.6386833442194 L 938.9956399036575 279.8644062148234 L 938.7779691053294 280.10618358627613 L 938.5602983070013 280.363866833538 L 938.3426275086732 280.6372092665558 L 938.124956710345 280.925867651189 L 937.907285912017 281.2294043253622 L 937.6896151136888 281.54728989739766 L 937.4719443153607 281.87890650989056 L 937.2542735170326 282.2235516490058 L 937.0366027187044 282.5804424757091 L 936.8189319203764 282.94872065223024 L 936.6012611220483 283.3274576340006 L 936.3835903237201 283.71566039443934 L 936.165919525392 284.1122775472924 L 935.9482487270639 284.5162058287784 L 935.7305779287358 284.92629689957687 L 935.5129071304077 285.3413644247217 L 935.2952363320795 285.76019138775104 L 935.0775655337515 286.1815375940182 L 934.8598947354233 286.60414731690446" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 969.6872049810928 286.60414731690446 L 969.4695341827647 286.1815375940182 L 969.2518633844367 285.76019138775104 L 969.0341925861085 285.3413644247217 L 968.8165217877804 284.92629689957687 L 968.5988509894522 284.5162058287784 L 968.3811801911241 284.1122775472924 L 968.1635093927961 283.71566039443934 L 967.9458385944679 283.3274576340006 L 967.7281677961398 282.94872065223024 L 967.5104969978117 282.5804424757091 L 967.2928261994836 282.2235516490058 L 967.0751554011555 281.87890650989056 L 966.8574846028273 281.54728989739766 L 966.6398138044992 281.2294043253622 L 966.4221430061712 280.925867651189 L 966.204472207843 280.6372092665558 L 965.9868014095149 280.363866833538 L 965.7691306111867 280.10618358627613 L 965.5514598128586 279.8644062148234 L 965.3337890145306 279.6386833442194 L 965.1161182162024 279.4290646181672 L 964.8984474178743 279.23550039296373 L 964.6807766195462 279.05784204356934 L 964.463105821218 278.8958428799309 L 964.24543502289 278.74915966790786 L 964.0277642245618 278.6173547454249 L 963.8100934262337 278.4998987208041 L 963.5924226279056 278.3961737366407 L 963.3747518295775 278.3054772790997 L 963.1570810312494 278.2270265091468 L 962.9394102329213 278.15996308901174 L 962.7217394345931 278.10335847412586 L 962.5040686362651 278.0562196379084 L 962.2863978379369 278.0174951941052 L 962.0687270396088 277.986081878935 L 961.8510562412807 277.9608313530772 L 961.6333854429525 277.9405572815658 L 961.4157146446245 277.9240426479389 L 961.1980438462963 277.9100472575499 L 960.9803730479682 277.8973153837799 L 960.7627024682255 277.9100472575499 L 960.5450318884828 277.9240426479389 L 960.3273613087399 277.9405572815658 L 960.1096907289972 277.9608313530772 L 959.8920201492544 277.986081878935 L 959.6743495695117 278.0174951941052 L 959.456678989769 278.0562196379084 L 959.2390084100261 278.10335847412586 L 959.0213378302834 278.15996308901174 L 958.8036672505407 278.2270265091468 L 958.585996670798 278.3054772790997 L 958.3683260910552 278.3961737366407 L 958.1506555113124 278.4998987208041 L 957.9329849315696 278.6173547454249 L 957.7153143518269 278.74915966790786 L 957.4976437720842 278.8958428799309 L 957.2799731923415 279.05784204356934 L 957.0623026125986 279.2355003929637 L 956.8446320328559 279.4290646181672 L 956.6269614531132 279.6386833442194 L 956.4092908733704 279.8644062148234 L 956.1916202936277 280.10618358627613 L 955.9739497138848 280.363866833538 L 955.7562791341421 280.6372092665558 L 955.5386085543994 280.925867651189 L 955.3209379746567 281.2294043253622 L 955.1032673949139 281.54728989739766 L 954.8855968151711 281.87890650989056 L 954.6679262354284 282.2235516490058 L 954.4502556556856 282.5804424757091 L 954.2325850759429 282.94872065223024 L 954.0149144962002 283.3274576340006 L 953.7972439164573 283.71566039443934 L 953.5795733367146 284.1122775472924 L 953.3619027569719 284.5162058287784 L 953.1442321772291 284.92629689957687 L 952.9265615974864 285.3413644247217 L 952.7088910177436 285.76019138775104 L 952.4912204380008 286.1815375940182 L 952.2735498582581 286.60414731690446" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 987.1008513605133 286.60414731690446 L 986.8831807807704 286.1815375940182 L 986.6655102010277 285.76019138775104 L 986.447839621285 285.3413644247217 L 986.2301690415422 284.92629689957687 L 986.0124984617995 284.5162058287784 L 985.7948278820567 284.1122775472924 L 985.5771573023139 283.71566039443934 L 985.3594867225712 283.3274576340006 L 985.1418161428285 282.94872065223024 L 984.9241455630857 282.5804424757091 L 984.7064749833429 282.2235516490058 L 984.4888044036002 281.87890650989056 L 984.2711338238574 281.54728989739766 L 984.0534632441147 281.2294043253622 L 983.835792664372 280.925867651189 L 983.6181220846291 280.6372092665558 L 983.4004515048864 280.363866833538 L 983.1827809251437 280.10618358627613 L 982.965110345401 279.8644062148234 L 982.7474397656582 279.6386833442194 L 982.5297691859154 279.4290646181672 L 982.3120986061726 279.23550039296373 L 982.0944280264299 279.05784204356934 L 981.8767574466872 278.8958428799309 L 981.6590868669444 278.74915966790786 L 981.4414162872016 278.6173547454249 L 981.2237457074589 278.4998987208041 L 981.0060751277161 278.3961737366407 L 980.7884045479734 278.3054772790997 L 980.5707339682307 278.2270265091468 L 980.3530633884878 278.15996308901174 L 980.1353928087451 278.10335847412586 L 979.9177222290024 278.0562196379084 L 979.7000516492596 278.0174951941052 L 979.4823810695169 277.986081878935 L 979.2647104897741 277.9608313530772 L 979.0470399100313 277.9405572815658 L 978.8293693302886 277.9240426479389 L 978.6116987505459 277.9100472575499 L 978.394028170803 277.8973153837799 L 978.176357372475 277.9100472575499 L 977.9586865741469 277.9240426479389 L 977.7410157758187 277.9405572815658 L 977.5233449774906 277.9608313530772 L 977.3056741791626 277.986081878935 L 977.0880033808344 278.0174951941052 L 976.8703325825063 278.0562196379084 L 976.6526617841781 278.10335847412586 L 976.43499098585 278.15996308901174 L 976.217320187522 278.2270265091468 L 975.9996493891938 278.3054772790997 L 975.7819785908657 278.3961737366407 L 975.5643077925376 278.4998987208041 L 975.3466369942095 278.6173547454249 L 975.1289661958814 278.74915966790786 L 974.9112953975532 278.8958428799309 L 974.6936245992251 279.05784204356934 L 974.4759538008971 279.2355003929637 L 974.2582830025689 279.4290646181672 L 974.0406122042408 279.6386833442194 L 973.8229414059126 279.8644062148234 L 973.6052706075845 280.10618358627613 L 973.3875998092565 280.363866833538 L 973.1699290109283 280.6372092665558 L 972.9522582126002 280.925867651189 L 972.7345874142721 281.2294043253622 L 972.516916615944 281.54728989739766 L 972.2992458176159 281.87890650989056 L 972.0815750192877 282.2235516490058 L 971.8639042209596 282.5804424757091 L 971.6462334226316 282.94872065223024 L 971.4285626243034 283.3274576340006 L 971.2108918259753 283.71566039443934 L 970.9932210276472 284.1122775472924 L 970.775550229319 284.5162058287784 L 970.557879430991 284.92629689957687 L 970.3402086326628 285.3413644247217 L 970.1225378343347 285.76019138775104 L 969.9048670360066 286.1815375940182 L 969.6871962376784 286.60414731690446" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 917.1725357688719 286.49204800115274 L 906.0657415097157 286.49204800115274" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 998.3541852446596 286.89135973583643 L 987.2473909855033 286.89135973583643" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="951.9928775132815" y="264.41337911012096" stroke="rgb(245, 241, 237)" stroke-width="1.748704486246px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="15.738340376213998px">L1</text><text class="sch-component-text" x="951.9779607854013" y="304.6284766713416" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="15.738340376213998px"></text><circle class="component-pin sch-component-pin" cx="998.3265997722941" cy="286.8397910778298" r="1.748704486246px" stroke-width="1.748704486246px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_9__stack1"><rect class="component-overlay sch-component-overlay" x="901.6939802941008" y="447.17190965239274" width="92.28844373494383" height="8.994044352056505" fill="transparent"/><path class="sch-component-symbol-path" d="M 930.4881422632228 455.8788027894179 L 930.2704714648946 455.456193285117 L 930.0528006665666 455.03484729743514 L 929.8351298682384 454.6160205529912 L 929.6174590699103 454.2009532464317 L 929.3997882715822 453.79086239421866 L 929.182117473254 453.386934331318 L 928.964446674926 452.9903173970503 L 928.7467758765979 452.60211485519693 L 928.5291050782697 452.2233780920119 L 928.3114342799416 451.8551001340761 L 928.0937634816135 451.49820952595815 L 927.8760926832854 451.1535646054283 L 927.6584218849573 450.82194821152075 L 927.4407510866291 450.5040628580707 L 927.223080288301 450.2005264024828 L 927.0054094899729 449.911868236435 L 926.7877386916448 449.6385260220025 L 926.5700678933167 449.38084299332604 L 926.3523970949885 449.13906584045867 L 926.1347262966605 448.91334318844 L 925.9170554983324 448.70372468097315 L 925.6993847000042 448.510160674355 L 925.4817139016761 448.332502543546 L 925.264043103348 448.1705035984929 L 925.0463723050199 448.0238206050553 L 924.8287015066918 447.89201590115766 L 924.6110307083636 447.7745600951222 L 924.3933599100355 447.6708353295442 L 924.1756891117075 447.58013909058855 L 923.9580183133793 447.501688539221 L 923.7403475150512 447.4346253376713 L 923.522676716723 447.3780209413708 L 923.305005918395 447.33088232373865 L 923.0873351200669 447.2921580985209 L 922.8696643217387 447.260745001936 L 922.6519935234106 447.2354946946636 L 922.4343227250824 447.2152208417375 L 922.2166519267544 447.198706426696 L 921.9989811284263 447.1847112548923 L 921.7813103300981 447.1719795997077 L 921.5636397503554 447.1847112548923 L 921.3459691706126 447.198706426696 L 921.1282985908699 447.2152208417375 L 920.9106280111271 447.2354946946636 L 920.6929574313843 447.260745001936 L 920.4752868516416 447.2921580985209 L 920.2576162718989 447.33088232373865 L 920.0399456921562 447.3780209413708 L 919.8222751124133 447.4346253376713 L 919.6046045326706 447.501688539221 L 919.3869339529278 447.58013909058855 L 919.1692633731851 447.6708353295442 L 918.9515927934424 447.7745600951222 L 918.7339222136995 447.89201590115766 L 918.5162516339568 448.0238206050553 L 918.2985810542141 448.1705035984929 L 918.0809104744714 448.332502543546 L 917.8632398947286 448.510160674355 L 917.6455693149858 448.70372468097315 L 917.427898735243 448.91334318844 L 917.2102281555003 449.13906584045867 L 916.9925575757576 449.38084299332604 L 916.7748869960149 449.6385260220025 L 916.557216416272 449.911868236435 L 916.3395458365293 450.2005264024828 L 916.1218752567866 450.5040628580707 L 915.9042046770438 450.82194821152075 L 915.6865340973011 451.1535646054283 L 915.4688635175582 451.49820952595815 L 915.2511929378155 451.8551001340761 L 915.0335223580728 452.2233780920119 L 914.81585177833 452.60211485519693 L 914.5981811985872 452.9903173970503 L 914.3805106188445 453.386934331318 L 914.1628400391018 453.79086239421866 L 913.945169459359 454.2009532464317 L 913.7274988796163 454.6160205529912 L 913.5098282998734 455.03484729743514 L 913.2921577201307 455.456193285117 L 913.074487140388 455.8788027894179" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 947.9017886426432 455.8787415855173 L 947.6841180629004 455.456131862631 L 947.4664474831577 455.03478565636385 L 947.2487769034149 454.6159586933345 L 947.0311063236721 454.2008911681897 L 946.8134357439294 453.79080009739124 L 946.5957651641867 453.38687181590524 L 946.3780945844438 452.99025466305216 L 946.1604240047011 452.6020519026134 L 945.9427534249584 452.22331492084305 L 945.7250828452156 451.8550367443219 L 945.5074122654729 451.4981459176186 L 945.2897416857301 451.15350077850337 L 945.0720711059873 450.8218841660105 L 944.8544005262446 450.50399859397504 L 944.6367299465019 450.2004619198018 L 944.4190593667591 449.9118035351686 L 944.2013887870163 449.6384611021508 L 943.9837182072736 449.38077785488895 L 943.7660476275308 449.13900048343623 L 943.5483770477881 448.9132776128322 L 943.3307064680454 448.70365888678003 L 943.1130358883025 448.51009466157655 L 942.8953653085598 448.33243631218215 L 942.6776947288171 448.1704371485437 L 942.4600241490743 448.0237539365207 L 942.2423535693316 447.8919490140377 L 942.0246829895888 447.7744929894169 L 941.807012409846 447.67076800525354 L 941.5893418301033 447.5800715477125 L 941.3716712503606 447.5016207777596 L 941.1540006706178 447.43455735762456 L 940.936330090875 447.37795274273867 L 940.7186595111323 447.3308139065212 L 940.5009889313895 447.292089462718 L 940.2833183516468 447.2606761475478 L 940.0656477719041 447.23542562169 L 939.8479771921612 447.21515155017863 L 939.6303066124185 447.1986369165517 L 939.4126360326758 447.1846415261627 L 939.194965452933 447.17190965239274 L 938.9772946546049 447.1846415261627 L 938.7596238562768 447.1986369165517 L 938.5419530579487 447.21515155017863 L 938.3242822596205 447.23542562169 L 938.1066114612925 447.2606761475478 L 937.8889406629643 447.292089462718 L 937.6712698646362 447.3308139065212 L 937.4535990663081 447.37795274273867 L 937.23592826798 447.43455735762456 L 937.0182574696519 447.5016207777596 L 936.8005866713238 447.5800715477125 L 936.5829158729956 447.67076800525354 L 936.3652450746675 447.7744929894169 L 936.1475742763394 447.8919490140377 L 935.9299034780113 448.0237539365207 L 935.7122326796832 448.1704371485437 L 935.494561881355 448.33243631218215 L 935.276891083027 448.51009466157655 L 935.0592202846989 448.70365888678003 L 934.8415494863707 448.9132776128322 L 934.6238786880426 449.13900048343623 L 934.4062078897144 449.38077785488895 L 934.1885370913864 449.6384611021508 L 933.9708662930583 449.9118035351686 L 933.7531954947301 450.2004619198018 L 933.535524696402 450.50399859397504 L 933.3178538980738 450.8218841660105 L 933.1001830997458 451.15350077850337 L 932.8825123014177 451.4981459176186 L 932.6648415030895 451.8550367443219 L 932.4471707047614 452.22331492084305 L 932.2294999064334 452.6020519026134 L 932.0118291081052 452.99025466305216 L 931.7941583097771 453.38687181590524 L 931.5764875114489 453.79080009739124 L 931.3588167131209 454.2008911681897 L 931.1411459147928 454.6159586933345 L 930.9234751164646 455.03478565636385 L 930.7058043181365 455.456131862631 L 930.4881335198083 455.8787415855173" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 965.3154437654779 455.8787415855173 L 965.0977729671498 455.456131862631 L 964.8801021688217 455.03478565636385 L 964.6624313704936 454.6159586933345 L 964.4447605721655 454.2008911681897 L 964.2270897738373 453.79080009739124 L 964.0094189755092 453.38687181590524 L 963.7917481771811 452.99025466305216 L 963.574077378853 452.6020519026134 L 963.3564065805249 452.22331492084305 L 963.1387357821968 451.8550367443219 L 962.9210649838686 451.4981459176186 L 962.7033941855406 451.15350077850337 L 962.4857233872124 450.8218841660105 L 962.2680525888843 450.50399859397504 L 962.0503817905562 450.2004619198018 L 961.832710992228 449.9118035351686 L 961.6150401939 449.6384611021508 L 961.3973693955718 449.38077785488895 L 961.1796985972437 449.13900048343623 L 960.9620277989156 448.9132776128322 L 960.7443570005875 448.70365888678003 L 960.5266862022594 448.51009466157655 L 960.3090154039313 448.33243631218215 L 960.0913446056031 448.1704371485437 L 959.873673807275 448.0237539365207 L 959.6560030089469 447.8919490140377 L 959.4383322106188 447.7744929894169 L 959.2206614122907 447.67076800525354 L 959.0029906139625 447.5800715477125 L 958.7853198156345 447.5016207777596 L 958.5676490173064 447.43455735762456 L 958.3499782189782 447.37795274273867 L 958.1323074206501 447.3308139065212 L 957.914636622322 447.292089462718 L 957.6969658239939 447.2606761475478 L 957.4792950256658 447.23542562169 L 957.2616242273376 447.21515155017863 L 957.0439534290095 447.1986369165517 L 956.8262826306814 447.1846415261627 L 956.6086118323533 447.17190965239274 L 956.3909412526106 447.1846415261627 L 956.1732706728678 447.1986369165517 L 955.955600093125 447.21515155017863 L 955.7379295133823 447.23542562169 L 955.5202589336395 447.2606761475478 L 955.3025883538968 447.292089462718 L 955.0849177741541 447.3308139065212 L 954.8672471944112 447.37795274273867 L 954.6495766146685 447.43455735762456 L 954.4319060349258 447.5016207777596 L 954.214235455183 447.5800715477125 L 953.9965648754403 447.67076800525354 L 953.7788942956975 447.7744929894169 L 953.5612237159547 447.8919490140377 L 953.343553136212 448.0237539365207 L 953.1258825564693 448.1704371485437 L 952.9082119767265 448.33243631218215 L 952.6905413969837 448.51009466157655 L 952.472870817241 448.70365888678003 L 952.2552002374982 448.9132776128322 L 952.0375296577555 449.13900048343623 L 951.8198590780128 449.38077785488895 L 951.6021884982699 449.6384611021508 L 951.3845179185272 449.9118035351686 L 951.1668473387845 450.2004619198018 L 950.9491767590417 450.50399859397504 L 950.731506179299 450.8218841660105 L 950.5138355995562 451.15350077850337 L 950.2961650198134 451.4981459176186 L 950.0784944400707 451.8550367443219 L 949.860823860328 452.22331492084305 L 949.6431532805852 452.6020519026134 L 949.4254827008424 452.99025466305216 L 949.2078121210997 453.38687181590524 L 948.9901415413569 453.79080009739124 L 948.7724709616142 454.2008911681897 L 948.5548003818715 454.6159586933345 L 948.3371298021286 455.03478565636385 L 948.1194592223859 455.456131862631 L 947.9017886426432 455.8787415855173" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 982.7290901448984 455.8787415855173 L 982.5114195651555 455.456131862631 L 982.2937489854128 455.03478565636385 L 982.07607840567 454.6159586933345 L 981.8584078259273 454.2008911681897 L 981.6407372461846 453.79080009739124 L 981.4230666664417 453.38687181590524 L 981.205396086699 452.99025466305216 L 980.9877255069563 452.6020519026134 L 980.7700549272136 452.22331492084305 L 980.5523843474708 451.8550367443219 L 980.334713767728 451.4981459176186 L 980.1170431879852 451.15350077850337 L 979.8993726082425 450.8218841660105 L 979.6817020284998 450.50399859397504 L 979.464031448757 450.2004619198018 L 979.2463608690142 449.9118035351686 L 979.0286902892715 449.6384611021508 L 978.8110197095288 449.38077785488895 L 978.593349129786 449.13900048343623 L 978.3756785500433 448.9132776128322 L 978.1580079703004 448.70365888678003 L 977.9403373905577 448.51009466157655 L 977.722666810815 448.33243631218215 L 977.5049962310723 448.1704371485437 L 977.2873256513295 448.0237539365207 L 977.0696550715867 447.8919490140377 L 976.851984491844 447.7744929894169 L 976.6343139121012 447.67076800525354 L 976.4166433323585 447.5800715477125 L 976.1989727526158 447.5016207777596 L 975.9813021728729 447.43455735762456 L 975.7636315931302 447.37795274273867 L 975.5459610133875 447.3308139065212 L 975.3282904336447 447.292089462718 L 975.110619853902 447.2606761475478 L 974.8929492741592 447.23542562169 L 974.6752786944164 447.21515155017863 L 974.4576081146737 447.1986369165517 L 974.239937534931 447.1846415261627 L 974.0222669551881 447.17190965239274 L 973.80459615686 447.1846415261627 L 973.586925358532 447.1986369165517 L 973.3692545602038 447.21515155017863 L 973.1515837618757 447.23542562169 L 972.9339129635476 447.2606761475478 L 972.7162421652195 447.292089462718 L 972.4985713668914 447.3308139065212 L 972.2809005685632 447.37795274273867 L 972.0632297702351 447.43455735762456 L 971.845558971907 447.5016207777596 L 971.6278881735789 447.5800715477125 L 971.4102173752508 447.67076800525354 L 971.1925465769227 447.7744929894169 L 970.9748757785945 447.8919490140377 L 970.7572049802665 448.0237539365207 L 970.5395341819383 448.1704371485437 L 970.3218633836102 448.33243631218215 L 970.1041925852821 448.51009466157655 L 969.886521786954 448.70365888678003 L 969.6688509886259 448.9132776128322 L 969.4511801902977 449.13900048343623 L 969.2335093919696 449.38077785488895 L 969.0158385936415 449.6384611021508 L 968.7981677953134 449.9118035351686 L 968.5804969969853 450.2004619198018 L 968.3628261986572 450.50399859397504 L 968.145155400329 450.8218841660105 L 967.927484602001 451.15350077850337 L 967.7098138036728 451.4981459176186 L 967.4921430053447 451.8550367443219 L 967.2744722070166 452.22331492084305 L 967.0568014086884 452.6020519026134 L 966.8391306103604 452.99025466305216 L 966.6214598120323 453.38687181590524 L 966.4037890137041 453.79080009739124 L 966.186118215376 454.2008911681897 L 965.9684474170479 454.6159586933345 L 965.7507766187198 455.03478565636385 L 965.5331058203917 455.456131862631 L 965.3154350220635 455.8787415855173" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 912.8007745532569 455.76664226976555 L 901.6939802941008 455.76664226976555" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 993.9824240290446 456.16595400444925 L 982.8756297698884 456.16595400444925" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.748704486246px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="947.6211162976666" y="433.6879733787338" stroke="rgb(245, 241, 237)" stroke-width="1.748704486246px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="15.738340376213998px">L5</text><text class="sch-component-text" x="947.6061995697863" y="473.90307093995443" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="15.738340376213998px"></text><circle class="component-pin sch-component-pin" cx="993.9548385566792" cy="456.1143853464426" r="1.748704486246px" stroke-width="1.748704486246px" 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="370.72535108439496" cy="303.95532060044" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="427.55824688738994" cy="268.98123087552005" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="331.37950014386" cy="345.92422827034403" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="331.37950014386" cy="436.85686155513605" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="471.27585904354" cy="345.92422827034403" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="471.27585904354" cy="436.85686155513605" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="584.94165064953" cy="321.44236546290006" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="584.94165064953" cy="373.90350005028006" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="584.94165064953" cy="405.380180802708" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="584.94165064953" cy="499.81022305999204" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="689.86391982429" cy="366.908682105296" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="689.86391982429" cy="433.359452582644" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="752.4675404318967" cy="391.39054491274004" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="898.3094945848131" cy="391.39054491274004" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_2__stack1"><circle cx="752.4675404318967" cy="408.8775897752" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_3__stack1"><circle cx="898.3094945848131" cy="408.8775897752" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="906.0108744845915" cy="286.3808634987294" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="998.3271701941256" cy="286.3808634987294" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="901.6391132689764" cy="455.6554577673422" r="3.497408972492" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="993.9554089785106" cy="455.6554577673422" r="3.497408972492" 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="
97
97
  M 584.94165064953,303.95532060044
98
98
  L 576.1981282183,299.23381848757583
99
99
  L 576.1981282183,269.24936556341106