@tscircuit/schematic-trace-solver 0.0.160 → 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 (58) hide show
  1. package/dist/index.d.ts +3 -0
  2. package/dist/index.js +171 -8
  3. package/lib/solvers/AvailableNetOrientationSolver/AvailableNetOrientationSolver.ts +210 -6
  4. package/lib/solvers/TraceCleanupSolver/sameNetRailAlignment/getFixedLabelCoordinate.ts +44 -13
  5. package/package.json +1 -1
  6. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +1 -1
  7. package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +1 -1
  8. package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +79 -79
  9. package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +85 -85
  10. package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +1 -1
  11. package/tests/bug-reports/bug-report-20260804T095800Z/__snapshots__/bug-report-20260804T095800Z.snap.svg +163 -163
  12. package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +547 -547
  13. package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +13 -13
  14. package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +267 -267
  15. package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +267 -267
  16. package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +109 -109
  17. package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +1 -1
  18. package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +49 -49
  19. package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +1 -1
  20. package/tests/bug-reports/bug-report-20260825T045913Z/__snapshots__/bug-report-20260825T045913Z.snap.svg +103 -103
  21. package/tests/bug-reports/bug-report-20260825T103621Z/__snapshots__/bug-report-20260825T103621Z.snap.svg +103 -103
  22. package/tests/bug-reports/bug-report-20260826T072956Z/__snapshots__/bug-report-20260826T072956Z.snap.svg +163 -163
  23. package/tests/examples/__snapshots__/example51.snap.svg +568 -568
  24. package/tests/fixtures/convertSolverOutputToCircuitJson.test.ts +16 -1
  25. package/tests/fixtures/convertSolverOutputToCircuitJson.ts +23 -12
  26. package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +736 -736
  27. package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +79 -79
  28. package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +127 -127
  29. package/tests/repros/__snapshots__/repro-bluetooth-controller-ground-decoupling-groups.snap.svg +106 -0
  30. package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +31 -31
  31. package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +121 -121
  32. package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +43 -43
  33. package/tests/repros/__snapshots__/repro-core-555-power-cross-net-overlap.snap.svg +19 -19
  34. package/tests/repros/__snapshots__/repro-core-ground-inline-label-fallback.snap.svg +277 -0
  35. package/tests/repros/__snapshots__/repro-core-subcircuit-missing-ground.snap.svg +19 -19
  36. package/tests/repros/__snapshots__/repro-core-tb67s579ftg-inline-label-routing.snap.svg +7 -7
  37. package/tests/repros/__snapshots__/repro-dc-power-isolated-routing.snap.svg +37 -37
  38. package/tests/repros/__snapshots__/repro-hdc2080-ground-label-alignment.snap.svg +137 -0
  39. package/tests/repros/__snapshots__/repro-nrf52810-clock-routing.snap.svg +61 -61
  40. package/tests/repros/__snapshots__/repro-pga300-redundant-ground-traces.snap.svg +115 -115
  41. package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +743 -743
  42. package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +43 -43
  43. package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +1 -1
  44. package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +17 -17
  45. package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +1131 -1131
  46. package/tests/repros/__snapshots__/repro-type-c-16pin-self-connection.snap.svg +7 -7
  47. package/tests/repros/__snapshots__/repro-type-c-16pin-to-resistor.snap.svg +7 -7
  48. package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +666 -666
  49. package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +73 -73
  50. package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +73 -73
  51. package/tests/repros/assets/repro-bluetooth-controller-ground-decoupling-groups.input.json +214 -0
  52. package/tests/repros/assets/repro-core-ground-inline-label-fallback.input.json +863 -0
  53. package/tests/repros/repro-bluetooth-controller-ground-decoupling-groups.test.ts +18 -0
  54. package/tests/repros/repro-core-ground-inline-label-fallback.test.ts +34 -0
  55. package/tests/repros/repro-hdc2080-ground-label-alignment.test.ts +239 -0
  56. package/tests/repros/repro-tida010076-j4-ground-bus.test.ts +14 -10
  57. package/tests/repros/repro-tida010076-page02.test.ts +2 -2
  58. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label02.snap.svg +1 -1
@@ -137,146 +137,146 @@ orientation: x+" data-x="12.135000000000002" data-y="-5.218910699999998" cx="451
137
137
  .port-label { fill: rgb(0, 100, 100); }
138
138
  .component-name { fill: rgb(0, 100, 100); }
139
139
 
140
- </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 306.3114685935677 525.866513459531 L 306.3114685935677 544.0094343185909 L 418.79757791973975 544.0094343185909 L 418.79757791973975 525.866513459531" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.514336687248px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 306.3114685935677 525.866513459531 L 306.3114685935677 544.0094343185909 L 418.79757791973975 544.0094343185909 L 418.79757791973975 525.866513459531" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.814292085906px" 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 418.79757791973975 456.92341419510296 L 418.79757791973975 446.03766167966705 L 529.4693951600058 446.03766167966705" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.514336687248px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 418.79757791973975 456.92341419510296 L 418.79757791973975 446.03766167966705 L 529.4693951600058 446.03766167966705" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.814292085906px" 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 306.3114685935677 456.92341419510296 L 306.3114685935677 446.03766167966705 L 418.79757791973975 446.03766167966705 L 418.79757791973975 456.92341419510296" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.514336687248px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 306.3114685935677 456.92341419510296 L 306.3114685935677 446.03766167966705 L 418.79757791973975 446.03766167966705 L 418.79757791973975 456.92341419510296" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.814292085906px" 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 597.732134892219 127.67880831239333 L 527.6551030740999 127.67880831239333 L 527.6551030740999 172.0795567078609 L 457.5780712559805 172.0795567078609 L 457.5780712559805 153.93663584880096" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.514336687248px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 597.732134892219 127.67880831239333 L 527.6551030740999 127.67880831239333 L 527.6551030740999 172.0795567078609 L 457.5780712559805 172.0795567078609 L 457.5780712559805 153.93663584880096" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.814292085906px" 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 529.4693951600058 355.32305738436696 L 389.3153315237673 355.32305738436696 L 389.3153315237673 318.13006962329393" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.514336687248px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 529.4693951600058 355.32305738436696 L 389.3153315237673 355.32305738436696 L 389.3153315237673 318.13006962329393" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.814292085906px" 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 389.3153315237673 263.701307046114 L 389.3153315237673 81.36495241256097 L 457.5780712559805 81.36495241256097 L 457.5780712559805 99.50787327162092" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.514336687248px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 389.3153315237673 263.701307046114 L 389.3153315237673 81.36495241256097 L 457.5780712559805 81.36495241256097 L 457.5780712559805 99.50787327162092" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.814292085906px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"><path d="M 497.49249714591235 664.2062850098632 L 497.49249714591235 573.94525373604 L 326.9490410707484 573.94525373604 L 326.9490410707484 592.0881745950999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.514336687248px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 497.49249714591235 664.2062850098632 L 497.49249714591235 573.94525373604 L 326.9490410707484 573.94525373604 L 326.9490410707484 592.0881745950999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.814292085906px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><path d="M 729.0415246096658 500.46642425684695 L 783.9238602083223 500.46642425684695 L 783.9238602083223 609.5507359219451 L 838.8061958069787 609.5507359219451" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.514336687248px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 729.0415246096658 500.46642425684695 L 783.9238602083223 500.46642425684695 L 783.9238602083223 609.5507359219451 L 838.8061958069787 609.5507359219451" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.814292085906px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><path d="M 326.9490410707484 592.0881745950999 L 326.9490410707484 573.94525373604 L 258.68630133853503 573.94525373604 L 258.68630133853503 438.780493336043 L 306.3114685935677 438.780493336043 L 306.3114685935677 456.92341419510296" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.514336687248px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 326.9490410707484 592.0881745950999 L 326.9490410707484 573.94525373604 L 258.68630133853503 573.94525373604 L 258.68630133853503 438.780493336043 L 306.3114685935677 438.780493336043 L 306.3114685935677 456.92341419510296" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.814292085906px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"><path d="M 418.79757791973975 525.866513459531 L 418.79757791973975 544.0094343185909 L 501.8014408499391 544.0094343185909 L 501.8014408499391 545.8237264044969 L 373.3495611677945 545.8237264044969 L 373.3495611677945 436.966201250137 L 501.8014408499391 436.966201250137 L 501.8014408499391 464.1805825387268 L 529.4693951600058 464.1805825387268" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.514336687248px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 418.79757791973975 525.866513459531 L 418.79757791973975 544.0094343185909 L 501.8014408499391 544.0094343185909 L 501.8014408499391 545.8237264044969 L 373.3495611677945 545.8237264044969 L 373.3495611677945 436.966201250137 L 501.8014408499391 436.966201250137 L 501.8014408499391 464.1805825387268 L 529.4693951600058 464.1805825387268" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.814292085906px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"><path d="M 501.8014408499391 544.0094343185909 L 528.1086760955762 544.0094343185909 L 528.1086760955762 544.1001489228862" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.514336687248px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 501.8014408499391 544.0094343185909 L 528.1086760955762 544.0094343185909 L 528.1086760955762 544.1001489228862" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.814292085906px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"><path d="M 668.0359532210765 664.2062850098632 L 668.0359532210765 650.508379761273 L 663.4095084020163 650.508379761273" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.514336687248px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 668.0359532210765 664.2062850098632 L 668.0359532210765 650.508379761273 L 663.4095084020163 650.508379761273" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.814292085906px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"><path d="M 326.9490410707484 646.5169371722799 L 326.9490410707484 655.6791122061052 L 295.10821496309813 655.6791122061052" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.514336687248px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 326.9490410707484 646.5169371722799 L 326.9490410707484 655.6791122061052 L 295.10821496309813 655.6791122061052" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.814292085906px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"><path d="M 497.49249714591247 718.6350475870433 L 497.49249714591247 727.7972226208686 L 465.6516710382623 727.7972226208686" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.514336687248px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 497.49249714591247 718.6350475870433 L 497.49249714591247 727.7972226208686 L 465.6516710382623 727.7972226208686" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.814292085906px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><circle cx="418.79757791973975" cy="544.0094343185909" r="2.721438128859" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="418.79757791973975" cy="525.866513459531" r="2.721438128859" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><circle cx="418.79757791973975" cy="456.92341419510296" r="2.721438128859" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="418.79757791973975" cy="446.03766167966705" r="2.721438128859" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><circle cx="306.3114685935677" cy="456.92341419510296" r="2.721438128859" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"><circle cx="326.9490410707484" cy="573.94525373604" r="2.721438128859" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="326.9490410707484" cy="592.0881745950999" r="2.721438128859" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"><circle cx="501.8014408499391" cy="544.0094343185909" r="2.721438128859" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="565.7552368781259" y="300.8942948071869" width="127.00044601341983" height="217.7150503087201" stroke-width="1.814292085906px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="565.7552368781259" y="300.8942948071869" width="127.00044601341983" height="217.7150503087201" fill="transparent"/><text class="sch-text" x="629.2554598848358" y="409.7518199615469" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.328628773154px" transform="rotate(0, 629.2554598848358, 409.7518199615469)">schematic_component_9</text><line class="component-pin sch-component-pin sch-port-line" x1="565.7552368781259" y1="319.03721566624694" x2="531.2836872459118" y2="319.03721566624694" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.4693951600058" cy="319.03721566624694" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="527.6551030740998" y="317.22292358034093" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="547.6123160190657" y="317.22292358034093" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="574.8266973076558" y="319.03721566624694" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_35</text><line class="component-pin sch-component-pin sch-port-line" x1="565.7552368781259" y1="337.1801365253069" x2="531.2836872459118" y2="337.1801365253069" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.4693951600058" cy="337.1801365253069" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="527.6551030740998" y="335.3658444394009" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="547.6123160190657" y="335.365844439401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="574.8266973076558" y="337.1801365253069" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_36</text><line class="component-pin sch-component-pin sch-port-line" x1="565.7552368781259" y1="355.32305738436696" x2="529.4693951600058" y2="355.32305738436696" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="527.6551030740998" y="353.50876529846096" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="547.6123160190657" y="353.508765298461" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="574.8266973076558" y="355.32305738436696" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_37</text><line class="component-pin sch-component-pin sch-port-line" x1="565.7552368781259" y1="373.46597824342695" x2="531.2836872459118" y2="373.46597824342695" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.4693951600058" cy="373.46597824342695" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="527.6551030740998" y="371.65168615752094" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="547.6123160190657" y="371.651686157521" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="574.8266973076558" y="373.46597824342695" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_38</text><line class="component-pin sch-component-pin sch-port-line" x1="565.7552368781259" y1="391.60889910248693" x2="531.2836872459118" y2="391.60889910248693" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.4693951600058" cy="391.60889910248693" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="527.6551030740998" y="389.7946070165809" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="547.6123160190657" y="389.7946070165809" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="574.8266973076558" y="391.60889910248693" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_39</text><line class="component-pin sch-component-pin sch-port-line" x1="565.7552368781259" y1="409.7518199615469" x2="531.2836872459118" y2="409.7518199615469" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.4693951600058" cy="409.7518199615469" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="527.6551030740998" y="407.9375278756409" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="547.6123160190657" y="407.93752787564097" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="574.8266973076558" y="409.7518199615469" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_40</text><line class="component-pin sch-component-pin sch-port-line" x1="565.7552368781259" y1="427.89474082060696" x2="531.2836872459118" y2="427.89474082060696" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.4693951600058" cy="427.89474082060696" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="527.6551030740998" y="426.08044873470095" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="547.6123160190657" y="426.080448734701" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="574.8266973076558" y="427.89474082060696" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_41</text><line class="component-pin sch-component-pin sch-port-line" x1="565.7552368781259" y1="446.03766167966694" x2="529.4693951600058" y2="446.03766167966694" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="527.6551030740998" y="444.22336959376094" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="547.6123160190657" y="444.223369593761" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="574.8266973076558" y="446.03766167966694" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_42</text><line class="component-pin sch-component-pin sch-port-line" x1="565.7552368781259" y1="464.1805825387269" x2="529.4693951600058" y2="464.1805825387269" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="527.6551030740998" y="462.3662904528209" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="547.6123160190657" y="462.3662904528209" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="574.8266973076558" y="464.1805825387269" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_43</text><line class="component-pin sch-component-pin sch-port-line" x1="565.7552368781259" y1="482.3235033977869" x2="531.2836872459118" y2="482.3235033977869" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.4693951600058" cy="482.3235033977869" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="527.6551030740998" y="480.5092113118809" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="547.6123160190657" y="480.5092113118809" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="574.8266973076558" y="482.3235033977869" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_44</text><line class="component-pin sch-component-pin sch-port-line" x1="565.7552368781259" y1="500.46642425684695" x2="531.2836872459118" y2="500.46642425684695" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.4693951600058" cy="500.46642425684695" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="527.6551030740998" y="498.65213217094094" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="547.6123160190657" y="498.65213217094094" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="574.8266973076558" y="500.46642425684695" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_45</text><line class="component-pin sch-component-pin sch-port-line" x1="692.7556828915457" y1="500.46642425684695" x2="729.0415246096658" y2="500.46642425684695" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><rect x="727.2272325237598" y="498.65213217094094" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="710.8986037506057" y="498.65213217094094" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="683.6842224620158" y="500.46642425684695" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_46</text><line class="component-pin sch-component-pin sch-port-line" x1="692.7556828915457" y1="482.3235033977869" x2="727.2272325237599" y2="482.3235033977869" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="729.0415246096658" cy="482.3235033977869" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="727.2272325237598" y="480.5092113118809" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="710.8986037506057" y="480.5092113118809" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="683.6842224620158" y="482.3235033977869" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_47</text><line class="component-pin sch-component-pin sch-port-line" x1="692.7556828915457" y1="464.1805825387269" x2="727.2272325237599" y2="464.1805825387269" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="729.0415246096658" cy="464.1805825387269" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="727.2272325237598" y="462.3662904528209" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="710.8986037506057" y="462.3662904528209" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="683.6842224620158" y="464.1805825387269" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_48</text><line class="component-pin sch-component-pin sch-port-line" x1="692.7556828915457" y1="446.0376616796669" x2="727.2272325237599" y2="446.0376616796669" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="729.0415246096658" cy="446.0376616796669" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="727.2272325237598" y="444.2233695937609" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="710.8986037506057" y="444.22336959376094" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="683.6842224620158" y="446.0376616796669" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_49</text><line class="component-pin sch-component-pin sch-port-line" x1="692.7556828915457" y1="427.89474082060696" x2="727.2272325237599" y2="427.89474082060696" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="729.0415246096658" cy="427.89474082060696" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="727.2272325237598" y="426.08044873470095" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="710.8986037506057" y="426.080448734701" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="683.6842224620158" y="427.89474082060696" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_50</text><line class="component-pin sch-component-pin sch-port-line" x1="692.7556828915457" y1="409.7518199615469" x2="727.2272325237599" y2="409.7518199615469" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="729.0415246096658" cy="409.7518199615469" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="727.2272325237598" y="407.9375278756409" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="710.8986037506057" y="407.93752787564097" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="683.6842224620158" y="409.7518199615469" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_51</text><line class="component-pin sch-component-pin sch-port-line" x1="692.7556828915457" y1="391.60889910248693" x2="727.2272325237599" y2="391.60889910248693" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="729.0415246096658" cy="391.60889910248693" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="727.2272325237598" y="389.7946070165809" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="710.8986037506057" y="389.7946070165809" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="683.6842224620158" y="391.60889910248693" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_52</text><line class="component-pin sch-component-pin sch-port-line" x1="692.7556828915457" y1="373.4659782434269" x2="727.2272325237599" y2="373.4659782434269" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_18__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="729.0415246096658" cy="373.4659782434269" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="727.2272325237598" y="371.6516861575209" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="710.8986037506057" y="371.65168615752094" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="683.6842224620158" y="373.4659782434269" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_53</text><line class="component-pin sch-component-pin sch-port-line" x1="692.7556828915457" y1="355.32305738436696" x2="727.2272325237599" y2="355.32305738436696" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_19__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="729.0415246096658" cy="355.32305738436696" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="727.2272325237598" y="353.50876529846096" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="710.8986037506057" y="353.508765298461" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="683.6842224620158" y="355.32305738436696" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_54</text><line class="component-pin sch-component-pin sch-port-line" x1="692.7556828915457" y1="337.1801365253069" x2="727.2272325237599" y2="337.1801365253069" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_20__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="729.0415246096658" cy="337.1801365253069" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="727.2272325237598" y="335.3658444394009" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="710.8986037506057" y="335.365844439401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="683.6842224620158" y="337.1801365253069" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_55</text><line class="component-pin sch-component-pin sch-port-line" x1="692.7556828915457" y1="319.03721566624694" x2="727.2272325237599" y2="319.03721566624694" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_21__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="729.0415246096658" cy="319.03721566624694" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="727.2272325237598" y="317.22292358034093" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="710.8986037506057" y="317.22292358034093" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="683.6842224620158" y="319.03721566624694" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_56</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="276.8292221975951" y="486.859233612552" width="83.45743595167619" height="9.07146042953002" stroke-width="1.814292085906px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="276.8292221975951" y="486.859233612552" width="83.45743595167619" height="9.07146042953002" fill="transparent"/><text class="sch-text" x="318.55794017343317" y="491.39496382731693" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.328628773154px" transform="rotate(0, 318.55794017343317, 491.39496382731693)">schematic_component_10</text><line class="component-pin sch-component-pin sch-port-line" x1="306.3114685935677" y1="486.859233612552" x2="306.3114685935677" y2="456.92341419510296" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="304.4971765076617" y="455.10912210919696" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="304.4971765076617" y="471.89132390382747" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform="rotate(-90 304.4971765076617 471.89132390382747)"></text><text class="pin-number sch-pin-label" x="306.3114685935677" y="495.930694042082" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.607190644295px" transform="rotate(-90 306.3114685935677 495.930694042082)">schematic_port_57</text><line class="component-pin sch-component-pin sch-port-line" x1="306.3114685935677" y1="495.930694042082" x2="306.3114685935677" y2="525.866513459531" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="304.4971765076617" y="524.052221373625" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="304.4971765076617" y="510.8986037508065" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform="rotate(-90 304.4971765076617 510.8986037508065)"></text><text class="pin-number sch-pin-label" x="306.3114685935677" y="486.859233612552" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.607190644295px" transform="rotate(-90 306.3114685935677 486.859233612552)">schematic_port_58</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="389.3153315237673" y="486.859233612552" width="94.34318846711187" height="9.07146042953002" stroke-width="1.814292085906px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="389.3153315237673" y="486.859233612552" width="94.34318846711187" height="9.07146042953002" fill="transparent"/><text class="sch-text" x="436.4869257573232" y="491.39496382731693" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.328628773154px" transform="rotate(0, 436.4869257573232, 491.39496382731693)">schematic_component_11</text><line class="component-pin sch-component-pin sch-port-line" x1="418.79757791973975" y1="486.859233612552" x2="418.79757791973975" y2="456.92341419510296" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="416.98328583383375" y="455.10912210919696" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="416.98328583383375" y="471.89132390382747" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform="rotate(-90 416.98328583383375 471.89132390382747)"></text><text class="pin-number sch-pin-label" x="418.79757791973975" y="495.930694042082" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.607190644295px" transform="rotate(-90 418.79757791973975 495.930694042082)">schematic_port_59</text><line class="component-pin sch-component-pin sch-port-line" x1="418.79757791973975" y1="495.930694042082" x2="418.79757791973975" y2="525.866513459531" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="416.98328583383375" y="524.052221373625" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="416.98328583383375" y="510.8986037508065" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform="rotate(-90 416.98328583383375 510.8986037508065)"></text><text class="pin-number sch-pin-label" x="418.79757791973975" y="486.859233612552" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.607190644295px" transform="rotate(-90 418.79757791973975 486.859233612552)">schematic_port_60</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="359.8330851277949" y="286.379958119939" width="87.53959314496444" height="9.071460429529964" stroke-width="1.814292085906px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="359.8330851277949" y="286.379958119939" width="87.53959314496444" height="9.071460429529964" fill="transparent"/><text class="sch-text" x="403.60288170027707" y="290.91568833470393" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.328628773154px" transform="rotate(0, 403.60288170027707, 290.91568833470393)">schematic_component_12</text><line class="component-pin sch-component-pin sch-port-line" x1="389.3153315237673" y1="286.379958119939" x2="389.3153315237673" y2="263.701307046114" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="387.5010394378613" y="261.887014960208" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="387.5010394378613" y="275.0406325830265" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform="rotate(-90 387.5010394378613 275.0406325830265)"></text><text class="pin-number sch-pin-label" x="389.3153315237673" y="295.45141854946894" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.607190644295px" transform="rotate(-90 389.3153315237673 295.45141854946894)">schematic_port_61</text><line class="component-pin sch-component-pin sch-port-line" x1="389.3153315237673" y1="295.45141854946894" x2="389.3153315237673" y2="318.13006962329393" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="387.5010394378613" y="316.31577753738793" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="387.5010394378613" y="306.79074408638144" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform="rotate(-90 387.5010394378613 306.79074408638144)"></text><text class="pin-number sch-pin-label" x="389.3153315237673" y="286.379958119939" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.607190644295px" transform="rotate(-90 389.3153315237673 286.379958119939)">schematic_port_62</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="428.09582486000807" y="122.18652434544597" width="87.53959314496444" height="9.071460429529992" stroke-width="1.814292085906px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="428.09582486000807" y="122.18652434544597" width="87.53959314496444" height="9.071460429529992" fill="transparent"/><text class="sch-text" x="471.86562143249034" y="126.72225456021098" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.328628773154px" transform="rotate(0, 471.86562143249034, 126.72225456021098)">schematic_component_13</text><line class="component-pin sch-component-pin sch-port-line" x1="457.5780712559805" y1="122.18652434544597" x2="457.5780712559805" y2="99.50787327162098" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="455.7637791700745" y="97.69358118571498" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="455.7637791700745" y="110.84719880853348" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform="rotate(-90 455.7637791700745 110.84719880853348)"></text><text class="pin-number sch-pin-label" x="457.5780712559805" y="131.25798477497597" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.607190644295px" transform="rotate(-90 457.5780712559805 131.25798477497597)">schematic_port_63</text><line class="component-pin sch-component-pin sch-port-line" x1="457.5780712559805" y1="131.25798477497597" x2="457.5780712559805" y2="153.93663584880096" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="455.7637791700745" y="152.12234376289496" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="455.7637791700745" y="142.59731031188846" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform="rotate(-90 455.7637791700745 142.59731031188846)"></text><text class="pin-number sch-pin-label" x="457.5780712559805" y="122.18652434544597" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.607190644295px" transform="rotate(-90 457.5780712559805 122.18652434544597)">schematic_port_64</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="468.01025074994004" y="686.8849360836882" width="87.53959314496444" height="9.071460429530134" stroke-width="1.814292085906px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="468.01025074994004" y="686.8849360836882" width="87.53959314496444" height="9.071460429530134" fill="transparent"/><text class="sch-text" x="511.7800473224223" y="691.4206662984533" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.328628773154px" transform="rotate(0, 511.7800473224223, 691.4206662984533)">schematic_component_14</text><line class="component-pin sch-component-pin sch-port-line" x1="497.49249714591247" y1="686.8849360836882" x2="497.49249714591247" y2="664.2062850098632" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="495.67820506000646" y="662.3919929239572" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="495.67820506000646" y="675.5456105467757" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform="rotate(-90 495.67820506000646 675.5456105467757)"></text><text class="pin-number sch-pin-label" x="497.49249714591247" y="695.9563965132184" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.607190644295px" transform="rotate(-90 497.49249714591247 695.9563965132184)">schematic_port_65</text><line class="component-pin sch-component-pin sch-port-line" x1="497.49249714591247" y1="695.9563965132184" x2="497.49249714591247" y2="718.6350475870433" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="495.67820506000646" y="716.8207555011373" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="495.67820506000646" y="707.2957220501308" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform="rotate(-90 495.67820506000646 707.2957220501308)"></text><text class="pin-number sch-pin-label" x="497.49249714591247" y="686.8849360836882" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.607190644295px" transform="rotate(-90 497.49249714591247 686.8849360836882)">schematic_port_66</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="297.4667946747759" y="614.7668256689249" width="87.53959314496456" height="9.07146042953002" stroke-width="1.814292085906px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="297.4667946747759" y="614.7668256689249" width="87.53959314496456" height="9.07146042953002" fill="transparent"/><text class="sch-text" x="341.23659124725816" y="619.3025558836899" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.328628773154px" transform="rotate(0, 341.23659124725816, 619.3025558836899)">schematic_component_15</text><line class="component-pin sch-component-pin sch-port-line" x1="326.9490410707484" y1="614.7668256689249" x2="326.9490410707484" y2="592.0881745950999" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="325.1347489848424" y="590.2738825091939" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="325.13474898484253" y="603.4275001320124" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform="rotate(-90 325.13474898484253 603.4275001320124)"></text><text class="pin-number sch-pin-label" x="326.9490410707484" y="623.8382860984549" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.607190644295px" transform="rotate(-90 326.9490410707484 623.8382860984549)">schematic_port_67</text><line class="component-pin sch-component-pin sch-port-line" x1="326.9490410707484" y1="623.8382860984549" x2="326.9490410707484" y2="646.5169371722799" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="325.1347489848424" y="644.7026450863739" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="325.13474898484253" y="635.1776116353674" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform="rotate(-90 325.13474898484253 635.1776116353674)"></text><text class="pin-number sch-pin-label" x="326.9490410707484" y="614.7668256689249" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.607190644295px" transform="rotate(-90 326.9490410707484 614.7668256689249)">schematic_port_68</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="638.5537068251041" y="686.8849360836882" width="87.53959314496456" height="9.071460429530134" stroke-width="1.814292085906px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="638.5537068251041" y="686.8849360836882" width="87.53959314496456" height="9.071460429530134" fill="transparent"/><text class="sch-text" x="682.3235033975863" y="691.4206662984533" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.328628773154px" transform="rotate(0, 682.3235033975863, 691.4206662984533)">schematic_component_16</text><line class="component-pin sch-component-pin sch-port-line" x1="668.0359532210765" y1="686.8849360836882" x2="668.0359532210765" y2="664.2062850098632" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="666.2216611351705" y="662.3919929239572" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="666.2216611351706" y="675.5456105467757" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform="rotate(-90 666.2216611351706 675.5456105467757)"></text><text class="pin-number sch-pin-label" x="668.0359532210765" y="695.9563965132184" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.607190644295px" transform="rotate(-90 668.0359532210765 695.9563965132184)">schematic_port_69</text><line class="component-pin sch-component-pin sch-port-line" x1="668.0359532210765" y1="695.9563965132184" x2="668.0359532210765" y2="716.8207555011375" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="668.0359532210765" cy="718.6350475870433" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="666.2216611351705" y="716.8207555011373" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="666.2216611351706" y="707.2957220501308" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform="rotate(-90 666.2216611351706 707.2957220501308)"></text><text class="pin-number sch-pin-label" x="668.0359532210765" y="686.8849360836882" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.607190644295px" transform="rotate(-90 668.0359532210765 686.8849360836882)">schematic_port_70</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_8__stack1"><rect class="component chip sch-component-body" x="634.017976610339" y="90.53522826054993" width="12.700044601342029" height="65.21569967415701" stroke-width="1.814292085906px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="634.017976610339" y="90.53522826054993" width="12.700044601342029" height="65.21569967415701" fill="transparent"/><text class="sch-text" x="640.3679989110101" y="123.14307809762843" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.328628773154px" transform="rotate(0, 640.3679989110101, 123.14307809762843)">schematic_component_17</text><line class="component-pin sch-component-pin sch-port-line" x1="634.017976610339" y1="127.67880831239341" x2="597.732134892219" y2="127.67880831239341" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="595.917842806313" y="125.86451622648741" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="615.875055751279" y="125.86451622648741" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="643.089437039869" y="127.67880831239341" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_71</text><line class="component-pin sch-component-pin sch-port-line" x1="646.718021211681" y1="127.67880831239341" x2="681.1895708438952" y2="127.67880831239341" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="683.0038629298011" cy="127.67880831239341" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="681.1895708438951" y="125.86451622648741" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="664.8609420707411" y="125.86451622648741" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="637.6465607821511" y="127.67880831239341" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_72</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_9__stack1"><rect class="component chip sch-component-body" x="875.0920375250986" y="572.4071558701016" width="12.700044601342142" height="65.21569967415701" stroke-width="1.814292085906px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="875.0920375250986" y="572.4071558701016" width="12.700044601342142" height="65.21569967415701" fill="transparent"/><text class="sch-text" x="881.4420598257697" y="605.0150057071802" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.328628773154px" transform="rotate(0, 881.4420598257697, 605.0150057071802)">schematic_component_18</text><line class="component-pin sch-component-pin sch-port-line" x1="875.0920375250986" y1="609.5507359219451" x2="838.8061958069787" y2="609.5507359219451" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="836.9919037210727" y="607.7364438360391" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="856.9491166660385" y="607.7364438360391" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="884.1634979546287" y="609.5507359219451" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_73</text><line class="component-pin sch-component-pin sch-port-line" x1="887.7920821264407" y1="609.5507359219451" x2="922.2636317586549" y2="609.5507359219451" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="924.0779238445608" cy="609.5507359219451" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="922.2636317586548" y="607.7364438360391" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="905.9350029855008" y="607.7364438360391" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="878.7206216969108" y="609.5507359219451" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_74</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="529.4693951600058" cy="319.03721566624694" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="529.4693951600058" cy="337.1801365253069" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="529.4693951600058" cy="355.32305738436696" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="529.4693951600058" cy="373.46597824342695" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="529.4693951600058" cy="391.60889910248693" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="529.4693951600058" cy="409.7518199615469" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="529.4693951600058" cy="427.89474082060696" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="529.4693951600058" cy="446.03766167966694" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="529.4693951600058" cy="464.1805825387269" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="529.4693951600058" cy="482.3235033977869" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="529.4693951600058" cy="500.46642425684695" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="729.0415246096658" cy="500.46642425684695" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="729.0415246096658" cy="482.3235033977869" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="729.0415246096658" cy="464.1805825387269" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="729.0415246096658" cy="446.0376616796669" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="729.0415246096658" cy="427.89474082060696" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_16__stack1"><circle cx="729.0415246096658" cy="409.7518199615469" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_17__stack1"><circle cx="729.0415246096658" cy="391.60889910248693" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_18__stack1"><circle cx="729.0415246096658" cy="373.4659782434269" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_19__stack1"><circle cx="729.0415246096658" cy="355.32305738436696" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_20__stack1"><circle cx="729.0415246096658" cy="337.1801365253069" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_21__stack1"><circle cx="729.0415246096658" cy="319.03721566624694" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="306.3114685935677" cy="456.92341419510296" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="306.3114685935677" cy="525.866513459531" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="418.79757791973975" cy="456.92341419510296" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="418.79757791973975" cy="525.866513459531" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="389.3153315237673" cy="263.701307046114" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="389.3153315237673" cy="318.13006962329393" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="457.5780712559805" cy="99.50787327162098" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="457.5780712559805" cy="153.93663584880096" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="497.49249714591247" cy="664.2062850098632" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="497.49249714591247" cy="718.6350475870433" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="326.9490410707484" cy="592.0881745950999" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="326.9490410707484" cy="646.5169371722799" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="668.0359532210765" cy="664.2062850098632" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="668.0359532210765" cy="718.6350475870433" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="597.732134892219" cy="127.67880831239341" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="683.0038629298011" cy="127.67880831239341" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="838.8061958069787" cy="609.5507359219451" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="924.0779238445608" cy="609.5507359219451" r="3.628584171812" 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="
141
- M 529.4693951600058,319.03721566624694
142
- L 524.5708065280596,328.10867609577696
143
- L 440.1820339722852,328.1086760957769
144
- L 440.1820339722852,309.9657552367169
145
- L 524.5708065280596,309.9657552367169
140
+ </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 347.4822917529677 525.866513459531 L 347.4822917529677 544.0094343185909 L 459.9684010791397 544.0094343185909 L 459.9684010791397 525.866513459531" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.514336687248px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 347.4822917529677 525.866513459531 L 347.4822917529677 544.0094343185909 L 459.9684010791397 544.0094343185909 L 459.9684010791397 525.866513459531" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.814292085906px" 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 459.9684010791397 456.92341419510296 L 459.9684010791397 446.03766167966705 L 570.6402183194057 446.03766167966705" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.514336687248px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 459.9684010791397 456.92341419510296 L 459.9684010791397 446.03766167966705 L 570.6402183194057 446.03766167966705" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.814292085906px" 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 347.4822917529677 456.92341419510296 L 347.4822917529677 446.03766167966705 L 459.9684010791397 446.03766167966705 L 459.9684010791397 456.92341419510296" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.514336687248px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 347.4822917529677 456.92341419510296 L 347.4822917529677 446.03766167966705 L 459.9684010791397 446.03766167966705 L 459.9684010791397 456.92341419510296" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.814292085906px" 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 638.902958051619 127.67880831239333 L 568.8259262334998 127.67880831239333 L 568.8259262334998 172.0795567078609 L 498.74889441538045 172.0795567078609 L 498.74889441538045 153.93663584880096" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.514336687248px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 638.902958051619 127.67880831239333 L 568.8259262334998 127.67880831239333 L 568.8259262334998 172.0795567078609 L 498.74889441538045 172.0795567078609 L 498.74889441538045 153.93663584880096" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.814292085906px" 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 570.6402183194057 355.32305738436696 L 430.4861546831673 355.32305738436696 L 430.4861546831673 318.13006962329393" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.514336687248px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 570.6402183194057 355.32305738436696 L 430.4861546831673 355.32305738436696 L 430.4861546831673 318.13006962329393" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.814292085906px" 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 430.4861546831673 263.701307046114 L 430.4861546831673 81.36495241256097 L 498.74889441538045 81.36495241256097 L 498.74889441538045 99.50787327162092" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.514336687248px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 430.4861546831673 263.701307046114 L 430.4861546831673 81.36495241256097 L 498.74889441538045 81.36495241256097 L 498.74889441538045 99.50787327162092" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.814292085906px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"><path d="M 538.6633203053123 664.2062850098632 L 538.6633203053123 573.94525373604 L 368.1198642301484 573.94525373604 L 368.1198642301484 592.0881745950999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.514336687248px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 538.6633203053123 664.2062850098632 L 538.6633203053123 573.94525373604 L 368.1198642301484 573.94525373604 L 368.1198642301484 592.0881745950999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.814292085906px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><path d="M 770.2123477690657 500.46642425684695 L 825.0946833677222 500.46642425684695 L 825.0946833677222 609.5507359219451 L 879.9770189663786 609.5507359219451" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.514336687248px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 770.2123477690657 500.46642425684695 L 825.0946833677222 500.46642425684695 L 825.0946833677222 609.5507359219451 L 879.9770189663786 609.5507359219451" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.814292085906px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><path d="M 368.1198642301484 592.0881745950999 L 368.1198642301484 573.94525373604 L 299.857124497935 573.94525373604 L 299.857124497935 438.780493336043 L 347.4822917529677 438.780493336043 L 347.4822917529677 456.92341419510296" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.514336687248px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 368.1198642301484 592.0881745950999 L 368.1198642301484 573.94525373604 L 299.857124497935 573.94525373604 L 299.857124497935 438.780493336043 L 347.4822917529677 438.780493336043 L 347.4822917529677 456.92341419510296" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.814292085906px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"><path d="M 459.9684010791397 525.866513459531 L 459.9684010791397 544.0094343185909 L 542.9722640093391 544.0094343185909 L 542.9722640093391 545.8237264044969 L 414.52038432719445 545.8237264044969 L 414.52038432719445 436.966201250137 L 542.9722640093391 436.966201250137 L 542.9722640093391 464.1805825387268 L 570.6402183194057 464.1805825387268" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.514336687248px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 459.9684010791397 525.866513459531 L 459.9684010791397 544.0094343185909 L 542.9722640093391 544.0094343185909 L 542.9722640093391 545.8237264044969 L 414.52038432719445 545.8237264044969 L 414.52038432719445 436.966201250137 L 542.9722640093391 436.966201250137 L 542.9722640093391 464.1805825387268 L 570.6402183194057 464.1805825387268" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.814292085906px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"><path d="M 542.9722640093391 544.0094343185909 L 569.2794992549761 544.0094343185909 L 569.2794992549761 544.1001489228862" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.514336687248px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 542.9722640093391 544.0094343185909 L 569.2794992549761 544.0094343185909 L 569.2794992549761 544.1001489228862" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.814292085906px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"><path d="M 709.2067763804764 664.2062850098632 L 709.2067763804764 650.508379761273 L 704.5803315614162 650.508379761273" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.514336687248px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 709.2067763804764 664.2062850098632 L 709.2067763804764 650.508379761273 L 704.5803315614162 650.508379761273" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.814292085906px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"><path d="M 368.1198642301484 646.5169371722799 L 368.1198642301484 655.6791122061052 L 336.2790381224981 655.6791122061052" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.514336687248px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 368.1198642301484 646.5169371722799 L 368.1198642301484 655.6791122061052 L 336.2790381224981 655.6791122061052" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.814292085906px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"><path d="M 538.6633203053125 718.6350475870433 L 538.6633203053125 727.7972226208686 L 506.82249419766225 727.7972226208686" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.514336687248px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 538.6633203053125 718.6350475870433 L 538.6633203053125 727.7972226208686 L 506.82249419766225 727.7972226208686" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.814292085906px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><circle cx="459.9684010791397" cy="544.0094343185909" r="2.721438128859" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="459.9684010791397" cy="525.866513459531" r="2.721438128859" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><circle cx="459.9684010791397" cy="456.92341419510296" r="2.721438128859" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="459.9684010791397" cy="446.03766167966705" r="2.721438128859" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><circle cx="347.4822917529677" cy="456.92341419510296" r="2.721438128859" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"><circle cx="368.1198642301484" cy="573.94525373604" r="2.721438128859" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="368.1198642301484" cy="592.0881745950999" r="2.721438128859" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"><circle cx="542.9722640093391" cy="544.0094343185909" r="2.721438128859" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="606.9260600375258" y="300.8942948071869" width="127.00044601341983" height="217.7150503087201" stroke-width="1.814292085906px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="606.9260600375258" y="300.8942948071869" width="127.00044601341983" height="217.7150503087201" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="606.9260600375258" y1="319.03721566624694" x2="572.4545104053118" y2="319.03721566624694" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="570.6402183194057" cy="319.03721566624694" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="568.8259262334997" y="317.22292358034093" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="588.7831391784657" y="317.22292358034093" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="606.9260600375258" y1="337.1801365253069" x2="572.4545104053118" y2="337.1801365253069" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="570.6402183194057" cy="337.1801365253069" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="568.8259262334997" y="335.3658444394009" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="588.7831391784657" y="335.365844439401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="606.9260600375258" y1="355.32305738436696" x2="570.6402183194057" y2="355.32305738436696" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="568.8259262334997" y="353.50876529846096" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="588.7831391784657" y="353.508765298461" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="606.9260600375258" y1="373.46597824342695" x2="572.4545104053118" y2="373.46597824342695" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="570.6402183194057" cy="373.46597824342695" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="568.8259262334997" y="371.65168615752094" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="588.7831391784657" y="371.651686157521" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="606.9260600375258" y1="391.60889910248693" x2="572.4545104053118" y2="391.60889910248693" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="570.6402183194057" cy="391.60889910248693" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="568.8259262334997" y="389.7946070165809" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="588.7831391784657" y="389.7946070165809" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="606.9260600375258" y1="409.7518199615469" x2="572.4545104053118" y2="409.7518199615469" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="570.6402183194057" cy="409.7518199615469" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="568.8259262334997" y="407.9375278756409" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="588.7831391784657" y="407.93752787564097" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="606.9260600375258" y1="427.89474082060696" x2="572.4545104053118" y2="427.89474082060696" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="570.6402183194057" cy="427.89474082060696" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="568.8259262334997" y="426.08044873470095" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="588.7831391784657" y="426.080448734701" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="606.9260600375258" y1="446.03766167966694" x2="570.6402183194057" y2="446.03766167966694" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="568.8259262334997" y="444.22336959376094" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="588.7831391784657" y="444.223369593761" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="606.9260600375258" y1="464.1805825387269" x2="570.6402183194057" y2="464.1805825387269" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="568.8259262334997" y="462.3662904528209" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="588.7831391784657" y="462.3662904528209" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="606.9260600375258" y1="482.3235033977869" x2="572.4545104053118" y2="482.3235033977869" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="570.6402183194057" cy="482.3235033977869" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="568.8259262334997" y="480.5092113118809" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="588.7831391784657" y="480.5092113118809" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="606.9260600375258" y1="500.46642425684695" x2="572.4545104053118" y2="500.46642425684695" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="570.6402183194057" cy="500.46642425684695" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="568.8259262334997" y="498.65213217094094" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="588.7831391784657" y="498.65213217094094" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="733.9265060509456" y1="500.46642425684695" x2="770.2123477690657" y2="500.46642425684695" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><rect x="768.3980556831597" y="498.65213217094094" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="752.0694269100056" y="498.65213217094094" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="733.9265060509456" y1="482.3235033977869" x2="768.3980556831598" y2="482.3235033977869" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="770.2123477690657" cy="482.3235033977869" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="768.3980556831597" y="480.5092113118809" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="752.0694269100056" y="480.5092113118809" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="733.9265060509456" y1="464.1805825387269" x2="768.3980556831598" y2="464.1805825387269" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="770.2123477690657" cy="464.1805825387269" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="768.3980556831597" y="462.3662904528209" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="752.0694269100056" y="462.3662904528209" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="733.9265060509456" y1="446.0376616796669" x2="768.3980556831598" y2="446.0376616796669" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="770.2123477690657" cy="446.0376616796669" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="768.3980556831597" y="444.2233695937609" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="752.0694269100056" y="444.22336959376094" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="733.9265060509456" y1="427.89474082060696" x2="768.3980556831598" y2="427.89474082060696" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="770.2123477690657" cy="427.89474082060696" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="768.3980556831597" y="426.08044873470095" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="752.0694269100056" y="426.080448734701" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="733.9265060509456" y1="409.7518199615469" x2="768.3980556831598" y2="409.7518199615469" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="770.2123477690657" cy="409.7518199615469" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="768.3980556831597" y="407.9375278756409" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="752.0694269100056" y="407.93752787564097" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="733.9265060509456" y1="391.60889910248693" x2="768.3980556831598" y2="391.60889910248693" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="770.2123477690657" cy="391.60889910248693" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="768.3980556831597" y="389.7946070165809" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="752.0694269100056" y="389.7946070165809" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="733.9265060509456" y1="373.4659782434269" x2="768.3980556831598" y2="373.4659782434269" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_18__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="770.2123477690657" cy="373.4659782434269" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="768.3980556831597" y="371.6516861575209" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="752.0694269100056" y="371.65168615752094" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="733.9265060509456" y1="355.32305738436696" x2="768.3980556831598" y2="355.32305738436696" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_19__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="770.2123477690657" cy="355.32305738436696" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="768.3980556831597" y="353.50876529846096" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="752.0694269100056" y="353.508765298461" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="733.9265060509456" y1="337.1801365253069" x2="768.3980556831598" y2="337.1801365253069" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_20__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="770.2123477690657" cy="337.1801365253069" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="768.3980556831597" y="335.3658444394009" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="752.0694269100056" y="335.365844439401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="733.9265060509456" y1="319.03721566624694" x2="768.3980556831598" y2="319.03721566624694" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_21__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="770.2123477690657" cy="319.03721566624694" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="768.3980556831597" y="317.22292358034093" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="752.0694269100056" y="317.22292358034093" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="318.00004535699503" y="486.859233612552" width="83.45743595167619" height="9.07146042953002" stroke-width="1.814292085906px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="318.00004535699503" y="486.859233612552" width="83.45743595167619" height="9.07146042953002" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="347.4822917529677" y1="486.859233612552" x2="347.4822917529677" y2="456.92341419510296" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="345.6679996670617" y="455.10912210919696" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="345.6679996670617" y="471.89132390382747" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform="rotate(-90 345.6679996670617 471.89132390382747)"></text><line class="component-pin sch-component-pin sch-port-line" x1="347.4822917529677" y1="495.930694042082" x2="347.4822917529677" y2="525.866513459531" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="345.6679996670617" y="524.052221373625" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="345.6679996670617" y="510.8986037508065" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform="rotate(-90 345.6679996670617 510.8986037508065)"></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="430.4861546831673" y="486.859233612552" width="94.34318846711182" height="9.07146042953002" stroke-width="1.814292085906px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="430.4861546831673" y="486.859233612552" width="94.34318846711182" height="9.07146042953002" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="459.9684010791397" y1="486.859233612552" x2="459.9684010791397" y2="456.92341419510296" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="458.1541089932337" y="455.10912210919696" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="458.1541089932337" y="471.89132390382747" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform="rotate(-90 458.1541089932337 471.89132390382747)"></text><line class="component-pin sch-component-pin sch-port-line" x1="459.9684010791397" y1="495.930694042082" x2="459.9684010791397" y2="525.866513459531" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="458.1541089932337" y="524.052221373625" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="458.1541089932337" y="510.8986037508065" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform="rotate(-90 458.1541089932337 510.8986037508065)"></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="401.00390828719486" y="286.379958119939" width="87.53959314496444" height="9.071460429529964" stroke-width="1.814292085906px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="401.00390828719486" y="286.379958119939" width="87.53959314496444" height="9.071460429529964" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="430.4861546831673" y1="286.379958119939" x2="430.4861546831673" y2="263.701307046114" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="428.6718625972613" y="261.887014960208" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="428.6718625972613" y="275.0406325830265" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform="rotate(-90 428.6718625972613 275.0406325830265)"></text><line class="component-pin sch-component-pin sch-port-line" x1="430.4861546831673" y1="295.45141854946894" x2="430.4861546831673" y2="318.13006962329393" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="428.6718625972613" y="316.31577753738793" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="428.6718625972613" y="306.79074408638144" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform="rotate(-90 428.6718625972613 306.79074408638144)"></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="469.266648019408" y="122.18652434544597" width="87.5395931449645" height="9.071460429529992" stroke-width="1.814292085906px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="469.266648019408" y="122.18652434544597" width="87.5395931449645" height="9.071460429529992" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="498.74889441538045" y1="122.18652434544597" x2="498.74889441538045" y2="99.50787327162098" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="496.93460232947444" y="97.69358118571498" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.93460232947444" y="110.84719880853348" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform="rotate(-90 496.93460232947444 110.84719880853348)"></text><line class="component-pin sch-component-pin sch-port-line" x1="498.74889441538045" y1="131.25798477497597" x2="498.74889441538045" y2="153.93663584880096" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="496.93460232947444" y="152.12234376289496" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="496.93460232947444" y="142.59731031188846" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform="rotate(-90 496.93460232947444 142.59731031188846)"></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="509.18107390934" y="686.8849360836882" width="87.53959314496439" height="9.071460429530134" stroke-width="1.814292085906px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="509.18107390934" y="686.8849360836882" width="87.53959314496439" height="9.071460429530134" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="538.6633203053125" y1="686.8849360836882" x2="538.6633203053125" y2="664.2062850098632" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="536.8490282194065" y="662.3919929239572" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="536.8490282194064" y="675.5456105467757" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform="rotate(-90 536.8490282194064 675.5456105467757)"></text><line class="component-pin sch-component-pin sch-port-line" x1="538.6633203053125" y1="695.9563965132184" x2="538.6633203053125" y2="718.6350475870433" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="536.8490282194065" y="716.8207555011373" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="536.8490282194064" y="707.2957220501308" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform="rotate(-90 536.8490282194064 707.2957220501308)"></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="338.63761783417584" y="614.7668256689249" width="87.53959314496456" height="9.07146042953002" stroke-width="1.814292085906px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="338.63761783417584" y="614.7668256689249" width="87.53959314496456" height="9.07146042953002" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="368.1198642301484" y1="614.7668256689249" x2="368.1198642301484" y2="592.0881745950999" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="366.3055721442424" y="590.2738825091939" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="366.3055721442425" y="603.4275001320124" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform="rotate(-90 366.3055721442425 603.4275001320124)"></text><line class="component-pin sch-component-pin sch-port-line" x1="368.1198642301484" y1="623.8382860984549" x2="368.1198642301484" y2="646.5169371722799" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="366.3055721442424" y="644.7026450863739" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="366.3055721442425" y="635.1776116353674" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform="rotate(-90 366.3055721442425 635.1776116353674)"></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="679.724529984504" y="686.8849360836882" width="87.53959314496456" height="9.071460429530134" stroke-width="1.814292085906px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="679.724529984504" y="686.8849360836882" width="87.53959314496456" height="9.071460429530134" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="709.2067763804764" y1="686.8849360836882" x2="709.2067763804764" y2="664.2062850098632" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="707.3924842945704" y="662.3919929239572" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="707.3924842945705" y="675.5456105467757" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform="rotate(-90 707.3924842945705 675.5456105467757)"></text><line class="component-pin sch-component-pin sch-port-line" x1="709.2067763804764" y1="695.9563965132184" x2="709.2067763804764" y2="716.8207555011375" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="709.2067763804764" cy="718.6350475870433" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="707.3924842945704" y="716.8207555011373" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="707.3924842945705" y="707.2957220501308" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform="rotate(-90 707.3924842945705 707.2957220501308)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_8__stack1"><rect class="component chip sch-component-body" x="675.188799769739" y="90.53522826054993" width="12.700044601341915" height="65.21569967415701" stroke-width="1.814292085906px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="675.188799769739" y="90.53522826054993" width="12.700044601341915" height="65.21569967415701" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="675.188799769739" y1="127.67880831239341" x2="638.902958051619" y2="127.67880831239341" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="637.088665965713" y="125.86451622648741" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="657.045878910679" y="125.86451622648741" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="687.888844371081" y1="127.67880831239341" x2="722.3603940032951" y2="127.67880831239341" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="724.174686089201" cy="127.67880831239341" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="722.360394003295" y="125.86451622648741" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="706.031765230141" y="125.86451622648741" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_9__stack1"><rect class="component chip sch-component-body" x="916.2628606844985" y="572.4071558701016" width="12.700044601342142" height="65.21569967415701" stroke-width="1.814292085906px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="916.2628606844985" y="572.4071558701016" width="12.700044601342142" height="65.21569967415701" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="916.2628606844985" y1="609.5507359219451" x2="879.9770189663786" y2="609.5507359219451" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="878.1627268804726" y="607.7364438360391" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="898.1199398254385" y="607.7364438360391" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="928.9629052858406" y1="609.5507359219451" x2="963.4344549180548" y2="609.5507359219451" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="965.2487470039607" cy="609.5507359219451" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="963.4344549180547" y="607.7364438360391" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="947.1058261449007" y="607.7364438360391" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="570.6402183194057" cy="319.03721566624694" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="570.6402183194057" cy="337.1801365253069" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="570.6402183194057" cy="355.32305738436696" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="570.6402183194057" cy="373.46597824342695" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="570.6402183194057" cy="391.60889910248693" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="570.6402183194057" cy="409.7518199615469" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="570.6402183194057" cy="427.89474082060696" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="570.6402183194057" cy="446.03766167966694" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="570.6402183194057" cy="464.1805825387269" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="570.6402183194057" cy="482.3235033977869" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="570.6402183194057" cy="500.46642425684695" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="770.2123477690657" cy="500.46642425684695" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="770.2123477690657" cy="482.3235033977869" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="770.2123477690657" cy="464.1805825387269" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="770.2123477690657" cy="446.0376616796669" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="770.2123477690657" cy="427.89474082060696" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_16__stack1"><circle cx="770.2123477690657" cy="409.7518199615469" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_17__stack1"><circle cx="770.2123477690657" cy="391.60889910248693" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_18__stack1"><circle cx="770.2123477690657" cy="373.4659782434269" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_19__stack1"><circle cx="770.2123477690657" cy="355.32305738436696" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_20__stack1"><circle cx="770.2123477690657" cy="337.1801365253069" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_21__stack1"><circle cx="770.2123477690657" cy="319.03721566624694" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="347.4822917529677" cy="456.92341419510296" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="347.4822917529677" cy="525.866513459531" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="459.9684010791397" cy="456.92341419510296" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="459.9684010791397" cy="525.866513459531" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="430.4861546831673" cy="263.701307046114" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="430.4861546831673" cy="318.13006962329393" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="498.74889441538045" cy="99.50787327162098" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="498.74889441538045" cy="153.93663584880096" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="538.6633203053125" cy="664.2062850098632" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="538.6633203053125" cy="718.6350475870433" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="368.1198642301484" cy="592.0881745950999" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="368.1198642301484" cy="646.5169371722799" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="709.2067763804764" cy="664.2062850098632" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="709.2067763804764" cy="718.6350475870433" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="638.902958051619" cy="127.67880831239341" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="724.174686089201" cy="127.67880831239341" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="879.9770189663786" cy="609.5507359219451" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="965.2487470039607" cy="609.5507359219451" r="3.628584171812" 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="
141
+ M 570.6402183194057,319.03721566624694
142
+ L 565.7416296874595,328.10867609577696
143
+ L 481.3528571316851,328.1086760957769
144
+ L 481.3528571316851,309.9657552367169
145
+ L 565.7416296874595,309.9657552367169
146
146
  Z
147
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><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="521.3050807734288" y="319.03721566624694" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="">XXXXXXX</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="
148
- M 527.6551030740999,172.0795567078609
149
- L 532.553691706046,163.0080962783309
150
- L 616.9424642618205,163.0080962783309
151
- L 616.9424642618205,181.15101713739088
152
- L 532.553691706046,181.15101713739088
147
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><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="562.4759039328287" y="319.03721566624694" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="">XXXXXXX</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="
148
+ M 568.8259262334998,172.0795567078609
149
+ L 573.7245148654459,163.0080962783309
150
+ L 658.1132874212204,163.0080962783309
151
+ L 658.1132874212204,181.15101713739088
152
+ L 573.7245148654459,181.15101713739088
153
153
  Z
154
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><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="535.8194174606768" y="172.0795567078609" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="">XXXXXXX</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="
155
- M 389.3153315237673,355.32305738436696
156
- L 384.4167428918211,364.394517813897
157
- L 310.68391252060127,364.394517813897
158
- L 310.68391252060127,346.25159695483694
159
- L 384.4167428918211,346.25159695483694
154
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><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="576.9902406200767" y="172.0795567078609" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="">XXXXXXX</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="
155
+ M 430.4861546831673,355.32305738436696
156
+ L 425.5875660512211,364.394517813897
157
+ L 351.8547356800012,364.394517813897
158
+ L 351.8547356800012,346.25159695483694
159
+ L 425.5875660512211,346.25159695483694
160
160
  Z
161
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><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="381.1510171371903" y="355.32305738436696" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="">XXXXXX</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="
162
- M 529.4693951600058,391.60889910248693
163
- L 524.5708065280596,400.68035953201695
164
- L 386.9023230495123,400.6803595320169
165
- L 386.9023230495123,382.5374386729569
166
- L 524.5708065280596,382.5374386729569
161
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><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="422.32184029659027" y="355.32305738436696" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="">XXXXXX</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="
162
+ M 570.6402183194057,391.60889910248693
163
+ L 565.7416296874595,400.68035953201695
164
+ L 428.0731462089122,400.6803595320169
165
+ L 428.0731462089122,382.5374386729569
166
+ L 565.7416296874595,382.5374386729569
167
167
  Z
168
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><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="521.3050807734288" y="391.60889910248693" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="">XXXXXXXXXXXX</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="
169
- M 529.4693951600058,409.7518199615469
170
- L 524.5708065280596,418.82328039107693
171
- L 397.5582652340669,418.8232803910769
172
- L 397.5582652340669,400.6803595320169
173
- L 524.5708065280596,400.6803595320169
168
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><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="562.4759039328287" y="391.60889910248693" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="">XXXXXXXXXXXX</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="
169
+ M 570.6402183194057,409.7518199615469
170
+ L 565.7416296874595,418.82328039107693
171
+ L 438.7290883934668,418.8232803910769
172
+ L 438.7290883934668,400.6803595320169
173
+ L 565.7416296874595,400.6803595320169
174
174
  Z
175
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><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="521.3050807734288" y="409.7518199615469" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="">XXXXXXXXXXX</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="
176
- M 529.4693951600058,427.89474082060696
177
- L 524.5708065280596,436.966201250137
178
- L 376.2463808649577,436.9662012501369
179
- L 376.2463808649577,418.82328039107693
180
- L 524.5708065280596,418.82328039107693
175
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><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="562.4759039328287" y="409.7518199615469" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="">XXXXXXXXXXX</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="
176
+ M 570.6402183194057,427.89474082060696
177
+ L 565.7416296874595,436.966201250137
178
+ L 417.4172040243576,436.9662012501369
179
+ L 417.4172040243576,418.82328039107693
180
+ L 565.7416296874595,418.82328039107693
181
181
  Z
182
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><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="521.3050807734288" y="427.89474082060696" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="">XXXXXXXXXXXXX</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="
183
- M 306.3114685935677,446.03766167966705
184
- L 297.2400081640377,441.13907304772084
185
- L 297.2400081640377,410.0300114147193
186
- L 315.38292902309774,410.0300114147193
187
- L 315.38292902309774,441.13907304772084
182
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><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="562.4759039328287" y="427.89474082060696" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="">XXXXXXXXXXXXX</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="
183
+ M 347.4822917529677,446.03766167966705
184
+ L 338.41083132343766,441.13907304772084
185
+ L 338.41083132343766,410.0300114147193
186
+ L 356.5537521824977,410.0300114147193
187
+ L 356.5537521824977,441.13907304772084
188
188
  Z
189
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><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="306.3114685935677" y="437.87334729309003" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="rotate(-90 306.3114685935677 437.87334729309003)">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="
190
- M 389.3153315237673,81.36495241256097
191
- L 380.2438710942373,76.46636378061477
192
- L 380.2438710942373,45.35730214761322
193
- L 398.38679195329735,45.35730214761322
194
- L 398.38679195329735,76.46636378061477
189
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><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="347.4822917529677" y="437.87334729309003" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="rotate(-90 347.4822917529677 437.87334729309003)">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="
190
+ M 430.4861546831673,81.36495241256097
191
+ L 421.41469425363726,76.46636378061477
192
+ L 421.41469425363726,45.35730214761322
193
+ L 439.5576151126973,45.35730214761322
194
+ L 439.5576151126973,76.46636378061477
195
195
  Z
196
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><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="389.3153315237673" y="73.20063802598396" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="rotate(-90 389.3153315237673 73.20063802598396)">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="
197
- M 528.1086760955762,544.1001489228862
198
- L 537.1801365251063,548.9987375548324
199
- L 537.1801365251063,580.107799187834
200
- L 519.0372156660462,580.107799187834
201
- L 519.0372156660462,548.9987375548324
196
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><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="430.4861546831673" y="73.20063802598396" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="rotate(-90 430.4861546831673 73.20063802598396)">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="
197
+ M 569.2794992549761,544.1001489228862
198
+ L 578.3509596845062,548.9987375548324
199
+ L 578.3509596845062,580.107799187834
200
+ L 560.2080388254461,580.107799187834
201
+ L 560.2080388254461,548.9987375548324
202
202
  Z
203
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><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="528.1086760955762" y="552.2644633094632" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="rotate(90 528.1086760955762 552.2644633094632)">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="
204
- M 668.0359532210765,718.6350475870433
205
- L 677.1074136506065,723.5336362189895
206
- L 677.1074136506065,754.6426978519911
207
- L 658.9644927915465,754.6426978519911
208
- L 658.9644927915465,723.5336362189895
203
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><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="569.2794992549761" y="552.2644633094632" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="rotate(90 569.2794992549761 552.2644633094632)">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="
204
+ M 709.2067763804764,718.6350475870433
205
+ L 718.2782368100064,723.5336362189895
206
+ L 718.2782368100064,754.6426978519911
207
+ L 700.1353159509464,754.6426978519911
208
+ L 700.1353159509464,723.5336362189895
209
209
  Z
210
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><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="668.0359532210765" y="726.7993619736203" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="rotate(90 668.0359532210765 726.7993619736203)">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="
211
- M 529.4693951600058,482.3235033977869
212
- L 524.5708065280596,491.39496382731693
213
- L 408.2142074186214,491.3949638273169
214
- L 408.2142074186214,473.2520429682569
215
- L 524.5708065280596,473.2520429682569
210
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><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="709.2067763804764" y="726.7993619736203" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="rotate(90 709.2067763804764 726.7993619736203)">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="
211
+ M 570.6402183194057,482.3235033977869
212
+ L 565.7416296874595,491.39496382731693
213
+ L 449.3850305780213,491.3949638273169
214
+ L 449.3850305780213,473.2520429682569
215
+ L 565.7416296874595,473.2520429682569
216
216
  Z
217
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><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="521.3050807734288" y="482.3235033977869" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="">XXXXXXXXXX</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="
218
- M 663.4095084020163,650.508379761273
219
- L 658.5109197700701,659.579840190803
220
- L 542.1543206606319,659.579840190803
221
- L 542.1543206606319,641.436919331743
222
- L 658.5109197700701,641.436919331743
217
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><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="562.4759039328287" y="482.3235033977869" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="">XXXXXXXXXX</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="
218
+ M 704.5803315614162,650.508379761273
219
+ L 699.68174292947,659.579840190803
220
+ L 583.3251438200318,659.579840190803
221
+ L 583.3251438200318,641.436919331743
222
+ L 699.68174292947,641.436919331743
223
223
  Z
224
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><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="655.2451940154393" y="650.508379761273" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="">XXXXXXXXXX</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="
225
- M 529.4693951600058,500.46642425684695
226
- L 524.5708065280596,509.53788468637697
227
- L 418.870149603176,509.5378846863769
228
- L 418.870149603176,491.39496382731693
229
- L 524.5708065280596,491.39496382731693
224
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><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="696.4160171748392" y="650.508379761273" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="">XXXXXXXXXX</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="
225
+ M 570.6402183194057,500.46642425684695
226
+ L 565.7416296874595,509.53788468637697
227
+ L 460.0409727625759,509.5378846863769
228
+ L 460.0409727625759,491.39496382731693
229
+ L 565.7416296874595,491.39496382731693
230
230
  Z
231
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><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="521.3050807734288" y="500.46642425684695" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="">XXXXXXXXX</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="
232
- M 295.10821496309813,655.6791122061052
233
- L 290.2096263311519,664.7505726356352
234
- L 184.50896940626836,664.7505726356352
235
- L 184.50896940626836,646.6076517765752
236
- L 290.2096263311519,646.6076517765752
231
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><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="562.4759039328287" y="500.46642425684695" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="">XXXXXXXXX</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="
232
+ M 336.2790381224981,655.6791122061052
233
+ L 331.3804494905519,664.7505726356352
234
+ L 225.67979256566832,664.7505726356352
235
+ L 225.67979256566832,646.6076517765752
236
+ L 331.3804494905519,646.6076517765752
237
237
  Z
238
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><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="286.9439005765211" y="655.6791122061052" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="">XXXXXXXXX</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="
239
- M 783.9238602083223,500.46642425684695
240
- L 788.8224488402684,491.39496382731693
241
- L 894.523105765152,491.39496382731693
242
- L 894.523105765152,509.53788468637697
243
- L 788.8224488402684,509.53788468637697
238
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><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="328.1147237359211" y="655.6791122061052" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="">XXXXXXXXX</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="
239
+ M 825.0946833677222,500.46642425684695
240
+ L 829.9932719996683,491.39496382731693
241
+ L 935.693928924552,491.39496382731693
242
+ L 935.693928924552,509.53788468637697
243
+ L 829.9932719996683,509.53788468637697
244
244
  Z
245
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><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="792.0881745948992" y="500.46642425684695" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="">XXXXXXXXX</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="
246
- M 465.6516710382623,727.7972226208686
247
- L 460.7530824063161,736.8686830503987
248
- L 355.0524254814325,736.8686830503987
249
- L 355.0524254814325,718.7257621913386
250
- L 460.7530824063161,718.7257621913386
245
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><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="833.2589977542991" y="500.46642425684695" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="">XXXXXXXXX</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="
246
+ M 506.82249419766225,727.7972226208686
247
+ L 501.92390556571604,736.8686830503987
248
+ L 396.2232486408325,736.8686830503987
249
+ L 396.2232486408325,718.7257621913386
250
+ L 501.92390556571604,718.7257621913386
251
251
  Z
252
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><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="457.4873566516853" y="727.7972226208686" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="">XXXXXXXXX</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="
253
- M 729.0415246096658,482.3235033977869
254
- L 733.9401132416119,473.2520429682569
255
- L 818.3288857973864,473.2520429682569
256
- L 818.3288857973864,491.39496382731693
257
- L 733.9401132416119,491.39496382731693
252
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><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="498.65817981108523" y="727.7972226208686" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="">XXXXXXXXX</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="
253
+ M 770.2123477690657,482.3235033977869
254
+ L 775.1109364010118,473.2520429682569
255
+ L 859.4997089567863,473.2520429682569
256
+ L 859.4997089567863,491.39496382731693
257
+ L 775.1109364010118,491.39496382731693
258
258
  Z
259
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><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="737.2058389962427" y="482.3235033977869" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="">XXXXXXX</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="
260
- M 729.0415246096658,464.1805825387269
261
- L 733.9401132416119,455.1091221091969
262
- L 818.3288857973864,455.1091221091969
263
- L 818.3288857973864,473.25204296825694
264
- L 733.9401132416119,473.25204296825694
259
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><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="778.3766621556426" y="482.3235033977869" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="">XXXXXXX</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="
260
+ M 770.2123477690657,464.1805825387269
261
+ L 775.1109364010118,455.1091221091969
262
+ L 859.4997089567863,455.1091221091969
263
+ L 859.4997089567863,473.25204296825694
264
+ L 775.1109364010118,473.25204296825694
265
265
  Z
266
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><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="737.2058389962427" y="464.1805825387269" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_18__stack1" d="
267
- M 729.0415246096658,446.0376616796669
268
- L 733.9401132416119,436.96620125013686
269
- L 807.6729436128318,436.96620125013686
270
- L 807.6729436128318,455.1091221091969
271
- L 733.9401132416119,455.1091221091969
266
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><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="778.3766621556426" y="464.1805825387269" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_18__stack1" d="
267
+ M 770.2123477690657,446.0376616796669
268
+ L 775.1109364010118,436.96620125013686
269
+ L 848.8437667722317,436.96620125013686
270
+ L 848.8437667722317,455.1091221091969
271
+ L 775.1109364010118,455.1091221091969
272
272
  Z
273
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_18__stack1" x="737.2058389962427" y="446.0376616796669" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_19__stack1" d="
274
- M 729.0415246096658,427.89474082060696
275
- L 733.9401132416119,418.82328039107693
276
- L 807.6729436128318,418.82328039107693
277
- L 807.6729436128318,436.966201250137
278
- L 733.9401132416119,436.966201250137
273
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_18__stack1" x="778.3766621556426" y="446.0376616796669" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_19__stack1" d="
274
+ M 770.2123477690657,427.89474082060696
275
+ L 775.1109364010118,418.82328039107693
276
+ L 848.8437667722317,418.82328039107693
277
+ L 848.8437667722317,436.966201250137
278
+ L 775.1109364010118,436.966201250137
279
279
  Z
280
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_19__stack1" x="737.2058389962427" y="427.89474082060696" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="">XXXXXX</text><text class="sch-text" x="669.1698857747677" y="530.402243674296" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.328628773153977px" transform="rotate(0, 669.1698857747677, 530.402243674296)">ESP_12F_ESP8266MOD_</text><text class="sch-text" x="603.8553706821518" y="290.4621153132274" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.328628773154px" transform="rotate(0, 603.8553706821518, 290.4621153132274)">ESP-12F</text><rect class="schematic-box sch-box" x="565.7552368781256" y="522.237929287719" width="206.829297793284" height="16.328628773153923" stroke-width="1.814292085906px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="14.514336687248 7.257168343624"/><rect class="schematic-box sch-box" x="560.3123606204077" y="279.1227897763149" width="87.08602012348808" height="22.678651073824994" stroke-width="1.814292085906px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="14.514336687248 7.257168343624"/>
280
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_19__stack1" x="778.3766621556426" y="427.89474082060696" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="">XXXXXX</text><text class="sch-text" x="710.3407089341677" y="530.402243674296" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.328628773153977px" transform="rotate(0, 710.3407089341677, 530.402243674296)">ESP_12F_ESP8266MOD_</text><text class="sch-text" x="645.0261938415517" y="290.4621153132274" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.328628773154px" transform="rotate(0, 645.0261938415517, 290.4621153132274)">ESP-12F</text><rect class="schematic-box sch-box" x="606.9260600375255" y="522.237929287719" width="206.829297793284" height="16.328628773153923" stroke-width="1.814292085906px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="14.514336687248 7.257168343624"/><rect class="schematic-box sch-box" x="601.4831837798076" y="279.1227897763149" width="87.0860201234882" height="22.678651073824994" stroke-width="1.814292085906px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="14.514336687248 7.257168343624"/>
281
281
  </g>
282
282
  </svg>