@tscircuit/schematic-trace-solver 0.0.159 → 0.0.161

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 (71) hide show
  1. package/dist/index.d.ts +43 -9
  2. package/dist/index.js +807 -115
  3. package/lib/solvers/AvailableNetOrientationSolver/AvailableNetOrientationSolver.ts +210 -6
  4. package/lib/solvers/InlineNetLabelSolver/InlineNetLabelSolver.ts +536 -94
  5. package/lib/solvers/InlineNetLabelSolver/pushAnchoredNetLabelsAwayFromInlineLabels.ts +9 -7
  6. package/lib/solvers/InlineNetLabelSolver/pushInlineTerminalLabelsAwayFromAnchoredLabels.ts +295 -0
  7. package/lib/solvers/NetLabelPlacementSolver/NetLabelPlacementSolver.ts +7 -35
  8. package/lib/solvers/SchematicTraceLinesSolver/getTraceConnectedPinComponents.ts +60 -0
  9. package/lib/solvers/TraceCleanupSolver/sameNetRailAlignment/getFixedLabelCoordinate.ts +44 -13
  10. package/lib/types/InputProblem.ts +5 -4
  11. package/package.json +1 -1
  12. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +1 -1
  13. package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +1 -1
  14. package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +79 -79
  15. package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +85 -85
  16. package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +1 -1
  17. package/tests/bug-reports/bug-report-20260804T095800Z/__snapshots__/bug-report-20260804T095800Z.snap.svg +163 -163
  18. package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +547 -547
  19. package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +13 -13
  20. package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +267 -267
  21. package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +267 -267
  22. package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +109 -109
  23. package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +1 -1
  24. package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +49 -49
  25. package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +1 -1
  26. package/tests/bug-reports/bug-report-20260825T045913Z/__snapshots__/bug-report-20260825T045913Z.snap.svg +103 -103
  27. package/tests/bug-reports/bug-report-20260825T103621Z/__snapshots__/bug-report-20260825T103621Z.snap.svg +103 -103
  28. package/tests/bug-reports/bug-report-20260826T072956Z/__snapshots__/bug-report-20260826T072956Z.snap.svg +600 -792
  29. package/tests/bug-reports/bug-report-20260826T072956Z/bug-report-20260826T072956Z.test.ts +66 -1
  30. package/tests/examples/__snapshots__/example51.snap.svg +568 -568
  31. package/tests/fixtures/convertSolverOutputToCircuitJson.test.ts +16 -1
  32. package/tests/fixtures/convertSolverOutputToCircuitJson.ts +23 -12
  33. package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +736 -736
  34. package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +79 -79
  35. package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +127 -127
  36. package/tests/repros/__snapshots__/repro-bluetooth-controller-ground-decoupling-groups.snap.svg +106 -0
  37. package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +31 -31
  38. package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +121 -121
  39. package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +43 -43
  40. package/tests/repros/__snapshots__/repro-core-555-power-cross-net-overlap.snap.svg +19 -19
  41. package/tests/repros/__snapshots__/repro-core-ground-inline-label-fallback.snap.svg +277 -0
  42. package/tests/repros/__snapshots__/repro-core-subcircuit-missing-ground.snap.svg +19 -19
  43. package/tests/repros/__snapshots__/repro-core-tb67s579ftg-inline-label-routing.snap.svg +7 -7
  44. package/tests/repros/__snapshots__/repro-dc-power-isolated-routing.snap.svg +37 -37
  45. package/tests/repros/__snapshots__/repro-hdc2080-ground-label-alignment.snap.svg +137 -0
  46. package/tests/repros/__snapshots__/repro-nrf52810-clock-routing.snap.svg +61 -61
  47. package/tests/repros/__snapshots__/repro-pga300-redundant-ground-traces.snap.svg +115 -115
  48. package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +743 -743
  49. package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +43 -43
  50. package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +1 -1
  51. package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +17 -17
  52. package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +1131 -1131
  53. package/tests/repros/__snapshots__/repro-type-c-16pin-self-connection.snap.svg +7 -7
  54. package/tests/repros/__snapshots__/repro-type-c-16pin-to-resistor.snap.svg +7 -7
  55. package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +666 -666
  56. package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +73 -73
  57. package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +73 -73
  58. package/tests/repros/assets/repro-bluetooth-controller-ground-decoupling-groups.input.json +214 -0
  59. package/tests/repros/assets/repro-core-ground-inline-label-fallback.input.json +863 -0
  60. package/tests/repros/repro-bluetooth-controller-ground-decoupling-groups.test.ts +18 -0
  61. package/tests/repros/repro-core-ground-inline-label-fallback.test.ts +34 -0
  62. package/tests/repros/repro-hdc2080-ground-label-alignment.test.ts +239 -0
  63. package/tests/repros/repro-tida010076-j4-ground-bus.test.ts +14 -10
  64. package/tests/repros/repro-tida010076-page02.test.ts +2 -2
  65. package/tests/repros/repro-usb-power-vbus-label-detour.test.ts +14 -0
  66. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label02.snap.svg +1 -1
  67. package/tests/solvers/InlineNetLabelSolver/multi-pin-connected-components.test.ts +252 -0
  68. package/tests/solvers/InlineNetLabelSolver/opposite-side-placement.test.ts +71 -0
  69. package/tests/solvers/InlineNetLabelSolver/push-anchored-net-labels-away.test.ts +8 -2
  70. package/tests/solvers/InlineNetLabelSolver/push-inline-terminal-labels-away.test.ts +91 -0
  71. package/tests/solvers/InlineNetLabelSolver/two-pin-terminal-stubs-atomic.test.ts +7 -1
@@ -148,132 +148,132 @@ orientation: y+" data-x="-7.9" data-y="3.3" cx="287.43288683093544" cy="207.3424
148
148
  .port-label { fill: rgb(0, 100, 100); }
149
149
  .component-name { fill: rgb(0, 100, 100); }
150
150
 
151
- </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 517.7265792206501 247.10026778595 L 517.7265792206501 238.72105242965003 L 509.34736386435003 238.72105242965003 L 509.34736386435003 247.10026778595" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.70337228504px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 517.7265792206501 247.10026778595 L 517.7265792206501 238.72105242965003 L 509.34736386435003 238.72105242965003 L 509.34736386435003 247.10026778595" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.83792153563px" 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.7603020710501 247.10026778595 L 584.7603020710501 238.72105242965 L 798.4302936567001 238.72105242965 L 798.4302936567001 728.9051507732001" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.70337228504px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 584.7603020710501 247.10026778595 L 584.7603020710501 238.72105242965 L 798.4302936567001 238.72105242965 L 798.4302936567001 728.9051507732001" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.83792153563px" 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 463.26167940470003 673.60232942162 L 463.26167940470003 762.4220121984001 L 547.0538329677 762.4220121984001 L 547.0538329677 754.0427968421" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.70337228504px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 463.26167940470003 673.60232942162 L 463.26167940470003 762.4220121984001 L 547.0538329677 762.4220121984001 L 547.0538329677 754.0427968421" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.83792153563px" 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 672.7420633122 754.0427968421 L 672.7420633122 762.4220121984 L 798.4302936567001 762.4220121984 L 798.4302936567001 754.0427968421" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.70337228504px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 672.7420633122 754.0427968421 L 672.7420633122 762.4220121984 L 798.4302936567001 762.4220121984 L 798.4302936567001 754.0427968421" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.83792153563px" 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 379.46952584170003 97.11231290818 L 379.46952584170003 37.577987801668485 L 635.0355942088501 37.577987801668485 L 635.0355942088501 137.33254661841994 L 714.6381400937 137.33254661841994 L 714.6381400937 128.95333126212" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.70337228504px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 379.46952584170003 97.11231290818 L 379.46952584170003 37.577987801668485 L 635.0355942088501 37.577987801668485 L 635.0355942088501 137.33254661841994 L 714.6381400937 137.33254661841994 L 714.6381400937 128.95333126212" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.83792153563px" 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 559.62265600215 247.10026778595002 L 559.62265600215 182.53841346565852 L 517.7265792206501 182.53841346565852 L 517.7265792206501 188.026799524035 L 379.46952584170003 188.026799524035 L 379.46952584170003 128.95333126212" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.70337228504px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 559.62265600215 247.10026778595002 L 559.62265600215 182.53841346565852 L 517.7265792206501 182.53841346565852 L 517.7265792206501 188.026799524035 L 379.46952584170003 188.026799524035 L 379.46952584170003 128.95333126212" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.83792153563px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="438.12403333580005" y="263.85869849855" width="217.85959926379996" height="242.9972453327" stroke-width="0.83792153563px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="438.12403333580005" y="263.85869849855" width="217.85959926379996" height="242.9972453327" fill="transparent"/><text class="sch-text" x="547.0538329677" y="385.3573211649" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.54129382067px" transform="rotate(0, 547.0538329677, 385.3573211649)">schematic_component_0</text><line class="component-pin sch-component-pin sch-port-line" x1="542.8642252895501" y1="263.85869849855" x2="542.8642252895501" y2="247.93818932157998" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="542.8642252895501" cy="247.10026778595" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="542.02630375392" y="246.26234625032" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="542.02630375392" y="255.47948314225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 542.02630375392 255.47948314225)"></text><text class="pin-number sch-pin-label" x="542.8642252895501" y="268.0483061767" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 542.8642252895501 268.0483061767)">schematic_port_0</text><line class="component-pin sch-component-pin sch-port-line" x1="534.48500993325" y1="263.85869849855" x2="534.48500993325" y2="247.93818932157998" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="534.48500993325" cy="247.10026778595" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="533.64708839762" y="246.26234625032" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="533.64708839762" y="255.47948314225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 533.64708839762 255.47948314225)"></text><text class="pin-number sch-pin-label" x="534.48500993325" y="268.0483061767" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 534.48500993325 268.0483061767)">schematic_port_1</text><line class="component-pin sch-component-pin sch-port-line" x1="526.1057945769501" y1="263.85869849855" x2="526.1057945769501" y2="247.93818932157998" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="526.1057945769501" cy="247.10026778595" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="525.2678730413201" y="246.26234625032" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="525.2678730413201" y="255.47948314225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 525.2678730413201 255.47948314225)"></text><text class="pin-number sch-pin-label" x="526.1057945769501" y="268.0483061767" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 526.1057945769501 268.0483061767)">schematic_port_2</text><line class="component-pin sch-component-pin sch-port-line" x1="509.34736386435003" y1="263.85869849855" x2="509.34736386435003" y2="247.10026778595" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="508.50944232872" y="246.26234625032" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.50944232872" y="255.47948314225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 508.50944232872 255.47948314225)"></text><text class="pin-number sch-pin-label" x="509.34736386435003" y="268.0483061767" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 509.34736386435003 268.0483061767)">schematic_port_3</text><line class="component-pin sch-component-pin sch-port-line" x1="517.7265792206501" y1="263.85869849855" x2="517.7265792206501" y2="247.10026778595" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="516.8886576850201" y="246.26234625032" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="516.88865768502" y="255.47948314225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 516.88865768502 255.47948314225)"></text><text class="pin-number sch-pin-label" x="517.7265792206501" y="268.0483061767" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 517.7265792206501 268.0483061767)">schematic_port_4</text><line class="component-pin sch-component-pin sch-port-line" x1="655.9836325996" y1="351.8404597397" x2="671.90414177657" y2="351.8404597397" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="672.7420633122" cy="351.8404597397" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="671.90414177657" y="351.00253820407" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="664.3628479559001" y="351.00253820407" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><text class="pin-number sch-pin-label" x="651.79402492145" y="351.8404597397" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="">schematic_port_5</text><line class="component-pin sch-component-pin sch-port-line" x1="655.9836325996" y1="360.219675096" x2="671.90414177657" y2="360.219675096" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="672.7420633122" cy="360.219675096" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="671.90414177657" y="359.38175356037" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="664.3628479559001" y="359.38175356037" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><text class="pin-number sch-pin-label" x="651.79402492145" y="360.219675096" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="">schematic_port_6</text><line class="component-pin sch-component-pin sch-port-line" x1="655.9836325996" y1="368.5988904523" x2="671.90414177657" y2="368.5988904523" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="672.7420633122" cy="368.5988904523" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="671.90414177657" y="367.76096891667" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="664.3628479559001" y="367.76096891667" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><text class="pin-number sch-pin-label" x="651.79402492145" y="368.5988904523" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="">schematic_port_7</text><line class="component-pin sch-component-pin sch-port-line" x1="521.9161868988001" y1="506.85594383125" x2="521.9161868988001" y2="522.77645300822" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.9161868988001" cy="523.61437454385" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="521.0782653631701" y="522.77645300822" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="521.0782653631701" y="515.2351591875499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 521.0782653631701 515.2351591875499)"></text><text class="pin-number sch-pin-label" x="521.9161868988001" y="502.66633615309996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 521.9161868988001 502.66633615309996)">schematic_port_8</text><line class="component-pin sch-component-pin sch-port-line" x1="530.2954022551" y1="506.85594383125" x2="530.2954022551" y2="522.77645300822" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="530.2954022551" cy="523.61437454385" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="529.45748071947" y="522.77645300822" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="529.45748071947" y="515.2351591875499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 529.45748071947 515.2351591875499)"></text><text class="pin-number sch-pin-label" x="530.2954022551" y="502.66633615309996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 530.2954022551 502.66633615309996)">schematic_port_9</text><line class="component-pin sch-component-pin sch-port-line" x1="547.0538329677" y1="506.85594383125" x2="547.0538329677" y2="522.77645300822" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="547.0538329677" cy="523.61437454385" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="546.21591143207" y="522.77645300822" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.21591143207" y="515.2351591875499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 546.21591143207 515.2351591875499)"></text><text class="pin-number sch-pin-label" x="547.0538329677" y="502.66633615309996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 547.0538329677 502.66633615309996)">schematic_port_10</text><line class="component-pin sch-component-pin sch-port-line" x1="538.6746176114" y1="506.85594383125" x2="538.6746176114" y2="522.77645300822" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="538.6746176114" cy="523.61437454385" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="537.83669607577" y="522.77645300822" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="537.8366960757701" y="515.2351591875499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 537.8366960757701 515.2351591875499)"></text><text class="pin-number sch-pin-label" x="538.6746176114" y="502.66633615309996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 538.6746176114 502.66633615309996)">schematic_port_11</text><line class="component-pin sch-component-pin sch-port-line" x1="655.9836325996" y1="393.7365365212" x2="671.90414177657" y2="393.7365365212" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="672.7420633122" cy="393.7365365212" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="671.90414177657" y="392.89861498556996" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="664.3628479559001" y="392.89861498556996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><text class="pin-number sch-pin-label" x="651.79402492145" y="393.7365365212" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="">schematic_port_12</text><line class="component-pin sch-component-pin sch-port-line" x1="655.9836325996" y1="385.3573211649" x2="671.90414177657" y2="385.3573211649" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="672.7420633122" cy="385.3573211649" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="671.90414177657" y="384.51939962926997" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="664.3628479559001" y="384.51939962926997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><text class="pin-number sch-pin-label" x="651.79402492145" y="385.3573211649" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="">schematic_port_13</text><line class="component-pin sch-component-pin sch-port-line" x1="655.9836325996" y1="376.9781058086" x2="671.90414177657" y2="376.9781058086" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="672.7420633122" cy="376.9781058086" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="671.90414177657" y="376.14018427297" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="664.3628479559001" y="376.14018427297" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><text class="pin-number sch-pin-label" x="651.79402492145" y="376.9781058086" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="">schematic_port_14</text><line class="component-pin sch-component-pin sch-port-line" x1="655.9836325996" y1="402.1157518775" x2="671.90414177657" y2="402.1157518775" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="672.7420633122" cy="402.1157518775" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="671.90414177657" y="401.27783034186996" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="664.3628479559001" y="401.27783034186996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><text class="pin-number sch-pin-label" x="651.79402492145" y="402.1157518775" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="">schematic_port_15</text><line class="component-pin sch-component-pin sch-port-line" x1="655.9836325996" y1="410.49496723379997" x2="671.90414177657" y2="410.49496723379997" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="672.7420633122" cy="410.49496723379997" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="671.90414177657" y="409.65704569816995" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="664.3628479559001" y="409.65704569817" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><text class="pin-number sch-pin-label" x="651.79402492145" y="410.49496723379997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="">schematic_port_16</text><line class="component-pin sch-component-pin sch-port-line" x1="655.9836325996" y1="418.87418259009996" x2="671.90414177657" y2="418.87418259009996" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="672.7420633122" cy="418.87418259009996" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="671.90414177657" y="418.03626105446995" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="664.3628479559001" y="418.03626105447" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><text class="pin-number sch-pin-label" x="651.79402492145" y="418.87418259009996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="">schematic_port_17</text><line class="component-pin sch-component-pin sch-port-line" x1="555.4330483240001" y1="506.85594383125" x2="555.4330483240001" y2="522.77645300822" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_18__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="555.4330483240001" cy="523.61437454385" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="554.5951267883701" y="522.77645300822" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="554.5951267883701" y="515.2351591875499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 554.5951267883701 515.2351591875499)"></text><text class="pin-number sch-pin-label" x="555.4330483240001" y="502.66633615309996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 555.4330483240001 502.66633615309996)">schematic_port_18</text><line class="component-pin sch-component-pin sch-port-line" x1="563.8122636803" y1="506.85594383125" x2="563.8122636803" y2="522.77645300822" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_19__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="563.8122636803" cy="523.61437454385" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="562.97434214467" y="522.77645300822" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="562.9743421446701" y="515.2351591875499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 562.9743421446701 515.2351591875499)"></text><text class="pin-number sch-pin-label" x="563.8122636803" y="502.66633615309996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 563.8122636803 502.66633615309996)">schematic_port_19</text><line class="component-pin sch-component-pin sch-port-line" x1="588.9499097492001" y1="506.85594383125" x2="588.9499097492001" y2="522.77645300822" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_20__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="588.9499097492001" cy="523.61437454385" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="588.11198821357" y="522.77645300822" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="588.11198821357" y="515.2351591875499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 588.11198821357 515.2351591875499)"></text><text class="pin-number sch-pin-label" x="588.9499097492001" y="502.66633615309996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 588.9499097492001 502.66633615309996)">schematic_port_20</text><line class="component-pin sch-component-pin sch-port-line" x1="580.5706943929" y1="506.85594383125" x2="580.5706943929" y2="522.77645300822" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_21__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="580.5706943929" cy="523.61437454385" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="579.73277285727" y="522.77645300822" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="579.73277285727" y="515.2351591875499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 579.73277285727 515.2351591875499)"></text><text class="pin-number sch-pin-label" x="580.5706943929" y="502.66633615309996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 580.5706943929 502.66633615309996)">schematic_port_21</text><line class="component-pin sch-component-pin sch-port-line" x1="572.1914790366" y1="506.85594383125" x2="572.1914790366" y2="522.77645300822" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_22__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="572.1914790366" cy="523.61437454385" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="571.3535575009699" y="522.77645300822" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="571.35355750097" y="515.2351591875499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 571.35355750097 515.2351591875499)"></text><text class="pin-number sch-pin-label" x="572.1914790366" y="502.66633615309996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 572.1914790366 502.66633615309996)">schematic_port_22</text><line class="component-pin sch-component-pin sch-port-line" x1="597.3291251055" y1="506.85594383125" x2="597.3291251055" y2="522.77645300822" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_23__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="597.3291251055" cy="523.61437454385" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="596.49120356987" y="522.77645300822" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="596.4912035698701" y="515.2351591875499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 596.4912035698701 515.2351591875499)"></text><text class="pin-number sch-pin-label" x="597.3291251055" y="502.66633615309996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 597.3291251055 502.66633615309996)">schematic_port_23</text><line class="component-pin sch-component-pin sch-port-line" x1="438.12403333580005" y1="418.87418259009996" x2="422.20352415883" y2="418.87418259009996" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_24__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="421.36560262320006" cy="418.87418259009996" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="420.52768108757004" y="418.03626105446995" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="429.7448179795" y="418.03626105447" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><text class="pin-number sch-pin-label" x="442.31364101395" y="418.87418259009996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="">schematic_port_24</text><line class="component-pin sch-component-pin sch-port-line" x1="559.62265600215" y1="263.85869849855" x2="559.62265600215" y2="247.10026778595" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_25__stack1"><rect x="558.78473446652" y="246.26234625032" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="558.78473446652" y="255.47948314225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 558.78473446652 255.47948314225)"></text><text class="pin-number sch-pin-label" x="559.62265600215" y="268.0483061767" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 559.62265600215 268.0483061767)">schematic_port_25</text><line class="component-pin sch-component-pin sch-port-line" x1="576.38108671475" y1="263.85869849855" x2="576.38108671475" y2="247.93818932157998" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_26__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="576.38108671475" cy="247.10026778595" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="575.54316517912" y="246.26234625032" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="575.54316517912" y="255.47948314225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 575.54316517912 255.47948314225)"></text><text class="pin-number sch-pin-label" x="576.38108671475" y="268.0483061767" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 576.38108671475 268.0483061767)">schematic_port_26</text><line class="component-pin sch-component-pin sch-port-line" x1="584.7603020710501" y1="263.85869849855" x2="584.7603020710501" y2="247.10026778595" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_27__stack1"><rect x="583.9223805354201" y="246.26234625032" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="583.9223805354201" y="255.47948314225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 583.9223805354201 255.47948314225)"></text><text class="pin-number sch-pin-label" x="584.7603020710501" y="268.0483061767" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 584.7603020710501 268.0483061767)">schematic_port_27</text><line class="component-pin sch-component-pin sch-port-line" x1="568.00187135845" y1="263.85869849855" x2="568.00187135845" y2="247.93818932157998" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_28__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="568.00187135845" cy="247.10026778595" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="567.16394982282" y="246.26234625032" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="567.1639498228201" y="255.47948314225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 567.1639498228201 255.47948314225)"></text><text class="pin-number sch-pin-label" x="568.00187135845" y="268.0483061767" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 568.00187135845 268.0483061767)">schematic_port_28</text><line class="component-pin sch-component-pin sch-port-line" x1="438.12403333580005" y1="402.1157518775" x2="422.20352415883" y2="402.1157518775" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_29__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="421.36560262320006" cy="402.1157518775" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="420.52768108757004" y="401.27783034186996" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="429.7448179795" y="401.27783034186996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><text class="pin-number sch-pin-label" x="442.31364101395" y="402.1157518775" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="">schematic_port_29</text><line class="component-pin sch-component-pin sch-port-line" x1="438.12403333580005" y1="410.49496723379997" x2="422.20352415883" y2="410.49496723379997" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_30__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="421.36560262320006" cy="410.49496723379997" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="420.52768108757004" y="409.65704569816995" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="429.7448179795" y="409.65704569817" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><text class="pin-number sch-pin-label" x="442.31364101395" y="410.49496723379997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="">schematic_port_30</text><line class="component-pin sch-component-pin sch-port-line" x1="513.5369715424999" y1="506.85594383125" x2="513.5369715424999" y2="522.77645300822" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_31__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="513.5369715424999" cy="523.61437454385" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="512.6990500068699" y="522.77645300822" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="512.69905000687" y="515.2351591875499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 512.69905000687 515.2351591875499)"></text><text class="pin-number sch-pin-label" x="513.5369715424999" y="502.66633615309996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 513.5369715424999 502.66633615309996)">schematic_port_31</text><line class="component-pin sch-component-pin sch-port-line" x1="551.24344064585" y1="263.85869849855" x2="551.24344064585" y2="247.93818932157998" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_32__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="551.24344064585" cy="247.10026778595" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="550.40551911022" y="246.26234625032" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="550.40551911022" y="255.47948314225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 550.40551911022 255.47948314225)"></text><text class="pin-number sch-pin-label" x="551.24344064585" y="268.0483061767" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 551.24344064585 268.0483061767)">schematic_port_32</text><line class="component-pin sch-component-pin sch-port-line" x1="438.12403333580005" y1="351.8404597397" x2="422.20352415883" y2="351.8404597397" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_33__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="421.36560262320006" cy="351.8404597397" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="420.52768108757004" y="351.00253820407" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="429.7448179795" y="351.00253820407" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><text class="pin-number sch-pin-label" x="442.31364101395" y="351.8404597397" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="">schematic_port_33</text><line class="component-pin sch-component-pin sch-port-line" x1="438.12403333580005" y1="360.219675096" x2="422.20352415883" y2="360.219675096" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_34__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="421.36560262320006" cy="360.219675096" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="420.52768108757004" y="359.38175356037" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="429.7448179795" y="359.38175356037" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><text class="pin-number sch-pin-label" x="442.31364101395" y="360.219675096" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="">schematic_port_34</text><line class="component-pin sch-component-pin sch-port-line" x1="438.12403333580005" y1="368.5988904523" x2="422.20352415883" y2="368.5988904523" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_35__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="421.36560262320006" cy="368.5988904523" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="420.52768108757004" y="367.76096891667" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="429.7448179795" y="367.76096891667" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><text class="pin-number sch-pin-label" x="442.31364101395" y="368.5988904523" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="">schematic_port_35</text><line class="component-pin sch-component-pin sch-port-line" x1="438.12403333580005" y1="376.9781058086" x2="422.20352415883" y2="376.9781058086" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_36__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="421.36560262320006" cy="376.9781058086" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="420.52768108757004" y="376.14018427297" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="429.7448179795" y="376.14018427297" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><text class="pin-number sch-pin-label" x="442.31364101395" y="376.9781058086" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="">schematic_port_36</text><line class="component-pin sch-component-pin sch-port-line" x1="438.12403333580005" y1="385.3573211649" x2="422.20352415883" y2="385.3573211649" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_37__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="421.36560262320006" cy="385.3573211649" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="420.52768108757004" y="384.51939962926997" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="429.7448179795" y="384.51939962926997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><text class="pin-number sch-pin-label" x="442.31364101395" y="385.3573211649" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="">schematic_port_37</text><line class="component-pin sch-component-pin sch-port-line" x1="438.12403333580005" y1="393.7365365212" x2="422.20352415883" y2="393.7365365212" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_38__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="421.36560262320006" cy="393.7365365212" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="420.52768108757004" y="392.89861498556996" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="429.7448179795" y="392.89861498556996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><text class="pin-number sch-pin-label" x="442.31364101395" y="393.7365365212" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="">schematic_port_38</text><line class="component-pin sch-component-pin sch-port-line" x1="496.77854082990007" y1="506.85594383125" x2="496.77854082990007" y2="522.77645300822" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_39__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="496.77854082990007" cy="523.61437454385" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="495.94061929427005" y="522.77645300822" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="495.9406192942701" y="515.2351591875499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 495.9406192942701 515.2351591875499)"></text><text class="pin-number sch-pin-label" x="496.77854082990007" y="502.66633615309996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 496.77854082990007 502.66633615309996)">schematic_port_39</text><line class="component-pin sch-component-pin sch-port-line" x1="505.1577561862" y1="506.85594383125" x2="505.1577561862" y2="522.77645300822" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_40__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="505.1577561862" cy="523.61437454385" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="504.31983465057" y="522.77645300822" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="504.31983465057004" y="515.2351591875499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 504.31983465057004 515.2351591875499)"></text><text class="pin-number sch-pin-label" x="505.1577561862" y="502.66633615309996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 505.1577561862 502.66633615309996)">schematic_port_40</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="360.61629129002506" y="110.93801824607499" width="68.91904630556746" height="4.189607678149969" stroke-width="0.83792153563px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="360.61629129002506" y="110.93801824607499" width="68.91904630556746" height="4.189607678149969" fill="transparent"/><text class="sch-text" x="395.0758144428088" y="113.03282208514997" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.54129382067px" transform="rotate(0, 395.0758144428088, 113.03282208514997)">schematic_component_1</text><line class="component-pin sch-component-pin sch-port-line" x1="379.46952584170003" y1="110.93801824607499" x2="379.46952584170003" y2="97.11231290818" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="378.63160430607" y="96.27439137255" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="378.6316043060701" y="104.0251655771275" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 378.6316043060701 104.0251655771275)"></text><text class="pin-number sch-pin-label" x="379.46952584170003" y="115.12762592422496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 379.46952584170003 115.12762592422496)">schematic_port_41</text><line class="component-pin sch-component-pin sch-port-line" x1="379.46952584170003" y1="115.12762592422496" x2="379.46952584170003" y2="128.95333126212" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="378.63160430607" y="128.11540972649001" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="378.6316043060701" y="122.04047859317251" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 378.6316043060701 122.04047859317251)"></text><text class="pin-number sch-pin-label" x="379.46952584170003" y="110.93801824607499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 379.46952584170003 110.93801824607499)">schematic_port_42</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="444.40844485302506" y="655.587016405575" width="53.83645866422751" height="4.189607678149969" stroke-width="0.83792153563px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="444.40844485302506" y="655.587016405575" width="53.83645866422751" height="4.189607678149969" fill="transparent"/><text class="sch-text" x="471.3266741851388" y="657.68182024465" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.54129382067px" transform="rotate(0, 471.3266741851388, 657.68182024465)">schematic_component_2</text><line class="component-pin sch-component-pin sch-port-line" x1="463.26167940470003" y1="655.587016405575" x2="463.26167940470003" y2="642.5992326033099" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="463.26167940470003" cy="641.76131106768" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="462.42375786907" y="640.92338953205" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="462.4237578690701" y="648.6741637366274" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 462.4237578690701 648.6741637366274)"></text><text class="pin-number sch-pin-label" x="463.26167940470003" y="659.776624083725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 463.26167940470003 659.776624083725)">schematic_port_43</text><line class="component-pin sch-component-pin sch-port-line" x1="463.26167940470003" y1="659.776624083725" x2="463.26167940470003" y2="673.60232942162" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="462.42375786907" y="672.76440788599" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="462.4237578690701" y="666.6894767526725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 462.4237578690701 666.6894767526725)"></text><text class="pin-number sch-pin-label" x="463.26167940470003" y="655.587016405575" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 463.26167940470003 655.587016405575)">schematic_port_44</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="528.2005984160251" y="110.93801824607499" width="43.78140023666742" height="4.189607678149969" stroke-width="0.83792153563px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="528.2005984160251" y="110.93801824607499" width="43.78140023666742" height="4.189607678149969" fill="transparent"/><text class="sch-text" x="550.0912985343589" y="113.03282208514997" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.54129382067px" transform="rotate(0, 550.0912985343589, 113.03282208514997)">schematic_component_3</text><line class="component-pin sch-component-pin sch-port-line" x1="547.0538329677" y1="110.93801824607499" x2="547.0538329677" y2="97.95023444380996" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="547.0538329677" cy="97.11231290818" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="546.21591143207" y="96.27439137255" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.21591143207" y="104.0251655771275" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 546.21591143207 104.0251655771275)"></text><text class="pin-number sch-pin-label" x="547.0538329677" y="115.12762592422496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 547.0538329677 115.12762592422496)">schematic_port_45</text><line class="component-pin sch-component-pin sch-port-line" x1="547.0538329677" y1="115.12762592422496" x2="547.0538329677" y2="128.11540972649" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="547.0538329677" cy="128.95333126212" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="546.21591143207" y="128.11540972649001" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.21591143207" y="122.04047859317251" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 546.21591143207 122.04047859317251)"></text><text class="pin-number sch-pin-label" x="547.0538329677" y="110.93801824607499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 547.0538329677 110.93801824607499)">schematic_port_46</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="695.7849055420251" y="110.93801824607499" width="48.80892945044752" height="4.189607678149969" stroke-width="0.83792153563px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="695.7849055420251" y="110.93801824607499" width="48.80892945044752" height="4.189607678149969" fill="transparent"/><text class="sch-text" x="720.1893702672488" y="113.03282208514997" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.54129382067px" transform="rotate(0, 720.1893702672488, 113.03282208514997)">schematic_component_4</text><line class="component-pin sch-component-pin sch-port-line" x1="714.6381400937" y1="110.93801824607499" x2="714.6381400937" y2="97.95023444380996" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="714.6381400937" cy="97.11231290818" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="713.80021855807" y="96.27439137255" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="713.80021855807" y="104.0251655771275" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 713.80021855807 104.0251655771275)"></text><text class="pin-number sch-pin-label" x="714.6381400937" y="115.12762592422496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 714.6381400937 115.12762592422496)">schematic_port_47</text><line class="component-pin sch-component-pin sch-port-line" x1="714.6381400937" y1="115.12762592422496" x2="714.6381400937" y2="128.95333126212" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="713.80021855807" y="128.11540972649001" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="713.80021855807" y="122.04047859317251" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 713.80021855807 122.04047859317251)"></text><text class="pin-number sch-pin-label" x="714.6381400937" y="110.93801824607499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 714.6381400937 110.93801824607499)">schematic_port_48</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="528.2005984160251" y="739.379169968575" width="55.7217821193949" height="4.189607678150082" stroke-width="0.83792153563px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="528.2005984160251" y="739.379169968575" width="55.7217821193949" height="4.189607678150082" fill="transparent"/><text class="sch-text" x="556.0614894757225" y="741.47397380765" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.54129382067px" transform="rotate(0, 556.0614894757225, 741.47397380765)">schematic_component_5</text><line class="component-pin sch-component-pin sch-port-line" x1="547.0538329677" y1="739.379169968575" x2="547.0538329677" y2="729.7430723088299" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="547.0538329677" cy="728.9051507731999" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="546.21591143207" y="728.0672292375699" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.21591143207" y="734.1421603708875" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 546.21591143207 734.1421603708875)"></text><text class="pin-number sch-pin-label" x="547.0538329677" y="743.568777646725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 547.0538329677 743.568777646725)">schematic_port_49</text><line class="component-pin sch-component-pin sch-port-line" x1="547.0538329677" y1="743.568777646725" x2="547.0538329677" y2="754.0427968421" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="546.21591143207" y="753.20487530647" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.21591143207" y="748.8057872444125" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 546.21591143207 748.8057872444125)"></text><text class="pin-number sch-pin-label" x="547.0538329677" y="739.379169968575" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 547.0538329677 739.379169968575)">schematic_port_50</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="653.888828760525" y="739.379169968575" width="65.77684054695499" height="4.189607678150082" stroke-width="0.83792153563px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="653.888828760525" y="739.379169968575" width="65.77684054695499" height="4.189607678150082" fill="transparent"/><text class="sch-text" x="686.7772490340026" y="741.47397380765" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.54129382067px" transform="rotate(0, 686.7772490340026, 741.47397380765)">schematic_component_6</text><line class="component-pin sch-component-pin sch-port-line" x1="672.7420633122" y1="739.379169968575" x2="672.7420633122" y2="729.7430723088299" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="672.7420633122" cy="728.9051507731999" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="671.90414177657" y="728.0672292375699" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="671.90414177657" y="734.1421603708875" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 671.90414177657 734.1421603708875)"></text><text class="pin-number sch-pin-label" x="672.7420633122" y="743.568777646725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 672.7420633122 743.568777646725)">schematic_port_51</text><line class="component-pin sch-component-pin sch-port-line" x1="672.7420633122" y1="743.568777646725" x2="672.7420633122" y2="754.0427968421" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="671.90414177657" y="753.20487530647" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="671.90414177657" y="748.8057872444125" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 671.90414177657 748.8057872444125)"></text><text class="pin-number sch-pin-label" x="672.7420633122" y="739.379169968575" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 672.7420633122 739.379169968575)">schematic_port_52</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="779.577059105025" y="739.379169968575" width="50.69425290561503" height="4.189607678150082" stroke-width="0.83792153563px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="779.577059105025" y="739.379169968575" width="50.69425290561503" height="4.189607678150082" fill="transparent"/><text class="sch-text" x="804.9241855578325" y="741.47397380765" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.54129382067px" transform="rotate(0, 804.9241855578325, 741.47397380765)">schematic_component_7</text><line class="component-pin sch-component-pin sch-port-line" x1="798.4302936567001" y1="739.379169968575" x2="798.4302936567001" y2="728.9051507731999" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="797.5923721210701" y="728.0672292375699" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="797.5923721210701" y="734.1421603708875" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 797.5923721210701 734.1421603708875)"></text><text class="pin-number sch-pin-label" x="798.4302936567001" y="743.568777646725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 798.4302936567001 743.568777646725)">schematic_port_53</text><line class="component-pin sch-component-pin sch-port-line" x1="798.4302936567001" y1="743.568777646725" x2="798.4302936567001" y2="754.0427968421" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="797.5923721210701" y="753.20487530647" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="797.5923721210701" y="748.8057872444125" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 797.5923721210701 748.8057872444125)"></text><text class="pin-number sch-pin-label" x="798.4302936567001" y="739.379169968575" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.284411517225px" transform="rotate(-90 798.4302936567001 739.379169968575)">schematic_port_54</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="542.8642252895501" cy="247.10026778595" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="534.48500993325" cy="247.10026778595" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="526.1057945769501" cy="247.10026778595" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="509.34736386435003" cy="247.10026778595" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="517.7265792206501" cy="247.10026778595" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="672.7420633122" cy="351.8404597397" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="672.7420633122" cy="360.219675096" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="672.7420633122" cy="368.5988904523" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="521.9161868988001" cy="523.61437454385" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="530.2954022551" cy="523.61437454385" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="547.0538329677" cy="523.61437454385" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="538.6746176114" cy="523.61437454385" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="672.7420633122" cy="393.7365365212" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="672.7420633122" cy="385.3573211649" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="672.7420633122" cy="376.9781058086" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="672.7420633122" cy="402.1157518775" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_16__stack1"><circle cx="672.7420633122" cy="410.49496723379997" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_17__stack1"><circle cx="672.7420633122" cy="418.87418259009996" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_18__stack1"><circle cx="555.4330483240001" cy="523.61437454385" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_19__stack1"><circle cx="563.8122636803" cy="523.61437454385" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_20__stack1"><circle cx="588.9499097492001" cy="523.61437454385" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_21__stack1"><circle cx="580.5706943929" cy="523.61437454385" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_22__stack1"><circle cx="572.1914790366" cy="523.61437454385" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_23__stack1"><circle cx="597.3291251055" cy="523.61437454385" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_24__stack1"><circle cx="421.36560262320006" cy="418.87418259009996" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_25__stack1"><circle cx="559.62265600215" cy="247.10026778595" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_26__stack1"><circle cx="576.38108671475" cy="247.10026778595" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_27__stack1"><circle cx="584.7603020710501" cy="247.10026778595" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_28__stack1"><circle cx="568.00187135845" cy="247.10026778595" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_29__stack1"><circle cx="421.36560262320006" cy="402.1157518775" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_30__stack1"><circle cx="421.36560262320006" cy="410.49496723379997" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_31__stack1"><circle cx="513.5369715424999" cy="523.61437454385" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_32__stack1"><circle cx="551.24344064585" cy="247.10026778595" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_33__stack1"><circle cx="421.36560262320006" cy="351.8404597397" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_34__stack1"><circle cx="421.36560262320006" cy="360.219675096" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_35__stack1"><circle cx="421.36560262320006" cy="368.5988904523" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_36__stack1"><circle cx="421.36560262320006" cy="376.9781058086" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_37__stack1"><circle cx="421.36560262320006" cy="385.3573211649" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_38__stack1"><circle cx="421.36560262320006" cy="393.7365365212" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_39__stack1"><circle cx="496.77854082990007" cy="523.61437454385" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_40__stack1"><circle cx="505.1577561862" cy="523.61437454385" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="379.46952584170003" cy="97.11231290818" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="379.46952584170003" cy="128.95333126212" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="463.26167940470003" cy="641.76131106768" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="463.26167940470003" cy="673.60232942162" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="547.0538329677" cy="97.11231290818" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="547.0538329677" cy="128.95333126212" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="714.6381400937" cy="97.11231290818" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="714.6381400937" cy="128.95333126212" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="547.0538329677" cy="728.9051507731999" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="547.0538329677" cy="754.0427968421" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="672.7420633122" cy="728.9051507731999" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="672.7420633122" cy="754.0427968421" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="798.4302936567001" cy="728.9051507731999" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="798.4302936567001" cy="754.0427968421" r="1.67584307126" 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="
152
- M 547.0538329677,128.95333126212
153
- L 551.24344064585,131.215719408321
154
- L 551.24344064585,184.95442056005834
155
- L 542.8642252895501,184.95442056005834
156
- L 542.8642252895501,131.215719408321
151
+ </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 522.2827775706501 247.10026778595 L 522.2827775706501 238.72105242965003 L 513.9035622143499 238.72105242965003 L 513.9035622143499 247.10026778595" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.70337228504px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 522.2827775706501 247.10026778595 L 522.2827775706501 238.72105242965003 L 513.9035622143499 238.72105242965003 L 513.9035622143499 247.10026778595" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.83792153563px" 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 589.31650042105 247.10026778595 L 589.31650042105 238.72105242965 L 802.9864920067 238.72105242965 L 802.9864920067 728.9051507732001" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.70337228504px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 589.31650042105 247.10026778595 L 589.31650042105 238.72105242965 L 802.9864920067 238.72105242965 L 802.9864920067 728.9051507732001" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.83792153563px" 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 467.81787775469996 673.60232942162 L 467.81787775469996 762.4220121984001 L 551.6100313177 762.4220121984001 L 551.6100313177 754.0427968421" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.70337228504px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 467.81787775469996 673.60232942162 L 467.81787775469996 762.4220121984001 L 551.6100313177 762.4220121984001 L 551.6100313177 754.0427968421" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.83792153563px" 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 677.2982616621999 754.0427968421 L 677.2982616621999 762.4220121984 L 802.9864920067 762.4220121984 L 802.9864920067 754.0427968421" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.70337228504px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 677.2982616621999 754.0427968421 L 677.2982616621999 762.4220121984 L 802.9864920067 762.4220121984 L 802.9864920067 754.0427968421" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.83792153563px" 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 384.02572419169996 97.11231290818 L 384.02572419169996 37.577987801668485 L 639.59179255885 37.577987801668485 L 639.59179255885 137.33254661841994 L 719.1943384437 137.33254661841994 L 719.1943384437 128.95333126212" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.70337228504px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 384.02572419169996 97.11231290818 L 384.02572419169996 37.577987801668485 L 639.59179255885 37.577987801668485 L 639.59179255885 137.33254661841994 L 719.1943384437 137.33254661841994 L 719.1943384437 128.95333126212" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.83792153563px" 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 564.17885435215 247.10026778595002 L 564.17885435215 182.53841346565852 L 522.2827775706501 182.53841346565852 L 522.2827775706501 188.026799524035 L 384.02572419169996 188.026799524035 L 384.02572419169996 128.95333126212" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.70337228504px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 564.17885435215 247.10026778595002 L 564.17885435215 182.53841346565852 L 522.2827775706501 182.53841346565852 L 522.2827775706501 188.026799524035 L 384.02572419169996 188.026799524035 L 384.02572419169996 128.95333126212" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.83792153563px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="442.6802316858" y="263.85869849855" width="217.85959926379996" height="242.9972453327" stroke-width="0.83792153563px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="442.6802316858" y="263.85869849855" width="217.85959926379996" height="242.9972453327" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="547.42042363955" y1="263.85869849855" x2="547.42042363955" y2="247.93818932157998" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="547.42042363955" cy="247.10026778595" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="546.58250210392" y="246.26234625032" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.58250210392" y="255.47948314225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 546.58250210392 255.47948314225)"></text><line class="component-pin sch-component-pin sch-port-line" x1="539.04120828325" y1="263.85869849855" x2="539.04120828325" y2="247.93818932157998" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="539.04120828325" cy="247.10026778595" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="538.2032867476199" y="246.26234625032" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="538.2032867476199" y="255.47948314225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 538.2032867476199 255.47948314225)"></text><line class="component-pin sch-component-pin sch-port-line" x1="530.66199292695" y1="263.85869849855" x2="530.66199292695" y2="247.93818932157998" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="530.66199292695" cy="247.10026778595" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="529.82407139132" y="246.26234625032" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="529.82407139132" y="255.47948314225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 529.82407139132 255.47948314225)"></text><line class="component-pin sch-component-pin sch-port-line" x1="513.9035622143499" y1="263.85869849855" x2="513.9035622143499" y2="247.10026778595" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="513.0656406787199" y="246.26234625032" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="513.06564067872" y="255.47948314225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 513.06564067872 255.47948314225)"></text><line class="component-pin sch-component-pin sch-port-line" x1="522.2827775706501" y1="263.85869849855" x2="522.2827775706501" y2="247.10026778595" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="521.44485603502" y="246.26234625032" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="521.4448560350199" y="255.47948314225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 521.4448560350199 255.47948314225)"></text><line class="component-pin sch-component-pin sch-port-line" x1="660.5398309496" y1="351.8404597397" x2="676.4603401265699" y2="351.8404597397" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2982616621999" cy="351.8404597397" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="676.4603401265699" y="351.00253820407" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="668.9190463059" y="351.00253820407" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="660.5398309496" y1="360.219675096" x2="676.4603401265699" y2="360.219675096" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2982616621999" cy="360.219675096" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="676.4603401265699" y="359.38175356037" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="668.9190463059" y="359.38175356037" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="660.5398309496" y1="368.5988904523" x2="676.4603401265699" y2="368.5988904523" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2982616621999" cy="368.5988904523" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="676.4603401265699" y="367.76096891667" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="668.9190463059" y="367.76096891667" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="526.4723852488" y1="506.85594383125" x2="526.4723852488" y2="522.77645300822" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="526.4723852488" cy="523.61437454385" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="525.63446371317" y="522.77645300822" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="525.63446371317" y="515.2351591875499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 525.63446371317 515.2351591875499)"></text><line class="component-pin sch-component-pin sch-port-line" x1="534.8516006051" y1="506.85594383125" x2="534.8516006051" y2="522.77645300822" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="534.8516006051" cy="523.61437454385" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="534.01367906947" y="522.77645300822" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="534.01367906947" y="515.2351591875499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 534.01367906947 515.2351591875499)"></text><line class="component-pin sch-component-pin sch-port-line" x1="551.6100313177" y1="506.85594383125" x2="551.6100313177" y2="522.77645300822" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="551.6100313177" cy="523.61437454385" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="550.77210978207" y="522.77645300822" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="550.77210978207" y="515.2351591875499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 550.77210978207 515.2351591875499)"></text><line class="component-pin sch-component-pin sch-port-line" x1="543.2308159613999" y1="506.85594383125" x2="543.2308159613999" y2="522.77645300822" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="543.2308159613999" cy="523.61437454385" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="542.3928944257699" y="522.77645300822" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="542.39289442577" y="515.2351591875499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 542.39289442577 515.2351591875499)"></text><line class="component-pin sch-component-pin sch-port-line" x1="660.5398309496" y1="393.7365365212" x2="676.4603401265699" y2="393.7365365212" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2982616621999" cy="393.7365365212" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="676.4603401265699" y="392.89861498556996" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="668.9190463059" y="392.89861498556996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="660.5398309496" y1="385.3573211649" x2="676.4603401265699" y2="385.3573211649" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2982616621999" cy="385.3573211649" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="676.4603401265699" y="384.51939962926997" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="668.9190463059" y="384.51939962926997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="660.5398309496" y1="376.9781058086" x2="676.4603401265699" y2="376.9781058086" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2982616621999" cy="376.9781058086" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="676.4603401265699" y="376.14018427297" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="668.9190463059" y="376.14018427297" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="660.5398309496" y1="402.1157518775" x2="676.4603401265699" y2="402.1157518775" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2982616621999" cy="402.1157518775" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="676.4603401265699" y="401.27783034186996" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="668.9190463059" y="401.27783034186996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="660.5398309496" y1="410.49496723379997" x2="676.4603401265699" y2="410.49496723379997" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2982616621999" cy="410.49496723379997" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="676.4603401265699" y="409.65704569816995" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="668.9190463059" y="409.65704569817" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="660.5398309496" y1="418.87418259009996" x2="676.4603401265699" y2="418.87418259009996" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2982616621999" cy="418.87418259009996" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="676.4603401265699" y="418.03626105446995" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="668.9190463059" y="418.03626105447" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="559.989246674" y1="506.85594383125" x2="559.989246674" y2="522.77645300822" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_18__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="559.989246674" cy="523.61437454385" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="559.15132513837" y="522.77645300822" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="559.15132513837" y="515.2351591875499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 559.15132513837 515.2351591875499)"></text><line class="component-pin sch-component-pin sch-port-line" x1="568.3684620303" y1="506.85594383125" x2="568.3684620303" y2="522.77645300822" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_19__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="568.3684620303" cy="523.61437454385" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="567.5305404946699" y="522.77645300822" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="567.53054049467" y="515.2351591875499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 567.53054049467 515.2351591875499)"></text><line class="component-pin sch-component-pin sch-port-line" x1="593.5061080992" y1="506.85594383125" x2="593.5061080992" y2="522.77645300822" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_20__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="593.5061080992" cy="523.61437454385" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="592.66818656357" y="522.77645300822" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="592.66818656357" y="515.2351591875499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 592.66818656357 515.2351591875499)"></text><line class="component-pin sch-component-pin sch-port-line" x1="585.1268927428999" y1="506.85594383125" x2="585.1268927428999" y2="522.77645300822" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_21__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="585.1268927428999" cy="523.61437454385" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="584.2889712072699" y="522.77645300822" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="584.2889712072699" y="515.2351591875499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 584.2889712072699 515.2351591875499)"></text><line class="component-pin sch-component-pin sch-port-line" x1="576.7476773865999" y1="506.85594383125" x2="576.7476773865999" y2="522.77645300822" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_22__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="576.7476773865999" cy="523.61437454385" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="575.9097558509699" y="522.77645300822" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="575.90975585097" y="515.2351591875499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 575.90975585097 515.2351591875499)"></text><line class="component-pin sch-component-pin sch-port-line" x1="601.8853234554999" y1="506.85594383125" x2="601.8853234554999" y2="522.77645300822" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_23__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="601.8853234554999" cy="523.61437454385" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="601.0474019198699" y="522.77645300822" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="601.04740191987" y="515.2351591875499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 601.04740191987 515.2351591875499)"></text><line class="component-pin sch-component-pin sch-port-line" x1="442.6802316858" y1="418.87418259009996" x2="426.75972250882995" y2="418.87418259009996" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_24__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="425.9218009732" cy="418.87418259009996" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="425.08387943757" y="418.03626105446995" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="434.30101632949993" y="418.03626105447" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="564.17885435215" y1="263.85869849855" x2="564.17885435215" y2="247.10026778595" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_25__stack1"><rect x="563.34093281652" y="246.26234625032" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="563.34093281652" y="255.47948314225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 563.34093281652 255.47948314225)"></text><line class="component-pin sch-component-pin sch-port-line" x1="580.93728506475" y1="263.85869849855" x2="580.93728506475" y2="247.93818932157998" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_26__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="580.93728506475" cy="247.10026778595" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="580.09936352912" y="246.26234625032" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="580.09936352912" y="255.47948314225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 580.09936352912 255.47948314225)"></text><line class="component-pin sch-component-pin sch-port-line" x1="589.31650042105" y1="263.85869849855" x2="589.31650042105" y2="247.10026778595" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_27__stack1"><rect x="588.47857888542" y="246.26234625032" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="588.47857888542" y="255.47948314225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 588.47857888542 255.47948314225)"></text><line class="component-pin sch-component-pin sch-port-line" x1="572.5580697084499" y1="263.85869849855" x2="572.5580697084499" y2="247.93818932157998" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_28__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="572.5580697084499" cy="247.10026778595" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="571.7201481728199" y="246.26234625032" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="571.72014817282" y="255.47948314225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 571.72014817282 255.47948314225)"></text><line class="component-pin sch-component-pin sch-port-line" x1="442.6802316858" y1="402.1157518775" x2="426.75972250882995" y2="402.1157518775" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_29__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="425.9218009732" cy="402.1157518775" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="425.08387943757" y="401.27783034186996" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="434.30101632949993" y="401.27783034186996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="442.6802316858" y1="410.49496723379997" x2="426.75972250882995" y2="410.49496723379997" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_30__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="425.9218009732" cy="410.49496723379997" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="425.08387943757" y="409.65704569816995" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="434.30101632949993" y="409.65704569817" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="518.0931698924999" y1="506.85594383125" x2="518.0931698924999" y2="522.77645300822" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_31__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="518.0931698924999" cy="523.61437454385" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="517.2552483568699" y="522.77645300822" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.25524835687" y="515.2351591875499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 517.25524835687 515.2351591875499)"></text><line class="component-pin sch-component-pin sch-port-line" x1="555.7996389958499" y1="263.85869849855" x2="555.7996389958499" y2="247.93818932157998" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_32__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="555.7996389958499" cy="247.10026778595" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="554.9617174602199" y="246.26234625032" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="554.9617174602199" y="255.47948314225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 554.9617174602199 255.47948314225)"></text><line class="component-pin sch-component-pin sch-port-line" x1="442.6802316858" y1="351.8404597397" x2="426.75972250882995" y2="351.8404597397" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_33__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="425.9218009732" cy="351.8404597397" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="425.08387943757" y="351.00253820407" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="434.30101632949993" y="351.00253820407" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="442.6802316858" y1="360.219675096" x2="426.75972250882995" y2="360.219675096" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_34__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="425.9218009732" cy="360.219675096" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="425.08387943757" y="359.38175356037" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="434.30101632949993" y="359.38175356037" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="442.6802316858" y1="368.5988904523" x2="426.75972250882995" y2="368.5988904523" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_35__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="425.9218009732" cy="368.5988904523" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="425.08387943757" y="367.76096891667" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="434.30101632949993" y="367.76096891667" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="442.6802316858" y1="376.9781058086" x2="426.75972250882995" y2="376.9781058086" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_36__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="425.9218009732" cy="376.9781058086" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="425.08387943757" y="376.14018427297" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="434.30101632949993" y="376.14018427297" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="442.6802316858" y1="385.3573211649" x2="426.75972250882995" y2="385.3573211649" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_37__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="425.9218009732" cy="385.3573211649" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="425.08387943757" y="384.51939962926997" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="434.30101632949993" y="384.51939962926997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="442.6802316858" y1="393.7365365212" x2="426.75972250882995" y2="393.7365365212" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_38__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="425.9218009732" cy="393.7365365212" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="425.08387943757" y="392.89861498556996" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="434.30101632949993" y="392.89861498556996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.3347391799" y1="506.85594383125" x2="501.3347391799" y2="522.77645300822" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_39__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="501.3347391799" cy="523.61437454385" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="500.49681764427" y="522.77645300822" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="500.49681764427004" y="515.2351591875499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 500.49681764427004 515.2351591875499)"></text><line class="component-pin sch-component-pin sch-port-line" x1="509.71395453619994" y1="506.85594383125" x2="509.71395453619994" y2="522.77645300822" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_0_40__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="509.71395453619994" cy="523.61437454385" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="508.8760330005699" y="522.77645300822" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.87603300057" y="515.2351591875499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 508.87603300057 515.2351591875499)"></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="365.172489640025" y="110.93801824607499" width="68.91904630556746" height="4.189607678149969" stroke-width="0.83792153563px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="365.172489640025" y="110.93801824607499" width="68.91904630556746" height="4.189607678149969" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="384.02572419169996" y1="110.93801824607499" x2="384.02572419169996" y2="97.11231290818" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="383.18780265606995" y="96.27439137255" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="383.18780265607" y="104.0251655771275" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 383.18780265607 104.0251655771275)"></text><line class="component-pin sch-component-pin sch-port-line" x1="384.02572419169996" y1="115.12762592422496" x2="384.02572419169996" y2="128.95333126212" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="383.18780265606995" y="128.11540972649001" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="383.18780265607" y="122.04047859317251" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 383.18780265607 122.04047859317251)"></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="448.964643203025" y="655.587016405575" width="53.83645866422751" height="4.189607678149969" stroke-width="0.83792153563px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="448.964643203025" y="655.587016405575" width="53.83645866422751" height="4.189607678149969" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="467.81787775469996" y1="655.587016405575" x2="467.81787775469996" y2="642.5992326033099" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="467.81787775469996" cy="641.76131106768" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="466.97995621906995" y="640.92338953205" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="466.97995621907" y="648.6741637366274" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 466.97995621907 648.6741637366274)"></text><line class="component-pin sch-component-pin sch-port-line" x1="467.81787775469996" y1="659.776624083725" x2="467.81787775469996" y2="673.60232942162" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="466.97995621906995" y="672.76440788599" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="466.97995621907" y="666.6894767526725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 466.97995621907 666.6894767526725)"></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="532.756796766025" y="110.93801824607499" width="43.78140023666742" height="4.189607678149969" stroke-width="0.83792153563px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="532.756796766025" y="110.93801824607499" width="43.78140023666742" height="4.189607678149969" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="551.6100313177" y1="110.93801824607499" x2="551.6100313177" y2="97.95023444380996" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="551.6100313177" cy="97.11231290818" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="550.77210978207" y="96.27439137255" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="550.77210978207" y="104.0251655771275" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 550.77210978207 104.0251655771275)"></text><line class="component-pin sch-component-pin sch-port-line" x1="551.6100313177" y1="115.12762592422496" x2="551.6100313177" y2="128.11540972649" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="551.6100313177" cy="128.95333126212" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="550.77210978207" y="128.11540972649001" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="550.77210978207" y="122.04047859317251" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 550.77210978207 122.04047859317251)"></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="700.341103892025" y="110.93801824607499" width="48.80892945044752" height="4.189607678149969" stroke-width="0.83792153563px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="700.341103892025" y="110.93801824607499" width="48.80892945044752" height="4.189607678149969" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="719.1943384437" y1="110.93801824607499" x2="719.1943384437" y2="97.95023444380996" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="719.1943384437" cy="97.11231290818" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="718.35641690807" y="96.27439137255" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="718.35641690807" y="104.0251655771275" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 718.35641690807 104.0251655771275)"></text><line class="component-pin sch-component-pin sch-port-line" x1="719.1943384437" y1="115.12762592422496" x2="719.1943384437" y2="128.95333126212" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="718.35641690807" y="128.11540972649001" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="718.35641690807" y="122.04047859317251" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 718.35641690807 122.04047859317251)"></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="532.756796766025" y="739.379169968575" width="55.7217821193949" height="4.189607678150082" stroke-width="0.83792153563px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="532.756796766025" y="739.379169968575" width="55.7217821193949" height="4.189607678150082" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="551.6100313177" y1="739.379169968575" x2="551.6100313177" y2="729.7430723088299" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="551.6100313177" cy="728.9051507731999" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="550.77210978207" y="728.0672292375699" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="550.77210978207" y="734.1421603708875" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 550.77210978207 734.1421603708875)"></text><line class="component-pin sch-component-pin sch-port-line" x1="551.6100313177" y1="743.568777646725" x2="551.6100313177" y2="754.0427968421" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="550.77210978207" y="753.20487530647" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="550.77210978207" y="748.8057872444125" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 550.77210978207 748.8057872444125)"></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="658.445027110525" y="739.379169968575" width="65.77684054695499" height="4.189607678150082" stroke-width="0.83792153563px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="658.445027110525" y="739.379169968575" width="65.77684054695499" height="4.189607678150082" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="677.2982616621999" y1="739.379169968575" x2="677.2982616621999" y2="729.7430723088299" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2982616621999" cy="728.9051507731999" r="0.83792153563" stroke-width="0.83792153563px"/><rect x="676.4603401265699" y="728.0672292375699" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="676.4603401265699" y="734.1421603708875" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 676.4603401265699 734.1421603708875)"></text><line class="component-pin sch-component-pin sch-port-line" x1="677.2982616621999" y1="743.568777646725" x2="677.2982616621999" y2="754.0427968421" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="676.4603401265699" y="753.20487530647" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="676.4603401265699" y="748.8057872444125" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 676.4603401265699 748.8057872444125)"></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="784.1332574550249" y="739.379169968575" width="50.69425290561503" height="4.189607678150082" stroke-width="0.83792153563px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="784.1332574550249" y="739.379169968575" width="50.69425290561503" height="4.189607678150082" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="802.9864920067" y1="739.379169968575" x2="802.9864920067" y2="728.9051507731999" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="802.14857047107" y="728.0672292375699" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="802.14857047107" y="734.1421603708875" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 802.14857047107 734.1421603708875)"></text><line class="component-pin sch-component-pin sch-port-line" x1="802.9864920067" y1="743.568777646725" x2="802.9864920067" y2="754.0427968421" stroke-width="0.83792153563px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="802.14857047107" y="753.20487530647" width="1.67584307126" height="1.67584307126" opacity="0"/></g><text class="pin-number sch-pin-number" x="802.14857047107" y="748.8057872444125" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.284411517225px" transform="rotate(-90 802.14857047107 748.8057872444125)"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="547.42042363955" cy="247.10026778595" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="539.04120828325" cy="247.10026778595" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="530.66199292695" cy="247.10026778595" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="513.9035622143499" cy="247.10026778595" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="522.2827775706501" cy="247.10026778595" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="677.2982616621999" cy="351.8404597397" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="677.2982616621999" cy="360.219675096" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="677.2982616621999" cy="368.5988904523" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="526.4723852488" cy="523.61437454385" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="534.8516006051" cy="523.61437454385" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="551.6100313177" cy="523.61437454385" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="543.2308159613999" cy="523.61437454385" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="677.2982616621999" cy="393.7365365212" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="677.2982616621999" cy="385.3573211649" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="677.2982616621999" cy="376.9781058086" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="677.2982616621999" cy="402.1157518775" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_16__stack1"><circle cx="677.2982616621999" cy="410.49496723379997" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_17__stack1"><circle cx="677.2982616621999" cy="418.87418259009996" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_18__stack1"><circle cx="559.989246674" cy="523.61437454385" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_19__stack1"><circle cx="568.3684620303" cy="523.61437454385" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_20__stack1"><circle cx="593.5061080992" cy="523.61437454385" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_21__stack1"><circle cx="585.1268927428999" cy="523.61437454385" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_22__stack1"><circle cx="576.7476773865999" cy="523.61437454385" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_23__stack1"><circle cx="601.8853234554999" cy="523.61437454385" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_24__stack1"><circle cx="425.9218009732" cy="418.87418259009996" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_25__stack1"><circle cx="564.17885435215" cy="247.10026778595" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_26__stack1"><circle cx="580.93728506475" cy="247.10026778595" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_27__stack1"><circle cx="589.31650042105" cy="247.10026778595" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_28__stack1"><circle cx="572.5580697084499" cy="247.10026778595" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_29__stack1"><circle cx="425.9218009732" cy="402.1157518775" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_30__stack1"><circle cx="425.9218009732" cy="410.49496723379997" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_31__stack1"><circle cx="518.0931698924999" cy="523.61437454385" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_32__stack1"><circle cx="555.7996389958499" cy="247.10026778595" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_33__stack1"><circle cx="425.9218009732" cy="351.8404597397" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_34__stack1"><circle cx="425.9218009732" cy="360.219675096" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_35__stack1"><circle cx="425.9218009732" cy="368.5988904523" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_36__stack1"><circle cx="425.9218009732" cy="376.9781058086" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_37__stack1"><circle cx="425.9218009732" cy="385.3573211649" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_38__stack1"><circle cx="425.9218009732" cy="393.7365365212" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_39__stack1"><circle cx="501.3347391799" cy="523.61437454385" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_40__stack1"><circle cx="509.71395453619994" cy="523.61437454385" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="384.02572419169996" cy="97.11231290818" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="384.02572419169996" cy="128.95333126212" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="467.81787775469996" cy="641.76131106768" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="467.81787775469996" cy="673.60232942162" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="551.6100313177" cy="97.11231290818" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="551.6100313177" cy="128.95333126212" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="719.1943384437" cy="97.11231290818" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="719.1943384437" cy="128.95333126212" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="551.6100313177" cy="728.9051507731999" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="551.6100313177" cy="754.0427968421" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="677.2982616621999" cy="728.9051507731999" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="677.2982616621999" cy="754.0427968421" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="802.9864920067" cy="728.9051507731999" r="1.67584307126" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="802.9864920067" cy="754.0427968421" r="1.67584307126" 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="
152
+ M 551.6100313177,128.95333126212
153
+ L 555.7996389958499,131.215719408321
154
+ L 555.7996389958499,184.95442056005834
155
+ L 547.42042363955,184.95442056005834
156
+ L 547.42042363955,131.215719408321
157
157
  Z
158
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" x="547.0538329677" y="132.723978172455" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(90 547.0538329677 132.723978172455)">XXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="
159
- M 542.8642252895501,247.10026778595
160
- L 538.6746176114001,244.837879639749
161
- L 538.6746176114001,191.09917848801166
162
- L 547.0538329677,191.09917848801166
163
- L 547.0538329677,244.837879639749
158
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" x="551.6100313177" y="132.723978172455" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(90 551.6100313177 132.723978172455)">XXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="
159
+ M 547.42042363955,247.10026778595
160
+ L 543.2308159614,244.837879639749
161
+ L 543.2308159614,191.09917848801166
162
+ L 551.6100313177,191.09917848801166
163
+ L 551.6100313177,244.837879639749
164
164
  Z
165
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="542.8642252895501" y="243.329620875615" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(-90 542.8642252895501 243.329620875615)">XXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
166
- M 547.0538329677,97.11231290818
167
- L 542.8642252895501,94.849924761979
168
- L 542.8642252895501,41.11122361024167
169
- L 551.24344064585,41.11122361024167
170
- L 551.24344064585,94.849924761979
165
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="547.42042363955" y="243.329620875615" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(-90 547.42042363955 243.329620875615)">XXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
166
+ M 551.6100313177,97.11231290818
167
+ L 547.42042363955,94.849924761979
168
+ L 547.42042363955,41.11122361024167
169
+ L 555.7996389958499,41.11122361024167
170
+ L 555.7996389958499,94.849924761979
171
171
  Z
172
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="547.0538329677" y="93.341665997845" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(-90 547.0538329677 93.341665997845)">XXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
173
- M 534.48500993325,247.10026778595
174
- L 530.2954022551,244.837879639749
175
- L 530.2954022551,191.09917848801166
176
- L 538.6746176114,191.09917848801166
177
- L 538.6746176114,244.837879639749
172
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="551.6100313177" y="93.341665997845" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(-90 551.6100313177 93.341665997845)">XXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
173
+ M 539.04120828325,247.10026778595
174
+ L 534.8516006051,244.837879639749
175
+ L 534.8516006051,191.09917848801166
176
+ L 543.2308159613999,191.09917848801166
177
+ L 543.2308159613999,244.837879639749
178
178
  Z
179
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="534.48500993325" y="243.329620875615" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(-90 534.48500993325 243.329620875615)">XXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
180
- M 714.6381400937,97.11231290818
181
- L 710.4485324155501,94.849924761979
182
- L 710.4485324155501,41.11122361024167
183
- L 718.82774777185,41.11122361024167
184
- L 718.82774777185,94.849924761979
179
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="539.04120828325" y="243.329620875615" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(-90 539.04120828325 243.329620875615)">XXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
180
+ M 719.1943384437,97.11231290818
181
+ L 715.00473076555,94.849924761979
182
+ L 715.00473076555,41.11122361024167
183
+ L 723.3839461218499,41.11122361024167
184
+ L 723.3839461218499,94.849924761979
185
185
  Z
186
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="714.6381400937" y="93.341665997845" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(-90 714.6381400937 93.341665997845)">XXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
187
- M 526.1057945769501,247.10026778595
188
- L 521.9161868988001,244.837879639749
189
- L 521.9161868988001,191.09917848801166
190
- L 530.2954022551,191.09917848801166
191
- L 530.2954022551,244.837879639749
186
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="719.1943384437" y="93.341665997845" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(-90 719.1943384437 93.341665997845)">XXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
187
+ M 530.66199292695,247.10026778595
188
+ L 526.4723852488,244.837879639749
189
+ L 526.4723852488,191.09917848801166
190
+ L 534.8516006051,191.09917848801166
191
+ L 534.8516006051,244.837879639749
192
192
  Z
193
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="526.1057945769501" y="243.329620875615" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(-90 526.1057945769501 243.329620875615)">XXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
194
- M 379.46952584170003,37.577987801668485
195
- L 375.27991816355,35.31559965546749
196
- L 375.27991816355,20.94803839119842
197
- L 383.65913351985006,20.94803839119842
198
- L 383.65913351985006,35.31559965546749
193
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="530.66199292695" y="243.329620875615" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(-90 530.66199292695 243.329620875615)">XXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
194
+ M 384.02572419169996,37.577987801668485
195
+ L 379.83611651354994,35.31559965546749
196
+ L 379.83611651354994,20.94803839119842
197
+ L 388.21533186985,20.94803839119842
198
+ L 388.21533186985,35.31559965546749
199
199
  Z
200
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" x="379.46952584170003" y="33.80734089133348" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(-90 379.46952584170003 33.80734089133348)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="
201
- M 509.34736386435003,238.72105242965003
202
- L 505.1577561862,236.45866428344902
203
- L 505.1577561862,222.09110301917997
204
- L 513.5369715425,222.09110301917997
205
- L 513.5369715425,236.45866428344902
200
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" x="384.02572419169996" y="33.80734089133348" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(-90 384.02572419169996 33.80734089133348)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="
201
+ M 513.9035622143499,238.72105242965003
202
+ L 509.7139545361999,236.45866428344902
203
+ L 509.7139545361999,222.09110301917997
204
+ L 518.0931698924999,222.09110301917997
205
+ L 518.0931698924999,236.45866428344902
206
206
  Z
207
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" x="509.34736386435003" y="234.95040551931504" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(-90 509.34736386435003 234.95040551931504)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="
208
- M 379.46952584170003,188.026799524035
209
- L 383.65913351985006,190.289187670236
210
- L 383.65913351985006,204.65674893450506
211
- L 375.27991816355,204.65674893450506
212
- L 375.27991816355,190.289187670236
207
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" x="513.9035622143499" y="234.95040551931504" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(-90 513.9035622143499 234.95040551931504)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="
208
+ M 384.02572419169996,188.026799524035
209
+ L 388.21533186985,190.289187670236
210
+ L 388.21533186985,204.65674893450506
211
+ L 379.83611651354994,204.65674893450506
212
+ L 379.83611651354994,190.289187670236
213
213
  Z
214
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="379.46952584170003" y="191.79744643437" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(90 379.46952584170003 191.79744643437)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" d="
215
- M 463.26167940470003,762.4220121984001
216
- L 467.45128708285006,764.6844003446012
217
- L 467.45128708285006,779.0519616088702
218
- L 459.07207172655,779.0519616088702
219
- L 459.07207172655,764.6844003446012
214
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="384.02572419169996" y="191.79744643437" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(90 384.02572419169996 191.79744643437)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" d="
215
+ M 467.81787775469996,762.4220121984001
216
+ L 472.00748543285,764.6844003446012
217
+ L 472.00748543285,779.0519616088702
218
+ L 463.62827007654994,779.0519616088702
219
+ L 463.62827007654994,764.6844003446012
220
220
  Z
221
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" x="463.26167940470003" y="766.1926591087351" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(90 463.26167940470003 766.1926591087351)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" d="
222
- M 672.7420633122,762.4220121984
223
- L 676.93167099035,764.684400344601
224
- L 676.93167099035,779.0519616088701
225
- L 668.55245563405,779.0519616088701
226
- L 668.55245563405,764.684400344601
221
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" x="467.81787775469996" y="766.1926591087351" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(90 467.81787775469996 766.1926591087351)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" d="
222
+ M 677.2982616621999,762.4220121984
223
+ L 681.4878693403499,764.684400344601
224
+ L 681.4878693403499,779.0519616088701
225
+ L 673.10865398405,779.0519616088701
226
+ L 673.10865398405,764.684400344601
227
227
  Z
228
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" x="672.7420633122" y="766.192659108735" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(90 672.7420633122 766.192659108735)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" d="
229
- M 576.38108671475,247.10026778595
230
- L 572.1914790366001,244.837879639749
231
- L 572.1914790366001,176.33500103021106
232
- L 580.5706943929,176.33500103021106
233
- L 580.5706943929,244.837879639749
228
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" x="677.2982616621999" y="766.192659108735" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(90 677.2982616621999 766.192659108735)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" d="
229
+ M 580.93728506475,247.10026778595
230
+ L 576.7476773866,244.837879639749
231
+ L 576.7476773866,176.33500103021106
232
+ L 585.1268927428999,176.33500103021106
233
+ L 585.1268927428999,244.837879639749
234
234
  Z
235
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" x="576.38108671475" y="243.329620875615" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(-90 576.38108671475 243.329620875615)">XXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" d="
236
- M 672.7420633122,728.9051507731999
237
- L 668.55245563405,726.6427626269989
238
- L 668.55245563405,658.139884017461
239
- L 676.93167099035,658.139884017461
240
- L 676.93167099035,726.6427626269989
235
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" x="580.93728506475" y="243.329620875615" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(-90 580.93728506475 243.329620875615)">XXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" d="
236
+ M 677.2982616621999,728.9051507731999
237
+ L 673.10865398405,726.6427626269989
238
+ L 673.10865398405,658.139884017461
239
+ L 681.4878693403499,658.139884017461
240
+ L 681.4878693403499,726.6427626269989
241
241
  Z
242
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" x="672.7420633122" y="725.1345038628649" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(-90 672.7420633122 725.1345038628649)">XXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" d="
243
- M 584.7603020710501,238.72105242965
244
- L 580.5706943929001,236.458664283449
245
- L 580.5706943929001,182.71996313171167
246
- L 588.9499097492001,182.71996313171167
247
- L 588.9499097492001,236.458664283449
242
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" x="677.2982616621999" y="725.1345038628649" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(-90 677.2982616621999 725.1345038628649)">XXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" d="
243
+ M 589.31650042105,238.72105242965
244
+ L 585.1268927429,236.458664283449
245
+ L 585.1268927429,182.71996313171167
246
+ L 593.5061080992,182.71996313171167
247
+ L 593.5061080992,236.458664283449
248
248
  Z
249
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" x="584.7603020710501" y="234.950405519315" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(-90 584.7603020710501 234.950405519315)">XXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" d="
250
- M 568.00187135845,247.10026778595
251
- L 563.8122636803,244.837879639749
252
- L 563.8122636803,186.17778600207814
253
- L 572.1914790366,186.17778600207814
254
- L 572.1914790366,244.837879639749
249
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" x="589.31650042105" y="234.950405519315" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(-90 589.31650042105 234.950405519315)">XXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" d="
250
+ M 572.5580697084499,247.10026778595
251
+ L 568.3684620303,244.837879639749
252
+ L 568.3684620303,186.17778600207814
253
+ L 576.7476773865999,186.17778600207814
254
+ L 576.7476773865999,244.837879639749
255
255
  Z
256
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" x="568.00187135845" y="243.329620875615" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(-90 568.00187135845 243.329620875615)">XXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" d="
257
- M 547.0538329677,728.9051507731999
258
- L 542.8642252895501,726.6427626269989
259
- L 542.8642252895501,667.9826689893281
260
- L 551.24344064585,667.9826689893281
261
- L 551.24344064585,726.6427626269989
256
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" x="572.5580697084499" y="243.329620875615" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(-90 572.5580697084499 243.329620875615)">XXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" d="
257
+ M 551.6100313177,728.9051507731999
258
+ L 547.42042363955,726.6427626269989
259
+ L 547.42042363955,667.9826689893281
260
+ L 555.7996389958499,667.9826689893281
261
+ L 555.7996389958499,726.6427626269989
262
262
  Z
263
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" x="547.0538329677" y="725.1345038628649" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(-90 547.0538329677 725.1345038628649)">XXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" d="
264
- M 463.26167940470003,641.76131106768
265
- L 459.07207172655,639.498922921479
266
- L 459.07207172655006,580.8388292838082
267
- L 467.45128708285006,580.8388292838082
268
- L 467.45128708285006,639.498922921479
263
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" x="551.6100313177" y="725.1345038628649" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(-90 551.6100313177 725.1345038628649)">XXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" d="
264
+ M 467.81787775469996,641.76131106768
265
+ L 463.62827007654994,639.498922921479
266
+ L 463.62827007655,580.8388292838082
267
+ L 472.00748543285,580.8388292838082
268
+ L 472.00748543285,639.498922921479
269
269
  Z
270
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" x="463.26167940470003" y="637.990664157345" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(-90 463.26167940470003 637.990664157345)">XXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" d="
271
- M 551.24344064585,247.10026778595
272
- L 547.0538329677,244.837879639749
273
- L 547.0538329677,186.17778600207814
274
- L 555.433048324,186.17778600207814
275
- L 555.433048324,244.837879639749
270
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" x="467.81787775469996" y="637.990664157345" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(-90 467.81787775469996 637.990664157345)">XXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" d="
271
+ M 555.7996389958499,247.10026778595
272
+ L 551.6100313177,244.837879639749
273
+ L 551.6100313177,186.17778600207814
274
+ L 559.9892466739999,186.17778600207814
275
+ L 559.9892466739999,244.837879639749
276
276
  Z
277
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" x="551.24344064585" y="243.329620875615" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(-90 551.24344064585 243.329620875615)">XXXXXXXXXXX</text><text class="sch-text" x="690.33841556043" y="249.19507162502498" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.541293820669988px" transform="rotate(0, 690.33841556043, 249.19507162502498)">DRV8323HRTAR</text><text class="sch-text" x="675.2558279190899" y="259.0406496686775" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.54129382067px" transform="rotate(0, 675.2558279190899, 259.0406496686775)">U_GATE</text><rect class="schematic-box sch-box" x="660.17324027775" y="245.42442471469" width="60.33035056536005" height="7.541293820669978" stroke-width="0.83792153563px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="6.70337228504 3.35168614252"/><rect class="schematic-box sch-box" x="657.65947567086" y="253.80364007099" width="35.192704496459896" height="10.474019195374979" stroke-width="0.83792153563px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="6.70337228504 3.35168614252"/>
277
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.83792153563px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" x="555.7996389958499" y="243.329620875615" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.54129382067px" transform="rotate(-90 555.7996389958499 243.329620875615)">XXXXXXXXXXX</text><text class="sch-text" x="694.8946139104299" y="249.19507162502498" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.541293820669988px" transform="rotate(0, 694.8946139104299, 249.19507162502498)">DRV8323HRTAR</text><text class="sch-text" x="679.8120262690899" y="259.0406496686775" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.54129382067px" transform="rotate(0, 679.8120262690899, 259.0406496686775)">U_GATE</text><rect class="schematic-box sch-box" x="664.7294386277499" y="245.42442471469" width="60.33035056536005" height="7.541293820669978" stroke-width="0.83792153563px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="6.70337228504 3.35168614252"/><rect class="schematic-box sch-box" x="662.21567402086" y="253.80364007099" width="35.192704496459896" height="10.474019195374979" stroke-width="0.83792153563px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="6.70337228504 3.35168614252"/>
278
278
  </g>
279
279
  </svg>