@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
@@ -368,552 +368,552 @@ orientation: y-" data-x="11.141249999999998" data-y="-4.920259749999999" cx="463
368
368
  .port-label { fill: rgb(0, 100, 100); }
369
369
  .component-name { fill: rgb(0, 100, 100); }
370
370
 
371
- </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 962.480535321479 302.18631132913396 L 990.5385991222819 302.18631132913396 L 990.5385991222819 285.98784150599 L 1002.68745148964 285.98784150599" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 962.480535321479 302.18631132913396 L 990.5385991222819 302.18631132913396 L 990.5385991222819 285.98784150599 L 1002.68745148964 285.98784150599" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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 962.480535321479 313.756646917094 L 990.5385991222819 313.756646917094 L 990.5385991222819 302.18631132913396 L 962.480535321479 302.18631132913396" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 962.480535321479 313.756646917094 L 990.5385991222819 313.756646917094 L 990.5385991222819 302.18631132913396 L 962.480535321479 302.18631132913396" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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 962.480535321479 296.40114353515395 L 996.3237669162619 296.40114353515395 L 996.3237669162619 307.97147912311397 L 962.480535321479 307.97147912311397" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 962.480535321479 296.40114353515395 L 996.3237669162619 296.40114353515395 L 996.3237669162619 307.97147912311397 L 962.480535321479 307.97147912311397" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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 72.39631291894358 237.103173646859 L 72.39631291894358 242.88834144083899 L 110.57842035921158 242.88834144083899 L 110.57842035921158 231.31800585287903 L 112.09702690513132 231.31800585287903" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 72.39631291894358 237.103173646859 L 72.39631291894358 242.88834144083899 L 110.57842035921158 242.88834144083899 L 110.57842035921158 231.31800585287903 L 112.09702690513132 231.31800585287903" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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 302.68214841805997 98.548404981038 L 302.68214841805997 92.76323718705802 L 351.85607466689 92.76323718705802 L 351.85607466689 98.548404981038" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 302.68214841805997 98.548404981038 L 302.68214841805997 92.76323718705802 L 351.85607466689 92.76323718705802 L 351.85607466689 98.548404981038" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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 180.50663606894477 280.491932101709 L 180.50663606894477 222.640254161909 L 169.9487048449314 222.640254161909" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 180.50663606894477 280.491932101709 L 180.50663606894477 222.640254161909 L 169.9487048449314 222.640254161909" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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 848.2596286890863 234.50736162624037 L 848.2596286890863 228.72219383226042 L 902.6402059524983 228.72219383226042 L 902.6402059524983 234.50736162624042" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 848.2596286890863 234.50736162624037 L 848.2596286890863 228.72219383226042 L 902.6402059524983 228.72219383226042 L 902.6402059524983 234.50736162624042" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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 521.940007809902 109.54022378959996 L 516.154840015922 109.54022378959996 L 516.154840015922 57.47371364377997 L 521.940007809902 57.47371364377997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 521.940007809902 109.54022378959996 L 516.154840015922 109.54022378959996 L 516.154840015922 57.47371364377997 L 521.940007809902 57.47371364377997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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 626.0730281015419 106.64763989261 L 628.9656119985319 106.64763989261 L 628.9656119985319 112.43280768659001 L 626.0730281015419 112.43280768659001" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 626.0730281015419 106.64763989261 L 628.9656119985319 106.64763989261 L 628.9656119985319 112.43280768659001 L 626.0730281015419 112.43280768659001" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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 890.165937896729 313.756646917094 L 861.5293573165279 313.756646917094 L 861.5293573165279 319.541814711074" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 890.165937896729 313.756646917094 L 861.5293573165279 313.756646917094 L 861.5293573165279 319.541814711074" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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 543.742858933464 622.627319491546 L 543.742858933464 619.156218815158 L 579.3939554638658 619.156218815158" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 543.742858933464 622.627319491546 L 543.742858933464 619.156218815158 L 579.3939554638658 619.156218815158" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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 631.4604656096859 659.6523933730181 L 631.4604656096859 642.2968899910782 L 655.4689119547029 642.2968899910782 L 655.4689119547029 624.9413866091381 L 637.2456334036658 624.9413866091381" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 631.4604656096859 659.6523933730181 L 631.4604656096859 642.2968899910782 L 655.4689119547029 642.2968899910782 L 655.4689119547029 624.9413866091381 L 637.2456334036658 624.9413866091381" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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 112.09702690513132 219.747670264919 L 106.3118591111512 219.747670264919 L 106.3118591111512 160.738958766323 L 112.0970269051312 160.738958766323" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 112.09702690513132 219.747670264919 L 106.3118591111512 219.747670264919 L 106.3118591111512 160.738958766323 L 112.0970269051312 160.738958766323" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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 72.39631291894358 219.74767026491895 L 72.39631291894358 213.962502470939 L 106.3118591111513 213.962502470939 L 106.3118591111513 219.74767026491895 L 112.09702690513132 219.74767026491895" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 72.39631291894358 219.74767026491895 L 72.39631291894358 213.962502470939 L 106.3118591111513 213.962502470939 L 106.3118591111513 219.74767026491895 L 112.09702690513132 219.74767026491895" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_14__stack1"><path d="M 302.68214841805997 120.53204259816201 L 302.68214841805997 126.31721039214199 L 351.85607466689 126.31721039214199 L 351.85607466689 120.53204259816201" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 302.68214841805997 120.53204259816201 L 302.68214841805997 126.31721039214199 L 351.85607466689 126.31721039214199 L 351.85607466689 120.53204259816201" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_15__stack1"><path d="M 543.742858933464 644.61095710867 L 543.742858933464 650.39612490265 L 570.2100015909226 650.39612490265 L 570.2100015909226 624.9413866091381 L 579.3939554638658 624.9413866091381" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 543.742858933464 644.61095710867 L 543.742858933464 650.39612490265 L 570.2100015909226 650.39612490265 L 570.2100015909226 624.9413866091381 L 579.3939554638658 624.9413866091381" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_16__stack1"><path d="M 631.4604656096859 681.636030990142 L 631.4604656096859 687.421198784122 L 661.3987089435324 687.421198784122 L 661.3987089435324 619.156218815158 L 637.2456334036658 619.156218815158" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 631.4604656096859 681.636030990142 L 631.4604656096859 687.421198784122 L 661.3987089435324 687.421198784122 L 661.3987089435324 619.156218815158 L 637.2456334036658 619.156218815158" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_17__stack1"><path d="M 890.1659378967289 290.615975741174 L 886.8394664151904 290.615975741174 L 886.8394664151904 296.40114353515395 L 890.1659378967289 296.40114353515395" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 890.1659378967289 290.615975741174 L 886.8394664151904 290.615975741174 L 886.8394664151904 296.40114353515395 L 890.1659378967289 296.40114353515395" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_18__stack1"><path d="M 890.1659378967289 284.830807947194 L 886.8394664151904 284.830807947194 L 886.8394664151904 290.615975741174 L 890.1659378967289 290.615975741174" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 890.1659378967289 284.830807947194 L 886.8394664151904 284.830807947194 L 886.8394664151904 290.615975741174 L 890.1659378967289 290.615975741174" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_19__stack1"><path d="M 890.1659378967289 279.045640153214 L 886.8394664151904 279.045640153214 L 886.8394664151904 284.830807947194 L 890.1659378967289 284.830807947194" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 890.1659378967289 279.045640153214 L 886.8394664151904 279.045640153214 L 886.8394664151904 284.830807947194 L 890.1659378967289 284.830807947194" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_20__stack1"><path d="M 890.1659378967289 273.260472359234 L 886.8394664151904 273.260472359234 L 886.8394664151904 279.045640153214 L 890.1659378967289 279.045640153214" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 890.1659378967289 273.260472359234 L 886.8394664151904 273.260472359234 L 886.8394664151904 279.045640153214 L 890.1659378967289 279.045640153214" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_21__stack1"><path d="M 1027.852931393453 235.078364918966 L 1027.852931393453 240.86353271294598 L 1009.6296528424159 240.86353271294598 L 1009.6296528424159 228.71468034558802 L 991.406374291379 228.71468034558802" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1027.852931393453 235.078364918966 L 1027.852931393453 240.86353271294598 L 1009.6296528424159 240.86353271294598 L 1009.6296528424159 228.71468034558802 L 991.406374291379 228.71468034558802" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_22__stack1"><path d="M 133.12792187062217 367.71836356930237 L 133.12792187062217 350.3672786092651" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 133.12792187062217 367.71836356930237 L 133.12792187062217 350.3672786092651" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_23__stack1"><path d="M 848.2596286890863 251.86286500818045 L 848.2596286890863 278.3661649643513 L 767.1226503785168 278.3661649643513 L 767.1226503785168 304.86946492052215 L 772.9078181724967 304.86946492052215" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 848.2596286890863 251.86286500818045 L 848.2596286890863 278.3661649643513 L 767.1226503785168 278.3661649643513 L 767.1226503785168 304.86946492052215 L 772.9078181724967 304.86946492052215" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_24__stack1"><path d="M 372.10416194582 31.729716960568993 L 372.10416194582 25.944549166589013 L 267.97114165418 25.944549166589013 L 267.97114165418 31.729716960568993" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 372.10416194582 31.729716960568993 L 372.10416194582 25.944549166589013 L 267.97114165418 25.944549166589013 L 267.97114165418 31.729716960568993" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_25__stack1"><path d="M 372.10416194582 165.367093001507 L 372.10416194582 159.581925207527 L 267.97114165418 159.581925207527 L 267.97114165418 165.367093001507" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 372.10416194582 165.367093001507 L 372.10416194582 159.581925207527 L 267.97114165418 159.581925207527 L 267.97114165418 165.367093001507" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_26__stack1"><path d="M 372.10416194582 53.71335457769302 L 372.10416194582 59.498522371673 L 267.97114165418 59.498522371673 L 267.97114165418 53.71335457769302" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 372.10416194582 53.71335457769302 L 372.10416194582 59.498522371673 L 267.97114165418 59.498522371673 L 267.97114165418 53.71335457769302" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_27__stack1"><path d="M 372.10416194582 187.35073061863102 L 372.10416194582 193.135898412611 L 267.97114165418 193.135898412611 L 267.97114165418 187.35073061863102" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 372.10416194582 187.35073061863102 L 372.10416194582 193.135898412611 L 267.97114165418 193.135898412611 L 267.97114165418 187.35073061863102" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_28__stack1"><path d="M 1061.985421377935 320.69884826987 L 1061.985421377935 326.48401606385 L 1043.1836260474997 326.48401606385 L 1043.1836260474997 235.65688169836403 L 1072.6879817967979 235.65688169836403" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1061.985421377935 320.69884826987 L 1061.985421377935 326.48401606385 L 1043.1836260474997 326.48401606385 L 1043.1836260474997 235.65688169836403 L 1072.6879817967979 235.65688169836403" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_29__stack1"><path d="M 133.12792187062217 389.70200118642634 L 133.12792187062217 395.4871689804063 L 180.50663606894477 395.4871689804063 L 180.50663606894477 302.47556971883307" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 133.12792187062217 389.70200118642634 L 133.12792187062217 395.4871689804063 L 180.50663606894477 395.4871689804063 L 180.50663606894477 302.47556971883307" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_30__stack1"><path d="M 521.940007809902 161.60673393542004 L 480.576058082945 161.60673393542004 L 480.576058082945 265.161237447662 L 499.37785341337997 265.161237447662 L 499.37785341337997 259.376069653682" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 521.940007809902 161.60673393542004 L 480.576058082945 161.60673393542004 L 480.576058082945 265.161237447662 L 499.37785341337997 265.161237447662 L 499.37785341337997 259.376069653682" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_31__stack1"><path d="M 521.940007809902 184.74740511134002 L 499.37785341337997 184.74740511134002 L 499.37785341337997 237.392432036558" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 521.940007809902 184.74740511134002 L 499.37785341337997 184.74740511134002 L 499.37785341337997 237.392432036558" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_32__stack1"><path d="M 626.0730281015419 147.14381445047005 L 653.2922425722179 147.14381445047005 L 653.2922425722179 199.21032459629004 L 626.0730281015419 199.21032459629004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 626.0730281015419 147.14381445047005 L 653.2922425722179 147.14381445047005 L 653.2922425722179 199.21032459629004 L 626.0730281015419 199.21032459629004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_33__stack1"><path d="M 626.0730281015419 135.57347886251003 L 660.2344439249939 135.57347886251003 L 660.2344439249939 147.14381445047005 L 626.0730281015419 147.14381445047005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 626.0730281015419 135.57347886251003 L 660.2344439249939 135.57347886251003 L 660.2344439249939 147.14381445047005 L 626.0730281015419 147.14381445047005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_34__stack1"><path d="M 626.0730281015419 112.43280768659001 L 647.7963331679368 112.43280768659001 L 647.7963331679368 135.57347886251003 L 626.0730281015419 135.57347886251003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 626.0730281015419 112.43280768659001 L 647.7963331679368 112.43280768659001 L 647.7963331679368 135.57347886251003 L 626.0730281015419 135.57347886251003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_35__stack1"><path d="M 962.480535321479 284.830807947194 L 968.265703115459 284.830807947194 L 968.265703115459 228.71468034558802 L 974.050870909439 228.71468034558802" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 962.480535321479 284.830807947194 L 968.265703115459 284.830807947194 L 968.265703115459 228.71468034558802 L 974.050870909439 228.71468034558802" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_36__stack1"><path d="M 890.165937896729 296.40114353515395 L 886.8394664151904 296.401143535154 L 886.8394664151904 342.68248588699396 L 861.5293573165279 342.68248588699396 L 861.5293573165279 336.897318093014" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 890.165937896729 296.40114353515395 L 886.8394664151904 296.401143535154 L 886.8394664151904 342.68248588699396 L 861.5293573165279 342.68248588699396 L 861.5293573165279 336.897318093014" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_37__stack1"><path d="M 626.0730281015419 100.86247209863001 L 650.6889170649268 100.86247209863001 L 650.6889170649268 129.78831106853002 L 626.0730281015419 129.78831106853002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 626.0730281015419 100.86247209863001 L 650.6889170649268 100.86247209863001 L 650.6889170649268 129.78831106853002 L 626.0730281015419 129.78831106853002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_38__stack1"><path d="M 1061.985421377935 298.715210652746 L 1061.985421377935 262.84717033006996 L 1157.758874207274 262.84717033006996 L 1157.758874207274 226.979130007394 L 1130.539659736598 226.979130007394" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1061.985421377935 298.715210652746 L 1061.985421377935 262.84717033006996 L 1157.758874207274 262.84717033006996 L 1157.758874207274 226.979130007394 L 1130.539659736598 226.979130007394" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_39__stack1"><path d="M 142.17989943382736 160.738958766323 L 150.88657696376725 160.738958766323 L 150.88657696376725 147.6934053908981" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 142.17989943382736 160.738958766323 L 150.88657696376725 160.738958766323 L 150.88657696376725 147.6934053908981" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_40__stack1"><path d="M 890.1659378967289 302.18631132913396 L 865.550048933344 302.18631132913396 L 865.550048933344 300.7110935416691" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 890.1659378967289 302.18631132913396 L 865.550048933344 302.18631132913396 L 865.550048933344 300.7110935416691" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_41__stack1"><path d="M 962.480535321479 279.045640153214 L 976.9723806453987 279.045640153214 L 976.9723806453987 270.3389626232741" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 962.480535321479 279.045640153214 L 976.9723806453987 279.045640153214 L 976.9723806453987 270.3389626232741" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_42__stack1"><path d="M 516.154840015922 57.47371364377997 L 506.030796376457 57.47371364377997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 516.154840015922 57.47371364377997 L 506.030796376457 57.47371364377997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_43__stack1"><path d="M 813.512464626494 645.2467615121479 L 804.805787096554 645.2467615121479 L 804.805787096554 635.0937920337129" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 813.512464626494 645.2467615121479 L 804.805787096554 645.2467615121479 L 804.805787096554 635.0937920337129" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_44__stack1"><path d="M 962.480535321479 273.260472359234 L 1050.4440116289447 273.260472359234 L 1050.4440116289447 274.73569014669886" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 962.480535321479 273.260472359234 L 1050.4440116289447 273.260472359234 L 1050.4440116289447 274.73569014669886" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_45__stack1"><path d="M 626.0730281015419 60.36629754076998 L 657.6311184177029 60.36629754076998 L 657.6311184177029 61.84151532823488" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 626.0730281015419 60.36629754076998 L 657.6311184177029 60.36629754076998 L 657.6311184177029 61.84151532823488" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_46__stack1"><path d="M 1130.539659736598 221.193962213414 L 1167.882917846739 221.193962213414 L 1167.882917846739 222.6691800008789" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1130.539659736598 221.193962213414 L 1167.882917846739 221.193962213414 L 1167.882917846739 222.6691800008789" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_47__stack1"><path d="M 830.7594961122968 235.44745139276216 L 837.7306233040426 235.44745139276216 L 837.7306233040426 252.83188061367207" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 830.7594961122968 235.44745139276216 L 837.7306233040426 235.44745139276216 L 837.7306233040426 252.83188061367207" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_48__stack1"><path d="M 830.7594961122968 304.86946492052215 L 837.7306233040426 304.86946492052215 L 837.7306233040426 316.4687263474521" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 830.7594961122968 304.86946492052215 L 837.7306233040426 304.86946492052215 L 837.7306233040426 316.4687263474521" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_49__stack1"><path d="M 634.7507797925119 100.86247209863001 L 659.337742916927 100.86247209863001 L 659.337742916927 86.37062677471012" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 634.7507797925119 100.86247209863001 L 659.337742916927 100.86247209863001 L 659.337742916927 86.37062677471012" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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="962.480535321479" cy="302.18631132913396" r="0.8677751690969999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="990.5385991222819" cy="302.18631132913396" r="0.8677751690969999" 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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><circle cx="516.154840015922" cy="57.47371364377997" r="0.8677751690969999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><circle cx="626.0730281015419" cy="112.43280768659001" r="0.8677751690969999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><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"><circle cx="112.09702690513132" cy="219.747670264919" r="0.8677751690969999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="106.3118591111512" cy="219.747670264919" r="0.8677751690969999" 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_13__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"><circle cx="890.1659378967289" cy="290.615975741174" r="0.8677751690969999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="886.8394664151904" cy="290.615975741174" r="0.8677751690969999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="886.8394664151904" cy="296.40114353515395" r="0.8677751690969999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="890.1659378967289" cy="296.40114353515395" r="0.8677751690969999" 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_18__stack1"><circle cx="890.1659378967289" cy="284.830807947194" r="0.8677751690969999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="886.8394664151904" cy="284.830807947194" r="0.8677751690969999" 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_19__stack1"><circle cx="890.1659378967289" cy="279.045640153214" r="0.8677751690969999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="886.8394664151904" cy="279.045640153214" r="0.8677751690969999" 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_20__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_23__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_24__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_25__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_26__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_27__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_28__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_29__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_30__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_31__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_32__stack1"><circle cx="626.0730281015419" cy="147.14381445047005" r="0.8677751690969999" 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_33__stack1"><circle cx="626.0730281015419" cy="135.57347886251003" r="0.8677751690969999" 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_34__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_35__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_36__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_37__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_38__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_39__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_40__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_41__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_42__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_43__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_44__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_45__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_46__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_47__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_48__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_49__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="123.66736249309122" y="148.87936478866402" width="6.942201352776124" height="19.66957049953197" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="123.66736249309122" y="148.87936478866402" width="6.942201352776124" height="19.66957049953197" fill="transparent"/><text class="sch-text" x="127.13846316947928" y="158.71415003843" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 127.13846316947928, 158.71415003843)">schematic_component_0</text><line class="component-pin sch-component-pin sch-port-line" x1="123.66736249309122" y1="160.738958766323" x2="112.0970269051312" y2="160.738958766323" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="111.5185101257332" y="160.160441986925" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="117.88219469911115" y="160.160441986925" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="126.55994639008117" y="160.738958766323" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_0</text><line class="component-pin sch-component-pin sch-port-line" x1="130.60956384586734" y1="160.738958766323" x2="142.17989943382736" y2="160.738958766323" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="141.60138265442936" y="160.160441986925" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="136.3947316398474" y="160.160441986925" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="127.7169799488774" y="160.738958766323" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_1</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="62.99541525372615" y="226.979130007394" width="41.797837311505475" height="2.8925838969899758" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="62.99541525372615" y="226.979130007394" width="41.797837311505475" height="2.8925838969899758" fill="transparent"/><text class="sch-text" x="83.89433390947886" y="228.425421955889" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 83.89433390947886, 228.425421955889)">schematic_component_1</text><line class="component-pin sch-component-pin sch-port-line" x1="72.39631291894358" y1="226.979130007394" x2="72.39631291894358" y2="219.74767026491895" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="71.81779613954558" y="219.16915348552095" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="71.81779613954558" y="223.36340013615649" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 71.81779613954558 223.36340013615649)"></text><text class="pin-number sch-pin-label" x="72.39631291894358" y="229.87171390438397" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 72.39631291894358 229.87171390438397)">schematic_port_2</text><line class="component-pin sch-component-pin sch-port-line" x1="72.39631291894358" y1="229.87171390438397" x2="72.39631291894358" y2="237.103173646859" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="71.81779613954558" y="236.524656867461" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="71.81779613954558" y="233.4874437756215" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 71.81779613954558 233.4874437756215)"></text><text class="pin-number sch-pin-label" x="72.39631291894358" y="226.979130007394" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 72.39631291894358 226.979130007394)">schematic_port_3</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="289.66552088160506" y="108.093931841105" width="44.11190442909742" height="2.892583896990004" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="289.66552088160506" y="108.093931841105" width="44.11190442909742" height="2.892583896990004" fill="transparent"/><text class="sch-text" x="311.7214730961538" y="109.5402237896" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 311.7214730961538, 109.5402237896)">schematic_component_2</text><line class="component-pin sch-component-pin sch-port-line" x1="302.68214841805997" y1="108.093931841105" x2="302.68214841805997" y2="98.548404981038" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="302.10363163866197" y="97.96988820164" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="302.103631638662" y="103.32116841107151" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 302.103631638662 103.32116841107151)"></text><text class="pin-number sch-pin-label" x="302.68214841805997" y="110.98651573809501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 302.68214841805997 110.98651573809501)">schematic_port_4</text><line class="component-pin sch-component-pin sch-port-line" x1="302.68214841805997" y1="110.98651573809501" x2="302.68214841805997" y2="120.53204259816201" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="302.10363163866197" y="119.953525818764" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="302.103631638662" y="115.7592791681285" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 302.103631638662 115.7592791681285)"></text><text class="pin-number sch-pin-label" x="302.68214841805997" y="108.093931841105" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 302.68214841805997 108.093931841105)">schematic_port_5</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.08753440936493" y="41.27524382063601" width="44.111904429097535" height="2.89258389698999" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="359.08753440936493" y="41.27524382063601" width="44.111904429097535" height="2.89258389698999" fill="transparent"/><text class="sch-text" x="381.14348662391376" y="42.72153576913101" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 381.14348662391376, 42.72153576913101)">schematic_component_3</text><line class="component-pin sch-component-pin sch-port-line" x1="372.10416194582" y1="41.27524382063601" x2="372.10416194582" y2="31.729716960568993" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="371.525645166422" y="31.151200181170992" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="371.525645166422" y="36.5024803906025" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 371.525645166422 36.5024803906025)"></text><text class="pin-number sch-pin-label" x="372.10416194582" y="44.16782771762601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 372.10416194582 44.16782771762601)">schematic_port_6</text><line class="component-pin sch-component-pin sch-port-line" x1="372.10416194582" y1="44.167827717626" x2="372.10416194582" y2="53.71335457769302" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="371.525645166422" y="53.13483779829502" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="371.525645166422" y="48.94059114765952" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 371.525645166422 48.94059114765952)"></text><text class="pin-number sch-pin-label" x="372.10416194582" y="41.27524382063599" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 372.10416194582 41.27524382063599)">schematic_port_7</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="359.08753440936493" y="174.912619861574" width="44.111904429097535" height="2.892583896990004" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="359.08753440936493" y="174.912619861574" width="44.111904429097535" height="2.892583896990004" fill="transparent"/><text class="sch-text" x="381.14348662391376" y="176.358911810069" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 381.14348662391376, 176.358911810069)">schematic_component_4</text><line class="component-pin sch-component-pin sch-port-line" x1="372.10416194582" y1="174.912619861574" x2="372.10416194582" y2="165.367093001507" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="371.525645166422" y="164.788576222109" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="371.525645166422" y="170.1398564315405" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 371.525645166422 170.1398564315405)"></text><text class="pin-number sch-pin-label" x="372.10416194582" y="177.805203758564" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 372.10416194582 177.805203758564)">schematic_port_8</text><line class="component-pin sch-component-pin sch-port-line" x1="372.10416194582" y1="177.805203758564" x2="372.10416194582" y2="187.35073061863102" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="371.525645166422" y="186.77221383923302" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="371.525645166422" y="182.5779671885975" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 371.525645166422 182.5779671885975)"></text><text class="pin-number sch-pin-label" x="372.10416194582" y="174.912619861574" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 372.10416194582 174.912619861574)">schematic_port_9</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="338.839447130435" y="108.093931841105" width="44.11190442909742" height="2.892583896990004" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="338.839447130435" y="108.093931841105" width="44.11190442909742" height="2.892583896990004" fill="transparent"/><text class="sch-text" x="360.89539934498373" y="109.5402237896" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 360.89539934498373, 109.5402237896)">schematic_component_5</text><line class="component-pin sch-component-pin sch-port-line" x1="351.85607466689" y1="108.093931841105" x2="351.85607466689" y2="98.548404981038" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="351.277557887492" y="97.96988820164" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="351.277557887492" y="103.32116841107151" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 351.277557887492 103.32116841107151)"></text><text class="pin-number sch-pin-label" x="351.85607466689" y="110.98651573809501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 351.85607466689 110.98651573809501)">schematic_port_10</text><line class="component-pin sch-component-pin sch-port-line" x1="351.85607466689" y1="110.98651573809501" x2="351.85607466689" y2="120.53204259816201" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="351.277557887492" y="119.953525818764" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="351.277557887492" y="115.7592791681285" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 351.277557887492 115.7592791681285)"></text><text class="pin-number sch-pin-label" x="351.85607466689" y="108.093931841105" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 351.85607466689 108.093931841105)">schematic_port_11</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="838.8587310238688" y="241.73882136871543" width="31.384535282341403" height="2.8925838969899473" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="838.8587310238688" y="241.73882136871543" width="31.384535282341403" height="2.8925838969899473" fill="transparent"/><text class="sch-text" x="854.5509986650395" y="243.18511331721038" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 854.5509986650395, 243.18511331721038)">schematic_component_6</text><line class="component-pin sch-component-pin sch-port-line" x1="848.2596286890863" y1="244.63140526570538" x2="848.2596286890863" y2="251.86286500818045" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="847.6811119096883" y="251.28434822878245" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="847.6811119096883" y="248.24713513694292" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 847.6811119096883 248.24713513694292)"></text><text class="pin-number sch-pin-label" x="848.2596286890863" y="241.73882136871543" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 848.2596286890863 241.73882136871543)">schematic_port_12</text><line class="component-pin sch-component-pin sch-port-line" x1="848.2596286890863" y1="241.73882136871543" x2="848.2596286890863" y2="234.50736162624037" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="847.6811119096883" y="233.92884484684237" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="847.6811119096883" y="238.1230914974779" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 847.6811119096883 238.1230914974779)"></text><text class="pin-number sch-pin-label" x="848.2596286890863" y="244.63140526570538" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 848.2596286890863 244.63140526570538)">schematic_port_13</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="1048.96879384148" y="308.260737512813" width="40.64080375270942" height="2.8925838969899473" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1048.96879384148" y="308.260737512813" width="40.64080375270942" height="2.8925838969899473" fill="transparent"/><text class="sch-text" x="1069.2891957178347" y="309.707029461308" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 1069.2891957178347, 309.707029461308)">schematic_component_7</text><line class="component-pin sch-component-pin sch-port-line" x1="1061.985421377935" y1="308.260737512813" x2="1061.985421377935" y2="298.715210652746" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="1061.406904598537" y="298.136693873348" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1061.406904598537" y="303.4879740827795" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 1061.406904598537 303.4879740827795)"></text><text class="pin-number sch-pin-label" x="1061.985421377935" y="311.15332140980297" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 1061.985421377935 311.15332140980297)">schematic_port_14</text><line class="component-pin sch-component-pin sch-port-line" x1="1061.985421377935" y1="311.15332140980297" x2="1061.985421377935" y2="320.69884826987" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="1061.406904598537" y="320.120331490472" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1061.406904598537" y="315.9260848398365" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 1061.406904598537 315.9260848398365)"></text><text class="pin-number sch-pin-label" x="1061.985421377935" y="308.260737512813" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 1061.985421377935 308.260737512813)">schematic_port_15</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="254.95451411772495" y="174.912619861574" width="44.11190442909748" height="2.892583896990004" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="254.95451411772495" y="174.912619861574" width="44.11190442909748" height="2.892583896990004" fill="transparent"/><text class="sch-text" x="277.0104663322737" y="176.358911810069" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 277.0104663322737, 176.358911810069)">schematic_component_8</text><line class="component-pin sch-component-pin sch-port-line" x1="267.97114165418" y1="174.912619861574" x2="267.97114165418" y2="165.367093001507" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="267.392624874782" y="164.788576222109" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="267.392624874782" y="170.1398564315405" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 267.392624874782 170.1398564315405)"></text><text class="pin-number sch-pin-label" x="267.97114165418" y="177.805203758564" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 267.97114165418 177.805203758564)">schematic_port_16</text><line class="component-pin sch-component-pin sch-port-line" x1="267.97114165418" y1="177.805203758564" x2="267.97114165418" y2="187.35073061863102" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><rect x="267.392624874782" y="186.77221383923302" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="267.392624874782" y="182.5779671885975" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 267.392624874782 182.5779671885975)"></text><text class="pin-number sch-pin-label" x="267.97114165418" y="174.912619861574" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 267.97114165418 174.912619861574)">schematic_port_17</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="254.95451411772495" y="41.27524382063601" width="44.11190442909748" height="2.89258389698999" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="254.95451411772495" y="41.27524382063601" width="44.11190442909748" height="2.89258389698999" fill="transparent"/><text class="sch-text" x="277.0104663322737" y="42.72153576913101" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 277.0104663322737, 42.72153576913101)">schematic_component_9</text><line class="component-pin sch-component-pin sch-port-line" x1="267.97114165418" y1="41.27524382063601" x2="267.97114165418" y2="31.729716960568993" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="267.392624874782" y="31.151200181170992" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="267.392624874782" y="36.5024803906025" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 267.392624874782 36.5024803906025)"></text><text class="pin-number sch-pin-label" x="267.97114165418" y="44.16782771762601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 267.97114165418 44.16782771762601)">schematic_port_18</text><line class="component-pin sch-component-pin sch-port-line" x1="267.97114165418" y1="44.167827717626" x2="267.97114165418" y2="53.71335457769302" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><rect x="267.392624874782" y="53.13483779829502" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="267.392624874782" y="48.94059114765952" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 267.392624874782 48.94059114765952)"></text><text class="pin-number sch-pin-label" x="267.97114165418" y="41.27524382063599" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 267.97114165418 41.27524382063599)">schematic_port_19</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_10__stack1"><rect class="component chip sch-component-body" x="1042.026592488704" y="73.38292507722501" width="47.58300510548543" height="2.89258389698999" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1042.026592488704" y="73.38292507722501" width="47.58300510548543" height="2.89258389698999" fill="transparent"/><text class="sch-text" x="1065.8180950414467" y="74.82921702572" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 1065.8180950414467, 74.82921702572)">schematic_component_10</text><line class="component-pin sch-component-pin sch-port-line" x1="1055.043220025159" y1="73.38292507722501" x2="1055.043220025159" y2="64.41591499655601" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1055.043220025159" cy="63.83739821715801" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="1054.464703245761" y="63.25888143776001" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1054.464703245761" y="68.61016164719152" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 1054.464703245761 68.61016164719152)"></text><text class="pin-number sch-pin-label" x="1055.043220025159" y="76.275508974215" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 1055.043220025159 76.275508974215)">schematic_port_20</text><line class="component-pin sch-component-pin sch-port-line" x1="1055.043220025159" y1="76.275508974215" x2="1055.043220025159" y2="85.242519054884" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1055.043220025159" cy="85.821035834282" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="1054.464703245761" y="85.242519054884" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1054.464703245761" y="81.04827240424851" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 1054.464703245761 81.04827240424851)"></text><text class="pin-number sch-pin-label" x="1055.043220025159" y="73.38292507722501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 1055.043220025159 73.38292507722501)">schematic_port_21</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_11__stack1"><rect class="component chip sch-component-body" x="120.11129433416721" y="377.2638904293693" width="33.69860239993346" height="2.892583896990061" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="120.11129433416721" y="377.2638904293693" width="33.69860239993346" height="2.892583896990061" fill="transparent"/><text class="sch-text" x="136.96059553413392" y="378.7101823778643" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 136.96059553413392, 378.7101823778643)">schematic_component_11</text><line class="component-pin sch-component-pin sch-port-line" x1="133.12792187062217" y1="377.2638904293693" x2="133.12792187062217" y2="367.71836356930237" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_11_0__stack1"><rect x="132.54940509122417" y="367.13984678990437" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="132.54940509122417" y="372.49112699933585" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 132.54940509122417 372.49112699933585)"></text><text class="pin-number sch-pin-label" x="133.12792187062217" y="380.1564743263594" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 133.12792187062217 380.1564743263594)">schematic_port_22</text><line class="component-pin sch-component-pin sch-port-line" x1="133.12792187062217" y1="380.1564743263594" x2="133.12792187062217" y2="389.70200118642634" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_11_1__stack1"><rect x="132.54940509122417" y="389.12348440702834" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="132.54940509122417" y="384.92923775639287" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 132.54940509122417 384.92923775639287)"></text><text class="pin-number sch-pin-label" x="133.12792187062217" y="377.2638904293693" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 133.12792187062217 377.2638904293693)">schematic_port_23</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_12__stack1"><rect class="component chip sch-component-body" x="901.7362734846889" y="267.47530456525396" width="49.17392624883007" height="52.06651014582002" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="901.7362734846889" y="267.47530456525396" width="49.17392624883007" height="52.06651014582002" fill="transparent"/><text class="sch-text" x="926.323236609104" y="293.508559638164" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 926.323236609104, 293.508559638164)">schematic_component_12</text><line class="component-pin sch-component-pin sch-port-line" x1="901.7362734846889" y1="273.260472359234" x2="890.1659378967289" y2="273.260472359234" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_12_0__stack1"><rect x="889.5874211173309" y="272.68195557983597" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="895.9511056907089" y="272.68195557983597" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="904.6288573816789" y="273.260472359234" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_24</text><line class="component-pin sch-component-pin sch-port-line" x1="901.7362734846889" y1="279.045640153214" x2="890.1659378967289" y2="279.045640153214" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_12_1__stack1"><rect x="889.5874211173309" y="278.467123373816" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="895.9511056907089" y="278.467123373816" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="904.6288573816789" y="279.045640153214" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_25</text><line class="component-pin sch-component-pin sch-port-line" x1="901.7362734846889" y1="284.830807947194" x2="890.1659378967289" y2="284.830807947194" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_12_2__stack1"><rect x="889.5874211173309" y="284.252291167796" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="895.9511056907089" y="284.252291167796" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="904.6288573816789" y="284.830807947194" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_26</text><line class="component-pin sch-component-pin sch-port-line" x1="901.7362734846889" y1="290.615975741174" x2="890.1659378967289" y2="290.615975741174" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_12_3__stack1"><rect x="889.5874211173309" y="290.037458961776" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="895.9511056907089" y="290.037458961776" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="904.6288573816789" y="290.615975741174" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_27</text><line class="component-pin sch-component-pin sch-port-line" x1="901.7362734846889" y1="296.40114353515395" x2="890.1659378967289" y2="296.40114353515395" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_12_4__stack1"><rect x="889.5874211173309" y="295.82262675575595" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="895.9511056907089" y="295.822626755756" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="904.6288573816789" y="296.40114353515395" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_28</text><line class="component-pin sch-component-pin sch-port-line" x1="901.7362734846889" y1="302.18631132913396" x2="890.1659378967289" y2="302.18631132913396" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_12_5__stack1"><rect x="889.5874211173309" y="301.60779454973596" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="895.9511056907089" y="301.607794549736" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="904.6288573816789" y="302.18631132913396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_29</text><line class="component-pin sch-component-pin sch-port-line" x1="901.7362734846889" y1="307.97147912311397" x2="890.7444546761269" y2="307.97147912311397" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_12_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="890.1659378967289" cy="307.97147912311397" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="889.5874211173309" y="307.39296234371596" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="895.9511056907089" y="307.392962343716" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="904.6288573816789" y="307.97147912311397" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_30</text><line class="component-pin sch-component-pin sch-port-line" x1="901.7362734846889" y1="313.756646917094" x2="890.1659378967289" y2="313.756646917094" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_12_7__stack1"><rect x="889.5874211173309" y="313.178130137696" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="895.9511056907089" y="313.178130137696" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="904.6288573816789" y="313.756646917094" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_31</text><line class="component-pin sch-component-pin sch-port-line" x1="950.910199733519" y1="313.756646917094" x2="962.480535321479" y2="313.756646917094" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_12_8__stack1"><rect x="961.902018542081" y="313.178130137696" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="956.695367527499" y="313.178130137696" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="948.0176158365289" y="313.756646917094" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_32</text><line class="component-pin sch-component-pin sch-port-line" x1="950.910199733519" y1="307.97147912311397" x2="962.480535321479" y2="307.97147912311397" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_12_9__stack1"><rect x="961.902018542081" y="307.39296234371596" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="956.695367527499" y="307.392962343716" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="948.0176158365289" y="307.97147912311397" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_33</text><line class="component-pin sch-component-pin sch-port-line" x1="950.910199733519" y1="302.18631132913396" x2="962.480535321479" y2="302.18631132913396" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_12_10__stack1"><rect x="961.902018542081" y="301.60779454973596" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="956.695367527499" y="301.607794549736" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="948.0176158365289" y="302.18631132913396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_34</text><line class="component-pin sch-component-pin sch-port-line" x1="950.910199733519" y1="296.40114353515395" x2="962.480535321479" y2="296.40114353515395" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_12_11__stack1"><rect x="961.902018542081" y="295.82262675575595" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="956.695367527499" y="295.822626755756" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="948.0176158365289" y="296.40114353515395" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_35</text><line class="component-pin sch-component-pin sch-port-line" x1="950.910199733519" y1="290.615975741174" x2="961.9020185420809" y2="290.615975741174" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_12_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="962.480535321479" cy="290.615975741174" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="961.902018542081" y="290.037458961776" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="956.695367527499" y="290.037458961776" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="948.0176158365289" y="290.615975741174" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_36</text><line class="component-pin sch-component-pin sch-port-line" x1="950.910199733519" y1="284.830807947194" x2="962.480535321479" y2="284.830807947194" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_12_13__stack1"><rect x="961.902018542081" y="284.252291167796" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="956.695367527499" y="284.252291167796" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="948.0176158365289" y="284.830807947194" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_37</text><line class="component-pin sch-component-pin sch-port-line" x1="950.910199733519" y1="279.045640153214" x2="962.480535321479" y2="279.045640153214" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_12_14__stack1"><rect x="961.902018542081" y="278.467123373816" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="956.695367527499" y="278.467123373816" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="948.0176158365289" y="279.045640153214" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_38</text><line class="component-pin sch-component-pin sch-port-line" x1="950.910199733519" y1="273.260472359234" x2="962.480535321479" y2="273.260472359234" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_12_15__stack1"><rect x="961.902018542081" y="272.68195557983597" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="956.695367527499" y="272.68195557983597" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="948.0176158365289" y="273.260472359234" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_39</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_13__stack1"><rect class="component chip sch-component-body" x="533.510343397862" y="54.58112974679001" width="80.99234911572" height="167.76986602542001" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="533.510343397862" y="54.58112974679001" width="80.99234911572" height="167.76986602542001" fill="transparent"/><text class="sch-text" x="574.006517955722" y="138.4660627595" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 574.006517955722, 138.4660627595)">schematic_component_13</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="57.47371364377997" x2="521.940007809902" y2="57.47371364377997" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_0__stack1"><rect x="521.361491030504" y="56.89519686438197" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="56.89519686438197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="57.47371364377997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_40</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="63.25888143775998" x2="522.5185245893" y2="63.25888143775998" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="63.25888143775998" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="62.68036465836198" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="62.68036465836198" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="63.25888143775998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_41</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="69.04404923173996" x2="522.5185245893" y2="69.04404923173996" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="69.04404923173996" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="68.46553245234196" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="68.46553245234196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="69.04404923173996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_42</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="74.82921702571997" x2="522.5185245893" y2="74.82921702571997" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="74.82921702571997" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="74.25070024632197" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="74.25070024632197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="74.82921702571997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_43</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="80.61438481969998" x2="522.5185245893" y2="80.61438481969998" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="80.61438481969998" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="80.03586804030198" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="80.03586804030198" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="80.61438481969998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_44</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="86.39955261367997" x2="522.5185245893" y2="86.39955261367997" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="86.39955261367997" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="85.82103583428197" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="85.82103583428197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="86.39955261367997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_45</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="92.18472040765997" x2="522.5185245893" y2="92.18472040765997" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="92.18472040765997" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="91.60620362826197" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="91.60620362826197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="92.18472040765997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_46</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="97.96988820163998" x2="522.5185245893" y2="97.96988820163998" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="97.96988820163998" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="97.39137142224197" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="97.39137142224197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="97.96988820163998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_47</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="103.75505599561997" x2="522.5185245893" y2="103.75505599561997" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="103.75505599561997" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="103.17653921622197" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="103.17653921622197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="103.75505599561997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_48</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="109.54022378959996" x2="521.940007809902" y2="109.54022378959996" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_9__stack1"><rect x="521.361491030504" y="108.96170701020196" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="108.96170701020196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="109.54022378959996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_49</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="115.32539158357997" x2="522.5185245893" y2="115.32539158357997" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="115.32539158357997" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="114.74687480418197" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="114.74687480418197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="115.32539158357997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_50</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="121.11055937755997" x2="522.5185245893" y2="121.11055937755997" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="121.11055937755997" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="120.53204259816196" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="120.53204259816196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="121.11055937755997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_51</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="126.89572717153997" x2="522.5185245893" y2="126.89572717153997" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="126.89572717153997" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="126.31721039214197" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="126.31721039214197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="126.89572717153997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_52</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="132.68089496551997" x2="522.5185245893" y2="132.68089496551997" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="132.68089496551997" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="132.10237818612197" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="132.10237818612197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="132.68089496551997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_53</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="138.46606275949998" x2="522.5185245893" y2="138.46606275949998" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="138.46606275949998" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="137.88754598010198" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="137.88754598010198" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="138.46606275949998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_54</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="144.25123055347999" x2="522.5185245893" y2="144.25123055347999" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="144.25123055347999" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="143.67271377408198" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="143.67271377408198" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="144.25123055347999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_55</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="150.03639834746" x2="522.5185245893" y2="150.03639834746" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="150.03639834746" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="149.457881568062" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="149.457881568062" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="150.03639834746" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_56</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="155.82156614144" x2="522.5185245893" y2="155.82156614144" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="155.82156614144" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="155.243049362042" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="155.243049362042" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="155.82156614144" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_57</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="161.60673393541998" x2="521.940007809902" y2="161.60673393541998" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_18__stack1"><rect x="521.361491030504" y="161.02821715602198" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="161.028217156022" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="161.60673393541998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_58</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="167.3919017294" x2="522.5185245893" y2="167.3919017294" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_19__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="167.3919017294" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="166.813384950002" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="166.813384950002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="167.3919017294" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_59</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="173.17706952338" x2="522.5185245893" y2="173.17706952338" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_20__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="173.17706952338" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="172.598552743982" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="172.598552743982" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="173.17706952338" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_60</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="178.96223731736" x2="522.5185245893" y2="178.96223731736" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_21__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="178.96223731736" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="178.383720537962" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="178.383720537962" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="178.96223731736" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_61</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="184.74740511134002" x2="521.940007809902" y2="184.74740511134002" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_22__stack1"><rect x="521.361491030504" y="184.16888833194201" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="184.16888833194201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="184.74740511134002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_62</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="190.53257290532002" x2="522.5185245893" y2="190.53257290532002" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_23__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="190.53257290532002" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="189.95405612592202" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="189.95405612592202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="190.53257290532002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_63</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="196.31774069930003" x2="522.5185245893" y2="196.31774069930003" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_24__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="196.31774069930003" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="195.73922391990203" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="195.73922391990203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="196.31774069930003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_64</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="202.10290849328004" x2="522.5185245893" y2="202.10290849328004" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_25__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="202.10290849328004" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="201.52439171388204" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="201.52439171388204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="202.10290849328004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_65</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="207.88807628726002" x2="522.5185245893" y2="207.88807628726002" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_26__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="207.88807628726002" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="207.30955950786202" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="207.30955950786202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="207.88807628726002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_66</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="213.67324408124003" x2="522.5185245893" y2="213.67324408124003" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_27__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="213.67324408124003" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="213.09472730184203" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="213.09472730184203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="213.67324408124003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_67</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="219.45841187522004" x2="522.5185245893" y2="219.45841187522004" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_28__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="219.45841187522004" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="218.87989509582204" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="218.87989509582204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="219.45841187522004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_68</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="216.56582797823003" x2="625.4945113221439" y2="216.56582797823003" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_29__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="626.0730281015419" cy="216.56582797823003" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="625.4945113221439" y="215.98731119883203" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="215.98731119883203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="216.56582797823003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_69</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="210.78066018425002" x2="625.4945113221439" y2="210.78066018425002" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_30__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="626.0730281015419" cy="210.78066018425002" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="625.4945113221439" y="210.20214340485202" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="210.20214340485202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="210.78066018425002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_70</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="204.99549239027004" x2="625.4945113221439" y2="204.99549239027004" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_31__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="626.0730281015419" cy="204.99549239027004" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="625.4945113221439" y="204.41697561087204" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="204.41697561087204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="204.99549239027004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_71</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="199.21032459629004" x2="626.0730281015419" y2="199.21032459629004" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_32__stack1"><rect x="625.4945113221439" y="198.63180781689204" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="198.63180781689204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="199.21032459629004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_72</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="193.42515680231003" x2="625.4945113221439" y2="193.42515680231003" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_33__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="626.0730281015419" cy="193.42515680231003" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="625.4945113221439" y="192.84664002291203" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="192.84664002291203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="193.42515680231003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_73</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="187.63998900833002" x2="625.4945113221439" y2="187.63998900833002" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_34__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="626.0730281015419" cy="187.63998900833002" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="625.4945113221439" y="187.06147222893202" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="187.06147222893202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="187.63998900833002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_74</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="181.85482121435" x2="625.4945113221439" y2="181.85482121435" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_35__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="626.0730281015419" cy="181.85482121435" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="625.4945113221439" y="181.276304434952" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="181.276304434952" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="181.85482121435" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_75</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="176.06965342037003" x2="625.4945113221439" y2="176.06965342037003" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_36__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="626.0730281015419" cy="176.06965342037003" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="625.4945113221439" y="175.49113664097203" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="175.49113664097203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="176.06965342037003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_76</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="170.28448562639005" x2="625.4945113221439" y2="170.28448562639005" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_37__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="626.0730281015419" cy="170.28448562639005" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="625.4945113221439" y="169.70596884699205" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="169.70596884699205" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="170.28448562639005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_77</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="164.49931783241004" x2="625.4945113221439" y2="164.49931783241004" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_38__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="626.0730281015419" cy="164.49931783241004" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="625.4945113221439" y="163.92080105301204" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="163.92080105301204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="164.49931783241004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_78</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="158.71415003843003" x2="625.4945113221439" y2="158.71415003843003" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_39__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="626.0730281015419" cy="158.71415003843003" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="625.4945113221439" y="158.13563325903203" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="158.13563325903203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="158.71415003843003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_79</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="152.92898224445003" x2="625.4945113221439" y2="152.92898224445003" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_40__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="626.0730281015419" cy="152.92898224445003" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="625.4945113221439" y="152.35046546505203" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="152.35046546505203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="152.92898224445003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_80</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="147.14381445047005" x2="626.0730281015419" y2="147.14381445047005" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_41__stack1"><rect x="625.4945113221439" y="146.56529767107205" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="146.56529767107205" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="147.14381445047005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_81</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="141.35864665649004" x2="625.4945113221439" y2="141.35864665649004" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_42__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="626.0730281015419" cy="141.35864665649004" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="625.4945113221439" y="140.78012987709204" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="140.78012987709204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="141.35864665649004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_82</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="135.57347886251003" x2="626.0730281015419" y2="135.57347886251003" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_43__stack1"><rect x="625.4945113221439" y="134.99496208311203" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="134.99496208311203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="135.57347886251003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_83</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="129.78831106853002" x2="626.0730281015419" y2="129.78831106853002" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_44__stack1"><rect x="625.4945113221439" y="129.20979428913202" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="129.20979428913202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="129.78831106853002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_84</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="124.00314327455001" x2="625.4945113221439" y2="124.00314327455001" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_45__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="626.0730281015419" cy="124.00314327455001" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="625.4945113221439" y="123.42462649515201" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="123.42462649515201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="124.00314327455001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_85</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="118.21797548057002" x2="625.4945113221439" y2="118.21797548057002" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_46__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="626.0730281015419" cy="118.21797548057002" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="625.4945113221439" y="117.63945870117202" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="117.63945870117202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="118.21797548057002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_86</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="112.43280768659001" x2="626.0730281015419" y2="112.43280768659001" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_47__stack1"><rect x="625.4945113221439" y="111.85429090719201" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="111.85429090719201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="112.43280768659001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_87</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="106.64763989261" x2="626.0730281015419" y2="106.64763989261" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_48__stack1"><rect x="625.4945113221439" y="106.069123113212" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="106.069123113212" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="106.64763989261" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_88</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="100.86247209863001" x2="626.0730281015419" y2="100.86247209863001" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_49__stack1"><rect x="625.4945113221439" y="100.283955319232" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="100.283955319232" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="100.86247209863001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_89</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="95.07730430465" x2="625.4945113221439" y2="95.07730430465" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_50__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="626.0730281015419" cy="95.07730430465" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="625.4945113221439" y="94.498787525252" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="94.498787525252" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="95.07730430465" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_90</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="89.29213651067" x2="625.4945113221439" y2="89.29213651067" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_51__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="626.0730281015419" cy="89.29213651067" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="625.4945113221439" y="88.713619731272" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="88.713619731272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="89.29213651067" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_91</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="83.50696871669" x2="625.4945113221439" y2="83.50696871669" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_52__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="626.0730281015419" cy="83.50696871669" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="625.4945113221439" y="82.928451937292" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="82.928451937292" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="83.50696871669" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_92</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="77.72180092270999" x2="625.4945113221439" y2="77.72180092270999" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_53__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="626.0730281015419" cy="77.72180092270999" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="625.4945113221439" y="77.14328414331199" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="77.14328414331199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="77.72180092270999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_93</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="71.93663312873" x2="625.4945113221439" y2="71.93663312873" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_54__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="626.0730281015419" cy="71.93663312873" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="625.4945113221439" y="71.358116349332" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="71.358116349332" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="71.93663312873" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_94</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="66.15146533474999" x2="625.4945113221439" y2="66.15146533474999" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_55__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="626.0730281015419" cy="66.15146533474999" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="625.4945113221439" y="65.57294855535199" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="65.57294855535199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="66.15146533474999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_95</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="60.36629754076998" x2="626.0730281015419" y2="60.36629754076998" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_56__stack1"><rect x="625.4945113221439" y="59.78778076137198" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="59.78778076137198" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="60.36629754076998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_96</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_14__stack1"><rect class="component chip sch-component-body" x="1084.258317384758" y="215.408794419434" width="34.71100676388005" height="28.925838969899985" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1084.258317384758" y="215.408794419434" width="34.71100676388005" height="28.925838969899985" fill="transparent"/><text class="sch-text" x="1101.613820766698" y="229.87171390438402" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 1101.613820766698, 229.87171390438402)">schematic_component_14</text><line class="component-pin sch-component-pin sch-port-line" x1="1084.258317384758" y1="218.301378316424" x2="1073.266498576196" y2="218.301378316424" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_14_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1072.6879817967979" cy="218.301378316424" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="1072.1094650174" y="217.722861537026" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1078.473149590778" y="217.722861537026" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="1087.150901281748" y="218.301378316424" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_97</text><line class="component-pin sch-component-pin sch-port-line" x1="1084.258317384758" y1="224.08654611040402" x2="1073.266498576196" y2="224.08654611040402" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_14_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1072.6879817967979" cy="224.08654611040402" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="1072.1094650174" y="223.50802933100601" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1078.473149590778" y="223.50802933100601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="1087.150901281748" y="224.08654611040402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_98</text><line class="component-pin sch-component-pin sch-port-line" x1="1084.258317384758" y1="229.87171390438402" x2="1073.266498576196" y2="229.87171390438402" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_14_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1072.6879817967979" cy="229.87171390438402" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="1072.1094650174" y="229.29319712498602" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1078.473149590778" y="229.29319712498602" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="1087.150901281748" y="229.87171390438402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_99</text><line class="component-pin sch-component-pin sch-port-line" x1="1084.258317384758" y1="235.65688169836403" x2="1072.6879817967979" y2="235.65688169836403" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_14_3__stack1"><rect x="1072.1094650174" y="235.07836491896603" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1078.473149590778" y="235.07836491896603" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="1087.150901281748" y="235.65688169836403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_100</text><line class="component-pin sch-component-pin sch-port-line" x1="1084.258317384758" y1="241.44204949234404" x2="1073.266498576196" y2="241.44204949234404" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_14_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1072.6879817967979" cy="241.44204949234404" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="1072.1094650174" y="240.86353271294604" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1078.473149590778" y="240.86353271294604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="1087.150901281748" y="241.44204949234404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_101</text><line class="component-pin sch-component-pin sch-port-line" x1="1118.969324148638" y1="238.54946559535398" x2="1129.9611429572" y2="238.54946559535398" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_14_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1130.539659736598" cy="238.54946559535398" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="1129.9611429572" y="237.97094881595598" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1124.754491942618" y="237.97094881595604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="1116.076740251648" y="238.54946559535398" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_102</text><line class="component-pin sch-component-pin sch-port-line" x1="1118.969324148638" y1="232.764297801374" x2="1129.9611429572" y2="232.764297801374" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_14_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1130.539659736598" cy="232.764297801374" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="1129.9611429572" y="232.185781021976" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1124.754491942618" y="232.18578102197603" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="1116.076740251648" y="232.764297801374" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_103</text><line class="component-pin sch-component-pin sch-port-line" x1="1118.969324148638" y1="226.97913000739402" x2="1130.539659736598" y2="226.97913000739402" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_14_7__stack1"><rect x="1129.9611429572" y="226.40061322799602" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1124.754491942618" y="226.40061322799602" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="1116.076740251648" y="226.97913000739402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_104</text><line class="component-pin sch-component-pin sch-port-line" x1="1118.969324148638" y1="221.193962213414" x2="1130.539659736598" y2="221.193962213414" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_14_8__stack1"><rect x="1129.9611429572" y="220.615445434016" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1124.754491942618" y="220.615445434016" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="1116.076740251648" y="221.193962213414" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_105</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_15__stack1"><rect class="component chip sch-component-body" x="123.66736249309128" y="216.855086367929" width="34.71100676388011" height="17.355503381939968" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="123.66736249309128" y="216.855086367929" width="34.71100676388011" height="17.355503381939968" fill="transparent"/><text class="sch-text" x="141.02286587503136" y="225.53283805889902" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 141.02286587503136, 225.53283805889902)">schematic_component_15</text><line class="component-pin sch-component-pin sch-port-line" x1="123.66736249309128" y1="219.747670264919" x2="112.09702690513132" y2="219.747670264919" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_15_0__stack1"><rect x="111.51851012573331" y="219.169153485521" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="117.88219469911127" y="219.169153485521" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="126.55994639008128" y="219.747670264919" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_106</text><line class="component-pin sch-component-pin sch-port-line" x1="123.66736249309128" y1="225.53283805889902" x2="112.67554368452926" y2="225.53283805889902" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_15_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="112.09702690513132" cy="225.53283805889902" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="111.51851012573331" y="224.95432127950102" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="117.88219469911127" y="224.95432127950102" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="126.55994639008128" y="225.53283805889902" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_107</text><line class="component-pin sch-component-pin sch-port-line" x1="123.66736249309128" y1="231.318005852879" x2="112.09702690513132" y2="231.318005852879" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_15_2__stack1"><rect x="111.51851012573331" y="230.739489073481" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="117.88219469911127" y="230.73948907348102" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="126.55994639008128" y="231.318005852879" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_108</text><line class="component-pin sch-component-pin sch-port-line" x1="158.37836925697138" y1="228.425421955889" x2="169.3701880655334" y2="228.425421955889" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_15_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="169.9487048449314" cy="228.425421955889" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="169.3701880655334" y="227.846905176491" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="164.1635370509514" y="227.846905176491" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="155.48578535998138" y="228.425421955889" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_109</text><line class="component-pin sch-component-pin sch-port-line" x1="158.37836925697138" y1="222.640254161909" x2="169.9487048449314" y2="222.640254161909" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_15_4__stack1"><rect x="169.3701880655334" y="222.061737382511" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="164.1635370509514" y="222.061737382511" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="155.48578535998138" y="222.640254161909" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_110</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_16__stack1"><rect class="component chip sch-component-body" x="590.9642910518259" y="613.3710510211781" width="34.711006763879936" height="17.355503381940025" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="590.9642910518259" y="613.3710510211781" width="34.711006763879936" height="17.355503381940025" fill="transparent"/><text class="sch-text" x="608.3197944337659" y="622.0488027121481" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 608.3197944337659, 622.0488027121481)">schematic_component_16</text><line class="component-pin sch-component-pin sch-port-line" x1="590.9642910518259" y1="619.156218815158" x2="579.3939554638658" y2="619.156218815158" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_16_0__stack1"><rect x="578.8154386844678" y="618.57770203576" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="585.1791232578458" y="618.5777020357601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="593.8568749488159" y="619.156218815158" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_111</text><line class="component-pin sch-component-pin sch-port-line" x1="590.9642910518259" y1="624.9413866091381" x2="579.3939554638658" y2="624.9413866091381" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_16_1__stack1"><rect x="578.8154386844678" y="624.3628698297401" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="585.1791232578458" y="624.3628698297401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="593.8568749488159" y="624.9413866091381" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_112</text><line class="component-pin sch-component-pin sch-port-line" x1="625.6752978157058" y1="624.9413866091381" x2="637.2456334036658" y2="624.9413866091381" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_16_2__stack1"><rect x="636.6671166242678" y="624.3628698297401" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="631.4604656096858" y="624.3628698297401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="622.7827139187158" y="624.9413866091381" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_113</text><line class="component-pin sch-component-pin sch-port-line" x1="625.6752978157058" y1="619.156218815158" x2="637.2456334036658" y2="619.156218815158" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_16_3__stack1"><rect x="636.6671166242678" y="618.57770203576" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="631.4604656096858" y="618.5777020357601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="622.7827139187158" y="619.156218815158" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_114</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_17__stack1"><rect class="component chip sch-component-body" x="784.4781537604567" y="223.87711580480214" width="34.71100676388005" height="17.355503381940025" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="784.4781537604567" y="223.87711580480214" width="34.71100676388005" height="17.355503381940025" fill="transparent"/><text class="sch-text" x="801.8336571423968" y="232.55486749577216" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 801.8336571423968, 232.55486749577216)">schematic_component_17</text><line class="component-pin sch-component-pin sch-port-line" x1="784.4781537604567" y1="229.66228359878215" x2="773.4863349518948" y2="229.66228359878215" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_17_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="772.9078181724967" cy="229.66228359878215" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="772.3293013930987" y="229.08376681938415" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="778.6929859664767" y="229.08376681938418" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="787.3707376574469" y="229.66228359878215" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_115</text><line class="component-pin sch-component-pin sch-port-line" x1="784.4781537604567" y1="235.44745139276216" x2="773.4863349518948" y2="235.44745139276216" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_17_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="772.9078181724967" cy="235.44745139276216" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="772.3293013930987" y="234.86893461336416" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="778.6929859664767" y="234.86893461336416" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="787.3707376574469" y="235.44745139276216" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_116</text><line class="component-pin sch-component-pin sch-port-line" x1="819.1891605243368" y1="235.44745139276216" x2="830.7594961122968" y2="235.44745139276216" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_17_2__stack1"><rect x="830.1809793328988" y="234.86893461336416" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="824.9743283183168" y="234.86893461336416" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="816.2965766273468" y="235.44745139276216" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_117</text><line class="component-pin sch-component-pin sch-port-line" x1="819.1891605243368" y1="229.66228359878215" x2="830.1809793328988" y2="229.66228359878215" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_17_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="830.7594961122968" cy="229.66228359878215" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="830.1809793328988" y="229.08376681938415" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="824.9743283183168" y="229.08376681938418" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="816.2965766273468" y="229.66228359878215" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_118</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_18__stack1"><rect class="component chip sch-component-body" x="784.4781537604567" y="299.0842971265422" width="34.71100676388005" height="17.355503381939968" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="784.4781537604567" y="299.0842971265422" width="34.71100676388005" height="17.355503381939968" fill="transparent"/><text class="sch-text" x="801.8336571423968" y="307.76204881751215" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 801.8336571423968, 307.76204881751215)">schematic_component_18</text><line class="component-pin sch-component-pin sch-port-line" x1="784.4781537604567" y1="304.86946492052215" x2="772.9078181724967" y2="304.86946492052215" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_18_0__stack1"><rect x="772.3293013930987" y="304.29094814112415" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="778.6929859664767" y="304.29094814112415" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="787.3707376574469" y="304.86946492052215" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_119</text><line class="component-pin sch-component-pin sch-port-line" x1="784.4781537604567" y1="310.6546327145022" x2="773.4863349518948" y2="310.6546327145022" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_18_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="772.9078181724967" cy="310.6546327145022" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="772.3293013930987" y="310.0761159351042" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="778.6929859664767" y="310.0761159351042" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="787.3707376574469" y="310.6546327145022" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_120</text><line class="component-pin sch-component-pin sch-port-line" x1="819.1891605243368" y1="310.6546327145022" x2="830.1809793328988" y2="310.6546327145022" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_18_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="830.7594961122968" cy="310.6546327145022" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="830.1809793328988" y="310.0761159351042" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="824.9743283183168" y="310.0761159351042" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="816.2965766273468" y="310.6546327145022" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_121</text><line class="component-pin sch-component-pin sch-port-line" x1="819.1891605243368" y1="304.86946492052215" x2="830.7594961122968" y2="304.86946492052215" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_18_3__stack1"><rect x="830.1809793328988" y="304.29094814112415" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="824.9743283183168" y="304.29094814112415" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="816.2965766273468" y="304.86946492052215" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_122</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_19__stack1"><rect class="component chip sch-component-body" x="857.9859420427154" y="751.4045905316809" width="32.68619803598688" height="34.132489984481936" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="857.9859420427154" y="751.4045905316809" width="32.68619803598688" height="34.132489984481936" fill="transparent"/><text class="sch-text" x="874.3290410607087" y="768.4708355239219" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 874.3290410607087, 768.4708355239219)">schematic_component_19</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_20__stack1"><rect class="component chip sch-component-body" x="859.0706610040864" y="628.180516519907" width="32.68619803598699" height="34.132489984481936" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="859.0706610040864" y="628.180516519907" width="32.68619803598699" height="34.132489984481936" fill="transparent"/><text class="sch-text" x="875.4137600220799" y="645.2467615121479" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 875.4137600220799, 645.2467615121479)">schematic_component_20</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_21__stack1"><rect class="component chip sch-component-body" x="893.2393082872809" y="241.73882136871543" width="34.85563595872941" height="2.8925838969899473" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="893.2393082872809" y="241.73882136871543" width="34.85563595872941" height="2.8925838969899473" fill="transparent"/><text class="sch-text" x="910.6671262666455" y="243.18511331721038" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 910.6671262666455, 243.18511331721038)">schematic_component_21</text><line class="component-pin sch-component-pin sch-port-line" x1="902.6402059524983" y1="244.63140526570538" x2="902.6402059524983" y2="251.2843482287824" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_21_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="902.6402059524983" cy="251.8628650081804" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="902.0616891731003" y="251.2843482287824" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="902.0616891731003" y="248.24713513694292" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 902.0616891731003 248.24713513694292)"></text><text class="pin-number sch-pin-label" x="902.6402059524983" y="241.73882136871543" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 902.6402059524983 241.73882136871543)">schematic_port_123</text><line class="component-pin sch-component-pin sch-port-line" x1="902.6402059524983" y1="241.73882136871543" x2="902.6402059524983" y2="234.50736162624042" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_21_1__stack1"><rect x="902.0616891731003" y="233.92884484684242" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="902.0616891731003" y="238.1230914974779" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 902.0616891731003 238.1230914974779)"></text><text class="pin-number sch-pin-label" x="902.6402059524983" y="244.63140526570538" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 902.6402059524983 244.63140526570538)">schematic_port_124</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_22__stack1"><rect class="component chip sch-component-body" x="872.8827491122138" y="697.024013268269" width="2.892583896990004" height="19.669570499531915" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="872.8827491122138" y="697.024013268269" width="2.892583896990004" height="19.669570499531915" fill="transparent"/><text class="sch-text" x="874.3290410607087" y="706.8587985180349" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 874.3290410607087, 706.8587985180349)">schematic_component_22</text><line class="component-pin sch-component-pin sch-port-line" x1="872.8827491122138" y1="706.8587985180349" x2="866.2298061491367" y2="706.8587985180349" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_22_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="865.6512893697387" cy="706.8587985180349" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="865.0727725903407" y="706.2802817386369" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="869.2670192409762" y="706.280281738637" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="875.7753330092038" y="706.8587985180349" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_125</text><line class="component-pin sch-component-pin sch-port-line" x1="875.7753330092038" y1="706.8587985180349" x2="882.4282759722807" y2="706.8587985180349" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_22_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="883.0067927516787" cy="706.8587985180349" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="882.4282759722807" y="706.2802817386369" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="879.3910628804413" y="706.280281738637" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="872.8827491122138" y="706.8587985180349" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_126</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_23__stack1"><rect class="component chip sch-component-body" x="825.082800214454" y="635.4119762623819" width="8.099234911572012" height="19.66957049953203" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="825.082800214454" y="635.4119762623819" width="8.099234911572012" height="19.66957049953203" fill="transparent"/><text class="sch-text" x="829.13241767024" y="645.2467615121479" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 829.13241767024, 645.2467615121479)">schematic_component_23</text><line class="component-pin sch-component-pin sch-port-line" x1="825.082800214454" y1="645.2467615121479" x2="813.512464626494" y2="645.2467615121479" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_23_0__stack1"><rect x="812.933947847096" y="644.6682447327499" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="819.297632420474" y="644.6682447327499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="827.9753841114439" y="645.2467615121479" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_127</text><line class="component-pin sch-component-pin sch-port-line" x1="833.182035126026" y1="645.2467615121479" x2="844.173853934588" y2="645.2467615121479" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_23_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="844.752370713986" cy="645.2467615121479" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="844.173853934588" y="644.6682447327499" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="838.967202920006" y="644.6682447327499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="830.289451229036" y="645.2467615121479" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_128</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_24__stack1"><rect class="component chip sch-component-body" x="852.1284596513104" y="326.773274453549" width="31.384535282341517" height="2.892583896990004" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="852.1284596513104" y="326.773274453549" width="31.384535282341517" height="2.892583896990004" fill="transparent"/><text class="sch-text" x="867.8207272924813" y="328.219566402044" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 867.8207272924813, 328.219566402044)">schematic_component_24</text><line class="component-pin sch-component-pin sch-port-line" x1="861.5293573165279" y1="326.773274453549" x2="861.5293573165279" y2="319.541814711074" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_24_0__stack1"><rect x="860.9508405371299" y="318.963297931676" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="860.9508405371299" y="323.15754458231146" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 860.9508405371299 323.15754458231146)"></text><text class="pin-number sch-pin-label" x="861.5293573165279" y="329.665858350539" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 861.5293573165279 329.665858350539)">schematic_port_129</text><line class="component-pin sch-component-pin sch-port-line" x1="861.5293573165279" y1="329.665858350539" x2="861.5293573165279" y2="336.897318093014" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_24_1__stack1"><rect x="860.9508405371299" y="336.318801313616" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="860.9508405371299" y="333.28158822177653" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 860.9508405371299 333.28158822177653)"></text><text class="pin-number sch-pin-label" x="861.5293573165279" y="326.773274453549" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 861.5293573165279 326.773274453549)">schematic_port_130</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_25__stack1"><rect class="component chip sch-component-body" x="981.282330651914" y="218.879895095822" width="2.892583896990004" height="19.66957049953197" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="981.282330651914" y="218.879895095822" width="2.892583896990004" height="19.66957049953197" fill="transparent"/><text class="sch-text" x="982.7286226004089" y="228.71468034558802" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 982.7286226004089, 228.71468034558802)">schematic_component_25</text><line class="component-pin sch-component-pin sch-port-line" x1="981.282330651914" y1="228.71468034558802" x2="974.050870909439" y2="228.71468034558802" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_25_0__stack1"><rect x="973.472354130041" y="228.13616356619002" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="977.6666007806764" y="228.13616356619002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="984.174914548904" y="228.71468034558802" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_131</text><line class="component-pin sch-component-pin sch-port-line" x1="984.174914548904" y1="228.71468034558802" x2="991.406374291379" y2="228.71468034558802" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_25_1__stack1"><rect x="990.827857511981" y="228.13616356619002" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="987.7906444201415" y="228.13616356619002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="981.282330651914" y="228.71468034558802" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_132</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_26__stack1"><rect class="component chip sch-component-body" x="1011.654461570309" y="276.153056256224" width="2.892583896990118" height="19.66957049953203" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1011.654461570309" y="276.153056256224" width="2.892583896990118" height="19.66957049953203" fill="transparent"/><text class="sch-text" x="1013.1007535188039" y="285.98784150599" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 1013.1007535188039, 285.98784150599)">schematic_component_26</text><line class="component-pin sch-component-pin sch-port-line" x1="1011.654461570309" y1="285.98784150599" x2="1002.68745148964" y2="285.98784150599" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_26_0__stack1"><rect x="1002.108934710242" y="285.409324726592" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1007.1709565299745" y="285.409324726592" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="1014.5470454672991" y="285.98784150599" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_133</text><line class="component-pin sch-component-pin sch-port-line" x1="1014.5470454672991" y1="285.98784150599" x2="1022.93553876857" y2="285.98784150599" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_26_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1023.5140555479679" cy="285.98784150599" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="1022.9355387685699" y="285.409324726592" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1019.0305505076335" y="285.409324726592" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="1011.654461570309" y="285.98784150599" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_134</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_27__stack1"><rect class="component chip sch-component-body" x="1011.654461570309" y="333.426217416626" width="2.892583896990118" height="19.66957049953197" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1011.654461570309" y="333.426217416626" width="2.892583896990118" height="19.66957049953197" fill="transparent"/><text class="sch-text" x="1013.1007535188039" y="343.261002666392" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 1013.1007535188039, 343.261002666392)">schematic_component_27</text><line class="component-pin sch-component-pin sch-port-line" x1="1011.654461570309" y1="343.261002666392" x2="1003.265968269038" y2="343.261002666392" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_27_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1002.68745148964" cy="343.261002666392" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="1002.108934710242" y="342.682485886994" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1007.1709565299745" y="342.682485886994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="1014.5470454672991" y="343.261002666392" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_135</text><line class="component-pin sch-component-pin sch-port-line" x1="1014.5470454672991" y1="343.261002666392" x2="1022.93553876857" y2="343.261002666392" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_27_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1023.5140555479679" cy="343.261002666392" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="1022.9355387685699" y="342.682485886994" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1019.0305505076335" y="342.682485886994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="1011.654461570309" y="343.261002666392" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_136</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_28__stack1"><rect class="component chip sch-component-body" x="1014.836303856998" y="222.640254161909" width="37.16970307632141" height="2.892583896990004" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1014.836303856998" y="222.640254161909" width="37.16970307632141" height="2.892583896990004" fill="transparent"/><text class="sch-text" x="1033.4211553951586" y="224.08654611040402" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 1033.4211553951586, 224.08654611040402)">schematic_component_28</text><line class="component-pin sch-component-pin sch-port-line" x1="1027.852931393453" y1="222.640254161909" x2="1027.852931393453" y2="213.67324408124" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_28_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1027.852931393453" cy="213.094727301842" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="1027.274414614055" y="212.516210522444" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1027.2744146140549" y="217.8674907318755" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 1027.2744146140549 217.8674907318755)"></text><text class="pin-number sch-pin-label" x="1027.852931393453" y="225.53283805889902" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 1027.852931393453 225.53283805889902)">schematic_port_137</text><line class="component-pin sch-component-pin sch-port-line" x1="1027.852931393453" y1="225.53283805889902" x2="1027.852931393453" y2="235.078364918966" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_28_1__stack1"><rect x="1027.274414614055" y="234.499848139568" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1027.2744146140549" y="230.3056014889325" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 1027.2744146140549 230.3056014889325)"></text><text class="pin-number sch-pin-label" x="1027.852931393453" y="222.640254161909" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 1027.852931393453 222.640254161909)">schematic_port_138</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_29__stack1"><rect class="component chip sch-component-body" x="167.4900085324898" y="290.037458961776" width="33.69860239993346" height="2.892583896990004" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="167.4900085324898" y="290.037458961776" width="33.69860239993346" height="2.892583896990004" fill="transparent"/><text class="sch-text" x="184.33930973245657" y="291.483750910271" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 184.33930973245657, 291.483750910271)">schematic_component_29</text><line class="component-pin sch-component-pin sch-port-line" x1="180.50663606894477" y1="290.037458961776" x2="180.50663606894477" y2="280.491932101709" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_29_0__stack1"><rect x="179.92811928954677" y="279.913415322311" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="179.92811928954683" y="285.2646955317425" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 179.92811928954683 285.2646955317425)"></text><text class="pin-number sch-pin-label" x="180.50663606894477" y="292.930042858766" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 180.50663606894477 292.930042858766)">schematic_port_139</text><line class="component-pin sch-component-pin sch-port-line" x1="180.50663606894477" y1="292.930042858766" x2="180.50663606894477" y2="302.475569718833" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_29_1__stack1"><rect x="179.92811928954677" y="301.897052939435" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="179.92811928954683" y="297.7028062887995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 179.92811928954683 297.7028062887995)"></text><text class="pin-number sch-pin-label" x="180.50663606894477" y="290.037458961776" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 180.50663606894477 290.037458961776)">schematic_port_140</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_30__stack1"><rect class="component chip sch-component-body" x="486.361225876925" y="246.937958896625" width="37.169703076321525" height="2.892583896990004" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="486.361225876925" y="246.937958896625" width="37.169703076321525" height="2.892583896990004" fill="transparent"/><text class="sch-text" x="504.9460774150857" y="248.38425084512" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 504.9460774150857, 248.38425084512)">schematic_component_30</text><line class="component-pin sch-component-pin sch-port-line" x1="499.37785341337997" y1="246.937958896625" x2="499.37785341337997" y2="237.392432036558" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_30_0__stack1"><rect x="498.79933663398197" y="236.81391525716" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="498.79933663398197" y="242.1651954665915" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 498.79933663398197 242.1651954665915)"></text><text class="pin-number sch-pin-label" x="499.37785341337997" y="249.830542793615" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 499.37785341337997 249.830542793615)">schematic_port_141</text><line class="component-pin sch-component-pin sch-port-line" x1="499.37785341337997" y1="249.830542793615" x2="499.37785341337997" y2="259.376069653682" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_30_1__stack1"><rect x="498.79933663398197" y="258.797552874284" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="498.79933663398197" y="254.60330622364847" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 498.79933663398197 254.60330622364847)"></text><text class="pin-number sch-pin-label" x="499.37785341337997" y="246.937958896625" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 499.37785341337997 246.937958896625)">schematic_port_142</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_31__stack1"><rect class="component chip sch-component-body" x="1033.3488407977338" y="142.804938604985" width="33.698602399933634" height="2.892583896990004" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1033.3488407977338" y="142.804938604985" width="33.698602399933634" height="2.892583896990004" fill="transparent"/><text class="sch-text" x="1050.1981419977008" y="144.25123055348" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 1050.1981419977008, 144.25123055348)">schematic_component_31</text><line class="component-pin sch-component-pin sch-port-line" x1="1046.365468334189" y1="142.804938604985" x2="1046.365468334189" y2="133.837928524316" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_31_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1046.365468334189" cy="133.259411744918" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="1045.7869515547911" y="132.68089496552" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1045.786951554791" y="138.0321751749515" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 1045.786951554791 138.0321751749515)"></text><text class="pin-number sch-pin-label" x="1046.365468334189" y="145.69752250197502" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 1046.365468334189 145.69752250197502)">schematic_port_143</text><line class="component-pin sch-component-pin sch-port-line" x1="1046.365468334189" y1="145.69752250197502" x2="1046.365468334189" y2="154.664532582644" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_31_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1046.365468334189" cy="155.243049362042" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="1045.7869515547911" y="154.664532582644" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1045.786951554791" y="150.4702859320085" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 1045.786951554791 150.4702859320085)"></text><text class="pin-number sch-pin-label" x="1046.365468334189" y="142.804938604985" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 1046.365468334189 142.804938604985)">schematic_port_144</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_32__stack1"><rect class="component chip sch-component-body" x="530.7262313970091" y="632.172846351613" width="33.69860239993352" height="2.892583896990118" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="530.7262313970091" y="632.172846351613" width="33.69860239993352" height="2.892583896990118" fill="transparent"/><text class="sch-text" x="547.5755325969758" y="633.619138300108" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 547.5755325969758, 633.619138300108)">schematic_component_32</text><line class="component-pin sch-component-pin sch-port-line" x1="543.742858933464" y1="632.172846351613" x2="543.742858933464" y2="622.627319491546" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_32_0__stack1"><rect x="543.164342154066" y="622.048802712148" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="543.164342154066" y="627.4000829215795" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 543.164342154066 627.4000829215795)"></text><text class="pin-number sch-pin-label" x="543.742858933464" y="635.0654302486031" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 543.742858933464 635.0654302486031)">schematic_port_145</text><line class="component-pin sch-component-pin sch-port-line" x1="543.742858933464" y1="635.0654302486031" x2="543.742858933464" y2="644.61095710867" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_32_1__stack1"><rect x="543.164342154066" y="644.032440329272" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="543.164342154066" y="639.8381936786366" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 543.164342154066 639.8381936786366)"></text><text class="pin-number sch-pin-label" x="543.742858933464" y="632.172846351613" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 543.742858933464 632.172846351613)">schematic_port_146</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_33__stack1"><rect class="component chip sch-component-body" x="618.4438380732308" y="669.197920233085" width="37.169703076321525" height="2.892583896990004" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="618.4438380732308" y="669.197920233085" width="37.169703076321525" height="2.892583896990004" fill="transparent"/><text class="sch-text" x="637.0286896113917" y="670.6442121815801" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 637.0286896113917, 670.6442121815801)">schematic_component_33</text><line class="component-pin sch-component-pin sch-port-line" x1="631.4604656096859" y1="669.197920233085" x2="631.4604656096859" y2="659.6523933730181" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_33_0__stack1"><rect x="630.8819488302879" y="659.0738765936201" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="630.8819488302879" y="664.4251568030516" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 630.8819488302879 664.4251568030516)"></text><text class="pin-number sch-pin-label" x="631.4604656096859" y="672.090504130075" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 631.4604656096859 672.090504130075)">schematic_port_147</text><line class="component-pin sch-component-pin sch-port-line" x1="631.4604656096859" y1="672.090504130075" x2="631.4604656096859" y2="681.636030990142" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_33_1__stack1"><rect x="630.8819488302879" y="681.057514210744" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="630.8819488302879" y="676.8632675601085" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 630.8819488302879 676.8632675601085)"></text><text class="pin-number sch-pin-label" x="631.4604656096859" y="669.197920233085" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 631.4604656096859 669.197920233085)">schematic_port_148</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_34__stack1"><rect class="component chip sch-component-body" x="105.25772850134479" y="331.39699026683036" width="53.80358514114482" height="7.399952754474725" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="105.25772850134479" y="331.39699026683036" width="53.80358514114482" height="7.399952754474725" fill="transparent"/><text class="sch-text" x="132.1595210719172" y="335.0969666440677" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 132.1595210719172, 335.0969666440677)">schematic_component_34</text><line class="component-pin sch-component-pin sch-port-line" x1="133.279756491959" y1="331.39699026683036" x2="133.279756491959" y2="320.40517145826834" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_34_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="133.279756491959" cy="319.82665467887034" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="132.701239712561" y="319.24813789947234" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="132.70123971256106" y="325.61182247285035" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 132.70123971256106 325.61182247285035)"></text><text class="pin-number sch-pin-label" x="133.279756491959" y="334.28957416382036" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 133.279756491959 334.28957416382036)">schematic_port_149</text><line class="component-pin sch-component-pin sch-port-line" x1="133.12792187062217" y1="338.7969430213051" x2="133.12792187062217" y2="350.3672786092651" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_34_1__stack1"><rect x="132.54940509122417" y="349.7887618298671" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="132.54940509122417" y="344.5821108152851" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 132.54940509122417 344.5821108152851)"></text><text class="pin-number sch-pin-label" x="133.12792187062217" y="335.9043591243151" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 133.12792187062217 335.9043591243151)">schematic_port_150</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_35__stack1"><rect class="component chip sch-component-body" x="960.2026255025994" y="602.9577489920141" width="15.1137508617727" height="5.785167793980122" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="960.2026255025994" y="602.9577489920141" width="15.1137508617727" height="5.785167793980122" fill="transparent"/><text class="sch-text" x="967.7595009334857" y="605.8503328890041" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="2.89258389699px" transform="rotate(0, 967.7595009334857, 605.8503328890041)">schematic_port_151</text><line class="component-pin sch-component-pin sch-port-line" x1="960.2026255025994" y1="605.8503328890041" x2="949.2108066940373" y2="605.8503328890041" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_35_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="948.6322899146394" cy="605.8503328890041" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="948.0537731352414" y="605.2718161096061" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="954.4174577086193" y="605.2718161096061" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="963.0952093995893" y="605.8503328890041" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_151</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_36__stack1"><rect class="component chip sch-component-body" x="960.2026255025994" y="643.453923549874" width="8.171549508996804" height="5.785167793980008" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="960.2026255025994" y="643.453923549874" width="8.171549508996804" height="5.785167793980008" fill="transparent"/><text class="sch-text" x="964.2884002570977" y="646.346507446864" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="2.89258389699px" transform="rotate(0, 964.2884002570977, 646.346507446864)">schematic_port_152</text><line class="component-pin sch-component-pin sch-port-line" x1="960.2026255025994" y1="646.346507446864" x2="949.2108066940373" y2="646.346507446864" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_36_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="948.6322899146394" cy="646.346507446864" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="948.0537731352414" y="645.767990667466" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="954.4174577086193" y="645.767990667466" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="963.0952093995893" y="646.346507446864" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_152</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_37__stack1"><rect class="component chip sch-component-body" x="960.2026255025994" y="683.9500981077341" width="15.1137508617727" height="5.785167793980008" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="960.2026255025994" y="683.9500981077341" width="15.1137508617727" height="5.785167793980008" fill="transparent"/><text class="sch-text" x="967.7595009334857" y="686.8426820047241" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="2.89258389699px" transform="rotate(0, 967.7595009334857, 686.8426820047241)">schematic_port_153</text><line class="component-pin sch-component-pin sch-port-line" x1="960.2026255025994" y1="686.8426820047241" x2="949.2108066940373" y2="686.8426820047241" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_37_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="948.6322899146394" cy="686.8426820047241" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="948.0537731352414" y="686.2641652253261" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="954.4174577086193" y="686.2641652253261" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="963.0952093995893" y="686.8426820047241" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_153</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_38__stack1"><rect class="component chip sch-component-body" x="960.2026255025994" y="643.453923549874" width="8.171549508996804" height="5.785167793980008" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="960.2026255025994" y="643.453923549874" width="8.171549508996804" height="5.785167793980008" fill="transparent"/><text class="sch-text" x="964.2884002570977" y="646.346507446864" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="2.89258389699px" transform="rotate(0, 964.2884002570977, 646.346507446864)">schematic_port_154</text><line class="component-pin sch-component-pin sch-port-line" x1="960.2026255025994" y1="646.346507446864" x2="949.2108066940373" y2="646.346507446864" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_38_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="948.6322899146394" cy="646.346507446864" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="948.0537731352414" y="645.767990667466" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="954.4174577086193" y="645.767990667466" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="963.0952093995893" y="646.346507446864" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_154</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="112.0970269051312" cy="160.738958766323" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="142.17989943382736" cy="160.738958766323" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="72.39631291894358" cy="219.74767026491895" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="72.39631291894358" cy="237.103173646859" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="302.68214841805997" cy="98.548404981038" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="302.68214841805997" cy="120.53204259816201" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="372.10416194582" cy="31.729716960568993" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="372.10416194582" cy="53.71335457769302" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="372.10416194582" cy="165.367093001507" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="372.10416194582" cy="187.35073061863102" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="351.85607466689" cy="98.548404981038" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="351.85607466689" cy="120.53204259816201" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="848.2596286890863" cy="251.86286500818045" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="848.2596286890863" cy="234.50736162624037" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="1061.985421377935" cy="298.715210652746" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="1061.985421377935" cy="320.69884826987" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="267.97114165418" cy="165.367093001507" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="267.97114165418" cy="187.35073061863102" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="267.97114165418" cy="31.729716960568993" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="267.97114165418" cy="53.71335457769302" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="1055.043220025159" cy="63.83739821715801" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="1055.043220025159" cy="85.821035834282" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="133.12792187062217" cy="367.71836356930237" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_1__stack1"><circle cx="133.12792187062217" cy="389.70200118642634" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_0__stack1"><circle cx="890.1659378967289" cy="273.260472359234" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_1__stack1"><circle cx="890.1659378967289" cy="279.045640153214" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_2__stack1"><circle cx="890.1659378967289" cy="284.830807947194" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_3__stack1"><circle cx="890.1659378967289" cy="290.615975741174" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_4__stack1"><circle cx="890.1659378967289" cy="296.40114353515395" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_5__stack1"><circle cx="890.1659378967289" cy="302.18631132913396" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_6__stack1"><circle cx="890.1659378967289" cy="307.97147912311397" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_7__stack1"><circle cx="890.1659378967289" cy="313.756646917094" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_8__stack1"><circle cx="962.480535321479" cy="313.756646917094" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_9__stack1"><circle cx="962.480535321479" cy="307.97147912311397" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_10__stack1"><circle cx="962.480535321479" cy="302.18631132913396" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_11__stack1"><circle cx="962.480535321479" cy="296.40114353515395" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_12__stack1"><circle cx="962.480535321479" cy="290.615975741174" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_13__stack1"><circle cx="962.480535321479" cy="284.830807947194" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_14__stack1"><circle cx="962.480535321479" cy="279.045640153214" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_15__stack1"><circle cx="962.480535321479" cy="273.260472359234" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_0__stack1"><circle cx="521.940007809902" cy="57.47371364377997" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_1__stack1"><circle cx="521.940007809902" cy="63.25888143775998" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_2__stack1"><circle cx="521.940007809902" cy="69.04404923173996" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_3__stack1"><circle cx="521.940007809902" cy="74.82921702571997" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_4__stack1"><circle cx="521.940007809902" cy="80.61438481969998" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_5__stack1"><circle cx="521.940007809902" cy="86.39955261367997" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_6__stack1"><circle cx="521.940007809902" cy="92.18472040765997" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_7__stack1"><circle cx="521.940007809902" cy="97.96988820163998" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_8__stack1"><circle cx="521.940007809902" cy="103.75505599561997" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_9__stack1"><circle cx="521.940007809902" cy="109.54022378959996" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_10__stack1"><circle cx="521.940007809902" cy="115.32539158357997" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_11__stack1"><circle cx="521.940007809902" cy="121.11055937755997" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_12__stack1"><circle cx="521.940007809902" cy="126.89572717153997" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_13__stack1"><circle cx="521.940007809902" cy="132.68089496551997" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_14__stack1"><circle cx="521.940007809902" cy="138.46606275949998" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_15__stack1"><circle cx="521.940007809902" cy="144.25123055347999" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_16__stack1"><circle cx="521.940007809902" cy="150.03639834746" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_17__stack1"><circle cx="521.940007809902" cy="155.82156614144" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_18__stack1"><circle cx="521.940007809902" cy="161.60673393541998" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_19__stack1"><circle cx="521.940007809902" cy="167.3919017294" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_20__stack1"><circle cx="521.940007809902" cy="173.17706952338" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_21__stack1"><circle cx="521.940007809902" cy="178.96223731736" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_22__stack1"><circle cx="521.940007809902" cy="184.74740511134002" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_23__stack1"><circle cx="521.940007809902" cy="190.53257290532002" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_24__stack1"><circle cx="521.940007809902" cy="196.31774069930003" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_25__stack1"><circle cx="521.940007809902" cy="202.10290849328004" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_26__stack1"><circle cx="521.940007809902" cy="207.88807628726002" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_27__stack1"><circle cx="521.940007809902" cy="213.67324408124003" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_28__stack1"><circle cx="521.940007809902" cy="219.45841187522004" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_29__stack1"><circle cx="626.0730281015419" cy="216.56582797823003" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_30__stack1"><circle cx="626.0730281015419" cy="210.78066018425002" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_31__stack1"><circle cx="626.0730281015419" cy="204.99549239027004" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_32__stack1"><circle cx="626.0730281015419" cy="199.21032459629004" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_33__stack1"><circle cx="626.0730281015419" cy="193.42515680231003" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_34__stack1"><circle cx="626.0730281015419" cy="187.63998900833002" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_35__stack1"><circle cx="626.0730281015419" cy="181.85482121435" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_36__stack1"><circle cx="626.0730281015419" cy="176.06965342037003" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_37__stack1"><circle cx="626.0730281015419" cy="170.28448562639005" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_38__stack1"><circle cx="626.0730281015419" cy="164.49931783241004" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_39__stack1"><circle cx="626.0730281015419" cy="158.71415003843003" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_40__stack1"><circle cx="626.0730281015419" cy="152.92898224445003" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_41__stack1"><circle cx="626.0730281015419" cy="147.14381445047005" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_42__stack1"><circle cx="626.0730281015419" cy="141.35864665649004" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_43__stack1"><circle cx="626.0730281015419" cy="135.57347886251003" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_44__stack1"><circle cx="626.0730281015419" cy="129.78831106853002" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_45__stack1"><circle cx="626.0730281015419" cy="124.00314327455001" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_46__stack1"><circle cx="626.0730281015419" cy="118.21797548057002" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_47__stack1"><circle cx="626.0730281015419" cy="112.43280768659001" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_48__stack1"><circle cx="626.0730281015419" cy="106.64763989261" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_49__stack1"><circle cx="626.0730281015419" cy="100.86247209863001" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_50__stack1"><circle cx="626.0730281015419" cy="95.07730430465" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_51__stack1"><circle cx="626.0730281015419" cy="89.29213651067" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_52__stack1"><circle cx="626.0730281015419" cy="83.50696871669" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_53__stack1"><circle cx="626.0730281015419" cy="77.72180092270999" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_54__stack1"><circle cx="626.0730281015419" cy="71.93663312873" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_55__stack1"><circle cx="626.0730281015419" cy="66.15146533474999" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_56__stack1"><circle cx="626.0730281015419" cy="60.36629754076998" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_0__stack1"><circle cx="1072.6879817967979" cy="218.301378316424" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_1__stack1"><circle cx="1072.6879817967979" cy="224.08654611040402" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_2__stack1"><circle cx="1072.6879817967979" cy="229.87171390438402" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_3__stack1"><circle cx="1072.6879817967979" cy="235.65688169836403" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_4__stack1"><circle cx="1072.6879817967979" cy="241.44204949234404" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_5__stack1"><circle cx="1130.539659736598" cy="238.54946559535398" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_6__stack1"><circle cx="1130.539659736598" cy="232.764297801374" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_7__stack1"><circle cx="1130.539659736598" cy="226.97913000739402" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_8__stack1"><circle cx="1130.539659736598" cy="221.193962213414" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_0__stack1"><circle cx="112.09702690513132" cy="219.747670264919" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_1__stack1"><circle cx="112.09702690513132" cy="225.53283805889902" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_2__stack1"><circle cx="112.09702690513132" cy="231.318005852879" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_3__stack1"><circle cx="169.9487048449314" cy="228.425421955889" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_4__stack1"><circle cx="169.9487048449314" cy="222.640254161909" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_0__stack1"><circle cx="579.3939554638658" cy="619.156218815158" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_1__stack1"><circle cx="579.3939554638658" cy="624.9413866091381" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_2__stack1"><circle cx="637.2456334036658" cy="624.9413866091381" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_3__stack1"><circle cx="637.2456334036658" cy="619.156218815158" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_0__stack1"><circle cx="772.9078181724967" cy="229.66228359878215" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_1__stack1"><circle cx="772.9078181724967" cy="235.44745139276216" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_2__stack1"><circle cx="830.7594961122968" cy="235.44745139276216" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_3__stack1"><circle cx="830.7594961122968" cy="229.66228359878215" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_0__stack1"><circle cx="772.9078181724967" cy="304.86946492052215" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_1__stack1"><circle cx="772.9078181724967" cy="310.6546327145022" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_2__stack1"><circle cx="830.7594961122968" cy="310.6546327145022" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_3__stack1"><circle cx="830.7594961122968" cy="304.86946492052215" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_21_0__stack1"><circle cx="902.6402059524983" cy="251.8628650081804" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_21_1__stack1"><circle cx="902.6402059524983" cy="234.50736162624042" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_0__stack1"><circle cx="865.6512893697387" cy="706.8587985180349" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_1__stack1"><circle cx="883.0067927516787" cy="706.8587985180349" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_0__stack1"><circle cx="813.512464626494" cy="645.2467615121479" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_1__stack1"><circle cx="844.752370713986" cy="645.2467615121479" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_24_0__stack1"><circle cx="861.5293573165279" cy="319.541814711074" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_24_1__stack1"><circle cx="861.5293573165279" cy="336.897318093014" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_25_0__stack1"><circle cx="974.050870909439" cy="228.71468034558802" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_25_1__stack1"><circle cx="991.406374291379" cy="228.71468034558802" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_26_0__stack1"><circle cx="1002.68745148964" cy="285.98784150599" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_26_1__stack1"><circle cx="1023.5140555479679" cy="285.98784150599" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_27_0__stack1"><circle cx="1002.68745148964" cy="343.261002666392" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_27_1__stack1"><circle cx="1023.5140555479679" cy="343.261002666392" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_28_0__stack1"><circle cx="1027.852931393453" cy="213.094727301842" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_28_1__stack1"><circle cx="1027.852931393453" cy="235.078364918966" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_0__stack1"><circle cx="180.50663606894477" cy="280.491932101709" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_1__stack1"><circle cx="180.50663606894477" cy="302.475569718833" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_0__stack1"><circle cx="499.37785341337997" cy="237.392432036558" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_1__stack1"><circle cx="499.37785341337997" cy="259.376069653682" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_31_0__stack1"><circle cx="1046.365468334189" cy="133.259411744918" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_31_1__stack1"><circle cx="1046.365468334189" cy="155.243049362042" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_0__stack1"><circle cx="543.742858933464" cy="622.627319491546" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_1__stack1"><circle cx="543.742858933464" cy="644.61095710867" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_0__stack1"><circle cx="631.4604656096859" cy="659.6523933730181" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_1__stack1"><circle cx="631.4604656096859" cy="681.636030990142" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_34_0__stack1"><circle cx="133.279756491959" cy="319.82665467887034" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_34_1__stack1"><circle cx="133.12792187062217" cy="350.3672786092651" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_35_0__stack1"><circle cx="948.6322899146394" cy="605.8503328890041" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_36_0__stack1"><circle cx="948.6322899146394" cy="646.346507446864" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_37_0__stack1"><circle cx="948.6322899146394" cy="686.8426820047241" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_38_0__stack1"><circle cx="948.6322899146394" cy="646.346507446864" r="1.157033558796" 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="
372
- M 72.39631291894358,213.962502470939
373
- L 69.50372902195357,212.4005071665644
374
- L 69.50372902195357,202.48087278915335
375
- L 75.28889681593358,202.48087278915335
376
- L 75.28889681593358,212.4005071665644
377
- Z
378
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><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="72.39631291894358" y="211.359176963648" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 72.39631291894358 211.359176963648)">XX</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="
379
- M 150.88657696376725,147.6934053908981
380
- L 147.99399306677725,146.13141008652352
381
- L 147.99399306677725,136.21177570911246
382
- L 153.77916086075726,136.21177570911246
383
- L 153.77916086075726,146.13141008652352
384
- Z
385
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><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="150.88657696376725" y="145.0900798836071" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 150.88657696376725 145.0900798836071)">XX</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="
386
- M 865.550048933344,300.7110935416691
387
- L 862.657465036354,299.1490982372945
388
- L 862.657465036354,289.2294638598834
389
- L 868.442632830334,289.2294638598834
390
- L 868.442632830334,299.1490982372945
391
- Z
392
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><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="865.550048933344" y="298.10776803437807" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 865.550048933344 298.10776803437807)">XX</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="
393
- M 976.9723806453987,270.3389626232741
394
- L 974.0797967484087,268.7769673188995
395
- L 974.0797967484087,258.85733294148844
396
- L 979.8649645423887,258.85733294148844
397
- L 979.8649645423887,268.7769673188995
398
- Z
399
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><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="976.9723806453987" y="267.7356371159831" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 976.9723806453987 267.7356371159831)">XX</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="
400
- M 1027.852931393453,213.094727301842
401
- L 1024.960347496463,211.5327319974674
402
- L 1024.960347496463,201.61309762005635
403
- L 1030.7455152904429,201.61309762005635
404
- L 1030.7455152904429,211.5327319974674
405
- Z
406
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><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="1027.852931393453" y="210.491401794551" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 1027.852931393453 210.491401794551)">XX</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="
407
- M 72.39631291894358,242.88834144083899
408
- L 70.83431761456897,245.780925337829
409
- L 60.91468323715794,245.780925337829
410
- L 60.91468323715794,239.99575754384898
411
- L 70.83431761456897,239.99575754384898
412
- Z
413
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><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="69.79298741165258" y="242.88834144083899" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XX</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="
414
- M 660.2344439249939,135.57347886251003
415
- L 657.3418600280039,134.01148355813544
416
- L 657.3418600280039,124.0918491807244
417
- L 663.1270278219839,124.0918491807244
418
- L 663.1270278219839,134.01148355813544
419
- Z
420
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><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="660.2344439249939" y="132.97015335521903" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 660.2344439249939 132.97015335521903)">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="
421
- M 302.68214841805997,92.76323718705802
422
- L 299.78956452106996,91.20124188268342
423
- L 299.78956452106996,81.28160750527239
424
- L 305.57473231504997,81.28160750527239
425
- L 305.57473231504997,91.20124188268342
426
- Z
427
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><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="302.68214841805997" y="90.15991167976702" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 302.68214841805997 90.15991167976702)">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="
428
- M 372.10416194582,25.944549166589013
429
- L 369.21157804883,24.38255386221441
430
- L 369.21157804883,14.462919484803374
431
- L 374.99674584281,14.462919484803374
432
- L 374.99674584281,24.382553862214415
433
- Z
434
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><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="372.10416194582" y="23.341223659298013" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 372.10416194582 23.341223659298013)">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="
435
- M 372.10416194582,159.581925207527
436
- L 369.21157804883,158.01992990315242
437
- L 369.21157804883,148.10029552574136
438
- L 374.99674584281,148.10029552574136
439
- L 374.99674584281,158.01992990315242
440
- Z
441
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><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="372.10416194582" y="156.978599700236" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 372.10416194582 156.978599700236)">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="
442
- M 848.2596286890863,228.72219383226042
443
- L 845.3670447920963,227.16019852788583
444
- L 845.3670447920963,217.24056415047477
445
- L 851.1522125860763,217.24056415047477
446
- L 851.1522125860763,227.16019852788583
447
- Z
448
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><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="848.2596286890863" y="226.1188683249694" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 848.2596286890863 226.1188683249694)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" d="
449
- M 1061.985421377935,262.84717033006996
450
- L 1059.092837480945,261.28517502569537
451
- L 1059.092837480945,251.3655406482843
452
- L 1064.8780052749248,251.3655406482843
453
- L 1064.8780052749248,261.28517502569537
454
- Z
455
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><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="1061.985421377935" y="260.24384482277895" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 1061.985421377935 260.24384482277895)">XX</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="
456
- M 1055.043220025159,63.83739821715801
457
- L 1052.150636128169,62.27540291278341
458
- L 1052.150636128169,52.35576853537237
459
- L 1057.9358039221488,52.35576853537237
460
- L 1057.9358039221488,62.27540291278341
461
- Z
462
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><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="1055.043220025159" y="61.234072709867014" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 1055.043220025159 61.234072709867014)">XX</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="
463
- M 506.030796376457,57.47371364377997
464
- L 503.138212479467,55.911718339405375
465
- L 503.138212479467,45.99208396199433
466
- L 508.923380273447,45.99208396199433
467
- L 508.923380273447,55.911718339405375
468
- Z
469
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><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="506.030796376457" y="54.87038813648898" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 506.030796376457 54.87038813648898)">XX</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="
470
- M 521.940007809902,178.96223731736
471
- L 520.3780125055274,181.85482121435
472
- L 510.45837812811635,181.85482121435
473
- L 510.45837812811635,176.06965342037
474
- L 520.3780125055274,176.06965342037
475
- Z
476
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><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="519.336682302611" y="178.96223731736" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XX</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="
477
- M 180.50663606894477,222.640254161909
478
- L 177.61405217195477,221.07825885753442
479
- L 177.61405217195477,211.15862448012336
480
- L 183.39921996593478,211.15862448012336
481
- L 183.39921996593478,221.07825885753442
482
- Z
483
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><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="180.50663606894477" y="220.036928654618" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 180.50663606894477 220.036928654618)">XX</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="
484
- M 804.805787096554,635.0937920337129
485
- L 801.913203199564,633.5317967293383
486
- L 801.913203199564,623.6121623519273
487
- L 807.698370993544,623.6121623519273
488
- L 807.698370993544,633.5317967293383
489
- Z
490
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><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="804.805787096554" y="632.490466526422" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 804.805787096554 632.490466526422)">XX</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="
491
- M 1046.365468334189,133.259411744918
492
- L 1043.4728844371991,131.6974164405434
493
- L 1043.4728844371991,121.77778206313236
494
- L 1049.258052231179,121.77778206313236
495
- L 1049.258052231179,131.6974164405434
496
- Z
497
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><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="1046.365468334189" y="130.656086237627" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 1046.365468334189 130.656086237627)">XX</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="
498
- M 133.279756491959,319.82665467887034
499
- L 130.387172594969,318.26465937449575
500
- L 130.387172594969,308.3450249970847
501
- L 136.172340388949,308.3450249970847
502
- L 136.172340388949,318.26465937449575
503
- Z
504
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><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="133.279756491959" y="317.22332917157934" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 133.279756491959 317.22332917157934)">XX</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="
505
- M 948.6322899146394,646.346507446864
506
- L 947.0702946102648,649.239091343854
507
- L 937.1506602328537,649.239091343854
508
- L 937.1506602328537,643.453923549874
509
- L 947.0702946102648,643.453923549874
510
- Z
511
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><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="946.0289644073484" y="646.346507446864" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_20__stack1" d="
512
- M 302.68214841805997,126.31721039214199
513
- L 305.57473231504997,127.87920569651659
514
- L 305.57473231504997,137.79884007392764
515
- L 299.78956452106996,137.79884007392764
516
- L 299.78956452106996,127.87920569651659
517
- Z
518
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_20__stack1" x="302.68214841805997" y="128.920535899433" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 302.68214841805997 128.920535899433)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_21__stack1" d="
519
- M 372.10416194582,59.498522371673
520
- L 374.99674584281,61.060517676047596
521
- L 374.99674584281,70.98015205345864
522
- L 369.21157804883,70.98015205345864
523
- L 369.21157804883,61.060517676047596
524
- Z
525
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_21__stack1" x="372.10416194582" y="62.101847878963994" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 372.10416194582 62.101847878963994)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_22__stack1" d="
526
- M 372.10416194582,193.135898412611
527
- L 374.99674584281,194.6978937169856
528
- L 374.99674584281,204.61752809439665
529
- L 369.21157804883,204.61752809439665
530
- L 369.21157804883,194.6978937169856
531
- Z
532
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_22__stack1" x="372.10416194582" y="195.739223919902" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 372.10416194582 195.739223919902)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_23__stack1" d="
533
- M 1061.985421377935,326.48401606385
534
- L 1064.8780052749248,328.0460113682246
535
- L 1064.8780052749248,337.96564574563564
536
- L 1059.092837480945,337.96564574563564
537
- L 1059.092837480945,328.0460113682246
538
- Z
539
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_23__stack1" x="1061.985421377935" y="329.087341571141" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 1061.985421377935 329.087341571141)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_24__stack1" d="
540
- M 1055.043220025159,85.821035834282
541
- L 1057.9358039221488,87.3830311386566
542
- L 1057.9358039221488,97.30266551606763
543
- L 1052.150636128169,97.30266551606763
544
- L 1052.150636128169,87.3830311386566
545
- Z
546
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_24__stack1" x="1055.043220025159" y="88.424361341573" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 1055.043220025159 88.424361341573)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_25__stack1" d="
547
- M 133.12792187062217,395.4871689804063
548
- L 136.02050576761218,397.0491642847809
549
- L 136.02050576761218,406.96879866219194
550
- L 130.23533797363217,406.96879866219194
551
- L 130.23533797363217,397.0491642847809
552
- Z
553
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_25__stack1" x="133.12792187062217" y="398.0904944876973" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 133.12792187062217 398.0904944876973)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_26__stack1" d="
554
- M 861.5293573165279,342.68248588699396
555
- L 864.4219412135179,344.24448119136855
556
- L 864.4219412135179,354.1641155687796
557
- L 858.6367734195379,354.1641155687796
558
- L 858.6367734195379,344.24448119136855
559
- Z
560
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_26__stack1" x="861.5293573165279" y="345.28581139428496" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 861.5293573165279 345.28581139428496)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_27__stack1" d="
561
- M 1050.4440116289447,274.73569014669886
562
- L 1053.3365955259346,276.29768545107345
563
- L 1053.3365955259346,286.2173198284845
564
- L 1047.5514277319548,286.2173198284845
565
- L 1047.5514277319548,276.29768545107345
566
- Z
567
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_27__stack1" x="1050.4440116289447" y="277.33901565398986" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 1050.4440116289447 277.33901565398986)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_28__stack1" d="
568
- M 499.37785341337997,265.161237447662
569
- L 502.27043731036997,266.7232327520366
570
- L 502.27043731036997,276.64286712944767
571
- L 496.48526951638996,276.64286712944767
572
- L 496.48526951638996,266.7232327520366
573
- Z
574
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_28__stack1" x="499.37785341337997" y="267.764562954953" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 499.37785341337997 267.764562954953)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_29__stack1" d="
575
- M 657.6311184177029,61.84151532823488
576
- L 660.5237023146929,63.403510632609475
577
- L 660.5237023146929,73.32314501002051
578
- L 654.7385345207128,73.32314501002051
579
- L 654.7385345207128,63.403510632609475
580
- Z
581
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_29__stack1" x="657.6311184177029" y="64.44484083552588" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 657.6311184177029 64.44484083552588)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_30__stack1" d="
582
- M 1167.882917846739,222.6691800008789
583
- L 1170.775501743729,224.2311753052535
584
- L 1170.775501743729,234.15080968266454
585
- L 1164.9903339497491,234.15080968266454
586
- L 1164.9903339497491,224.2311753052535
587
- Z
588
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_30__stack1" x="1167.882917846739" y="225.2725055081699" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 1167.882917846739 225.2725055081699)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_31__stack1" d="
589
- M 112.09702690513132,225.53283805889902
590
- L 110.53503160075671,228.42542195588902
591
- L 100.61539722334568,228.42542195588902
592
- L 100.61539722334568,222.640254161909
593
- L 110.53503160075671,222.640254161909
594
- Z
595
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_31__stack1" x="109.49370139784031" y="225.53283805889902" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_32__stack1" d="
596
- M 543.742858933464,650.39612490265
597
- L 546.635442830454,651.9581202070245
598
- L 546.635442830454,661.8777545844356
599
- L 540.850275036474,661.8777545844356
600
- L 540.850275036474,651.9581202070245
601
- Z
602
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_32__stack1" x="543.742858933464" y="652.9994504099409" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 543.742858933464 652.9994504099409)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_33__stack1" d="
603
- M 631.4604656096859,687.421198784122
604
- L 634.3530495066759,688.9831940884966
605
- L 634.3530495066759,698.9028284659076
606
- L 628.5678817126959,698.9028284659076
607
- L 628.5678817126959,688.9831940884966
608
- Z
609
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_33__stack1" x="631.4604656096859" y="690.024524291413" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 631.4604656096859 690.024524291413)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_34__stack1" d="
610
- M 837.7306233040426,252.83188061367207
611
- L 840.6232072010326,254.39387591804666
612
- L 840.6232072010326,264.3135102954577
613
- L 834.8380394070526,264.3135102954577
614
- L 834.8380394070526,254.39387591804666
615
- Z
616
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_34__stack1" x="837.7306233040426" y="255.43520612096307" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 837.7306233040426 255.43520612096307)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_35__stack1" d="
617
- M 837.7306233040426,316.4687263474521
618
- L 840.6232072010326,318.0307216518267
619
- L 840.6232072010326,327.95035602923775
620
- L 834.8380394070526,327.95035602923775
621
- L 834.8380394070526,318.0307216518267
622
- Z
623
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_35__stack1" x="837.7306233040426" y="319.0720518547431" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 837.7306233040426 319.0720518547431)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_36__stack1" d="
624
- M 1027.852931393453,240.86353271294598
625
- L 1030.7455152904429,242.42552801732057
626
- L 1030.7455152904429,252.34516239473163
627
- L 1024.960347496463,252.34516239473163
628
- L 1024.960347496463,242.42552801732057
629
- Z
630
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_36__stack1" x="1027.852931393453" y="243.466858220237" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 1027.852931393453 243.466858220237)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_37__stack1" d="
631
- M 1046.365468334189,155.243049362042
632
- L 1049.258052231179,156.8050446664166
633
- L 1049.258052231179,166.72467904382765
634
- L 1043.4728844371991,166.72467904382765
635
- L 1043.4728844371991,156.8050446664166
636
- Z
637
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_37__stack1" x="1046.365468334189" y="157.846374869333" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 1046.365468334189 157.846374869333)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_38__stack1" d="
638
- M 948.6322899146394,646.346507446864
639
- L 947.0702946102648,649.239091343854
640
- L 937.1506602328537,649.239091343854
641
- L 937.1506602328537,643.453923549874
642
- L 947.0702946102648,643.453923549874
643
- Z
644
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_38__stack1" x="946.0289644073484" y="646.346507446864" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_39__stack1" d="
645
- M 848.2596286890863,265.1145149862659
646
- L 849.8216239934609,262.22193108927587
647
- L 863.1390802552029,262.22193108927587
648
- L 863.1390802552029,268.0070988832559
649
- L 849.8216239934609,268.0070988832559
650
- Z
651
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_39__stack1" x="850.8629541963772" y="265.1145149862659" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_40__stack1" d="
652
- M 521.940007809902,202.10290849328004
653
- L 520.3780125055274,204.99549239027004
654
- L 503.66273435945453,204.99549239027004
655
- L 503.66273435945453,199.21032459629004
656
- L 520.3780125055274,199.21032459629004
657
- Z
658
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_40__stack1" x="519.336682302611" y="202.10290849328004" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_41__stack1" d="
659
- M 133.12792187062217,359.04282108928373
660
- L 131.56592656624758,361.93540498627374
661
- L 101.25936088285101,361.93540498627374
662
- L 101.25936088285101,356.15023719229373
663
- L 131.56592656624758,356.15023719229373
664
- Z
665
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_41__stack1" x="130.52459636333117" y="359.04282108928373" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_42__stack1" d="
666
- M 626.0730281015419,141.35864665649004
667
- L 627.6350234059165,138.46606275950003
668
- L 657.9415890893131,138.46606275950003
669
- L 657.9415890893131,144.25123055348004
670
- L 627.6350234059165,144.25123055348004
671
- Z
672
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_42__stack1" x="628.6763536088329" y="141.35864665649004" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_43__stack1" d="
673
- M 861.5293573165279,313.756646917094
674
- L 858.6367734195379,312.1946516127194
675
- L 858.6367734195379,302.2750172353083
676
- L 864.4219412135179,302.2750172353083
677
- L 864.4219412135179,312.1946516127194
678
- Z
679
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_43__stack1" x="861.5293573165279" y="311.15332140980297" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 861.5293573165279 311.15332140980297)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_44__stack1" d="
680
- M 990.5385991222819,313.756646917094
681
- L 993.4311830192719,315.31864222146856
682
- L 993.4311830192719,325.2382765988796
683
- L 987.6460152252919,325.2382765988796
684
- L 987.6460152252919,315.31864222146856
685
- Z
686
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_44__stack1" x="990.5385991222819" y="316.359972424385" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 990.5385991222819 316.359972424385)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_45__stack1" d="
687
- M 979.4021511188704,296.40114353515395
688
- L 976.5095672218804,294.83914823077936
689
- L 976.5095672218804,284.9195138533683
690
- L 982.2947350158604,284.9195138533683
691
- L 982.2947350158604,294.83914823077936
692
- Z
693
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_45__stack1" x="979.4021511188704" y="293.79781802786295" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 979.4021511188704 293.79781802786295)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_46__stack1" d="
694
- M 1002.68745148964,343.261002666392
695
- L 1001.1254561852654,346.153586563382
696
- L 991.2058218078544,346.153586563382
697
- L 991.2058218078544,340.368418769402
698
- L 1001.1254561852654,340.368418769402
699
- Z
700
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_46__stack1" x="1000.0841259823491" y="343.261002666392" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_47__stack1" d="
701
- M 968.265703115459,261.690136771274
702
- L 966.7037078110844,264.582720668264
703
- L 956.7840734336734,264.582720668264
704
- L 956.7840734336734,258.797552874284
705
- L 966.7037078110844,258.797552874284
706
- Z
707
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_47__stack1" x="965.6623776081681" y="261.690136771274" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_48__stack1" d="
708
- M 543.742858933464,619.156218815158
709
- L 542.1808636290895,622.048802712148
710
- L 532.2612292516784,622.048802712148
711
- L 532.2612292516784,616.263634918168
712
- L 542.1808636290895,616.263634918168
713
- Z
714
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_48__stack1" x="541.1395334261731" y="619.156218815158" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_49__stack1" d="
715
- M 521.940007809902,167.3919017294
716
- L 520.3780125055274,170.28448562639
717
- L 510.45837812811635,170.28448562639
718
- L 510.45837812811635,164.49931783241
719
- L 520.3780125055274,164.49931783241
720
- Z
721
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_49__stack1" x="519.336682302611" y="167.3919017294" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_50__stack1" d="
722
- M 631.4604656096859,650.9746416820482
723
- L 633.0224609140605,648.0820577850582
724
- L 646.3399171758025,648.0820577850582
725
- L 646.3399171758025,653.8672255790382
726
- L 633.0224609140605,653.8672255790382
727
- Z
728
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_50__stack1" x="634.0637911169769" y="650.9746416820482" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_51__stack1" d="
729
- M 521.940007809902,173.17706952338
730
- L 520.3780125055274,176.06965342037
731
- L 507.0605562437854,176.06965342037
732
- L 507.0605562437854,170.28448562639
733
- L 520.3780125055274,170.28448562639
734
- Z
735
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_51__stack1" x="519.336682302611" y="173.17706952338" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_52__stack1" d="
736
- M 499.37785341337997,184.74740511134002
737
- L 496.48526951638996,183.18540980696542
738
- L 496.48526951638996,173.26577542955437
739
- L 502.27043731036997,173.26577542955437
740
- L 502.27043731036997,183.18540980696542
741
- Z
742
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_52__stack1" x="499.37785341337997" y="182.144079604049" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 499.37785341337997 182.144079604049)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_53__stack1" d="
743
- M 659.337742916927,86.37062677471012
744
- L 656.445159019937,84.80863147033551
745
- L 656.445159019937,74.88899709292448
746
- L 662.230326813917,74.88899709292448
747
- L 662.230326813917,84.80863147033551
748
- Z
749
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_53__stack1" x="659.337742916927" y="83.76730126741911" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 659.337742916927 83.76730126741911)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_54__stack1" d="
750
- M 521.940007809902,190.53257290532002
751
- L 520.3780125055274,193.42515680231003
752
- L 507.0605562437854,193.42515680231003
753
- L 507.0605562437854,187.63998900833002
754
- L 520.3780125055274,187.63998900833002
755
- Z
756
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_54__stack1" x="519.336682302611" y="190.53257290532002" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_55__stack1" d="
757
- M 948.6322899146394,605.8503328890041
758
- L 947.0702946102648,608.7429167859941
759
- L 933.7528383485228,608.7429167859941
760
- L 933.7528383485228,602.9577489920141
761
- L 947.0702946102648,602.9577489920141
762
- Z
763
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_55__stack1" x="946.0289644073484" y="605.8503328890041" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_56__stack1" d="
764
- M 521.940007809902,196.31774069930003
765
- L 520.3780125055274,199.21032459629004
766
- L 510.45837812811635,199.21032459629004
767
- L 510.45837812811635,193.42515680231003
768
- L 520.3780125055274,193.42515680231003
769
- Z
770
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_56__stack1" x="519.336682302611" y="196.31774069930003" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_57__stack1" d="
771
- M 948.6322899146394,686.8426820047241
772
- L 947.0702946102648,689.7352659017141
773
- L 937.1506602328537,689.7352659017141
774
- L 937.1506602328537,683.9500981077341
775
- L 947.0702946102648,683.9500981077341
776
- Z
777
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_57__stack1" x="946.0289644073484" y="686.8426820047241" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_58__stack1" d="
778
- M 626.0730281015419,176.06965342037003
779
- L 627.6350234059165,173.17706952338003
780
- L 651.1459453206512,173.17706952338003
781
- L 651.1459453206512,178.96223731736004
782
- L 627.6350234059165,178.96223731736004
783
- Z
784
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_58__stack1" x="628.6763536088329" y="176.06965342037003" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" 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_59__stack1" d="
785
- M 865.6512893697387,706.8587985180349
786
- L 864.0892940653641,709.7513824150249
787
- L 840.5783721506294,709.7513824150249
788
- L 840.5783721506294,703.9662146210449
789
- L 864.0892940653641,703.9662146210449
790
- Z
791
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_59__stack1" x="863.0479638624478" y="706.8587985180349" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" 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_60__stack1" d="
792
- M 1023.5140555479679,285.98784150599
793
- L 1025.0760508523426,283.095257609
794
- L 1041.7913289984153,283.095257609
795
- L 1041.7913289984153,288.88042540298
796
- L 1025.0760508523426,288.88042540298
797
- Z
798
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_60__stack1" x="1026.1173810552589" y="285.98784150599" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_61__stack1" d="
799
- M 626.0730281015419,124.00314327455001
800
- L 627.6350234059165,121.11055937756001
801
- L 644.3503015519894,121.11055937756001
802
- L 644.3503015519894,126.89572717154002
803
- L 627.6350234059165,126.89572717154002
804
- Z
805
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_61__stack1" x="628.6763536088329" y="124.00314327455001" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_62__stack1" d="
806
- M 1023.5140555479679,343.261002666392
807
- L 1025.0760508523426,340.368418769402
808
- L 1041.7913289984153,340.368418769402
809
- L 1041.7913289984153,346.153586563382
810
- L 1025.0760508523426,346.153586563382
811
- Z
812
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_62__stack1" x="1026.1173810552589" y="343.261002666392" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_63__stack1" d="
813
- M 626.0730281015419,118.21797548057002
814
- L 627.6350234059165,115.32539158358001
815
- L 644.3503015519894,115.32539158358001
816
- L 644.3503015519894,121.11055937756002
817
- L 627.6350234059165,121.11055937756002
818
- Z
819
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_63__stack1" x="628.6763536088329" y="118.21797548057002" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_64__stack1" d="
820
- M 626.0730281015419,95.07730430465
821
- L 627.6350234059165,92.18472040766
822
- L 651.1459453206512,92.18472040766
823
- L 651.1459453206512,97.96988820164
824
- L 627.6350234059165,97.96988820164
825
- Z
826
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_64__stack1" x="628.6763536088329" y="95.07730430465" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" 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_65__stack1" d="
827
- M 1130.539659736598,232.764297801374
828
- L 1132.1016550409727,229.871713904384
829
- L 1155.6125769557073,229.871713904384
830
- L 1155.6125769557073,235.656881698364
831
- L 1132.1016550409727,235.656881698364
832
- Z
833
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_65__stack1" x="1133.142985243889" y="232.764297801374" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" 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_66__stack1" d="
834
- M 626.0730281015419,89.29213651067
835
- L 627.6350234059165,86.39955261368
836
- L 654.5437672049821,86.39955261368
837
- L 654.5437672049821,92.18472040766001
838
- L 627.6350234059165,92.18472040766001
839
- Z
840
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_66__stack1" x="628.6763536088329" y="89.29213651067" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" 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_67__stack1" d="
841
- M 1130.539659736598,238.54946559535398
842
- L 1132.1016550409727,235.65688169836397
843
- L 1159.0103988400383,235.65688169836397
844
- L 1159.0103988400383,241.44204949234398
845
- L 1132.1016550409727,241.44204949234398
846
- Z
847
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_67__stack1" x="1133.142985243889" y="238.54946559535398" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" 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_68__stack1" d="
848
- M 626.0730281015419,83.50696871669
849
- L 627.6350234059165,80.61438481969999
850
- L 651.1459453206512,80.61438481969999
851
- L 651.1459453206512,86.39955261368
852
- L 627.6350234059165,86.39955261368
853
- Z
854
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_68__stack1" x="628.6763536088329" y="83.50696871669" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" 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_69__stack1" d="
855
- M 1072.6879817967979,241.44204949234404
856
- L 1071.1259864924232,244.33463338933404
857
- L 1047.6150645776886,244.33463338933404
858
- L 1047.6150645776886,238.54946559535404
859
- L 1071.1259864924232,238.54946559535404
860
- Z
861
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_69__stack1" x="1070.084656289507" y="241.44204949234404" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" 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_70__stack1" d="
862
- M 626.0730281015419,77.72180092270999
863
- L 627.6350234059165,74.82921702571998
864
- L 651.1459453206512,74.82921702571998
865
- L 651.1459453206512,80.61438481969999
866
- L 627.6350234059165,80.61438481969999
867
- Z
868
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_70__stack1" x="628.6763536088329" y="77.72180092270999" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" 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_71__stack1" d="
869
- M 1072.6879817967979,229.87171390438402
870
- L 1071.1259864924232,232.76429780137403
871
- L 1047.6150645776886,232.76429780137403
872
- L 1047.6150645776886,226.97913000739402
873
- L 1071.1259864924232,226.97913000739402
874
- Z
875
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_71__stack1" x="1070.084656289507" y="229.87171390438402" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" 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_72__stack1" d="
876
- M 626.0730281015419,71.93663312873
877
- L 627.6350234059165,69.04404923173999
878
- L 651.1459453206512,69.04404923173999
879
- L 651.1459453206512,74.82921702572
880
- L 627.6350234059165,74.82921702572
881
- Z
882
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_72__stack1" x="628.6763536088329" y="71.93663312873" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" 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_73__stack1" d="
883
- M 1072.6879817967979,224.08654611040402
884
- L 1071.1259864924232,226.97913000739402
885
- L 1047.6150645776886,226.97913000739402
886
- L 1047.6150645776886,221.193962213414
887
- L 1071.1259864924232,221.193962213414
888
- Z
889
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_73__stack1" x="1070.084656289507" y="224.08654611040402" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" 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_74__stack1" d="
890
- M 626.0730281015419,66.15146533474999
891
- L 627.6350234059165,63.25888143775999
892
- L 644.3503015519894,63.25888143775999
893
- L 644.3503015519894,69.04404923173999
894
- L 627.6350234059165,69.04404923173999
895
- Z
896
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_74__stack1" x="628.6763536088329" y="66.15146533474999" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_75__stack1" d="
897
- M 1072.6879817967979,218.301378316424
898
- L 1071.1259864924232,221.193962213414
899
- L 1051.0128864620194,221.193962213414
900
- L 1051.0128864620194,215.408794419434
901
- L 1071.1259864924232,215.408794419434
902
- Z
903
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_75__stack1" x="1070.084656289507" y="218.301378316424" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_76__stack1" d="
904
- M 772.9078181724967,229.66228359878215
905
- L 771.3458228681221,232.55486749577216
906
- L 751.2327228377184,232.55486749577216
907
- L 751.2327228377184,226.76969970179215
908
- L 771.3458228681221,226.76969970179215
909
- Z
910
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_76__stack1" x="770.3044926652058" y="229.66228359878215" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_77__stack1" d="
911
- M 902.6402059524983,251.8628650081804
912
- L 905.5327898494883,253.42486031255498
913
- L 905.5327898494883,270.14013845862786
914
- L 899.7476220555083,270.14013845862786
915
- L 899.7476220555083,253.42486031255498
916
- Z
917
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_77__stack1" x="902.6402059524983" y="254.4661905154714" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 902.6402059524983 254.4661905154714)">XXXX</text><text class="sch-text" x="938.182830586763" y="323.302173777161" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819915px" transform="rotate(0, 938.182830586763, 323.302173777161)">TYPE_C_16PIN_2MD_073_</text><text class="sch-text" x="910.4140251756589" y="264.1488330837155" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 910.4140251756589, 264.1488330837155)">J_USB</text><text class="sch-text" x="543.923645427026" y="226.11135483829702" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819915px" transform="rotate(0, 543.923645427026, 226.11135483829702)">RP2040</text><text class="sch-text" x="536.98144407425" y="51.25465826525151" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 536.98144407425, 51.25465826525151)">U1</text><text class="sch-text" x="1105.084921443086" y="248.094992455421" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819915px" transform="rotate(0, 1105.084921443086, 248.094992455421)">W25Q16JVUXIQ</text><text class="sch-text" x="1087.729418061146" y="212.0823229378955" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 1087.729418061146, 212.0823229378955)">U2</text><text class="sch-text" x="149.70061756600137" y="237.97094881595598" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819915px" transform="rotate(0, 149.70061756600137, 237.97094881595598)">AP2112K_3_3TRG1</text><text class="sch-text" x="127.1384631694794" y="213.5286148863905" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 127.1384631694794, 213.5286148863905)">U3</text><text class="sch-text" x="613.5264454483479" y="634.4869134692051" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819915px" transform="rotate(0, 613.5264454483479, 634.4869134692051)">X322512MSB4SI</text><text class="sch-text" x="594.4353917282139" y="610.0445795396396" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 594.4353917282139, 610.0445795396396)">Y1</text><text class="sch-text" x="801.8336571423968" y="244.99297825282918" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819915px" transform="rotate(0, 801.8336571423968, 244.99297825282918)">SKRPACE010</text><text class="sch-text" x="796.6270061278149" y="220.55064432326367" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 796.6270061278149, 220.55064432326367)">SW_BOOT</text><text class="sch-text" x="801.8336571423968" y="320.20015957456917" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819915px" transform="rotate(0, 801.8336571423968, 320.20015957456917)">SKRPACE010</text><text class="sch-text" x="794.8914557896207" y="295.75782564500366" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 794.8914557896207, 295.75782564500366)">SW_RUN</text><rect class="schematic-box sch-box" x="901.7362734846889" y="320.69884826987" width="72.89311420414799" height="5.206651014581951" stroke-width="0.578516779398px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="4.628134235184 2.314067117592"/><rect class="schematic-box sch-box" x="900.0007231464949" y="260.533103212478" width="20.82660405832803" height="7.231459742474954" stroke-width="0.578516779398px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="4.628134235184 2.314067117592"/><rect class="schematic-box sch-box" x="533.510343397862" y="223.50802933100601" width="20.826604058327916" height="5.2066510145820075" stroke-width="0.578516779398px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="4.628134235184 2.314067117592"/><rect class="schematic-box sch-box" x="531.774793059668" y="47.638928394013995" width="10.413302029163901" height="7.23145974247501" stroke-width="0.578516779398px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="4.628134235184 2.314067117592"/><rect class="schematic-box sch-box" x="1084.258317384758" y="245.49166694813" width="41.65320811665606" height="5.2066510145820075" stroke-width="0.578516779398px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="4.628134235184 2.314067117592"/><rect class="schematic-box sch-box" x="1082.522767046564" y="208.466593066658" width="10.413302029163788" height="7.23145974247501" stroke-width="0.578516779398px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="4.628134235184 2.314067117592"/><rect class="schematic-box sch-box" x="123.66736249309133" y="235.36762330866497" width="52.06651014582002" height="5.2066510145820075" stroke-width="0.578516779398px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="4.628134235184 2.314067117592"/><rect class="schematic-box sch-box" x="121.93181215489739" y="209.912885015153" width="10.413302029164015" height="7.23145974247501" stroke-width="0.578516779398px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="4.628134235184 2.314067117592"/><rect class="schematic-box sch-box" x="590.9642910518259" y="631.883587961914" width="45.12430879304395" height="5.2066510145820075" stroke-width="0.578516779398px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="4.628134235184 2.314067117592"/><rect class="schematic-box sch-box" x="589.2287407136319" y="606.4288496684021" width="10.413302029164015" height="7.231459742475067" stroke-width="0.578516779398px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="4.628134235184 2.314067117592"/><rect class="schematic-box sch-box" x="784.4781537604567" y="242.38965274553817" width="34.71100676388005" height="5.206651014581951" stroke-width="0.578516779398px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="4.628134235184 2.314067117592"/><rect class="schematic-box sch-box" x="782.7426034222628" y="216.9349144520262" width="27.768805411103926" height="7.231459742474954" stroke-width="0.578516779398px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="4.628134235184 2.314067117592"/><rect class="schematic-box sch-box" x="784.4781537604567" y="317.59683406727817" width="34.71100676388005" height="5.2066510145820075" stroke-width="0.578516779398px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="4.628134235184 2.314067117592"/><rect class="schematic-box sch-box" x="782.7426034222628" y="292.1420957737662" width="24.29770473471592" height="7.23145974247501" stroke-width="0.578516779398px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="4.628134235184 2.314067117592"/>
371
+ </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 946.635442831079 302.18631132913396 L 974.6935066318819 302.18631132913396 L 974.6935066318819 285.98784150599 L 986.84235899924 285.98784150599" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 946.635442831079 302.18631132913396 L 974.6935066318819 302.18631132913396 L 974.6935066318819 285.98784150599 L 986.84235899924 285.98784150599" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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 946.635442831079 313.756646917094 L 974.6935066318819 313.756646917094 L 974.6935066318819 302.18631132913396 L 946.635442831079 302.18631132913396" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 946.635442831079 313.756646917094 L 974.6935066318819 313.756646917094 L 974.6935066318819 302.18631132913396 L 946.635442831079 302.18631132913396" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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 946.635442831079 296.40114353515395 L 980.4786744258619 296.40114353515395 L 980.4786744258619 307.97147912311397 L 946.635442831079 307.97147912311397" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 946.635442831079 296.40114353515395 L 980.4786744258619 296.40114353515395 L 980.4786744258619 307.97147912311397 L 946.635442831079 307.97147912311397" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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 56.55122042854356 237.103173646859 L 56.55122042854356 242.88834144083899 L 94.73332786881156 242.88834144083899 L 94.73332786881156 231.31800585287903 L 96.2519344147313 231.31800585287903" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 56.55122042854356 237.103173646859 L 56.55122042854356 242.88834144083899 L 94.73332786881156 242.88834144083899 L 94.73332786881156 231.31800585287903 L 96.2519344147313 231.31800585287903" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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 286.83705592765995 98.548404981038 L 286.83705592765995 92.76323718705802 L 336.01098217648996 92.76323718705802 L 336.01098217648996 98.548404981038" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 286.83705592765995 98.548404981038 L 286.83705592765995 92.76323718705802 L 336.01098217648996 92.76323718705802 L 336.01098217648996 98.548404981038" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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 164.66154357854475 280.491932101709 L 164.66154357854475 222.640254161909 L 154.10361235453138 222.640254161909" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 164.66154357854475 280.491932101709 L 164.66154357854475 222.640254161909 L 154.10361235453138 222.640254161909" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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 832.4145361986863 234.50736162624037 L 832.4145361986863 228.72219383226042 L 886.7951134620982 228.72219383226042 L 886.7951134620982 234.50736162624042" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 832.4145361986863 234.50736162624037 L 832.4145361986863 228.72219383226042 L 886.7951134620982 228.72219383226042 L 886.7951134620982 234.50736162624042" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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 506.094915319502 109.54022378959996 L 500.30974752552197 109.54022378959996 L 500.30974752552197 57.47371364377997 L 506.094915319502 57.47371364377997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 506.094915319502 109.54022378959996 L 500.30974752552197 109.54022378959996 L 500.30974752552197 57.47371364377997 L 506.094915319502 57.47371364377997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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 610.2279356111419 106.64763989261 L 613.1205195081319 106.64763989261 L 613.1205195081319 112.43280768659001 L 610.2279356111419 112.43280768659001" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 610.2279356111419 106.64763989261 L 613.1205195081319 106.64763989261 L 613.1205195081319 112.43280768659001 L 610.2279356111419 112.43280768659001" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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 874.320845406329 313.756646917094 L 845.6842648261279 313.756646917094 L 845.6842648261279 319.541814711074" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 874.320845406329 313.756646917094 L 845.6842648261279 313.756646917094 L 845.6842648261279 319.541814711074" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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 527.897766443064 622.627319491546 L 527.897766443064 619.156218815158 L 563.5488629734658 619.156218815158" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 527.897766443064 622.627319491546 L 527.897766443064 619.156218815158 L 563.5488629734658 619.156218815158" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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 615.6153731192859 659.6523933730181 L 615.6153731192859 642.2968899910782 L 639.6238194643029 642.2968899910782 L 639.6238194643029 624.9413866091381 L 621.4005409132658 624.9413866091381" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 615.6153731192859 659.6523933730181 L 615.6153731192859 642.2968899910782 L 639.6238194643029 642.2968899910782 L 639.6238194643029 624.9413866091381 L 621.4005409132658 624.9413866091381" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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 96.2519344147313 219.747670264919 L 90.46676662075117 219.747670264919 L 90.46676662075117 160.738958766323 L 96.25193441473118 160.738958766323" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 96.2519344147313 219.747670264919 L 90.46676662075117 219.747670264919 L 90.46676662075117 160.738958766323 L 96.25193441473118 160.738958766323" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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 56.55122042854356 219.74767026491895 L 56.55122042854356 213.962502470939 L 90.46676662075129 213.962502470939 L 90.46676662075129 219.74767026491895 L 96.2519344147313 219.74767026491895" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 56.55122042854356 219.74767026491895 L 56.55122042854356 213.962502470939 L 90.46676662075129 213.962502470939 L 90.46676662075129 219.74767026491895 L 96.2519344147313 219.74767026491895" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_14__stack1"><path d="M 286.83705592765995 120.53204259816201 L 286.83705592765995 126.31721039214199 L 336.01098217648996 126.31721039214199 L 336.01098217648996 120.53204259816201" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 286.83705592765995 120.53204259816201 L 286.83705592765995 126.31721039214199 L 336.01098217648996 126.31721039214199 L 336.01098217648996 120.53204259816201" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_15__stack1"><path d="M 527.897766443064 644.61095710867 L 527.897766443064 650.39612490265 L 554.3649091005226 650.39612490265 L 554.3649091005226 624.9413866091381 L 563.5488629734658 624.9413866091381" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 527.897766443064 644.61095710867 L 527.897766443064 650.39612490265 L 554.3649091005226 650.39612490265 L 554.3649091005226 624.9413866091381 L 563.5488629734658 624.9413866091381" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_16__stack1"><path d="M 615.6153731192859 681.636030990142 L 615.6153731192859 687.421198784122 L 645.5536164531323 687.421198784122 L 645.5536164531323 619.156218815158 L 621.4005409132658 619.156218815158" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 615.6153731192859 681.636030990142 L 615.6153731192859 687.421198784122 L 645.5536164531323 687.421198784122 L 645.5536164531323 619.156218815158 L 621.4005409132658 619.156218815158" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_17__stack1"><path d="M 874.3208454063289 290.615975741174 L 870.9943739247904 290.615975741174 L 870.9943739247904 296.40114353515395 L 874.3208454063289 296.40114353515395" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 874.3208454063289 290.615975741174 L 870.9943739247904 290.615975741174 L 870.9943739247904 296.40114353515395 L 874.3208454063289 296.40114353515395" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_18__stack1"><path d="M 874.3208454063289 284.830807947194 L 870.9943739247904 284.830807947194 L 870.9943739247904 290.615975741174 L 874.3208454063289 290.615975741174" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 874.3208454063289 284.830807947194 L 870.9943739247904 284.830807947194 L 870.9943739247904 290.615975741174 L 874.3208454063289 290.615975741174" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_19__stack1"><path d="M 874.3208454063289 279.045640153214 L 870.9943739247904 279.045640153214 L 870.9943739247904 284.830807947194 L 874.3208454063289 284.830807947194" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 874.3208454063289 279.045640153214 L 870.9943739247904 279.045640153214 L 870.9943739247904 284.830807947194 L 874.3208454063289 284.830807947194" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_20__stack1"><path d="M 874.3208454063289 273.260472359234 L 870.9943739247904 273.260472359234 L 870.9943739247904 279.045640153214 L 874.3208454063289 279.045640153214" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 874.3208454063289 273.260472359234 L 870.9943739247904 273.260472359234 L 870.9943739247904 279.045640153214 L 874.3208454063289 279.045640153214" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_21__stack1"><path d="M 1012.007838903053 235.078364918966 L 1012.007838903053 240.86353271294598 L 993.7845603520159 240.86353271294598 L 993.7845603520159 228.71468034558802 L 975.561281800979 228.71468034558802" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1012.007838903053 235.078364918966 L 1012.007838903053 240.86353271294598 L 993.7845603520159 240.86353271294598 L 993.7845603520159 228.71468034558802 L 975.561281800979 228.71468034558802" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_22__stack1"><path d="M 117.28282938022215 367.71836356930237 L 117.28282938022215 350.3672786092651" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 117.28282938022215 367.71836356930237 L 117.28282938022215 350.3672786092651" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_23__stack1"><path d="M 832.4145361986863 251.86286500818045 L 832.4145361986863 278.3661649643513 L 751.2775578881168 278.3661649643513 L 751.2775578881168 304.86946492052215 L 757.0627256820967 304.86946492052215" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 832.4145361986863 251.86286500818045 L 832.4145361986863 278.3661649643513 L 751.2775578881168 278.3661649643513 L 751.2775578881168 304.86946492052215 L 757.0627256820967 304.86946492052215" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_24__stack1"><path d="M 356.25906945542 31.729716960568993 L 356.25906945542 25.944549166589013 L 252.12604916377995 25.944549166589013 L 252.12604916377995 31.729716960568993" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 356.25906945542 31.729716960568993 L 356.25906945542 25.944549166589013 L 252.12604916377995 25.944549166589013 L 252.12604916377995 31.729716960568993" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_25__stack1"><path d="M 356.25906945542 165.367093001507 L 356.25906945542 159.581925207527 L 252.12604916377995 159.581925207527 L 252.12604916377995 165.367093001507" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 356.25906945542 165.367093001507 L 356.25906945542 159.581925207527 L 252.12604916377995 159.581925207527 L 252.12604916377995 165.367093001507" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_26__stack1"><path d="M 356.25906945542 53.71335457769302 L 356.25906945542 59.498522371673 L 252.12604916377995 59.498522371673 L 252.12604916377995 53.71335457769302" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 356.25906945542 53.71335457769302 L 356.25906945542 59.498522371673 L 252.12604916377995 59.498522371673 L 252.12604916377995 53.71335457769302" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_27__stack1"><path d="M 356.25906945542 187.35073061863102 L 356.25906945542 193.135898412611 L 252.12604916377995 193.135898412611 L 252.12604916377995 187.35073061863102" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 356.25906945542 187.35073061863102 L 356.25906945542 193.135898412611 L 252.12604916377995 193.135898412611 L 252.12604916377995 187.35073061863102" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_28__stack1"><path d="M 1046.140328887535 320.69884826987 L 1046.140328887535 326.48401606385 L 1027.3385335570997 326.48401606385 L 1027.3385335570997 235.65688169836403 L 1056.8428893063979 235.65688169836403" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1046.140328887535 320.69884826987 L 1046.140328887535 326.48401606385 L 1027.3385335570997 326.48401606385 L 1027.3385335570997 235.65688169836403 L 1056.8428893063979 235.65688169836403" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_29__stack1"><path d="M 117.28282938022215 389.70200118642634 L 117.28282938022215 395.4871689804063 L 164.66154357854475 395.4871689804063 L 164.66154357854475 302.47556971883307" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 117.28282938022215 389.70200118642634 L 117.28282938022215 395.4871689804063 L 164.66154357854475 395.4871689804063 L 164.66154357854475 302.47556971883307" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_30__stack1"><path d="M 506.0949153195019 161.60673393542004 L 464.730965592545 161.60673393542004 L 464.730965592545 265.161237447662 L 483.53276092297995 265.161237447662 L 483.53276092297995 259.376069653682" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 506.0949153195019 161.60673393542004 L 464.730965592545 161.60673393542004 L 464.730965592545 265.161237447662 L 483.53276092297995 265.161237447662 L 483.53276092297995 259.376069653682" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_31__stack1"><path d="M 506.0949153195019 184.74740511134002 L 483.53276092297995 184.74740511134002 L 483.53276092297995 237.392432036558" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 506.0949153195019 184.74740511134002 L 483.53276092297995 184.74740511134002 L 483.53276092297995 237.392432036558" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_32__stack1"><path d="M 610.2279356111419 147.14381445047005 L 637.4471500818179 147.14381445047005 L 637.4471500818179 199.21032459629004 L 610.2279356111419 199.21032459629004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 610.2279356111419 147.14381445047005 L 637.4471500818179 147.14381445047005 L 637.4471500818179 199.21032459629004 L 610.2279356111419 199.21032459629004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_33__stack1"><path d="M 610.2279356111419 135.57347886251003 L 644.3893514345939 135.57347886251003 L 644.3893514345939 147.14381445047005 L 610.2279356111419 147.14381445047005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 610.2279356111419 135.57347886251003 L 644.3893514345939 135.57347886251003 L 644.3893514345939 147.14381445047005 L 610.2279356111419 147.14381445047005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_34__stack1"><path d="M 610.2279356111419 112.43280768659001 L 631.9512406775368 112.43280768659001 L 631.9512406775368 135.57347886251003 L 610.2279356111419 135.57347886251003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 610.2279356111419 112.43280768659001 L 631.9512406775368 112.43280768659001 L 631.9512406775368 135.57347886251003 L 610.2279356111419 135.57347886251003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_35__stack1"><path d="M 946.635442831079 284.830807947194 L 952.420610625059 284.830807947194 L 952.420610625059 228.71468034558802 L 958.205778419039 228.71468034558802" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 946.635442831079 284.830807947194 L 952.420610625059 284.830807947194 L 952.420610625059 228.71468034558802 L 958.205778419039 228.71468034558802" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_36__stack1"><path d="M 874.320845406329 296.40114353515395 L 870.9943739247904 296.401143535154 L 870.9943739247904 342.68248588699396 L 845.6842648261279 342.68248588699396 L 845.6842648261279 336.897318093014" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 874.320845406329 296.40114353515395 L 870.9943739247904 296.401143535154 L 870.9943739247904 342.68248588699396 L 845.6842648261279 342.68248588699396 L 845.6842648261279 336.897318093014" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_37__stack1"><path d="M 610.2279356111419 100.86247209863001 L 634.8438245745268 100.86247209863001 L 634.8438245745268 129.78831106853002 L 610.2279356111419 129.78831106853002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 610.2279356111419 100.86247209863001 L 634.8438245745268 100.86247209863001 L 634.8438245745268 129.78831106853002 L 610.2279356111419 129.78831106853002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_38__stack1"><path d="M 1046.140328887535 298.715210652746 L 1046.140328887535 262.84717033006996 L 1141.913781716874 262.84717033006996 L 1141.913781716874 226.979130007394 L 1114.694567246198 226.979130007394" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1046.140328887535 298.715210652746 L 1046.140328887535 262.84717033006996 L 1141.913781716874 262.84717033006996 L 1141.913781716874 226.979130007394 L 1114.694567246198 226.979130007394" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_39__stack1"><path d="M 126.33480694342734 160.738958766323 L 135.04148447336723 160.738958766323 L 135.04148447336723 147.6934053908981" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 126.33480694342734 160.738958766323 L 135.04148447336723 160.738958766323 L 135.04148447336723 147.6934053908981" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_40__stack1"><path d="M 874.3208454063289 302.18631132913396 L 849.704956442944 302.18631132913396 L 849.704956442944 300.7110935416691" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 874.3208454063289 302.18631132913396 L 849.704956442944 302.18631132913396 L 849.704956442944 300.7110935416691" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_41__stack1"><path d="M 946.635442831079 279.045640153214 L 961.1272881549987 279.045640153214 L 961.1272881549987 270.3389626232741" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 946.635442831079 279.045640153214 L 961.1272881549987 279.045640153214 L 961.1272881549987 270.3389626232741" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_42__stack1"><path d="M 500.30974752552197 57.47371364377997 L 490.18570388605696 57.47371364377997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 500.30974752552197 57.47371364377997 L 490.18570388605696 57.47371364377997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_43__stack1"><path d="M 797.667372136094 645.2467615121479 L 788.960694606154 645.2467615121479 L 788.960694606154 635.0937920337129" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 797.667372136094 645.2467615121479 L 788.960694606154 645.2467615121479 L 788.960694606154 635.0937920337129" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_44__stack1"><path d="M 946.635442831079 273.260472359234 L 1034.5989191385447 273.260472359234 L 1034.5989191385447 274.73569014669886" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 946.635442831079 273.260472359234 L 1034.5989191385447 273.260472359234 L 1034.5989191385447 274.73569014669886" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_45__stack1"><path d="M 610.2279356111419 60.36629754076998 L 641.7860259273028 60.36629754076998 L 641.7860259273028 61.84151532823488" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 610.2279356111419 60.36629754076998 L 641.7860259273028 60.36629754076998 L 641.7860259273028 61.84151532823488" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_46__stack1"><path d="M 1114.694567246198 221.193962213414 L 1152.037825356339 221.193962213414 L 1152.037825356339 222.6691800008789" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1114.694567246198 221.193962213414 L 1152.037825356339 221.193962213414 L 1152.037825356339 222.6691800008789" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_47__stack1"><path d="M 814.9144036218968 235.44745139276216 L 821.8855308136426 235.44745139276216 L 821.8855308136426 252.83188061367207" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 814.9144036218968 235.44745139276216 L 821.8855308136426 235.44745139276216 L 821.8855308136426 252.83188061367207" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_48__stack1"><path d="M 814.9144036218968 304.86946492052215 L 821.8855308136426 304.86946492052215 L 821.8855308136426 316.4687263474521" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 814.9144036218968 304.86946492052215 L 821.8855308136426 304.86946492052215 L 821.8855308136426 316.4687263474521" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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_49__stack1"><path d="M 618.9056873021119 100.86247209863001 L 643.492650426527 100.86247209863001 L 643.492650426527 86.37062677471012" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 618.9056873021119 100.86247209863001 L 643.492650426527 100.86247209863001 L 643.492650426527 86.37062677471012" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" 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="946.635442831079" cy="302.18631132913396" r="0.8677751690969999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="974.6935066318819" cy="302.18631132913396" r="0.8677751690969999" 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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><circle cx="500.30974752552197" cy="57.47371364377997" r="0.8677751690969999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><circle cx="610.2279356111419" cy="112.43280768659001" r="0.8677751690969999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><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"><circle cx="96.2519344147313" cy="219.747670264919" r="0.8677751690969999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="90.46676662075117" cy="219.747670264919" r="0.8677751690969999" 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_13__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"><circle cx="874.3208454063289" cy="290.615975741174" r="0.8677751690969999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="870.9943739247904" cy="290.615975741174" r="0.8677751690969999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="870.9943739247904" cy="296.40114353515395" r="0.8677751690969999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="874.3208454063289" cy="296.40114353515395" r="0.8677751690969999" 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_18__stack1"><circle cx="874.3208454063289" cy="284.830807947194" r="0.8677751690969999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="870.9943739247904" cy="284.830807947194" r="0.8677751690969999" 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_19__stack1"><circle cx="874.3208454063289" cy="279.045640153214" r="0.8677751690969999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="870.9943739247904" cy="279.045640153214" r="0.8677751690969999" 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_20__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_23__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_24__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_25__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_26__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_27__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_28__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_29__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_30__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_31__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_32__stack1"><circle cx="610.2279356111419" cy="147.14381445047005" r="0.8677751690969999" 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_33__stack1"><circle cx="610.2279356111419" cy="135.57347886251003" r="0.8677751690969999" 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_34__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_35__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_36__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_37__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_38__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_39__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_40__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_41__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_42__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_43__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_44__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_45__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_46__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_47__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_48__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_49__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="107.8222700026912" y="148.87936478866402" width="6.942201352776124" height="19.66957049953197" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="107.8222700026912" y="148.87936478866402" width="6.942201352776124" height="19.66957049953197" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="107.8222700026912" y1="160.738958766323" x2="96.25193441473118" y2="160.738958766323" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="95.67341763533318" y="160.160441986925" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="102.03710220871113" y="160.160441986925" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="114.76447135546732" y1="160.738958766323" x2="126.33480694342734" y2="160.738958766323" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="125.75629016402934" y="160.160441986925" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="120.54963914944739" y="160.160441986925" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" 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="47.15032276332613" y="226.979130007394" width="41.797837311505475" height="2.8925838969899758" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="47.15032276332613" y="226.979130007394" width="41.797837311505475" height="2.8925838969899758" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="56.55122042854356" y1="226.979130007394" x2="56.55122042854356" y2="219.74767026491895" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="55.97270364914556" y="219.16915348552095" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="55.97270364914556" y="223.36340013615649" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 55.97270364914556 223.36340013615649)"></text><line class="component-pin sch-component-pin sch-port-line" x1="56.55122042854356" y1="229.87171390438397" x2="56.55122042854356" y2="237.103173646859" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="55.97270364914556" y="236.524656867461" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="55.97270364914556" y="233.4874437756215" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 55.97270364914556 233.4874437756215)"></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="273.82042839120504" y="108.093931841105" width="44.11190442909742" height="2.892583896990004" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="273.82042839120504" y="108.093931841105" width="44.11190442909742" height="2.892583896990004" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="286.83705592765995" y1="108.093931841105" x2="286.83705592765995" y2="98.548404981038" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="286.25853914826195" y="97.96988820164" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="286.258539148262" y="103.32116841107151" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 286.258539148262 103.32116841107151)"></text><line class="component-pin sch-component-pin sch-port-line" x1="286.83705592765995" y1="110.98651573809501" x2="286.83705592765995" y2="120.53204259816201" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="286.25853914826195" y="119.953525818764" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="286.258539148262" y="115.7592791681285" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 286.258539148262 115.7592791681285)"></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="343.2424419189649" y="41.27524382063601" width="44.111904429097535" height="2.89258389698999" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="343.2424419189649" y="41.27524382063601" width="44.111904429097535" height="2.89258389698999" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="356.25906945542" y1="41.27524382063601" x2="356.25906945542" y2="31.729716960568993" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="355.680552676022" y="31.151200181170992" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="355.680552676022" y="36.5024803906025" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 355.680552676022 36.5024803906025)"></text><line class="component-pin sch-component-pin sch-port-line" x1="356.25906945542" y1="44.167827717626" x2="356.25906945542" y2="53.71335457769302" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="355.680552676022" y="53.13483779829502" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="355.680552676022" y="48.94059114765952" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 355.680552676022 48.94059114765952)"></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="343.2424419189649" y="174.912619861574" width="44.111904429097535" height="2.892583896990004" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="343.2424419189649" y="174.912619861574" width="44.111904429097535" height="2.892583896990004" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="356.25906945542" y1="174.912619861574" x2="356.25906945542" y2="165.367093001507" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="355.680552676022" y="164.788576222109" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="355.680552676022" y="170.1398564315405" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 355.680552676022 170.1398564315405)"></text><line class="component-pin sch-component-pin sch-port-line" x1="356.25906945542" y1="177.805203758564" x2="356.25906945542" y2="187.35073061863102" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="355.680552676022" y="186.77221383923302" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="355.680552676022" y="182.5779671885975" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 355.680552676022 182.5779671885975)"></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="322.994354640035" y="108.093931841105" width="44.11190442909742" height="2.892583896990004" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="322.994354640035" y="108.093931841105" width="44.11190442909742" height="2.892583896990004" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="336.01098217648996" y1="108.093931841105" x2="336.01098217648996" y2="98.548404981038" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="335.43246539709196" y="97.96988820164" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="335.43246539709196" y="103.32116841107151" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 335.43246539709196 103.32116841107151)"></text><line class="component-pin sch-component-pin sch-port-line" x1="336.01098217648996" y1="110.98651573809501" x2="336.01098217648996" y2="120.53204259816201" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="335.43246539709196" y="119.953525818764" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="335.43246539709196" y="115.7592791681285" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 335.43246539709196 115.7592791681285)"></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="823.0136385334688" y="241.73882136871543" width="31.384535282341403" height="2.8925838969899473" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="823.0136385334688" y="241.73882136871543" width="31.384535282341403" height="2.8925838969899473" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="832.4145361986863" y1="244.63140526570538" x2="832.4145361986863" y2="251.86286500818045" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="831.8360194192883" y="251.28434822878245" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="831.8360194192883" y="248.24713513694292" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 831.8360194192883 248.24713513694292)"></text><line class="component-pin sch-component-pin sch-port-line" x1="832.4145361986863" y1="241.73882136871543" x2="832.4145361986863" y2="234.50736162624037" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="831.8360194192883" y="233.92884484684237" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="831.8360194192883" y="238.1230914974779" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 831.8360194192883 238.1230914974779)"></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="1033.12370135108" y="308.260737512813" width="40.64080375270942" height="2.8925838969899473" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1033.12370135108" y="308.260737512813" width="40.64080375270942" height="2.8925838969899473" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1046.140328887535" y1="308.260737512813" x2="1046.140328887535" y2="298.715210652746" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="1045.561812108137" y="298.136693873348" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1045.561812108137" y="303.4879740827795" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 1045.561812108137 303.4879740827795)"></text><line class="component-pin sch-component-pin sch-port-line" x1="1046.140328887535" y1="311.15332140980297" x2="1046.140328887535" y2="320.69884826987" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="1045.561812108137" y="320.120331490472" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1045.561812108137" y="315.9260848398365" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 1045.561812108137 315.9260848398365)"></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="239.10942162732493" y="174.912619861574" width="44.11190442909748" height="2.892583896990004" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="239.10942162732493" y="174.912619861574" width="44.11190442909748" height="2.892583896990004" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="252.12604916377995" y1="174.912619861574" x2="252.12604916377995" y2="165.367093001507" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="251.54753238438195" y="164.788576222109" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="251.54753238438195" y="170.1398564315405" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 251.54753238438195 170.1398564315405)"></text><line class="component-pin sch-component-pin sch-port-line" x1="252.12604916377995" y1="177.805203758564" x2="252.12604916377995" y2="187.35073061863102" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><rect x="251.54753238438195" y="186.77221383923302" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="251.54753238438195" y="182.5779671885975" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 251.54753238438195 182.5779671885975)"></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="239.10942162732493" y="41.27524382063601" width="44.11190442909748" height="2.89258389698999" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="239.10942162732493" y="41.27524382063601" width="44.11190442909748" height="2.89258389698999" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="252.12604916377995" y1="41.27524382063601" x2="252.12604916377995" y2="31.729716960568993" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="251.54753238438195" y="31.151200181170992" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="251.54753238438195" y="36.5024803906025" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 251.54753238438195 36.5024803906025)"></text><line class="component-pin sch-component-pin sch-port-line" x1="252.12604916377995" y1="44.167827717626" x2="252.12604916377995" y2="53.71335457769302" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><rect x="251.54753238438195" y="53.13483779829502" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="251.54753238438195" y="48.94059114765952" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 251.54753238438195 48.94059114765952)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_10__stack1"><rect class="component chip sch-component-body" x="1026.181499998304" y="73.38292507722501" width="47.58300510548543" height="2.89258389698999" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1026.181499998304" y="73.38292507722501" width="47.58300510548543" height="2.89258389698999" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1039.198127534759" y1="73.38292507722501" x2="1039.198127534759" y2="64.41591499655601" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1039.198127534759" cy="63.83739821715801" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="1038.619610755361" y="63.25888143776001" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1038.619610755361" y="68.61016164719152" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 1038.619610755361 68.61016164719152)"></text><line class="component-pin sch-component-pin sch-port-line" x1="1039.198127534759" y1="76.275508974215" x2="1039.198127534759" y2="85.242519054884" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1039.198127534759" cy="85.821035834282" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="1038.619610755361" y="85.242519054884" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1038.619610755361" y="81.04827240424851" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 1038.619610755361 81.04827240424851)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_11__stack1"><rect class="component chip sch-component-body" x="104.26620184376719" y="377.2638904293693" width="33.69860239993346" height="2.892583896990061" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="104.26620184376719" y="377.2638904293693" width="33.69860239993346" height="2.892583896990061" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="117.28282938022215" y1="377.2638904293693" x2="117.28282938022215" y2="367.71836356930237" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_11_0__stack1"><rect x="116.70431260082415" y="367.13984678990437" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="116.70431260082415" y="372.49112699933585" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 116.70431260082415 372.49112699933585)"></text><line class="component-pin sch-component-pin sch-port-line" x1="117.28282938022215" y1="380.1564743263594" x2="117.28282938022215" y2="389.70200118642634" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_11_1__stack1"><rect x="116.70431260082415" y="389.12348440702834" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="116.70431260082415" y="384.92923775639287" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 116.70431260082415 384.92923775639287)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_12__stack1"><rect class="component chip sch-component-body" x="885.8911809942889" y="267.47530456525396" width="49.17392624883007" height="52.06651014582002" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="885.8911809942889" y="267.47530456525396" width="49.17392624883007" height="52.06651014582002" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="885.8911809942889" y1="273.260472359234" x2="874.3208454063289" y2="273.260472359234" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_12_0__stack1"><rect x="873.7423286269309" y="272.68195557983597" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="880.1060132003089" y="272.68195557983597" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="885.8911809942889" y1="279.045640153214" x2="874.3208454063289" y2="279.045640153214" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_12_1__stack1"><rect x="873.7423286269309" y="278.467123373816" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="880.1060132003089" y="278.467123373816" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="885.8911809942889" y1="284.830807947194" x2="874.3208454063289" y2="284.830807947194" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_12_2__stack1"><rect x="873.7423286269309" y="284.252291167796" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="880.1060132003089" y="284.252291167796" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="885.8911809942889" y1="290.615975741174" x2="874.3208454063289" y2="290.615975741174" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_12_3__stack1"><rect x="873.7423286269309" y="290.037458961776" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="880.1060132003089" y="290.037458961776" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="885.8911809942889" y1="296.40114353515395" x2="874.3208454063289" y2="296.40114353515395" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_12_4__stack1"><rect x="873.7423286269309" y="295.82262675575595" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="880.1060132003089" y="295.822626755756" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="885.8911809942889" y1="302.18631132913396" x2="874.3208454063289" y2="302.18631132913396" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_12_5__stack1"><rect x="873.7423286269309" y="301.60779454973596" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="880.1060132003089" y="301.607794549736" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="885.8911809942889" y1="307.97147912311397" x2="874.8993621857269" y2="307.97147912311397" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_12_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="874.3208454063289" cy="307.97147912311397" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="873.7423286269309" y="307.39296234371596" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="880.1060132003089" y="307.392962343716" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="885.8911809942889" y1="313.756646917094" x2="874.3208454063289" y2="313.756646917094" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_12_7__stack1"><rect x="873.7423286269309" y="313.178130137696" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="880.1060132003089" y="313.178130137696" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="935.065107243119" y1="313.756646917094" x2="946.635442831079" y2="313.756646917094" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_12_8__stack1"><rect x="946.056926051681" y="313.178130137696" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="940.850275037099" y="313.178130137696" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="935.065107243119" y1="307.97147912311397" x2="946.635442831079" y2="307.97147912311397" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_12_9__stack1"><rect x="946.056926051681" y="307.39296234371596" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="940.850275037099" y="307.392962343716" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="935.065107243119" y1="302.18631132913396" x2="946.635442831079" y2="302.18631132913396" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_12_10__stack1"><rect x="946.056926051681" y="301.60779454973596" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="940.850275037099" y="301.607794549736" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="935.065107243119" y1="296.40114353515395" x2="946.635442831079" y2="296.40114353515395" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_12_11__stack1"><rect x="946.056926051681" y="295.82262675575595" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="940.850275037099" y="295.822626755756" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="935.065107243119" y1="290.615975741174" x2="946.0569260516809" y2="290.615975741174" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_12_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="946.635442831079" cy="290.615975741174" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="946.056926051681" y="290.037458961776" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="940.850275037099" y="290.037458961776" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="935.065107243119" y1="284.830807947194" x2="946.635442831079" y2="284.830807947194" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_12_13__stack1"><rect x="946.056926051681" y="284.252291167796" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="940.850275037099" y="284.252291167796" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="935.065107243119" y1="279.045640153214" x2="946.635442831079" y2="279.045640153214" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_12_14__stack1"><rect x="946.056926051681" y="278.467123373816" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="940.850275037099" y="278.467123373816" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="935.065107243119" y1="273.260472359234" x2="946.635442831079" y2="273.260472359234" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_12_15__stack1"><rect x="946.056926051681" y="272.68195557983597" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="940.850275037099" y="272.68195557983597" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_13__stack1"><rect class="component chip sch-component-body" x="517.665250907462" y="54.58112974679001" width="80.99234911572" height="167.76986602542001" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="517.665250907462" y="54.58112974679001" width="80.99234911572" height="167.76986602542001" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="517.665250907462" y1="57.47371364377997" x2="506.094915319502" y2="57.47371364377997" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_0__stack1"><rect x="505.516398540104" y="56.89519686438197" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="511.88008311348193" y="56.89519686438197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="517.665250907462" y1="63.25888143775998" x2="506.6734320989" y2="63.25888143775998" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="506.094915319502" cy="63.25888143775998" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="505.516398540104" y="62.68036465836198" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="511.88008311348193" y="62.68036465836198" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="517.665250907462" y1="69.04404923173996" x2="506.6734320989" y2="69.04404923173996" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="506.094915319502" cy="69.04404923173996" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="505.516398540104" y="68.46553245234196" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="511.88008311348193" y="68.46553245234196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="517.665250907462" y1="74.82921702571997" x2="506.6734320989" y2="74.82921702571997" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="506.094915319502" cy="74.82921702571997" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="505.516398540104" y="74.25070024632197" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="511.88008311348193" y="74.25070024632197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="517.665250907462" y1="80.61438481969998" x2="506.6734320989" y2="80.61438481969998" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="506.094915319502" cy="80.61438481969998" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="505.516398540104" y="80.03586804030198" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="511.88008311348193" y="80.03586804030198" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="517.665250907462" y1="86.39955261367997" x2="506.6734320989" y2="86.39955261367997" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="506.094915319502" cy="86.39955261367997" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="505.516398540104" y="85.82103583428197" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="511.88008311348193" y="85.82103583428197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="517.665250907462" y1="92.18472040765997" x2="506.6734320989" y2="92.18472040765997" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="506.094915319502" cy="92.18472040765997" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="505.516398540104" y="91.60620362826197" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="511.88008311348193" y="91.60620362826197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="517.665250907462" y1="97.96988820163998" x2="506.6734320989" y2="97.96988820163998" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="506.094915319502" cy="97.96988820163998" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="505.516398540104" y="97.39137142224197" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="511.88008311348193" y="97.39137142224197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="517.665250907462" y1="103.75505599561997" x2="506.6734320989" y2="103.75505599561997" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="506.094915319502" cy="103.75505599561997" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="505.516398540104" y="103.17653921622197" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="511.88008311348193" y="103.17653921622197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="517.665250907462" y1="109.54022378959996" x2="506.094915319502" y2="109.54022378959996" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_9__stack1"><rect x="505.516398540104" y="108.96170701020196" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="511.88008311348193" y="108.96170701020196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="517.665250907462" y1="115.32539158357997" x2="506.6734320989" y2="115.32539158357997" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="506.094915319502" cy="115.32539158357997" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="505.516398540104" y="114.74687480418197" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="511.88008311348193" y="114.74687480418197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="517.665250907462" y1="121.11055937755997" x2="506.6734320989" y2="121.11055937755997" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="506.094915319502" cy="121.11055937755997" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="505.516398540104" y="120.53204259816196" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="511.88008311348193" y="120.53204259816196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="517.665250907462" y1="126.89572717153997" x2="506.6734320989" y2="126.89572717153997" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="506.094915319502" cy="126.89572717153997" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="505.516398540104" y="126.31721039214197" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="511.88008311348193" y="126.31721039214197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="517.665250907462" y1="132.68089496551997" x2="506.6734320989" y2="132.68089496551997" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="506.094915319502" cy="132.68089496551997" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="505.516398540104" y="132.10237818612197" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="511.88008311348193" y="132.10237818612197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="517.665250907462" y1="138.46606275949998" x2="506.6734320989" y2="138.46606275949998" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="506.094915319502" cy="138.46606275949998" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="505.516398540104" y="137.88754598010198" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="511.88008311348193" y="137.88754598010198" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="517.665250907462" y1="144.25123055347999" x2="506.6734320989" y2="144.25123055347999" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="506.094915319502" cy="144.25123055347999" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="505.516398540104" y="143.67271377408198" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="511.88008311348193" y="143.67271377408198" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="517.665250907462" y1="150.03639834746" x2="506.6734320989" y2="150.03639834746" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="506.094915319502" cy="150.03639834746" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="505.516398540104" y="149.457881568062" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="511.88008311348193" y="149.457881568062" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="517.665250907462" y1="155.82156614144" x2="506.6734320989" y2="155.82156614144" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="506.094915319502" cy="155.82156614144" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="505.516398540104" y="155.243049362042" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="511.88008311348193" y="155.243049362042" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="517.665250907462" y1="161.60673393541998" x2="506.094915319502" y2="161.60673393541998" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_18__stack1"><rect x="505.516398540104" y="161.02821715602198" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="511.88008311348193" y="161.028217156022" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="517.665250907462" y1="167.3919017294" x2="506.6734320989" y2="167.3919017294" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_19__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="506.094915319502" cy="167.3919017294" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="505.516398540104" y="166.813384950002" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="511.88008311348193" y="166.813384950002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="517.665250907462" y1="173.17706952338" x2="506.6734320989" y2="173.17706952338" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_20__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="506.094915319502" cy="173.17706952338" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="505.516398540104" y="172.598552743982" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="511.88008311348193" y="172.598552743982" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="517.665250907462" y1="178.96223731736" x2="506.6734320989" y2="178.96223731736" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_21__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="506.094915319502" cy="178.96223731736" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="505.516398540104" y="178.383720537962" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="511.88008311348193" y="178.383720537962" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="517.665250907462" y1="184.74740511134002" x2="506.094915319502" y2="184.74740511134002" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_22__stack1"><rect x="505.516398540104" y="184.16888833194201" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="511.88008311348193" y="184.16888833194201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="517.665250907462" y1="190.53257290532002" x2="506.6734320989" y2="190.53257290532002" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_23__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="506.094915319502" cy="190.53257290532002" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="505.516398540104" y="189.95405612592202" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="511.88008311348193" y="189.95405612592202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="517.665250907462" y1="196.31774069930003" x2="506.6734320989" y2="196.31774069930003" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_24__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="506.094915319502" cy="196.31774069930003" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="505.516398540104" y="195.73922391990203" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="511.88008311348193" y="195.73922391990203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="517.665250907462" y1="202.10290849328004" x2="506.6734320989" y2="202.10290849328004" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_25__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="506.094915319502" cy="202.10290849328004" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="505.516398540104" y="201.52439171388204" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="511.88008311348193" y="201.52439171388204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="517.665250907462" y1="207.88807628726002" x2="506.6734320989" y2="207.88807628726002" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_26__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="506.094915319502" cy="207.88807628726002" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="505.516398540104" y="207.30955950786202" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="511.88008311348193" y="207.30955950786202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="517.665250907462" y1="213.67324408124003" x2="506.6734320989" y2="213.67324408124003" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_27__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="506.094915319502" cy="213.67324408124003" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="505.516398540104" y="213.09472730184203" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="511.88008311348193" y="213.09472730184203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="517.665250907462" y1="219.45841187522004" x2="506.6734320989" y2="219.45841187522004" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_28__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="506.094915319502" cy="219.45841187522004" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="505.516398540104" y="218.87989509582204" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="511.88008311348193" y="218.87989509582204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="598.657600023182" y1="216.56582797823003" x2="609.6494188317439" y2="216.56582797823003" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_29__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="610.2279356111419" cy="216.56582797823003" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="609.6494188317439" y="215.98731119883203" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="604.4427678171619" y="215.98731119883203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="598.657600023182" y1="210.78066018425002" x2="609.6494188317439" y2="210.78066018425002" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_30__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="610.2279356111419" cy="210.78066018425002" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="609.6494188317439" y="210.20214340485202" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="604.4427678171619" y="210.20214340485202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="598.657600023182" y1="204.99549239027004" x2="609.6494188317439" y2="204.99549239027004" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_31__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="610.2279356111419" cy="204.99549239027004" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="609.6494188317439" y="204.41697561087204" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="604.4427678171619" y="204.41697561087204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="598.657600023182" y1="199.21032459629004" x2="610.2279356111419" y2="199.21032459629004" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_32__stack1"><rect x="609.6494188317439" y="198.63180781689204" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="604.4427678171619" y="198.63180781689204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="598.657600023182" y1="193.42515680231003" x2="609.6494188317439" y2="193.42515680231003" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_33__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="610.2279356111419" cy="193.42515680231003" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="609.6494188317439" y="192.84664002291203" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="604.4427678171619" y="192.84664002291203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="598.657600023182" y1="187.63998900833002" x2="609.6494188317439" y2="187.63998900833002" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_34__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="610.2279356111419" cy="187.63998900833002" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="609.6494188317439" y="187.06147222893202" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="604.4427678171619" y="187.06147222893202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="598.657600023182" y1="181.85482121435" x2="609.6494188317439" y2="181.85482121435" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_35__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="610.2279356111419" cy="181.85482121435" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="609.6494188317439" y="181.276304434952" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="604.4427678171619" y="181.276304434952" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="598.657600023182" y1="176.06965342037003" x2="609.6494188317439" y2="176.06965342037003" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_36__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="610.2279356111419" cy="176.06965342037003" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="609.6494188317439" y="175.49113664097203" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="604.4427678171619" y="175.49113664097203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="598.657600023182" y1="170.28448562639005" x2="609.6494188317439" y2="170.28448562639005" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_37__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="610.2279356111419" cy="170.28448562639005" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="609.6494188317439" y="169.70596884699205" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="604.4427678171619" y="169.70596884699205" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="598.657600023182" y1="164.49931783241004" x2="609.6494188317439" y2="164.49931783241004" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_38__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="610.2279356111419" cy="164.49931783241004" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="609.6494188317439" y="163.92080105301204" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="604.4427678171619" y="163.92080105301204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="598.657600023182" y1="158.71415003843003" x2="609.6494188317439" y2="158.71415003843003" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_39__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="610.2279356111419" cy="158.71415003843003" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="609.6494188317439" y="158.13563325903203" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="604.4427678171619" y="158.13563325903203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="598.657600023182" y1="152.92898224445003" x2="609.6494188317439" y2="152.92898224445003" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_40__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="610.2279356111419" cy="152.92898224445003" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="609.6494188317439" y="152.35046546505203" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="604.4427678171619" y="152.35046546505203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="598.657600023182" y1="147.14381445047005" x2="610.2279356111419" y2="147.14381445047005" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_41__stack1"><rect x="609.6494188317439" y="146.56529767107205" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="604.4427678171619" y="146.56529767107205" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="598.657600023182" y1="141.35864665649004" x2="609.6494188317439" y2="141.35864665649004" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_42__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="610.2279356111419" cy="141.35864665649004" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="609.6494188317439" y="140.78012987709204" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="604.4427678171619" y="140.78012987709204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="598.657600023182" y1="135.57347886251003" x2="610.2279356111419" y2="135.57347886251003" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_43__stack1"><rect x="609.6494188317439" y="134.99496208311203" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="604.4427678171619" y="134.99496208311203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="598.657600023182" y1="129.78831106853002" x2="610.2279356111419" y2="129.78831106853002" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_44__stack1"><rect x="609.6494188317439" y="129.20979428913202" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="604.4427678171619" y="129.20979428913202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="598.657600023182" y1="124.00314327455001" x2="609.6494188317439" y2="124.00314327455001" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_45__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="610.2279356111419" cy="124.00314327455001" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="609.6494188317439" y="123.42462649515201" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="604.4427678171619" y="123.42462649515201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="598.657600023182" y1="118.21797548057002" x2="609.6494188317439" y2="118.21797548057002" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_46__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="610.2279356111419" cy="118.21797548057002" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="609.6494188317439" y="117.63945870117202" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="604.4427678171619" y="117.63945870117202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="598.657600023182" y1="112.43280768659001" x2="610.2279356111419" y2="112.43280768659001" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_47__stack1"><rect x="609.6494188317439" y="111.85429090719201" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="604.4427678171619" y="111.85429090719201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="598.657600023182" y1="106.64763989261" x2="610.2279356111419" y2="106.64763989261" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_48__stack1"><rect x="609.6494188317439" y="106.069123113212" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="604.4427678171619" y="106.069123113212" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="598.657600023182" y1="100.86247209863001" x2="610.2279356111419" y2="100.86247209863001" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_49__stack1"><rect x="609.6494188317439" y="100.283955319232" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="604.4427678171619" y="100.283955319232" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="598.657600023182" y1="95.07730430465" x2="609.6494188317439" y2="95.07730430465" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_50__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="610.2279356111419" cy="95.07730430465" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="609.6494188317439" y="94.498787525252" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="604.4427678171619" y="94.498787525252" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="598.657600023182" y1="89.29213651067" x2="609.6494188317439" y2="89.29213651067" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_51__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="610.2279356111419" cy="89.29213651067" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="609.6494188317439" y="88.713619731272" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="604.4427678171619" y="88.713619731272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="598.657600023182" y1="83.50696871669" x2="609.6494188317439" y2="83.50696871669" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_52__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="610.2279356111419" cy="83.50696871669" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="609.6494188317439" y="82.928451937292" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="604.4427678171619" y="82.928451937292" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="598.657600023182" y1="77.72180092270999" x2="609.6494188317439" y2="77.72180092270999" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_53__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="610.2279356111419" cy="77.72180092270999" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="609.6494188317439" y="77.14328414331199" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="604.4427678171619" y="77.14328414331199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="598.657600023182" y1="71.93663312873" x2="609.6494188317439" y2="71.93663312873" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_54__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="610.2279356111419" cy="71.93663312873" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="609.6494188317439" y="71.358116349332" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="604.4427678171619" y="71.358116349332" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="598.657600023182" y1="66.15146533474999" x2="609.6494188317439" y2="66.15146533474999" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_55__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="610.2279356111419" cy="66.15146533474999" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="609.6494188317439" y="65.57294855535199" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="604.4427678171619" y="65.57294855535199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="598.657600023182" y1="60.36629754076998" x2="610.2279356111419" y2="60.36629754076998" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_56__stack1"><rect x="609.6494188317439" y="59.78778076137198" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="604.4427678171619" y="59.78778076137198" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_14__stack1"><rect class="component chip sch-component-body" x="1068.4132248943579" y="215.408794419434" width="34.71100676388005" height="28.925838969899985" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1068.4132248943579" y="215.408794419434" width="34.71100676388005" height="28.925838969899985" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1068.4132248943579" y1="218.301378316424" x2="1057.421406085796" y2="218.301378316424" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_14_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1056.8428893063979" cy="218.301378316424" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="1056.264372527" y="217.722861537026" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1062.6280571003779" y="217.722861537026" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1068.4132248943579" y1="224.08654611040402" x2="1057.421406085796" y2="224.08654611040402" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_14_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1056.8428893063979" cy="224.08654611040402" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="1056.264372527" y="223.50802933100601" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1062.6280571003779" y="223.50802933100601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1068.4132248943579" y1="229.87171390438402" x2="1057.421406085796" y2="229.87171390438402" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_14_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1056.8428893063979" cy="229.87171390438402" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="1056.264372527" y="229.29319712498602" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1062.6280571003779" y="229.29319712498602" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1068.4132248943579" y1="235.65688169836403" x2="1056.8428893063979" y2="235.65688169836403" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_14_3__stack1"><rect x="1056.264372527" y="235.07836491896603" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1062.6280571003779" y="235.07836491896603" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1068.4132248943579" y1="241.44204949234404" x2="1057.421406085796" y2="241.44204949234404" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_14_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1056.8428893063979" cy="241.44204949234404" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="1056.264372527" y="240.86353271294604" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1062.6280571003779" y="240.86353271294604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1103.124231658238" y1="238.54946559535398" x2="1114.1160504668" y2="238.54946559535398" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_14_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1114.694567246198" cy="238.54946559535398" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="1114.1160504668" y="237.97094881595598" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1108.909399452218" y="237.97094881595604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1103.124231658238" y1="232.764297801374" x2="1114.1160504668" y2="232.764297801374" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_14_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1114.694567246198" cy="232.764297801374" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="1114.1160504668" y="232.185781021976" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1108.909399452218" y="232.18578102197603" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1103.124231658238" y1="226.97913000739402" x2="1114.694567246198" y2="226.97913000739402" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_14_7__stack1"><rect x="1114.1160504668" y="226.40061322799602" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1108.909399452218" y="226.40061322799602" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1103.124231658238" y1="221.193962213414" x2="1114.694567246198" y2="221.193962213414" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_14_8__stack1"><rect x="1114.1160504668" y="220.615445434016" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1108.909399452218" y="220.615445434016" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_15__stack1"><rect class="component chip sch-component-body" x="107.82227000269125" y="216.855086367929" width="34.71100676388011" height="17.355503381939968" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="107.82227000269125" y="216.855086367929" width="34.71100676388011" height="17.355503381939968" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="107.82227000269125" y1="219.747670264919" x2="96.2519344147313" y2="219.747670264919" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_15_0__stack1"><rect x="95.6734176353333" y="219.169153485521" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="102.03710220871125" y="219.169153485521" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="107.82227000269125" y1="225.53283805889902" x2="96.83045119412924" y2="225.53283805889902" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_15_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="96.2519344147313" cy="225.53283805889902" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="95.6734176353333" y="224.95432127950102" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="102.03710220871125" y="224.95432127950102" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="107.82227000269125" y1="231.318005852879" x2="96.2519344147313" y2="231.318005852879" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_15_2__stack1"><rect x="95.6734176353333" y="230.739489073481" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="102.03710220871125" y="230.73948907348102" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="142.53327676657136" y1="228.425421955889" x2="153.52509557513338" y2="228.425421955889" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_15_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="154.10361235453138" cy="228.425421955889" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="153.52509557513338" y="227.846905176491" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="148.31844456055137" y="227.846905176491" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="142.53327676657136" y1="222.640254161909" x2="154.10361235453138" y2="222.640254161909" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_15_4__stack1"><rect x="153.52509557513338" y="222.061737382511" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="148.31844456055137" y="222.061737382511" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_16__stack1"><rect class="component chip sch-component-body" x="575.1191985614258" y="613.3710510211781" width="34.711006763879936" height="17.355503381940025" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="575.1191985614258" y="613.3710510211781" width="34.711006763879936" height="17.355503381940025" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="575.1191985614258" y1="619.156218815158" x2="563.5488629734658" y2="619.156218815158" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_16_0__stack1"><rect x="562.9703461940678" y="618.57770203576" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="569.3340307674458" y="618.5777020357601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="575.1191985614258" y1="624.9413866091381" x2="563.5488629734658" y2="624.9413866091381" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_16_1__stack1"><rect x="562.9703461940678" y="624.3628698297401" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="569.3340307674458" y="624.3628698297401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="609.8302053253058" y1="624.9413866091381" x2="621.4005409132658" y2="624.9413866091381" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_16_2__stack1"><rect x="620.8220241338678" y="624.3628698297401" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="615.6153731192858" y="624.3628698297401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="609.8302053253058" y1="619.156218815158" x2="621.4005409132658" y2="619.156218815158" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_16_3__stack1"><rect x="620.8220241338678" y="618.57770203576" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="615.6153731192858" y="618.5777020357601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_17__stack1"><rect class="component chip sch-component-body" x="768.6330612700567" y="223.87711580480214" width="34.71100676388005" height="17.355503381940025" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="768.6330612700567" y="223.87711580480214" width="34.71100676388005" height="17.355503381940025" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="768.6330612700567" y1="229.66228359878215" x2="757.6412424614948" y2="229.66228359878215" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_17_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="757.0627256820967" cy="229.66228359878215" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="756.4842089026987" y="229.08376681938415" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="762.8478934760767" y="229.08376681938418" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="768.6330612700567" y1="235.44745139276216" x2="757.6412424614948" y2="235.44745139276216" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_17_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="757.0627256820967" cy="235.44745139276216" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="756.4842089026987" y="234.86893461336416" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="762.8478934760767" y="234.86893461336416" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="803.3440680339368" y1="235.44745139276216" x2="814.9144036218968" y2="235.44745139276216" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_17_2__stack1"><rect x="814.3358868424988" y="234.86893461336416" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="809.1292358279168" y="234.86893461336416" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="803.3440680339368" y1="229.66228359878215" x2="814.3358868424988" y2="229.66228359878215" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_17_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="814.9144036218968" cy="229.66228359878215" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="814.3358868424988" y="229.08376681938415" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="809.1292358279168" y="229.08376681938418" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_18__stack1"><rect class="component chip sch-component-body" x="768.6330612700567" y="299.0842971265422" width="34.71100676388005" height="17.355503381939968" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="768.6330612700567" y="299.0842971265422" width="34.71100676388005" height="17.355503381939968" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="768.6330612700567" y1="304.86946492052215" x2="757.0627256820967" y2="304.86946492052215" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_18_0__stack1"><rect x="756.4842089026987" y="304.29094814112415" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="762.8478934760767" y="304.29094814112415" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="768.6330612700567" y1="310.6546327145022" x2="757.6412424614948" y2="310.6546327145022" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_18_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="757.0627256820967" cy="310.6546327145022" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="756.4842089026987" y="310.0761159351042" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="762.8478934760767" y="310.0761159351042" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="803.3440680339368" y1="310.6546327145022" x2="814.3358868424988" y2="310.6546327145022" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_18_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="814.9144036218968" cy="310.6546327145022" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="814.3358868424988" y="310.0761159351042" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="809.1292358279168" y="310.0761159351042" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="803.3440680339368" y1="304.86946492052215" x2="814.9144036218968" y2="304.86946492052215" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_18_3__stack1"><rect x="814.3358868424988" y="304.29094814112415" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="809.1292358279168" y="304.29094814112415" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_19__stack1"><rect class="component chip sch-component-body" x="842.1408495523153" y="751.4045905316809" width="32.68619803598688" height="34.132489984481936" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="842.1408495523153" y="751.4045905316809" width="32.68619803598688" height="34.132489984481936" fill="transparent"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_20__stack1"><rect class="component chip sch-component-body" x="843.2255685136864" y="628.180516519907" width="32.68619803598699" height="34.132489984481936" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="843.2255685136864" y="628.180516519907" width="32.68619803598699" height="34.132489984481936" fill="transparent"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_21__stack1"><rect class="component chip sch-component-body" x="877.3942157968809" y="241.73882136871543" width="34.85563595872941" height="2.8925838969899473" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="877.3942157968809" y="241.73882136871543" width="34.85563595872941" height="2.8925838969899473" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="886.7951134620982" y1="244.63140526570538" x2="886.7951134620982" y2="251.2843482287824" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_21_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.7951134620982" cy="251.8628650081804" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="886.2165966827002" y="251.2843482287824" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="886.2165966827002" y="248.24713513694292" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 886.2165966827002 248.24713513694292)"></text><line class="component-pin sch-component-pin sch-port-line" x1="886.7951134620982" y1="241.73882136871543" x2="886.7951134620982" y2="234.50736162624042" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_21_1__stack1"><rect x="886.2165966827002" y="233.92884484684242" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="886.2165966827002" y="238.1230914974779" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 886.2165966827002 238.1230914974779)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_22__stack1"><rect class="component chip sch-component-body" x="857.0376566218138" y="697.024013268269" width="2.892583896990004" height="19.669570499531915" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="857.0376566218138" y="697.024013268269" width="2.892583896990004" height="19.669570499531915" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="857.0376566218138" y1="706.8587985180349" x2="850.3847136587367" y2="706.8587985180349" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_22_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="849.8061968793387" cy="706.8587985180349" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="849.2276800999407" y="706.2802817386369" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="853.4219267505762" y="706.280281738637" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="859.9302405188038" y1="706.8587985180349" x2="866.5831834818807" y2="706.8587985180349" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_22_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="867.1617002612787" cy="706.8587985180349" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="866.5831834818807" y="706.2802817386369" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="863.5459703900412" y="706.280281738637" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_23__stack1"><rect class="component chip sch-component-body" x="809.237707724054" y="635.4119762623819" width="8.099234911572012" height="19.66957049953203" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="809.237707724054" y="635.4119762623819" width="8.099234911572012" height="19.66957049953203" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="809.237707724054" y1="645.2467615121479" x2="797.667372136094" y2="645.2467615121479" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_23_0__stack1"><rect x="797.088855356696" y="644.6682447327499" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="803.452539930074" y="644.6682447327499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="817.336942635626" y1="645.2467615121479" x2="828.328761444188" y2="645.2467615121479" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_23_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="828.907278223586" cy="645.2467615121479" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="828.328761444188" y="644.6682447327499" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="823.122110429606" y="644.6682447327499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_24__stack1"><rect class="component chip sch-component-body" x="836.2833671609104" y="326.773274453549" width="31.384535282341517" height="2.892583896990004" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="836.2833671609104" y="326.773274453549" width="31.384535282341517" height="2.892583896990004" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="845.6842648261279" y1="326.773274453549" x2="845.6842648261279" y2="319.541814711074" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_24_0__stack1"><rect x="845.1057480467299" y="318.963297931676" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="845.1057480467299" y="323.15754458231146" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 845.1057480467299 323.15754458231146)"></text><line class="component-pin sch-component-pin sch-port-line" x1="845.6842648261279" y1="329.665858350539" x2="845.6842648261279" y2="336.897318093014" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_24_1__stack1"><rect x="845.1057480467299" y="336.318801313616" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="845.1057480467299" y="333.28158822177653" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 845.1057480467299 333.28158822177653)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_25__stack1"><rect class="component chip sch-component-body" x="965.437238161514" y="218.879895095822" width="2.892583896990004" height="19.66957049953197" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="965.437238161514" y="218.879895095822" width="2.892583896990004" height="19.66957049953197" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="965.437238161514" y1="228.71468034558802" x2="958.205778419039" y2="228.71468034558802" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_25_0__stack1"><rect x="957.627261639641" y="228.13616356619002" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="961.8215082902764" y="228.13616356619002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="968.329822058504" y1="228.71468034558802" x2="975.561281800979" y2="228.71468034558802" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_25_1__stack1"><rect x="974.982765021581" y="228.13616356619002" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="971.9455519297414" y="228.13616356619002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_26__stack1"><rect class="component chip sch-component-body" x="995.809369079909" y="276.153056256224" width="2.892583896990118" height="19.66957049953203" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="995.809369079909" y="276.153056256224" width="2.892583896990118" height="19.66957049953203" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="995.809369079909" y1="285.98784150599" x2="986.84235899924" y2="285.98784150599" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_26_0__stack1"><rect x="986.263842219842" y="285.409324726592" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="991.3258640395745" y="285.409324726592" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="998.7019529768991" y1="285.98784150599" x2="1007.09044627817" y2="285.98784150599" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_26_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1007.6689630575679" cy="285.98784150599" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="1007.0904462781699" y="285.409324726592" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1003.1854580172335" y="285.409324726592" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_27__stack1"><rect class="component chip sch-component-body" x="995.809369079909" y="333.426217416626" width="2.892583896990118" height="19.66957049953197" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="995.809369079909" y="333.426217416626" width="2.892583896990118" height="19.66957049953197" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="995.809369079909" y1="343.261002666392" x2="987.420875778638" y2="343.261002666392" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_27_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="986.84235899924" cy="343.261002666392" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="986.263842219842" y="342.682485886994" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="991.3258640395745" y="342.682485886994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="998.7019529768991" y1="343.261002666392" x2="1007.09044627817" y2="343.261002666392" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_27_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1007.6689630575679" cy="343.261002666392" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="1007.0904462781699" y="342.682485886994" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1003.1854580172335" y="342.682485886994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_28__stack1"><rect class="component chip sch-component-body" x="998.991211366598" y="222.640254161909" width="37.16970307632141" height="2.892583896990004" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="998.991211366598" y="222.640254161909" width="37.16970307632141" height="2.892583896990004" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1012.007838903053" y1="222.640254161909" x2="1012.007838903053" y2="213.67324408124" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_28_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1012.007838903053" cy="213.094727301842" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="1011.429322123655" y="212.516210522444" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1011.429322123655" y="217.8674907318755" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 1011.429322123655 217.8674907318755)"></text><line class="component-pin sch-component-pin sch-port-line" x1="1012.007838903053" y1="225.53283805889902" x2="1012.007838903053" y2="235.078364918966" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_28_1__stack1"><rect x="1011.429322123655" y="234.499848139568" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1011.429322123655" y="230.3056014889325" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 1011.429322123655 230.3056014889325)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_29__stack1"><rect class="component chip sch-component-body" x="151.6449160420898" y="290.037458961776" width="33.69860239993346" height="2.892583896990004" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="151.6449160420898" y="290.037458961776" width="33.69860239993346" height="2.892583896990004" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="164.66154357854475" y1="290.037458961776" x2="164.66154357854475" y2="280.491932101709" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_29_0__stack1"><rect x="164.08302679914675" y="279.913415322311" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="164.0830267991468" y="285.2646955317425" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 164.0830267991468 285.2646955317425)"></text><line class="component-pin sch-component-pin sch-port-line" x1="164.66154357854475" y1="292.930042858766" x2="164.66154357854475" y2="302.475569718833" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_29_1__stack1"><rect x="164.08302679914675" y="301.897052939435" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="164.0830267991468" y="297.7028062887995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 164.0830267991468 297.7028062887995)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_30__stack1"><rect class="component chip sch-component-body" x="470.516133386525" y="246.937958896625" width="37.16970307632147" height="2.892583896990004" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="470.516133386525" y="246.937958896625" width="37.16970307632147" height="2.892583896990004" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="483.53276092297995" y1="246.937958896625" x2="483.53276092297995" y2="237.392432036558" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_30_0__stack1"><rect x="482.95424414358195" y="236.81391525716" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="482.95424414358195" y="242.1651954665915" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 482.95424414358195 242.1651954665915)"></text><line class="component-pin sch-component-pin sch-port-line" x1="483.53276092297995" y1="249.830542793615" x2="483.53276092297995" y2="259.376069653682" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_30_1__stack1"><rect x="482.95424414358195" y="258.797552874284" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="482.95424414358195" y="254.60330622364847" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 482.95424414358195 254.60330622364847)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_31__stack1"><rect class="component chip sch-component-body" x="1017.5037483073339" y="142.804938604985" width="33.69860239993352" height="2.892583896990004" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1017.5037483073339" y="142.804938604985" width="33.69860239993352" height="2.892583896990004" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1030.520375843789" y1="142.804938604985" x2="1030.520375843789" y2="133.837928524316" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_31_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1030.520375843789" cy="133.259411744918" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="1029.941859064391" y="132.68089496552" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1029.9418590643909" y="138.0321751749515" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 1029.9418590643909 138.0321751749515)"></text><line class="component-pin sch-component-pin sch-port-line" x1="1030.520375843789" y1="145.69752250197502" x2="1030.520375843789" y2="154.664532582644" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_31_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1030.520375843789" cy="155.243049362042" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="1029.941859064391" y="154.664532582644" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1029.9418590643909" y="150.4702859320085" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 1029.9418590643909 150.4702859320085)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_32__stack1"><rect class="component chip sch-component-body" x="514.8811389066091" y="632.172846351613" width="33.69860239993352" height="2.892583896990118" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="514.8811389066091" y="632.172846351613" width="33.69860239993352" height="2.892583896990118" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="527.897766443064" y1="632.172846351613" x2="527.897766443064" y2="622.627319491546" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_32_0__stack1"><rect x="527.319249663666" y="622.048802712148" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.319249663666" y="627.4000829215795" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 527.319249663666 627.4000829215795)"></text><line class="component-pin sch-component-pin sch-port-line" x1="527.897766443064" y1="635.0654302486031" x2="527.897766443064" y2="644.61095710867" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_32_1__stack1"><rect x="527.319249663666" y="644.032440329272" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.319249663666" y="639.8381936786366" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 527.319249663666 639.8381936786366)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_33__stack1"><rect class="component chip sch-component-body" x="602.5987455828308" y="669.197920233085" width="37.169703076321525" height="2.892583896990004" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="602.5987455828308" y="669.197920233085" width="37.169703076321525" height="2.892583896990004" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="615.6153731192859" y1="669.197920233085" x2="615.6153731192859" y2="659.6523933730181" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_33_0__stack1"><rect x="615.0368563398879" y="659.0738765936201" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="615.0368563398879" y="664.4251568030516" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 615.0368563398879 664.4251568030516)"></text><line class="component-pin sch-component-pin sch-port-line" x1="615.6153731192859" y1="672.090504130075" x2="615.6153731192859" y2="681.636030990142" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_33_1__stack1"><rect x="615.0368563398879" y="681.057514210744" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="615.0368563398879" y="676.8632675601085" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 615.0368563398879 676.8632675601085)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_34__stack1"><rect class="component chip sch-component-body" x="89.41263601094477" y="331.39699026683036" width="53.80358514114482" height="7.399952754474725" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="89.41263601094477" y="331.39699026683036" width="53.80358514114482" height="7.399952754474725" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="117.43466400155899" y1="331.39699026683036" x2="117.43466400155899" y2="320.40517145826834" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_34_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="117.43466400155899" cy="319.82665467887034" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="116.85614722216098" y="319.24813789947234" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="116.85614722216104" y="325.61182247285035" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 116.85614722216104 325.61182247285035)"></text><line class="component-pin sch-component-pin sch-port-line" x1="117.28282938022215" y1="338.7969430213051" x2="117.28282938022215" y2="350.3672786092651" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_34_1__stack1"><rect x="116.70431260082415" y="349.7887618298671" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="116.70431260082415" y="344.5821108152851" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 116.70431260082415 344.5821108152851)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_35__stack1"><rect class="component chip sch-component-body" x="944.3575330121994" y="602.9577489920141" width="15.1137508617727" height="5.785167793980122" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="944.3575330121994" y="602.9577489920141" width="15.1137508617727" height="5.785167793980122" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="944.3575330121994" y1="605.8503328890041" x2="933.3657142036373" y2="605.8503328890041" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_35_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="932.7871974242394" cy="605.8503328890041" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="932.2086806448414" y="605.2718161096061" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="938.5723652182193" y="605.2718161096061" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_36__stack1"><rect class="component chip sch-component-body" x="944.3575330121994" y="643.453923549874" width="8.171549508996804" height="5.785167793980008" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="944.3575330121994" y="643.453923549874" width="8.171549508996804" height="5.785167793980008" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="944.3575330121994" y1="646.346507446864" x2="933.3657142036373" y2="646.346507446864" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_36_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="932.7871974242394" cy="646.346507446864" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="932.2086806448414" y="645.767990667466" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="938.5723652182193" y="645.767990667466" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_37__stack1"><rect class="component chip sch-component-body" x="944.3575330121994" y="683.9500981077341" width="15.1137508617727" height="5.785167793980008" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="944.3575330121994" y="683.9500981077341" width="15.1137508617727" height="5.785167793980008" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="944.3575330121994" y1="686.8426820047241" x2="933.3657142036373" y2="686.8426820047241" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_37_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="932.7871974242394" cy="686.8426820047241" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="932.2086806448414" y="686.2641652253261" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="938.5723652182193" y="686.2641652253261" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_38__stack1"><rect class="component chip sch-component-body" x="944.3575330121994" y="643.453923549874" width="8.171549508996804" height="5.785167793980008" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="944.3575330121994" y="643.453923549874" width="8.171549508996804" height="5.785167793980008" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="944.3575330121994" y1="646.346507446864" x2="933.3657142036373" y2="646.346507446864" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_38_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="932.7871974242394" cy="646.346507446864" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="932.2086806448414" y="645.767990667466" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="938.5723652182193" y="645.767990667466" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="96.25193441473118" cy="160.738958766323" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="126.33480694342734" cy="160.738958766323" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="56.55122042854356" cy="219.74767026491895" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="56.55122042854356" cy="237.103173646859" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="286.83705592765995" cy="98.548404981038" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="286.83705592765995" cy="120.53204259816201" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="356.25906945542" cy="31.729716960568993" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="356.25906945542" cy="53.71335457769302" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="356.25906945542" cy="165.367093001507" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="356.25906945542" cy="187.35073061863102" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="336.01098217648996" cy="98.548404981038" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="336.01098217648996" cy="120.53204259816201" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="832.4145361986863" cy="251.86286500818045" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="832.4145361986863" cy="234.50736162624037" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="1046.140328887535" cy="298.715210652746" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="1046.140328887535" cy="320.69884826987" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="252.12604916377995" cy="165.367093001507" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="252.12604916377995" cy="187.35073061863102" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="252.12604916377995" cy="31.729716960568993" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="252.12604916377995" cy="53.71335457769302" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="1039.198127534759" cy="63.83739821715801" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="1039.198127534759" cy="85.821035834282" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="117.28282938022215" cy="367.71836356930237" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_1__stack1"><circle cx="117.28282938022215" cy="389.70200118642634" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_0__stack1"><circle cx="874.3208454063289" cy="273.260472359234" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_1__stack1"><circle cx="874.3208454063289" cy="279.045640153214" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_2__stack1"><circle cx="874.3208454063289" cy="284.830807947194" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_3__stack1"><circle cx="874.3208454063289" cy="290.615975741174" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_4__stack1"><circle cx="874.3208454063289" cy="296.40114353515395" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_5__stack1"><circle cx="874.3208454063289" cy="302.18631132913396" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_6__stack1"><circle cx="874.3208454063289" cy="307.97147912311397" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_7__stack1"><circle cx="874.3208454063289" cy="313.756646917094" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_8__stack1"><circle cx="946.635442831079" cy="313.756646917094" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_9__stack1"><circle cx="946.635442831079" cy="307.97147912311397" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_10__stack1"><circle cx="946.635442831079" cy="302.18631132913396" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_11__stack1"><circle cx="946.635442831079" cy="296.40114353515395" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_12__stack1"><circle cx="946.635442831079" cy="290.615975741174" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_13__stack1"><circle cx="946.635442831079" cy="284.830807947194" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_14__stack1"><circle cx="946.635442831079" cy="279.045640153214" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_15__stack1"><circle cx="946.635442831079" cy="273.260472359234" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_0__stack1"><circle cx="506.094915319502" cy="57.47371364377997" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_1__stack1"><circle cx="506.094915319502" cy="63.25888143775998" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_2__stack1"><circle cx="506.094915319502" cy="69.04404923173996" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_3__stack1"><circle cx="506.094915319502" cy="74.82921702571997" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_4__stack1"><circle cx="506.094915319502" cy="80.61438481969998" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_5__stack1"><circle cx="506.094915319502" cy="86.39955261367997" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_6__stack1"><circle cx="506.094915319502" cy="92.18472040765997" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_7__stack1"><circle cx="506.094915319502" cy="97.96988820163998" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_8__stack1"><circle cx="506.094915319502" cy="103.75505599561997" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_9__stack1"><circle cx="506.094915319502" cy="109.54022378959996" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_10__stack1"><circle cx="506.094915319502" cy="115.32539158357997" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_11__stack1"><circle cx="506.094915319502" cy="121.11055937755997" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_12__stack1"><circle cx="506.094915319502" cy="126.89572717153997" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_13__stack1"><circle cx="506.094915319502" cy="132.68089496551997" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_14__stack1"><circle cx="506.094915319502" cy="138.46606275949998" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_15__stack1"><circle cx="506.094915319502" cy="144.25123055347999" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_16__stack1"><circle cx="506.094915319502" cy="150.03639834746" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_17__stack1"><circle cx="506.094915319502" cy="155.82156614144" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_18__stack1"><circle cx="506.094915319502" cy="161.60673393541998" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_19__stack1"><circle cx="506.094915319502" cy="167.3919017294" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_20__stack1"><circle cx="506.094915319502" cy="173.17706952338" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_21__stack1"><circle cx="506.094915319502" cy="178.96223731736" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_22__stack1"><circle cx="506.094915319502" cy="184.74740511134002" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_23__stack1"><circle cx="506.094915319502" cy="190.53257290532002" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_24__stack1"><circle cx="506.094915319502" cy="196.31774069930003" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_25__stack1"><circle cx="506.094915319502" cy="202.10290849328004" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_26__stack1"><circle cx="506.094915319502" cy="207.88807628726002" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_27__stack1"><circle cx="506.094915319502" cy="213.67324408124003" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_28__stack1"><circle cx="506.094915319502" cy="219.45841187522004" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_29__stack1"><circle cx="610.2279356111419" cy="216.56582797823003" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_30__stack1"><circle cx="610.2279356111419" cy="210.78066018425002" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_31__stack1"><circle cx="610.2279356111419" cy="204.99549239027004" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_32__stack1"><circle cx="610.2279356111419" cy="199.21032459629004" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_33__stack1"><circle cx="610.2279356111419" cy="193.42515680231003" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_34__stack1"><circle cx="610.2279356111419" cy="187.63998900833002" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_35__stack1"><circle cx="610.2279356111419" cy="181.85482121435" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_36__stack1"><circle cx="610.2279356111419" cy="176.06965342037003" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_37__stack1"><circle cx="610.2279356111419" cy="170.28448562639005" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_38__stack1"><circle cx="610.2279356111419" cy="164.49931783241004" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_39__stack1"><circle cx="610.2279356111419" cy="158.71415003843003" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_40__stack1"><circle cx="610.2279356111419" cy="152.92898224445003" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_41__stack1"><circle cx="610.2279356111419" cy="147.14381445047005" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_42__stack1"><circle cx="610.2279356111419" cy="141.35864665649004" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_43__stack1"><circle cx="610.2279356111419" cy="135.57347886251003" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_44__stack1"><circle cx="610.2279356111419" cy="129.78831106853002" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_45__stack1"><circle cx="610.2279356111419" cy="124.00314327455001" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_46__stack1"><circle cx="610.2279356111419" cy="118.21797548057002" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_47__stack1"><circle cx="610.2279356111419" cy="112.43280768659001" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_48__stack1"><circle cx="610.2279356111419" cy="106.64763989261" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_49__stack1"><circle cx="610.2279356111419" cy="100.86247209863001" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_50__stack1"><circle cx="610.2279356111419" cy="95.07730430465" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_51__stack1"><circle cx="610.2279356111419" cy="89.29213651067" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_52__stack1"><circle cx="610.2279356111419" cy="83.50696871669" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_53__stack1"><circle cx="610.2279356111419" cy="77.72180092270999" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_54__stack1"><circle cx="610.2279356111419" cy="71.93663312873" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_55__stack1"><circle cx="610.2279356111419" cy="66.15146533474999" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_56__stack1"><circle cx="610.2279356111419" cy="60.36629754076998" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_0__stack1"><circle cx="1056.8428893063979" cy="218.301378316424" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_1__stack1"><circle cx="1056.8428893063979" cy="224.08654611040402" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_2__stack1"><circle cx="1056.8428893063979" cy="229.87171390438402" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_3__stack1"><circle cx="1056.8428893063979" cy="235.65688169836403" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_4__stack1"><circle cx="1056.8428893063979" cy="241.44204949234404" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_5__stack1"><circle cx="1114.694567246198" cy="238.54946559535398" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_6__stack1"><circle cx="1114.694567246198" cy="232.764297801374" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_7__stack1"><circle cx="1114.694567246198" cy="226.97913000739402" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_8__stack1"><circle cx="1114.694567246198" cy="221.193962213414" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_0__stack1"><circle cx="96.2519344147313" cy="219.747670264919" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_1__stack1"><circle cx="96.2519344147313" cy="225.53283805889902" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_2__stack1"><circle cx="96.2519344147313" cy="231.318005852879" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_3__stack1"><circle cx="154.10361235453138" cy="228.425421955889" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_4__stack1"><circle cx="154.10361235453138" cy="222.640254161909" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_0__stack1"><circle cx="563.5488629734658" cy="619.156218815158" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_1__stack1"><circle cx="563.5488629734658" cy="624.9413866091381" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_2__stack1"><circle cx="621.4005409132658" cy="624.9413866091381" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_3__stack1"><circle cx="621.4005409132658" cy="619.156218815158" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_0__stack1"><circle cx="757.0627256820967" cy="229.66228359878215" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_1__stack1"><circle cx="757.0627256820967" cy="235.44745139276216" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_2__stack1"><circle cx="814.9144036218968" cy="235.44745139276216" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_3__stack1"><circle cx="814.9144036218968" cy="229.66228359878215" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_0__stack1"><circle cx="757.0627256820967" cy="304.86946492052215" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_1__stack1"><circle cx="757.0627256820967" cy="310.6546327145022" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_2__stack1"><circle cx="814.9144036218968" cy="310.6546327145022" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_3__stack1"><circle cx="814.9144036218968" cy="304.86946492052215" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_21_0__stack1"><circle cx="886.7951134620982" cy="251.8628650081804" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_21_1__stack1"><circle cx="886.7951134620982" cy="234.50736162624042" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_0__stack1"><circle cx="849.8061968793387" cy="706.8587985180349" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_1__stack1"><circle cx="867.1617002612787" cy="706.8587985180349" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_0__stack1"><circle cx="797.667372136094" cy="645.2467615121479" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_1__stack1"><circle cx="828.907278223586" cy="645.2467615121479" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_24_0__stack1"><circle cx="845.6842648261279" cy="319.541814711074" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_24_1__stack1"><circle cx="845.6842648261279" cy="336.897318093014" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_25_0__stack1"><circle cx="958.205778419039" cy="228.71468034558802" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_25_1__stack1"><circle cx="975.561281800979" cy="228.71468034558802" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_26_0__stack1"><circle cx="986.84235899924" cy="285.98784150599" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_26_1__stack1"><circle cx="1007.6689630575679" cy="285.98784150599" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_27_0__stack1"><circle cx="986.84235899924" cy="343.261002666392" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_27_1__stack1"><circle cx="1007.6689630575679" cy="343.261002666392" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_28_0__stack1"><circle cx="1012.007838903053" cy="213.094727301842" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_28_1__stack1"><circle cx="1012.007838903053" cy="235.078364918966" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_0__stack1"><circle cx="164.66154357854475" cy="280.491932101709" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_1__stack1"><circle cx="164.66154357854475" cy="302.475569718833" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_0__stack1"><circle cx="483.53276092297995" cy="237.392432036558" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_1__stack1"><circle cx="483.53276092297995" cy="259.376069653682" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_31_0__stack1"><circle cx="1030.520375843789" cy="133.259411744918" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_31_1__stack1"><circle cx="1030.520375843789" cy="155.243049362042" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_0__stack1"><circle cx="527.897766443064" cy="622.627319491546" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_1__stack1"><circle cx="527.897766443064" cy="644.61095710867" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_0__stack1"><circle cx="615.6153731192859" cy="659.6523933730181" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_1__stack1"><circle cx="615.6153731192859" cy="681.636030990142" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_34_0__stack1"><circle cx="117.43466400155899" cy="319.82665467887034" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_34_1__stack1"><circle cx="117.28282938022215" cy="350.3672786092651" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_35_0__stack1"><circle cx="932.7871974242394" cy="605.8503328890041" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_36_0__stack1"><circle cx="932.7871974242394" cy="646.346507446864" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_37_0__stack1"><circle cx="932.7871974242394" cy="686.8426820047241" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_38_0__stack1"><circle cx="932.7871974242394" cy="646.346507446864" r="1.157033558796" 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="
372
+ M 56.55122042854356,213.962502470939
373
+ L 53.65863653155356,212.4005071665644
374
+ L 53.65863653155356,202.48087278915335
375
+ L 59.44380432553356,202.48087278915335
376
+ L 59.443804325533556,212.4005071665644
377
+ Z
378
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><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="56.55122042854356" y="211.359176963648" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 56.55122042854356 211.359176963648)">XX</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="
379
+ M 135.04148447336723,147.6934053908981
380
+ L 132.14890057637723,146.13141008652352
381
+ L 132.14890057637723,136.21177570911246
382
+ L 137.93406837035724,136.21177570911246
383
+ L 137.93406837035724,146.13141008652352
384
+ Z
385
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><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="135.04148447336723" y="145.0900798836071" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 135.04148447336723 145.0900798836071)">XX</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="
386
+ M 849.704956442944,300.7110935416691
387
+ L 846.812372545954,299.1490982372945
388
+ L 846.812372545954,289.2294638598834
389
+ L 852.597540339934,289.2294638598834
390
+ L 852.597540339934,299.1490982372945
391
+ Z
392
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><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="849.704956442944" y="298.10776803437807" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 849.704956442944 298.10776803437807)">XX</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="
393
+ M 961.1272881549987,270.3389626232741
394
+ L 958.2347042580087,268.7769673188995
395
+ L 958.2347042580087,258.85733294148844
396
+ L 964.0198720519887,258.85733294148844
397
+ L 964.0198720519887,268.7769673188995
398
+ Z
399
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><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="961.1272881549987" y="267.7356371159831" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 961.1272881549987 267.7356371159831)">XX</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="
400
+ M 1012.007838903053,213.094727301842
401
+ L 1009.115255006063,211.5327319974674
402
+ L 1009.115255006063,201.61309762005635
403
+ L 1014.900422800043,201.61309762005635
404
+ L 1014.900422800043,211.5327319974674
405
+ Z
406
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><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="1012.007838903053" y="210.491401794551" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 1012.007838903053 210.491401794551)">XX</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="
407
+ M 56.55122042854356,242.88834144083899
408
+ L 54.98922512416896,245.780925337829
409
+ L 45.06959074675792,245.780925337829
410
+ L 45.06959074675792,239.99575754384898
411
+ L 54.98922512416896,239.99575754384898
412
+ Z
413
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><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="53.94789492125256" y="242.88834144083899" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XX</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="
414
+ M 644.3893514345939,135.57347886251003
415
+ L 641.4967675376039,134.01148355813544
416
+ L 641.4967675376039,124.0918491807244
417
+ L 647.2819353315839,124.0918491807244
418
+ L 647.2819353315839,134.01148355813544
419
+ Z
420
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><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="644.3893514345939" y="132.97015335521903" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 644.3893514345939 132.97015335521903)">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="
421
+ M 286.83705592765995,92.76323718705802
422
+ L 283.94447203066994,91.20124188268342
423
+ L 283.94447203066994,81.28160750527239
424
+ L 289.72963982464995,81.28160750527239
425
+ L 289.72963982464995,91.20124188268342
426
+ Z
427
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><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="286.83705592765995" y="90.15991167976702" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 286.83705592765995 90.15991167976702)">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="
428
+ M 356.25906945542,25.944549166589013
429
+ L 353.36648555843,24.38255386221441
430
+ L 353.36648555843,14.462919484803374
431
+ L 359.15165335241,14.462919484803374
432
+ L 359.15165335241,24.382553862214415
433
+ Z
434
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><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="356.25906945542" y="23.341223659298013" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 356.25906945542 23.341223659298013)">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="
435
+ M 356.25906945542,159.581925207527
436
+ L 353.36648555843,158.01992990315242
437
+ L 353.36648555843,148.10029552574136
438
+ L 359.15165335241,148.10029552574136
439
+ L 359.15165335241,158.01992990315242
440
+ Z
441
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><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="356.25906945542" y="156.978599700236" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 356.25906945542 156.978599700236)">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="
442
+ M 832.4145361986863,228.72219383226042
443
+ L 829.5219523016963,227.16019852788583
444
+ L 829.5219523016963,217.24056415047477
445
+ L 835.3071200956763,217.24056415047477
446
+ L 835.3071200956763,227.16019852788583
447
+ Z
448
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><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="832.4145361986863" y="226.1188683249694" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 832.4145361986863 226.1188683249694)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" d="
449
+ M 1046.140328887535,262.84717033006996
450
+ L 1043.247744990545,261.28517502569537
451
+ L 1043.247744990545,251.3655406482843
452
+ L 1049.0329127845248,251.3655406482843
453
+ L 1049.0329127845248,261.28517502569537
454
+ Z
455
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><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="1046.140328887535" y="260.24384482277895" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 1046.140328887535 260.24384482277895)">XX</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="
456
+ M 1039.198127534759,63.83739821715801
457
+ L 1036.305543637769,62.27540291278341
458
+ L 1036.305543637769,52.35576853537237
459
+ L 1042.0907114317488,52.35576853537237
460
+ L 1042.0907114317488,62.27540291278341
461
+ Z
462
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><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="1039.198127534759" y="61.234072709867014" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 1039.198127534759 61.234072709867014)">XX</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="
463
+ M 490.18570388605696,57.47371364377997
464
+ L 487.29311998906695,55.911718339405375
465
+ L 487.29311998906695,45.99208396199433
466
+ L 493.07828778304696,45.99208396199433
467
+ L 493.07828778304696,55.911718339405375
468
+ Z
469
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><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="490.18570388605696" y="54.87038813648898" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 490.18570388605696 54.87038813648898)">XX</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="
470
+ M 506.094915319502,178.96223731736
471
+ L 504.5329200151274,181.85482121435
472
+ L 494.61328563771633,181.85482121435
473
+ L 494.61328563771633,176.06965342037
474
+ L 504.5329200151274,176.06965342037
475
+ Z
476
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><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="503.491589812211" y="178.96223731736" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XX</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="
477
+ M 164.66154357854475,222.640254161909
478
+ L 161.76895968155475,221.07825885753442
479
+ L 161.76895968155475,211.15862448012336
480
+ L 167.55412747553476,211.15862448012336
481
+ L 167.55412747553476,221.07825885753442
482
+ Z
483
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><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="164.66154357854475" y="220.036928654618" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 164.66154357854475 220.036928654618)">XX</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="
484
+ M 788.960694606154,635.0937920337129
485
+ L 786.068110709164,633.5317967293383
486
+ L 786.068110709164,623.6121623519273
487
+ L 791.853278503144,623.6121623519273
488
+ L 791.853278503144,633.5317967293383
489
+ Z
490
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><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="788.960694606154" y="632.490466526422" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 788.960694606154 632.490466526422)">XX</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="
491
+ M 1030.520375843789,133.259411744918
492
+ L 1027.627791946799,131.6974164405434
493
+ L 1027.627791946799,121.77778206313236
494
+ L 1033.412959740779,121.77778206313236
495
+ L 1033.412959740779,131.6974164405434
496
+ Z
497
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><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="1030.520375843789" y="130.656086237627" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 1030.520375843789 130.656086237627)">XX</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="
498
+ M 117.43466400155899,319.82665467887034
499
+ L 114.54208010456898,318.26465937449575
500
+ L 114.54208010456898,308.3450249970847
501
+ L 120.32724789854899,308.3450249970847
502
+ L 120.32724789854899,318.26465937449575
503
+ Z
504
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><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="117.43466400155899" y="317.22332917157934" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 117.43466400155899 317.22332917157934)">XX</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="
505
+ M 932.7871974242394,646.346507446864
506
+ L 931.2252021198648,649.239091343854
507
+ L 921.3055677424537,649.239091343854
508
+ L 921.3055677424537,643.453923549874
509
+ L 931.2252021198648,643.453923549874
510
+ Z
511
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><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="930.1838719169484" y="646.346507446864" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_20__stack1" d="
512
+ M 286.83705592765995,126.31721039214199
513
+ L 289.72963982464995,127.87920569651659
514
+ L 289.72963982464995,137.79884007392764
515
+ L 283.94447203066994,137.79884007392764
516
+ L 283.94447203066994,127.87920569651659
517
+ Z
518
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_20__stack1" x="286.83705592765995" y="128.920535899433" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 286.83705592765995 128.920535899433)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_21__stack1" d="
519
+ M 356.25906945542,59.498522371673
520
+ L 359.15165335241,61.060517676047596
521
+ L 359.15165335241,70.98015205345864
522
+ L 353.36648555843,70.98015205345864
523
+ L 353.36648555843,61.060517676047596
524
+ Z
525
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_21__stack1" x="356.25906945542" y="62.101847878963994" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 356.25906945542 62.101847878963994)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_22__stack1" d="
526
+ M 356.25906945542,193.135898412611
527
+ L 359.15165335241,194.6978937169856
528
+ L 359.15165335241,204.61752809439665
529
+ L 353.36648555843,204.61752809439665
530
+ L 353.36648555843,194.6978937169856
531
+ Z
532
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_22__stack1" x="356.25906945542" y="195.739223919902" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 356.25906945542 195.739223919902)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_23__stack1" d="
533
+ M 1046.140328887535,326.48401606385
534
+ L 1049.0329127845248,328.0460113682246
535
+ L 1049.0329127845248,337.96564574563564
536
+ L 1043.247744990545,337.96564574563564
537
+ L 1043.247744990545,328.0460113682246
538
+ Z
539
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_23__stack1" x="1046.140328887535" y="329.087341571141" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 1046.140328887535 329.087341571141)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_24__stack1" d="
540
+ M 1039.198127534759,85.821035834282
541
+ L 1042.0907114317488,87.3830311386566
542
+ L 1042.0907114317488,97.30266551606763
543
+ L 1036.305543637769,97.30266551606763
544
+ L 1036.305543637769,87.3830311386566
545
+ Z
546
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_24__stack1" x="1039.198127534759" y="88.424361341573" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 1039.198127534759 88.424361341573)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_25__stack1" d="
547
+ M 117.28282938022215,395.4871689804063
548
+ L 120.17541327721216,397.0491642847809
549
+ L 120.17541327721216,406.96879866219194
550
+ L 114.39024548323215,406.96879866219194
551
+ L 114.39024548323215,397.0491642847809
552
+ Z
553
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_25__stack1" x="117.28282938022215" y="398.0904944876973" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 117.28282938022215 398.0904944876973)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_26__stack1" d="
554
+ M 845.6842648261279,342.68248588699396
555
+ L 848.5768487231179,344.24448119136855
556
+ L 848.5768487231179,354.1641155687796
557
+ L 842.7916809291379,354.1641155687796
558
+ L 842.7916809291379,344.24448119136855
559
+ Z
560
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_26__stack1" x="845.6842648261279" y="345.28581139428496" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 845.6842648261279 345.28581139428496)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_27__stack1" d="
561
+ M 1034.5989191385447,274.73569014669886
562
+ L 1037.4915030355346,276.29768545107345
563
+ L 1037.4915030355346,286.2173198284845
564
+ L 1031.7063352415548,286.2173198284845
565
+ L 1031.7063352415548,276.29768545107345
566
+ Z
567
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_27__stack1" x="1034.5989191385447" y="277.33901565398986" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 1034.5989191385447 277.33901565398986)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_28__stack1" d="
568
+ M 483.53276092297995,265.161237447662
569
+ L 486.42534481996995,266.7232327520366
570
+ L 486.42534481996995,276.64286712944767
571
+ L 480.64017702598994,276.64286712944767
572
+ L 480.64017702598994,266.7232327520366
573
+ Z
574
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_28__stack1" x="483.53276092297995" y="267.764562954953" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 483.53276092297995 267.764562954953)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_29__stack1" d="
575
+ M 641.7860259273028,61.84151532823488
576
+ L 644.6786098242928,63.403510632609475
577
+ L 644.6786098242928,73.32314501002051
578
+ L 638.8934420303128,73.32314501002051
579
+ L 638.8934420303128,63.403510632609475
580
+ Z
581
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_29__stack1" x="641.7860259273028" y="64.44484083552588" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 641.7860259273028 64.44484083552588)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_30__stack1" d="
582
+ M 1152.037825356339,222.6691800008789
583
+ L 1154.930409253329,224.2311753052535
584
+ L 1154.930409253329,234.15080968266454
585
+ L 1149.145241459349,234.15080968266454
586
+ L 1149.145241459349,224.2311753052535
587
+ Z
588
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_30__stack1" x="1152.037825356339" y="225.2725055081699" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 1152.037825356339 225.2725055081699)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_31__stack1" d="
589
+ M 96.2519344147313,225.53283805889902
590
+ L 94.68993911035669,228.42542195588902
591
+ L 84.77030473294566,228.42542195588902
592
+ L 84.77030473294566,222.640254161909
593
+ L 94.68993911035669,222.640254161909
594
+ Z
595
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_31__stack1" x="93.64860890744029" y="225.53283805889902" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_32__stack1" d="
596
+ M 527.897766443064,650.39612490265
597
+ L 530.790350340054,651.9581202070245
598
+ L 530.790350340054,661.8777545844356
599
+ L 525.005182546074,661.8777545844356
600
+ L 525.005182546074,651.9581202070245
601
+ Z
602
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_32__stack1" x="527.897766443064" y="652.9994504099409" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 527.897766443064 652.9994504099409)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_33__stack1" d="
603
+ M 615.6153731192859,687.421198784122
604
+ L 618.5079570162759,688.9831940884966
605
+ L 618.5079570162759,698.9028284659076
606
+ L 612.7227892222959,698.9028284659076
607
+ L 612.7227892222959,688.9831940884966
608
+ Z
609
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_33__stack1" x="615.6153731192859" y="690.024524291413" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 615.6153731192859 690.024524291413)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_34__stack1" d="
610
+ M 821.8855308136426,252.83188061367207
611
+ L 824.7781147106326,254.39387591804666
612
+ L 824.7781147106326,264.3135102954577
613
+ L 818.9929469166526,264.3135102954577
614
+ L 818.9929469166526,254.39387591804666
615
+ Z
616
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_34__stack1" x="821.8855308136426" y="255.43520612096307" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 821.8855308136426 255.43520612096307)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_35__stack1" d="
617
+ M 821.8855308136426,316.4687263474521
618
+ L 824.7781147106326,318.0307216518267
619
+ L 824.7781147106326,327.95035602923775
620
+ L 818.9929469166526,327.95035602923775
621
+ L 818.9929469166526,318.0307216518267
622
+ Z
623
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_35__stack1" x="821.8855308136426" y="319.0720518547431" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 821.8855308136426 319.0720518547431)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_36__stack1" d="
624
+ M 1012.007838903053,240.86353271294598
625
+ L 1014.900422800043,242.42552801732057
626
+ L 1014.900422800043,252.34516239473163
627
+ L 1009.115255006063,252.34516239473163
628
+ L 1009.115255006063,242.42552801732057
629
+ Z
630
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_36__stack1" x="1012.007838903053" y="243.466858220237" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 1012.007838903053 243.466858220237)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_37__stack1" d="
631
+ M 1030.520375843789,155.243049362042
632
+ L 1033.412959740779,156.8050446664166
633
+ L 1033.412959740779,166.72467904382765
634
+ L 1027.627791946799,166.72467904382765
635
+ L 1027.627791946799,156.8050446664166
636
+ Z
637
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_37__stack1" x="1030.520375843789" y="157.846374869333" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 1030.520375843789 157.846374869333)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_38__stack1" d="
638
+ M 932.7871974242394,646.346507446864
639
+ L 931.2252021198648,649.239091343854
640
+ L 921.3055677424537,649.239091343854
641
+ L 921.3055677424537,643.453923549874
642
+ L 931.2252021198648,643.453923549874
643
+ Z
644
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_38__stack1" x="930.1838719169484" y="646.346507446864" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_39__stack1" d="
645
+ M 832.4145361986863,265.1145149862659
646
+ L 833.9765315030609,262.22193108927587
647
+ L 847.2939877648029,262.22193108927587
648
+ L 847.2939877648029,268.0070988832559
649
+ L 833.9765315030609,268.0070988832559
650
+ Z
651
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_39__stack1" x="835.0178617059772" y="265.1145149862659" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_40__stack1" d="
652
+ M 506.094915319502,202.10290849328004
653
+ L 504.5329200151274,204.99549239027004
654
+ L 487.8176418690545,204.99549239027004
655
+ L 487.8176418690545,199.21032459629004
656
+ L 504.5329200151274,199.21032459629004
657
+ Z
658
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_40__stack1" x="503.491589812211" y="202.10290849328004" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_41__stack1" d="
659
+ M 117.28282938022215,359.04282108928373
660
+ L 115.72083407584755,361.93540498627374
661
+ L 85.41426839245099,361.93540498627374
662
+ L 85.41426839245099,356.15023719229373
663
+ L 115.72083407584755,356.15023719229373
664
+ Z
665
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_41__stack1" x="114.67950387293115" y="359.04282108928373" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_42__stack1" d="
666
+ M 610.2279356111419,141.35864665649004
667
+ L 611.7899309155165,138.46606275950003
668
+ L 642.0964965989131,138.46606275950003
669
+ L 642.0964965989131,144.25123055348004
670
+ L 611.7899309155165,144.25123055348004
671
+ Z
672
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_42__stack1" x="612.8312611184328" y="141.35864665649004" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_43__stack1" d="
673
+ M 845.6842648261279,313.756646917094
674
+ L 842.7916809291379,312.1946516127194
675
+ L 842.7916809291379,302.2750172353083
676
+ L 848.5768487231179,302.2750172353083
677
+ L 848.5768487231179,312.1946516127194
678
+ Z
679
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_43__stack1" x="845.6842648261279" y="311.15332140980297" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 845.6842648261279 311.15332140980297)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_44__stack1" d="
680
+ M 974.6935066318819,313.756646917094
681
+ L 977.5860905288719,315.31864222146856
682
+ L 977.5860905288719,325.2382765988796
683
+ L 971.8009227348919,325.2382765988796
684
+ L 971.8009227348919,315.31864222146856
685
+ Z
686
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_44__stack1" x="974.6935066318819" y="316.359972424385" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 974.6935066318819 316.359972424385)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_45__stack1" d="
687
+ M 963.5570586284704,296.40114353515395
688
+ L 960.6644747314804,294.83914823077936
689
+ L 960.6644747314804,284.9195138533683
690
+ L 966.4496425254604,284.9195138533683
691
+ L 966.4496425254604,294.83914823077936
692
+ Z
693
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_45__stack1" x="963.5570586284704" y="293.79781802786295" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 963.5570586284704 293.79781802786295)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_46__stack1" d="
694
+ M 986.84235899924,343.261002666392
695
+ L 985.2803636948654,346.153586563382
696
+ L 975.3607293174543,346.153586563382
697
+ L 975.3607293174543,340.368418769402
698
+ L 985.2803636948654,340.368418769402
699
+ Z
700
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_46__stack1" x="984.239033491949" y="343.261002666392" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_47__stack1" d="
701
+ M 952.420610625059,261.690136771274
702
+ L 950.8586153206844,264.582720668264
703
+ L 940.9389809432734,264.582720668264
704
+ L 940.9389809432734,258.797552874284
705
+ L 950.8586153206844,258.797552874284
706
+ Z
707
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_47__stack1" x="949.817285117768" y="261.690136771274" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_48__stack1" d="
708
+ M 527.897766443064,619.156218815158
709
+ L 526.3357711386894,622.048802712148
710
+ L 516.4161367612784,622.048802712148
711
+ L 516.4161367612784,616.263634918168
712
+ L 526.3357711386894,616.263634918168
713
+ Z
714
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_48__stack1" x="525.2944409357731" y="619.156218815158" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_49__stack1" d="
715
+ M 506.094915319502,167.3919017294
716
+ L 504.5329200151274,170.28448562639
717
+ L 494.61328563771633,170.28448562639
718
+ L 494.61328563771633,164.49931783241
719
+ L 504.5329200151274,164.49931783241
720
+ Z
721
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_49__stack1" x="503.491589812211" y="167.3919017294" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_50__stack1" d="
722
+ M 615.6153731192859,650.9746416820482
723
+ L 617.1773684236605,648.0820577850582
724
+ L 630.4948246854025,648.0820577850582
725
+ L 630.4948246854025,653.8672255790382
726
+ L 617.1773684236605,653.8672255790382
727
+ Z
728
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_50__stack1" x="618.2186986265768" y="650.9746416820482" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_51__stack1" d="
729
+ M 506.094915319502,173.17706952338
730
+ L 504.5329200151274,176.06965342037
731
+ L 491.2154637533854,176.06965342037
732
+ L 491.2154637533854,170.28448562639
733
+ L 504.5329200151274,170.28448562639
734
+ Z
735
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_51__stack1" x="503.491589812211" y="173.17706952338" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_52__stack1" d="
736
+ M 483.53276092297995,184.74740511134002
737
+ L 480.64017702598994,183.18540980696542
738
+ L 480.64017702598994,173.26577542955437
739
+ L 486.42534481996995,173.26577542955437
740
+ L 486.42534481996995,183.18540980696542
741
+ Z
742
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_52__stack1" x="483.53276092297995" y="182.144079604049" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 483.53276092297995 182.144079604049)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_53__stack1" d="
743
+ M 643.492650426527,86.37062677471012
744
+ L 640.600066529537,84.80863147033551
745
+ L 640.600066529537,74.88899709292448
746
+ L 646.385234323517,74.88899709292448
747
+ L 646.385234323517,84.80863147033551
748
+ Z
749
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_53__stack1" x="643.492650426527" y="83.76730126741911" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 643.492650426527 83.76730126741911)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_54__stack1" d="
750
+ M 506.094915319502,190.53257290532002
751
+ L 504.5329200151274,193.42515680231003
752
+ L 491.2154637533854,193.42515680231003
753
+ L 491.2154637533854,187.63998900833002
754
+ L 504.5329200151274,187.63998900833002
755
+ Z
756
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_54__stack1" x="503.491589812211" y="190.53257290532002" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_55__stack1" d="
757
+ M 932.7871974242394,605.8503328890041
758
+ L 931.2252021198648,608.7429167859941
759
+ L 917.9077458581228,608.7429167859941
760
+ L 917.9077458581228,602.9577489920141
761
+ L 931.2252021198648,602.9577489920141
762
+ Z
763
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_55__stack1" x="930.1838719169484" y="605.8503328890041" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_56__stack1" d="
764
+ M 506.094915319502,196.31774069930003
765
+ L 504.5329200151274,199.21032459629004
766
+ L 494.61328563771633,199.21032459629004
767
+ L 494.61328563771633,193.42515680231003
768
+ L 504.5329200151274,193.42515680231003
769
+ Z
770
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_56__stack1" x="503.491589812211" y="196.31774069930003" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_57__stack1" d="
771
+ M 932.7871974242394,686.8426820047241
772
+ L 931.2252021198648,689.7352659017141
773
+ L 921.3055677424537,689.7352659017141
774
+ L 921.3055677424537,683.9500981077341
775
+ L 931.2252021198648,683.9500981077341
776
+ Z
777
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_57__stack1" x="930.1838719169484" y="686.8426820047241" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_58__stack1" d="
778
+ M 610.2279356111419,176.06965342037003
779
+ L 611.7899309155165,173.17706952338003
780
+ L 635.3008528302512,173.17706952338003
781
+ L 635.3008528302512,178.96223731736004
782
+ L 611.7899309155165,178.96223731736004
783
+ Z
784
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_58__stack1" x="612.8312611184328" y="176.06965342037003" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" 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_59__stack1" d="
785
+ M 849.8061968793387,706.8587985180349
786
+ L 848.2442015749641,709.7513824150249
787
+ L 824.7332796602294,709.7513824150249
788
+ L 824.7332796602294,703.9662146210449
789
+ L 848.2442015749641,703.9662146210449
790
+ Z
791
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_59__stack1" x="847.2028713720478" y="706.8587985180349" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" 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_60__stack1" d="
792
+ M 1007.6689630575679,285.98784150599
793
+ L 1009.2309583619425,283.095257609
794
+ L 1025.9462365080153,283.095257609
795
+ L 1025.9462365080153,288.88042540298
796
+ L 1009.2309583619425,288.88042540298
797
+ Z
798
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_60__stack1" x="1010.2722885648589" y="285.98784150599" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_61__stack1" d="
799
+ M 610.2279356111419,124.00314327455001
800
+ L 611.7899309155165,121.11055937756001
801
+ L 628.5052090615894,121.11055937756001
802
+ L 628.5052090615894,126.89572717154002
803
+ L 611.7899309155165,126.89572717154002
804
+ Z
805
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_61__stack1" x="612.8312611184328" y="124.00314327455001" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_62__stack1" d="
806
+ M 1007.6689630575679,343.261002666392
807
+ L 1009.2309583619425,340.368418769402
808
+ L 1025.9462365080153,340.368418769402
809
+ L 1025.9462365080153,346.153586563382
810
+ L 1009.2309583619425,346.153586563382
811
+ Z
812
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_62__stack1" x="1010.2722885648589" y="343.261002666392" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_63__stack1" d="
813
+ M 610.2279356111419,118.21797548057002
814
+ L 611.7899309155165,115.32539158358001
815
+ L 628.5052090615894,115.32539158358001
816
+ L 628.5052090615894,121.11055937756002
817
+ L 611.7899309155165,121.11055937756002
818
+ Z
819
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_63__stack1" x="612.8312611184328" y="118.21797548057002" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_64__stack1" d="
820
+ M 610.2279356111419,95.07730430465
821
+ L 611.7899309155165,92.18472040766
822
+ L 635.3008528302512,92.18472040766
823
+ L 635.3008528302512,97.96988820164
824
+ L 611.7899309155165,97.96988820164
825
+ Z
826
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_64__stack1" x="612.8312611184328" y="95.07730430465" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" 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_65__stack1" d="
827
+ M 1114.694567246198,232.764297801374
828
+ L 1116.2565625505727,229.871713904384
829
+ L 1139.7674844653072,229.871713904384
830
+ L 1139.7674844653072,235.656881698364
831
+ L 1116.2565625505727,235.656881698364
832
+ Z
833
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_65__stack1" x="1117.297892753489" y="232.764297801374" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" 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_66__stack1" d="
834
+ M 610.2279356111419,89.29213651067
835
+ L 611.7899309155165,86.39955261368
836
+ L 638.6986747145821,86.39955261368
837
+ L 638.6986747145821,92.18472040766001
838
+ L 611.7899309155165,92.18472040766001
839
+ Z
840
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_66__stack1" x="612.8312611184328" y="89.29213651067" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" 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_67__stack1" d="
841
+ M 1114.694567246198,238.54946559535398
842
+ L 1116.2565625505727,235.65688169836397
843
+ L 1143.1653063496383,235.65688169836397
844
+ L 1143.1653063496383,241.44204949234398
845
+ L 1116.2565625505727,241.44204949234398
846
+ Z
847
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_67__stack1" x="1117.297892753489" y="238.54946559535398" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" 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_68__stack1" d="
848
+ M 610.2279356111419,83.50696871669
849
+ L 611.7899309155165,80.61438481969999
850
+ L 635.3008528302512,80.61438481969999
851
+ L 635.3008528302512,86.39955261368
852
+ L 611.7899309155165,86.39955261368
853
+ Z
854
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_68__stack1" x="612.8312611184328" y="83.50696871669" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" 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_69__stack1" d="
855
+ M 1056.8428893063979,241.44204949234404
856
+ L 1055.2808940020232,244.33463338933404
857
+ L 1031.7699720872886,244.33463338933404
858
+ L 1031.7699720872886,238.54946559535404
859
+ L 1055.2808940020232,238.54946559535404
860
+ Z
861
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_69__stack1" x="1054.239563799107" y="241.44204949234404" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" 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_70__stack1" d="
862
+ M 610.2279356111419,77.72180092270999
863
+ L 611.7899309155165,74.82921702571998
864
+ L 635.3008528302512,74.82921702571998
865
+ L 635.3008528302512,80.61438481969999
866
+ L 611.7899309155165,80.61438481969999
867
+ Z
868
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_70__stack1" x="612.8312611184328" y="77.72180092270999" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" 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_71__stack1" d="
869
+ M 1056.8428893063979,229.87171390438402
870
+ L 1055.2808940020232,232.76429780137403
871
+ L 1031.7699720872886,232.76429780137403
872
+ L 1031.7699720872886,226.97913000739402
873
+ L 1055.2808940020232,226.97913000739402
874
+ Z
875
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_71__stack1" x="1054.239563799107" y="229.87171390438402" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" 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_72__stack1" d="
876
+ M 610.2279356111419,71.93663312873
877
+ L 611.7899309155165,69.04404923173999
878
+ L 635.3008528302512,69.04404923173999
879
+ L 635.3008528302512,74.82921702572
880
+ L 611.7899309155165,74.82921702572
881
+ Z
882
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_72__stack1" x="612.8312611184328" y="71.93663312873" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" 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_73__stack1" d="
883
+ M 1056.8428893063979,224.08654611040402
884
+ L 1055.2808940020232,226.97913000739402
885
+ L 1031.7699720872886,226.97913000739402
886
+ L 1031.7699720872886,221.193962213414
887
+ L 1055.2808940020232,221.193962213414
888
+ Z
889
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_73__stack1" x="1054.239563799107" y="224.08654611040402" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" 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_74__stack1" d="
890
+ M 610.2279356111419,66.15146533474999
891
+ L 611.7899309155165,63.25888143775999
892
+ L 628.5052090615894,63.25888143775999
893
+ L 628.5052090615894,69.04404923173999
894
+ L 611.7899309155165,69.04404923173999
895
+ Z
896
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_74__stack1" x="612.8312611184328" y="66.15146533474999" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_75__stack1" d="
897
+ M 1056.8428893063979,218.301378316424
898
+ L 1055.2808940020232,221.193962213414
899
+ L 1035.1677939716194,221.193962213414
900
+ L 1035.1677939716194,215.408794419434
901
+ L 1055.2808940020232,215.408794419434
902
+ Z
903
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_75__stack1" x="1054.239563799107" y="218.301378316424" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_76__stack1" d="
904
+ M 757.0627256820967,229.66228359878215
905
+ L 755.5007303777221,232.55486749577216
906
+ L 735.3876303473183,232.55486749577216
907
+ L 735.3876303473183,226.76969970179215
908
+ L 755.5007303777221,226.76969970179215
909
+ Z
910
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_76__stack1" x="754.4594001748058" y="229.66228359878215" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_77__stack1" d="
911
+ M 886.7951134620982,251.8628650081804
912
+ L 889.6876973590882,253.42486031255498
913
+ L 889.6876973590882,270.14013845862786
914
+ L 883.9025295651082,270.14013845862786
915
+ L 883.9025295651082,253.42486031255498
916
+ Z
917
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_77__stack1" x="886.7951134620982" y="254.4661905154714" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 886.7951134620982 254.4661905154714)">XXXX</text><text class="sch-text" x="922.337738096363" y="323.302173777161" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819915px" transform="rotate(0, 922.337738096363, 323.302173777161)">TYPE_C_16PIN_2MD_073_</text><text class="sch-text" x="894.5689326852589" y="264.1488330837155" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 894.5689326852589, 264.1488330837155)">J_USB</text><text class="sch-text" x="528.078552936626" y="226.11135483829702" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819915px" transform="rotate(0, 528.078552936626, 226.11135483829702)">RP2040</text><text class="sch-text" x="521.13635158385" y="51.25465826525151" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 521.13635158385, 51.25465826525151)">U1</text><text class="sch-text" x="1089.239828952686" y="248.094992455421" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819915px" transform="rotate(0, 1089.239828952686, 248.094992455421)">W25Q16JVUXIQ</text><text class="sch-text" x="1071.884325570746" y="212.0823229378955" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 1071.884325570746, 212.0823229378955)">U2</text><text class="sch-text" x="133.85552507560135" y="237.97094881595598" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819915px" transform="rotate(0, 133.85552507560135, 237.97094881595598)">AP2112K_3_3TRG1</text><text class="sch-text" x="111.29337067907937" y="213.5286148863905" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 111.29337067907937, 213.5286148863905)">U3</text><text class="sch-text" x="597.6813529579479" y="634.4869134692051" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819915px" transform="rotate(0, 597.6813529579479, 634.4869134692051)">X322512MSB4SI</text><text class="sch-text" x="578.5902992378138" y="610.0445795396396" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 578.5902992378138, 610.0445795396396)">Y1</text><text class="sch-text" x="785.9885646519967" y="244.99297825282918" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819915px" transform="rotate(0, 785.9885646519967, 244.99297825282918)">SKRPACE010</text><text class="sch-text" x="780.7819136374148" y="220.55064432326367" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 780.7819136374148, 220.55064432326367)">SW_BOOT</text><text class="sch-text" x="785.9885646519967" y="320.20015957456917" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819915px" transform="rotate(0, 785.9885646519967, 320.20015957456917)">SKRPACE010</text><text class="sch-text" x="779.0463632992207" y="295.75782564500366" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 779.0463632992207, 295.75782564500366)">SW_RUN</text><rect class="schematic-box sch-box" x="885.8911809942889" y="320.69884826987" width="72.89311420414799" height="5.206651014581951" stroke-width="0.578516779398px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="4.628134235184 2.314067117592"/><rect class="schematic-box sch-box" x="884.1556306560949" y="260.533103212478" width="20.82660405832803" height="7.231459742474954" stroke-width="0.578516779398px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="4.628134235184 2.314067117592"/><rect class="schematic-box sch-box" x="517.665250907462" y="223.50802933100601" width="20.826604058327916" height="5.2066510145820075" stroke-width="0.578516779398px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="4.628134235184 2.314067117592"/><rect class="schematic-box sch-box" x="515.929700569268" y="47.638928394013995" width="10.413302029163901" height="7.23145974247501" stroke-width="0.578516779398px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="4.628134235184 2.314067117592"/><rect class="schematic-box sch-box" x="1068.4132248943579" y="245.49166694813" width="41.65320811665606" height="5.2066510145820075" stroke-width="0.578516779398px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="4.628134235184 2.314067117592"/><rect class="schematic-box sch-box" x="1066.677674556164" y="208.466593066658" width="10.413302029163788" height="7.23145974247501" stroke-width="0.578516779398px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="4.628134235184 2.314067117592"/><rect class="schematic-box sch-box" x="107.82227000269131" y="235.36762330866497" width="52.06651014582002" height="5.2066510145820075" stroke-width="0.578516779398px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="4.628134235184 2.314067117592"/><rect class="schematic-box sch-box" x="106.08671966449737" y="209.912885015153" width="10.413302029164015" height="7.23145974247501" stroke-width="0.578516779398px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="4.628134235184 2.314067117592"/><rect class="schematic-box sch-box" x="575.1191985614258" y="631.883587961914" width="45.12430879304395" height="5.2066510145820075" stroke-width="0.578516779398px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="4.628134235184 2.314067117592"/><rect class="schematic-box sch-box" x="573.3836482232318" y="606.4288496684021" width="10.413302029164015" height="7.231459742475067" stroke-width="0.578516779398px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="4.628134235184 2.314067117592"/><rect class="schematic-box sch-box" x="768.6330612700567" y="242.38965274553817" width="34.71100676388005" height="5.206651014581951" stroke-width="0.578516779398px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="4.628134235184 2.314067117592"/><rect class="schematic-box sch-box" x="766.8975109318628" y="216.9349144520262" width="27.768805411103926" height="7.231459742474954" stroke-width="0.578516779398px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="4.628134235184 2.314067117592"/><rect class="schematic-box sch-box" x="768.6330612700567" y="317.59683406727817" width="34.71100676388005" height="5.2066510145820075" stroke-width="0.578516779398px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="4.628134235184 2.314067117592"/><rect class="schematic-box sch-box" x="766.8975109318628" y="292.1420957737662" width="24.29770473471592" height="7.23145974247501" stroke-width="0.578516779398px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="4.628134235184 2.314067117592"/>
918
918
  </g>
919
919
  </svg>