@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
@@ -150,195 +150,195 @@ orientation: x-" data-x="9.3" data-y="4.195" cx="577.8448724622592" cy="194.0655
150
150
  .port-label { fill: rgb(0, 100, 100); }
151
151
  .component-name { fill: rgb(0, 100, 100); }
152
152
 
153
- </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 445.0827760115001 125.00383729863995 L 445.0827760115001 146.05416072807998 L 371.40664400846003 146.05416072807998" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.420129371776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 445.0827760115001 125.00383729863995 L 445.0827760115001 146.05416072807998 L 371.40664400846003 146.05416072807998" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.052516171472px" 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 118.8027628551801 152.369257756912 L 118.8027628551801 141.84409604219204 L 160.9034097140601 141.84409604219204 L 160.9034097140601 156.5793224428 L 203.0040565729401 156.5793224428" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.420129371776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 118.8027628551801 152.369257756912 L 118.8027628551801 141.84409604219204 L 160.9034097140601 141.84409604219204 L 160.9034097140601 156.5793224428 L 203.0040565729401 156.5793224428" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.052516171472px" 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 118.8027628551801 192.36487227284798 L 118.8027628551801 202.89003398756793 L 160.9034097140601 202.89003398756793 L 160.9034097140601 167.10448415751995 L 203.0040565729401 167.10448415751995" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.420129371776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 118.8027628551801 192.36487227284798 L 118.8027628551801 202.89003398756793 L 160.9034097140601 202.89003398756793 L 160.9034097140601 167.10448415751995 L 203.0040565729401 167.10448415751995" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.052516171472px" 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 302.99309286278003 348.66352373643997 L 302.99309286278003 359.18868545116 L 339.83115886430005 359.18868545116 L 339.83115886430005 338.13836202172 L 376.66922486582007 338.13836202172" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.420129371776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 302.99309286278003 348.66352373643997 L 302.99309286278003 359.18868545116 L 339.83115886430005 359.18868545116 L 339.83115886430005 338.13836202172 L 376.66922486582007 338.13836202172" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.052516171472px" 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 1066.0673171799801 156.5793224428 L 1066.0673171799801 188.68106567269598" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.420129371776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1066.0673171799801 156.5793224428 L 1066.0673171799801 188.68106567269598" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.052516171472px" 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 1066.0673171799801 245.516938932184 L 1066.0705905052732 267.09352044736" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.420129371776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1066.0673171799801 245.516938932184 L 1066.0705905052732 267.09352044736" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.052516171472px" 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 371.40664400846003 177.62964587223996 L 481.92084201302004 177.62964587223996 L 481.92084201302004 467.07159302703997 L 592.43504001758 467.07159302703997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.420129371776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 371.40664400846003 177.62964587223996 L 481.92084201302004 177.62964587223996 L 481.92084201302004 467.07159302703997 L 592.43504001758 467.07159302703997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.052516171472px" 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 734.5247231663 214.46771187375998 L 734.5247231663 434.18046266854 L 614.80100866136 434.18046266854 L 614.80100866136 653.89321346332 L 616.1166538757001 653.89321346332" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.420129371776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 734.5247231663 214.46771187375998 L 734.5247231663 434.18046266854 L 614.80100866136 434.18046266854 L 614.80100866136 653.89321346332 L 616.1166538757001 653.89321346332" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.052516171472px" 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 781.88795088254 105.13759456210602 L 781.88795088254 94.612432847386 L 1066.0673171799801 94.612432847386 L 1066.0673171799801 125.00383729864001" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.420129371776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 781.88795088254 105.13759456210602 L 781.88795088254 94.612432847386 L 1066.0673171799801 94.612432847386 L 1066.0673171799801 125.00383729864001" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.052516171472px" 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 287.20535029070004 221.04593794545997 L 287.20535029070004 269.06698826887 L 464.55432518373203 269.06698826887 L 464.55432518373203 485.4906260278 L 592.43504001758 485.4906260278" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.420129371776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 287.20535029070004 221.04593794545997 L 287.20535029070004 269.06698826887 L 464.55432518373203 269.06698826887 L 464.55432518373203 485.4906260278 L 592.43504001758 485.4906260278" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.052516171472px" 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 302.99309286278003 317.08803859228 L 302.99309286278003 281.3814274750924 L 434.55761429678 281.3814274750924 L 434.55761429678 338.13836202171996 L 424.03245258206005 338.13836202171996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.420129371776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 302.99309286278003 317.08803859228 L 302.99309286278003 281.3814274750924 L 434.55761429678 281.3814274750924 L 434.55761429678 338.13836202171996 L 424.03245258206005 338.13836202171996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.052516171472px" 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 592.43504001758 430.23352702552 L 576.5946716369265 430.23352702552 L 576.5946716369265 424.9183203595864" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.420129371776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 592.43504001758 430.23352702552 L 576.5946716369265 430.23352702552 L 576.5946716369265 424.9183203595864" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.052516171472px" 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 616.1166538757001 674.94353689276 L 589.7511237803265 674.94353689276 L 589.7511237803265 659.1031685121063" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.420129371776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 616.1166538757001 674.94353689276 L 589.7511237803265 674.94353689276 L 589.7511237803265 659.1031685121063" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.052516171472px" 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 400.35083872394006 318.272119285186 L 400.35083872394006 312.9569126192524 L 376.61659905724645 312.9569126192524" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.420129371776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 400.35083872394006 318.272119285186 L 400.35083872394006 312.9569126192524 L 376.61659905724645 312.9569126192524" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.052516171472px" 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 616.1166538757001 685.46869860748 L 603.4338340094624 685.46869860748 L 603.4338340094624 696.0464861307736" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.420129371776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 616.1166538757001 685.46869860748 L 603.4338340094624 685.46869860748 L 603.4338340094624 696.0464861307736" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.052516171472px" 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 246.4203486461601 695.9938603221999 L 233.73752877992246 695.9938603221999 L 233.73752877992246 706.5716478454935" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.420129371776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 246.4203486461601 695.9938603221999 L 233.73752877992246 695.9938603221999 L 233.73752877992246 706.5716478454935" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.052516171472px" 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 829.25117859878 214.46771187375998 L 829.25117859878 219.78291853969358 L 805.5169389320864 219.78291853969358" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.420129371776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 829.25117859878 214.46771187375998 L 829.25117859878 219.78291853969358 L 805.5169389320864 219.78291853969358" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.052516171472px" 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 734.5247231663 182.8922267296 L 734.5247231663 177.5770200636664 L 710.7904834996065 177.5770200636664" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.420129371776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 734.5247231663 182.8922267296 L 734.5247231663 177.5770200636664 L 710.7904834996065 177.5770200636664" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.052516171472px" 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 829.25117859878 182.8922267296 L 829.25117859878 174.9457296349864 L 826.5672623615264 174.9457296349864" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.420129371776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 829.25117859878 182.8922267296 L 829.25117859878 174.9457296349864 L 826.5672623615264 174.9457296349864" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.052516171472px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"/><g class="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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__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="224.05438000238007" y="123.6881920843" width="126.30194057663999" height="76.30742243171997" stroke-width="1.052516171472px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="224.05438000238007" y="123.6881920843" width="126.30194057663999" height="76.30742243171997" fill="transparent"/><text class="sch-text" x="287.20535029070004" y="161.84190330015997" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.472645543248px" transform="rotate(0, 287.20535029070004, 161.84190330015997)">schematic_component_0</text><line class="component-pin sch-component-pin sch-port-line" x1="350.35632057902006" y1="177.62964587223996" x2="371.40664400846003" y2="177.62964587223996" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="370.354127836988" y="176.57712970076796" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="360.8814822937401" y="176.57712970076798" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform=""></text><text class="pin-number sch-pin-label" x="345.0937397216601" y="177.62964587223996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.8938712860399995px" transform="">schematic_port_0</text><line class="component-pin sch-component-pin sch-port-line" x1="350.35632057902006" y1="146.05416072807998" x2="371.40664400846003" y2="146.05416072807998" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="370.354127836988" y="145.00164455660797" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="360.8814822937401" y="145.001644556608" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform=""></text><text class="pin-number sch-pin-label" x="345.0937397216601" y="146.05416072807998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.8938712860399995px" transform="">schematic_port_1</text><line class="component-pin sch-component-pin sch-port-line" x1="224.05438000238007" y1="156.5793224428" x2="203.0040565729401" y2="156.5793224428" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="201.9515404014681" y="155.52680627132798" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="213.52921828766006" y="155.526806271328" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform=""></text><text class="pin-number sch-pin-label" x="229.31696085974005" y="156.5793224428" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.8938712860399995px" transform="">schematic_port_2</text><line class="component-pin sch-component-pin sch-port-line" x1="350.35632057902006" y1="156.5793224428" x2="370.354127836988" y2="156.5793224428" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="371.40664400846003" cy="156.5793224428" r="1.052516171472" stroke-width="1.052516171472px"/><rect x="370.354127836988" y="155.52680627132798" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="360.8814822937401" y="155.526806271328" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform=""></text><text class="pin-number sch-pin-label" x="345.0937397216601" y="156.5793224428" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.8938712860399995px" transform="">schematic_port_3</text><line class="component-pin sch-component-pin sch-port-line" x1="224.05438000238007" y1="167.10448415751995" x2="203.0040565729401" y2="167.10448415751995" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="201.9515404014681" y="166.05196798604794" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="213.52921828766006" y="166.05196798604797" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform=""></text><text class="pin-number sch-pin-label" x="229.31696085974005" y="167.10448415751995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.8938712860399995px" transform="">schematic_port_4</text><line class="component-pin sch-component-pin sch-port-line" x1="350.35632057902006" y1="167.10448415751995" x2="370.354127836988" y2="167.10448415751995" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="371.40664400846003" cy="167.10448415751995" r="1.052516171472" stroke-width="1.052516171472px"/><rect x="370.354127836988" y="166.05196798604794" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="360.8814822937401" y="166.05196798604797" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform=""></text><text class="pin-number sch-pin-label" x="345.0937397216601" y="167.10448415751995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.8938712860399995px" transform="">schematic_port_5</text><line class="component-pin sch-component-pin sch-port-line" x1="287.20535029070004" y1="199.99561451601997" x2="287.20535029070004" y2="221.04593794545997" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="286.15283411922803" y="219.99342177398796" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="286.1528341192281" y="210.52077623073995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform="rotate(-90 286.1528341192281 210.52077623073995)"></text><text class="pin-number sch-pin-label" x="287.20535029070004" y="194.73303365866" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.8938712860399995px" transform="rotate(-90 287.20535029070004 194.73303365866)">schematic_port_6</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="95.12114899706017" y="169.7357745862" width="61.3090669882439" height="5.262580857359978" stroke-width="1.052516171472px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="95.12114899706017" y="169.7357745862" width="61.3090669882439" height="5.262580857359978" fill="transparent"/><text class="sch-text" x="125.77568249118212" y="172.36706501487998" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.472645543248px" transform="rotate(0, 125.77568249118212, 172.36706501487998)">schematic_component_1</text><line class="component-pin sch-component-pin sch-port-line" x1="118.8027628551801" y1="169.7357745862" x2="118.8027628551801" y2="152.369257756912" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="117.7502466837081" y="151.31674158543998" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="117.75024668370816" y="161.052516171556" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform="rotate(-90 117.75024668370816 161.052516171556)"></text><text class="pin-number sch-pin-label" x="118.8027628551801" y="174.99835544355997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.8938712860399995px" transform="rotate(-90 118.8027628551801 174.99835544355997)">schematic_port_7</text><line class="component-pin sch-component-pin sch-port-line" x1="118.8027628551801" y1="174.99835544355997" x2="118.8027628551801" y2="192.36487227284798" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="117.7502466837081" y="191.31235610137597" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="117.75024668370816" y="183.68161385820397" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform="rotate(-90 117.75024668370816 183.68161385820397)"></text><text class="pin-number sch-pin-label" x="118.8027628551801" y="169.7357745862" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.8938712860399995px" transform="rotate(-90 118.8027628551801 169.7357745862)">schematic_port_8</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="421.40116215338" y="106.58480429788" width="57.36213134522404" height="5.262580857359978" stroke-width="1.052516171472px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="421.40116215338" y="106.58480429788" width="57.36213134522404" height="5.262580857359978" fill="transparent"/><text class="sch-text" x="450.08222782599205" y="109.21609472655996" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.472645543248px" transform="rotate(0, 450.08222782599205, 109.21609472655996)">schematic_component_2</text><line class="component-pin sch-component-pin sch-port-line" x1="445.0827760115001" y1="111.84738515523998" x2="445.0827760115001" y2="125.00383729863995" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="444.03025984002807" y="123.95132112716794" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="444.03025984002807" y="118.42561122693996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform="rotate(-90 444.03025984002807 118.42561122693996)"></text><text class="pin-number sch-pin-label" x="445.0827760115001" y="106.58480429788" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.8938712860399995px" transform="rotate(-90 445.0827760115001 106.58480429788)">schematic_port_9</text><line class="component-pin sch-component-pin sch-port-line" x1="445.0827760115001" y1="106.58480429788" x2="445.0827760115001" y2="94.48086832595197" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="445.0827760115001" cy="93.42835215447997" r="1.052516171472" stroke-width="1.052516171472px"/><rect x="444.03025984002807" y="92.37583598300796" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="444.03025984002807" y="100.00657822618001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform="rotate(-90 444.03025984002807 100.00657822618001)"></text><text class="pin-number sch-pin-label" x="445.0827760115001" y="111.84738515523998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.8938712860399995px" transform="rotate(-90 445.0827760115001 111.84738515523998)">schematic_port_10</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="279.31147900466004" y="330.24449073567996" width="57.362131345223986" height="5.262580857360035" stroke-width="1.052516171472px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="279.31147900466004" y="330.24449073567996" width="57.362131345223986" height="5.262580857360035" fill="transparent"/><text class="sch-text" x="307.99254467727206" y="332.87578116436" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.472645543248px" transform="rotate(0, 307.99254467727206, 332.87578116436)">schematic_component_3</text><line class="component-pin sch-component-pin sch-port-line" x1="302.99309286278003" y1="335.50707159304" x2="302.99309286278003" y2="348.66352373643997" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="301.940576691308" y="347.61100756496796" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="301.9405766913081" y="342.08529766474" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform="rotate(-90 301.9405766913081 342.08529766474)"></text><text class="pin-number sch-pin-label" x="302.99309286278003" y="330.24449073567996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.8938712860399995px" transform="rotate(-90 302.99309286278003 330.24449073567996)">schematic_port_11</text><line class="component-pin sch-component-pin sch-port-line" x1="302.99309286278003" y1="330.24449073567996" x2="302.99309286278003" y2="317.08803859228" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="301.940576691308" y="316.035522420808" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="301.9405766913081" y="323.66626466398" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform="rotate(-90 301.9405766913081 323.66626466398)"></text><text class="pin-number sch-pin-label" x="302.99309286278003" y="335.50707159304" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.8938712860399995px" transform="rotate(-90 302.99309286278003 335.50707159304)">schematic_port_12</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="397.71954829526004" y="330.24449073567996" width="5.262580857360035" height="5.262580857360035" stroke-width="1.052516171472px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="397.71954829526004" y="330.24449073567996" width="5.262580857360035" height="5.262580857360035" fill="transparent"/><text class="sch-text" x="400.35083872394006" y="332.87578116436" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.472645543248px" transform="rotate(0, 400.35083872394006, 332.87578116436)">schematic_component_4</text><line class="component-pin sch-component-pin sch-port-line" x1="402.9821291526201" y1="338.13836202172" x2="424.03245258206005" y2="338.13836202172" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="422.97993641058804" y="337.085845850248" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="413.5072908673401" y="337.085845850248" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform=""></text><text class="pin-number sch-pin-label" x="397.7195482952601" y="338.13836202172" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.8938712860399995px" transform="">schematic_port_13</text><line class="component-pin sch-component-pin sch-port-line" x1="400.35083872394006" y1="330.24449073567996" x2="400.35083872394006" y2="318.272119285186" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="399.29832255246805" y="317.219603113714" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="399.29832255246805" y="324.258305010433" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform="rotate(-90 399.29832255246805 324.258305010433)"></text><text class="pin-number sch-pin-label" x="400.35083872394006" y="335.50707159304" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.8938712860399995px" transform="rotate(-90 400.35083872394006 335.50707159304)">schematic_port_14</text><line class="component-pin sch-component-pin sch-port-line" x1="397.71954829526004" y1="338.13836202172" x2="376.66922486582007" y2="338.13836202172" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_4_2__stack1"><rect x="375.61670869434806" y="337.085845850248" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="387.19438658054" y="337.085845850248" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform=""></text><text class="pin-number sch-pin-label" x="402.98212915262" y="338.13836202172" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.8938712860399995px" transform="">schematic_port_15</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="779.2566604538599" y="117.10996601260001" width="5.262580857360035" height="5.262580857359978" stroke-width="1.052516171472px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="779.2566604538599" y="117.10996601260001" width="5.262580857360035" height="5.262580857359978" fill="transparent"/><text class="sch-text" x="781.88795088254" y="119.74125644127997" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.472645543248px" transform="rotate(0, 781.88795088254, 119.74125644127997)">schematic_component_5</text><line class="component-pin sch-component-pin sch-port-line" x1="784.51924131122" y1="125.00383729863995" x2="804.5170485691881" y2="125.00383729863995" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="805.56956474066" cy="125.00383729863995" r="1.052516171472" stroke-width="1.052516171472px"/><rect x="804.517048569188" y="123.95132112716794" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="795.04440302594" y="123.951321127168" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform=""></text><text class="pin-number sch-pin-label" x="779.25666045386" y="125.00383729863995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.8938712860399995px" transform="">schematic_port_16</text><line class="component-pin sch-component-pin sch-port-line" x1="781.88795088254" y1="117.10996601260001" x2="781.88795088254" y2="105.13759456210602" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="780.835434711068" y="104.08507839063401" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="780.835434711068" y="111.12378028735299" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform="rotate(-90 780.835434711068 111.12378028735299)"></text><text class="pin-number sch-pin-label" x="781.88795088254" y="122.37254686995999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.8938712860399995px" transform="rotate(-90 781.88795088254 122.37254686995999)">schematic_port_17</text><line class="component-pin sch-component-pin sch-port-line" x1="779.2566604538599" y1="125.00383729863995" x2="759.258853195892" y2="125.00383729863995" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_5_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="758.20633702442" cy="125.00383729863995" r="1.052516171472" stroke-width="1.052516171472px"/><rect x="757.153820852948" y="123.95132112716794" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="768.73149873914" y="123.951321127168" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform=""></text><text class="pin-number sch-pin-label" x="784.51924131122" y="125.00383729863995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.8938712860399995px" transform="">schematic_port_18</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="710.84310930818" y="196.048678873" width="63.67722837405597" height="5.262580857359978" stroke-width="1.052516171472px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="710.84310930818" y="196.048678873" width="63.67722837405597" height="5.262580857359978" fill="transparent"/><text class="sch-text" x="742.6817234952081" y="198.67996930168" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.472645543248px" transform="rotate(0, 742.6817234952081, 198.67996930168)">schematic_component_6</text><line class="component-pin sch-component-pin sch-port-line" x1="734.5247231663" y1="201.31125973035998" x2="734.5247231663" y2="214.46771187375998" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="733.472206994828" y="213.41519570228797" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="733.4722069948281" y="207.88948580205997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform="rotate(-90 733.4722069948281 207.88948580205997)"></text><text class="pin-number sch-pin-label" x="734.5247231663" y="196.048678873" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.8938712860399995px" transform="rotate(-90 734.5247231663 196.048678873)">schematic_port_19</text><line class="component-pin sch-component-pin sch-port-line" x1="734.5247231663" y1="196.048678873" x2="734.5247231663" y2="182.8922267296" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="733.472206994828" y="181.839710558128" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="733.4722069948281" y="189.47045280129998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform="rotate(-90 733.4722069948281 189.47045280129998)"></text><text class="pin-number sch-pin-label" x="734.5247231663" y="201.31125973035998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.8938712860399995px" transform="rotate(-90 734.5247231663 201.31125973035998)">schematic_port_20</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="805.56956474066" y="196.048678873" width="63.677228374056085" height="5.262580857359978" stroke-width="1.052516171472px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="805.56956474066" y="196.048678873" width="63.677228374056085" height="5.262580857359978" fill="transparent"/><text class="sch-text" x="837.408178927688" y="198.67996930168" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.472645543248px" transform="rotate(0, 837.408178927688, 198.67996930168)">schematic_component_7</text><line class="component-pin sch-component-pin sch-port-line" x1="829.25117859878" y1="201.31125973035998" x2="829.25117859878" y2="214.46771187375998" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="828.198662427308" y="213.41519570228797" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="828.198662427308" y="207.88948580205997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform="rotate(-90 828.198662427308 207.88948580205997)"></text><text class="pin-number sch-pin-label" x="829.25117859878" y="196.048678873" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.8938712860399995px" transform="rotate(-90 829.25117859878 196.048678873)">schematic_port_21</text><line class="component-pin sch-component-pin sch-port-line" x1="829.25117859878" y1="196.048678873" x2="829.25117859878" y2="182.8922267296" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="828.198662427308" y="181.839710558128" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="828.198662427308" y="189.47045280129998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform="rotate(-90 828.198662427308 189.47045280129998)"></text><text class="pin-number sch-pin-label" x="829.25117859878" y="201.31125973035998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.8938712860399995px" transform="rotate(-90 829.25117859878 201.31125973035998)">schematic_port_22</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="1042.38570332186" y="138.16028944204" width="63.677228374056085" height="5.262580857359978" stroke-width="1.052516171472px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1042.38570332186" y="138.16028944204" width="63.677228374056085" height="5.262580857359978" fill="transparent"/><text class="sch-text" x="1074.2243175088881" y="140.79157987072" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.472645543248px" transform="rotate(0, 1074.2243175088881, 140.79157987072)">schematic_component_8</text><line class="component-pin sch-component-pin sch-port-line" x1="1066.0673171799801" y1="143.4228702994" x2="1066.0673171799801" y2="156.5793224428" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="1065.0148010085081" y="155.52680627132798" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="1065.0148010085081" y="150.0010963711" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform="rotate(-90 1065.0148010085081 150.0010963711)"></text><text class="pin-number sch-pin-label" x="1066.0673171799801" y="138.16028944204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.8938712860399995px" transform="rotate(-90 1066.0673171799801 138.16028944204)">schematic_port_23</text><line class="component-pin sch-component-pin sch-port-line" x1="1066.0673171799801" y1="138.16028944204" x2="1066.0673171799801" y2="125.00383729864001" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><rect x="1065.0148010085081" y="123.951321127168" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="1065.0148010085081" y="131.58206337034" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform="rotate(-90 1065.0148010085081 131.58206337034)"></text><text class="pin-number sch-pin-label" x="1066.0673171799801" y="143.4228702994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.8938712860399995px" transform="rotate(-90 1066.0673171799801 143.4228702994)">schematic_port_24</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="1049.7533165221641" y="209.73138910213598" width="45.784453459031965" height="14.735226400608013" stroke-width="1.052516171472px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1049.7533165221641" y="209.73138910213598" width="45.784453459031965" height="14.735226400608013" fill="transparent"/><text class="sch-text" x="1072.64554325168" y="217.09900230244" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.472645543248px" transform="rotate(0, 1072.64554325168, 217.09900230244)">schematic_component_9</text><line class="component-pin sch-component-pin sch-port-line" x1="1066.0673171799801" y1="209.73138910213598" x2="1066.0673171799801" y2="188.68106567269598" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="1065.0148010085081" y="187.62854950122397" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="1065.0148010085081" y="199.206227387416" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform="rotate(-90 1065.0148010085081 199.206227387416)"></text><text class="pin-number sch-pin-label" x="1066.0673171799801" y="214.99396995949598" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.8938712860399995px" transform="rotate(-90 1066.0673171799801 214.99396995949598)">schematic_port_25</text><line class="component-pin sch-component-pin sch-port-line" x1="1066.0673171799801" y1="224.466615502744" x2="1066.0673171799801" y2="245.516938932184" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><rect x="1065.0148010085081" y="244.46442276071198" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="1065.0148010085081" y="234.99177721746398" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform="rotate(-90 1065.0148010085081 234.99177721746398)"></text><text class="pin-number sch-pin-label" x="1066.0673171799801" y="219.20403464538398" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.8938712860399995px" transform="rotate(-90 1066.0673171799801 219.20403464538398)">schematic_port_26</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="1058.0643394363149" y="288.1438438768" width="16.00595548733031" height="5.262580857359978" stroke-width="1.052516171472px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1058.0643394363149" y="288.1438438768" width="16.00595548733031" height="5.262580857359978" fill="transparent"/><text class="sch-text" x="1066.0673171799801" y="290.77513430548" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.472645543248px" transform="rotate(0, 1066.0673171799801, 290.77513430548)">schematic_component_10</text><line class="component-pin sch-component-pin sch-port-line" x1="1066.0640438546868" y1="293.40642473416" x2="1066.0640438546868" y2="313.40423199212796" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1066.0640438546868" cy="314.45674816359997" r="1.052516171472" stroke-width="1.052516171472px"/><rect x="1065.0115276832148" y="313.40423199212796" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="1065.0115276832148" y="303.93158644888" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform="rotate(-90 1065.0115276832148 303.93158644888)"></text><text class="pin-number sch-pin-label" x="1066.0640438546868" y="288.1438438768" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.8938712860399995px" transform="rotate(-90 1066.0640438546868 288.1438438768)">schematic_port_27</text><line class="component-pin sch-component-pin sch-port-line" x1="1066.0705905052732" y1="288.1438438768" x2="1066.0705905052732" y2="267.09352044736" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><rect x="1065.0180743338012" y="266.041004275888" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="1065.0180743338015" y="277.61868216208" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform="rotate(-90 1065.0180743338015 277.61868216208)"></text><text class="pin-number sch-pin-label" x="1066.0705905052732" y="293.40642473416" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="7.8938712860399995px" transform="rotate(-90 1066.0705905052732 293.40642473416)">schematic_port_28</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="600.3289113036201" y="424.97094616815997" width="5.2625808573599215" height="10.525161714720014" stroke-width="1.052516171472px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="600.3289113036201" y="424.97094616815997" width="5.2625808573599215" height="10.525161714720014" fill="transparent"/><text class="sch-text" x="602.9602017323" y="430.23352702552" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.26258085736px" transform="rotate(0, 602.9602017323, 430.23352702552)">schematic_port_29</text><line class="component-pin sch-component-pin sch-port-line" x1="600.3289113036201" y1="430.23352702552" x2="592.43504001758" y2="430.23352702552" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_11_0__stack1"><rect x="591.382523846108" y="429.181010854048" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="596.3819756606" y="429.181010854048" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform=""></text><text class="pin-number sch-pin-label" x="605.59149216098" y="430.23352702552" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.8938712860399995px" transform="">schematic_port_29</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="600.3289113036201" y="443.38997916892" width="5.2625808573599215" height="10.525161714720014" stroke-width="1.052516171472px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="600.3289113036201" y="443.38997916892" width="5.2625808573599215" height="10.525161714720014" fill="transparent"/><text class="sch-text" x="602.9602017323" y="448.65256002627996" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.26258085736px" transform="rotate(0, 602.9602017323, 448.65256002627996)">schematic_port_30</text><line class="component-pin sch-component-pin sch-port-line" x1="600.3289113036201" y1="448.65256002627996" x2="593.487556189052" y2="448.65256002627996" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_12_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="592.43504001758" cy="448.65256002627996" r="1.052516171472" stroke-width="1.052516171472px"/><rect x="591.382523846108" y="447.60004385480795" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="596.3819756606" y="447.600043854808" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform=""></text><text class="pin-number sch-pin-label" x="605.59149216098" y="448.65256002627996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.8938712860399995px" transform="">schematic_port_30</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="600.3289113036201" y="461.80901216968" width="5.2625808573599215" height="10.525161714720014" stroke-width="1.052516171472px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="600.3289113036201" y="461.80901216968" width="5.2625808573599215" height="10.525161714720014" fill="transparent"/><text class="sch-text" x="602.9602017323" y="467.07159302703997" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.26258085736px" transform="rotate(0, 602.9602017323, 467.07159302703997)">schematic_port_31</text><line class="component-pin sch-component-pin sch-port-line" x1="600.3289113036201" y1="467.07159302703997" x2="592.43504001758" y2="467.07159302703997" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_13_0__stack1"><rect x="591.382523846108" y="466.01907685556796" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="596.3819756606" y="466.01907685556796" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform=""></text><text class="pin-number sch-pin-label" x="605.59149216098" y="467.07159302703997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.8938712860399995px" transform="">schematic_port_31</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="600.3289113036201" y="480.22804517043994" width="5.2625808573599215" height="10.52516171472007" stroke-width="1.052516171472px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="600.3289113036201" y="480.22804517043994" width="5.2625808573599215" height="10.52516171472007" fill="transparent"/><text class="sch-text" x="602.9602017323" y="485.4906260278" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.26258085736px" transform="rotate(0, 602.9602017323, 485.4906260278)">schematic_port_32</text><line class="component-pin sch-component-pin sch-port-line" x1="600.3289113036201" y1="485.4906260278" x2="592.43504001758" y2="485.4906260278" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_14_0__stack1"><rect x="591.382523846108" y="484.43810985632797" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="596.3819756606" y="484.43810985632797" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform=""></text><text class="pin-number sch-pin-label" x="605.59149216098" y="485.4906260278" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.8938712860399995px" transform="">schematic_port_32</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="637.16697730514" y="643.3680517486" width="36.83806600152002" height="52.6258085735999" stroke-width="1.052516171472px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="637.16697730514" y="643.3680517486" width="36.83806600152002" height="52.6258085735999" fill="transparent"/><text class="sch-text" x="655.5860103059" y="669.6809560354" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.472645543248px" transform="rotate(0, 655.5860103059, 669.6809560354)">schematic_component_15</text><line class="component-pin sch-component-pin sch-port-line" x1="637.16697730514" y1="685.46869860748" x2="616.1166538757001" y2="685.46869860748" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_15_0__stack1"><rect x="615.0641377042281" y="684.416182436008" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="626.64181559042" y="684.4161824360081" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform=""></text><text class="pin-number sch-pin-label" x="642.4295581625" y="685.46869860748" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.8938712860399995px" transform="">schematic_port_33</text><line class="component-pin sch-component-pin sch-port-line" x1="637.16697730514" y1="674.94353689276" x2="616.1166538757001" y2="674.94353689276" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_15_1__stack1"><rect x="615.0641377042281" y="673.891020721288" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="626.64181559042" y="673.891020721288" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform=""></text><text class="pin-number sch-pin-label" x="642.4295581625" y="674.94353689276" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.8938712860399995px" transform="">schematic_port_34</text><line class="component-pin sch-component-pin sch-port-line" x1="637.16697730514" y1="664.4183751780399" x2="617.1691700471721" y2="664.4183751780399" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_15_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="616.1166538757001" cy="664.4183751780399" r="1.052516171472" stroke-width="1.052516171472px"/><rect x="615.0641377042281" y="663.3658590065679" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="626.64181559042" y="663.365859006568" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform=""></text><text class="pin-number sch-pin-label" x="642.4295581625" y="664.4183751780399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.8938712860399995px" transform="">schematic_port_35</text><line class="component-pin sch-component-pin sch-port-line" x1="637.16697730514" y1="653.89321346332" x2="616.1166538757001" y2="653.89321346332" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_15_3__stack1"><rect x="615.0641377042281" y="652.840697291848" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="626.64181559042" y="652.8406972918481" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform=""></text><text class="pin-number sch-pin-label" x="642.4295581625" y="653.89321346332" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.8938712860399995px" transform="">schematic_port_36</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="267.47067207560013" y="645.9993421772799" width="28.94419471547991" height="21.05032342944014" stroke-width="1.052516171472px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="267.47067207560013" y="645.9993421772799" width="28.94419471547991" height="21.05032342944014" fill="transparent"/><text class="sch-text" x="281.94276943334006" y="656.524503892" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.0167744764800055px" transform="rotate(0, 281.94276943334006, 656.524503892)">schematic_port_37</text><line class="component-pin sch-component-pin sch-port-line" x1="267.47067207560013" y1="656.524503892" x2="247.47286481763206" y2="656.524503892" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_16_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="246.4203486461601" cy="656.524503892" r="1.052516171472" stroke-width="1.052516171472px"/><rect x="245.3678324746881" y="655.471987720528" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="256.9455103608801" y="655.471987720528" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform=""></text><text class="pin-number sch-pin-label" x="272.7332529329601" y="656.524503892" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.8938712860399995px" transform="">schematic_port_37</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="267.47067207560013" y="685.46869860748" width="28.94419471547991" height="21.050323429440027" stroke-width="1.052516171472px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="267.47067207560013" y="685.46869860748" width="28.94419471547991" height="21.050323429440027" fill="transparent"/><text class="sch-text" x="281.94276943334006" y="695.9938603221999" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.0167744764800055px" transform="rotate(0, 281.94276943334006, 695.9938603221999)">schematic_port_38</text><line class="component-pin sch-component-pin sch-port-line" x1="267.47067207560013" y1="695.9938603221999" x2="246.4203486461601" y2="695.9938603221999" stroke-width="1.052516171472px"/><g class="sch-port" data-schematic-port-id="source_port_17_0__stack1"><rect x="245.3678324746881" y="694.9413441507279" width="2.105032342944" height="2.105032342944" opacity="0"/></g><text class="pin-number sch-pin-number" x="256.9455103608801" y="694.941344150728" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="7.8938712860399995px" transform=""></text><text class="pin-number sch-pin-label" x="272.7332529329601" y="695.9938603221999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="7.8938712860399995px" transform="">schematic_port_38</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="371.40664400846003" cy="177.62964587223996" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="371.40664400846003" cy="146.05416072807998" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="203.0040565729401" cy="156.5793224428" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="371.40664400846003" cy="156.5793224428" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="203.0040565729401" cy="167.10448415751995" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="371.40664400846003" cy="167.10448415751995" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="287.20535029070004" cy="221.04593794545997" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="118.8027628551801" cy="152.369257756912" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="118.8027628551801" cy="192.36487227284798" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="445.0827760115001" cy="125.00383729863995" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="445.0827760115001" cy="93.42835215447997" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="302.99309286278003" cy="348.66352373643997" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="302.99309286278003" cy="317.08803859228" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="424.03245258206005" cy="338.13836202172" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="400.35083872394006" cy="318.272119285186" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_2__stack1"><circle cx="376.66922486582007" cy="338.13836202172" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="805.56956474066" cy="125.00383729863995" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="781.88795088254" cy="105.13759456210602" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_2__stack1"><circle cx="758.20633702442" cy="125.00383729863995" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="734.5247231663" cy="214.46771187375998" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="734.5247231663" cy="182.8922267296" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="829.25117859878" cy="214.46771187375998" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="829.25117859878" cy="182.8922267296" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="1066.0673171799801" cy="156.5793224428" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="1066.0673171799801" cy="125.00383729864001" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="1066.0673171799801" cy="188.68106567269598" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="1066.0673171799801" cy="245.516938932184" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="1066.0640438546868" cy="314.45674816359997" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="1066.0705905052732" cy="267.09352044736" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="592.43504001758" cy="430.23352702552" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_0__stack1"><circle cx="592.43504001758" cy="448.65256002627996" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_0__stack1"><circle cx="592.43504001758" cy="467.07159302703997" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_0__stack1"><circle cx="592.43504001758" cy="485.4906260278" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_0__stack1"><circle cx="616.1166538757001" cy="685.46869860748" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_1__stack1"><circle cx="616.1166538757001" cy="674.94353689276" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_2__stack1"><circle cx="616.1166538757001" cy="664.4183751780399" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_3__stack1"><circle cx="616.1166538757001" cy="653.89321346332" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_0__stack1"><circle cx="246.4203486461601" cy="656.524503892" r="2.105032342944" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_0__stack1"><circle cx="246.4203486461601" cy="695.9938603221999" r="2.105032342944" 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="
154
- M 481.92084201302004,177.62964587223996
155
- L 484.76263567599443,172.36706501487996
156
- L 508.9915579432799,172.36706501487996
157
- L 508.9915579432799,182.89222672959997
158
- L 484.76263567599443,182.89222672959997
153
+ </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 424.54230578930003 89.72785749637995 L 424.54230578930003 113.47847600206 L 341.41514101942 113.47847600206" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="9.500247402272px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 424.54230578930003 89.72785749637995 L 424.54230578930003 113.47847600206 L 341.41514101942 113.47847600206" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.187530925284px" 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 56.407718951259994 120.60366155376397 L 56.407718951259994 108.72835230092403 L 103.90895596262004 108.72835230092403 L 103.90895596262004 125.3537852549 L 151.41019297398003 125.3537852549" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="9.500247402272px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 56.407718951259994 120.60366155376397 L 56.407718951259994 108.72835230092403 L 103.90895596262004 108.72835230092403 L 103.90895596262004 125.3537852549 L 151.41019297398003 125.3537852549" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.187530925284px" 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 56.407718951259994 165.72983671455597 L 56.407718951259994 177.60514596739594 L 103.90895596262004 177.60514596739594 L 103.90895596262004 137.22909450773994 L 151.41019297398003 137.22909450773994" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="9.500247402272px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 56.407718951259994 165.72983671455597 L 56.407718951259994 177.60514596739594 L 103.90895596262004 177.60514596739594 L 103.90895596262004 137.22909450773994 L 151.41019297398003 137.22909450773994" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.187530925284px" 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 264.22563087596 342.07817911923 L 264.22563087596 353.95348837207 L 305.7892132609 353.95348837207 L 305.7892132609 330.20286986639 L 347.35279564584 330.20286986639" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="9.500247402272px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 264.22563087596 342.07817911923 L 264.22563087596 353.95348837207 L 305.7892132609 353.95348837207 L 305.7892132609 330.20286986639 L 347.35279564584 330.20286986639" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.187530925284px" 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 1125.1855517068602 125.3537852549 L 1125.1855517068602 161.57347847606198" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="9.500247402272px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1125.1855517068602 125.3537852549 L 1125.1855517068602 161.57347847606198" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.187530925284px" 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 1125.1855517068602 225.700148441398 L 1125.1892449280376 250.04453240972" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="9.500247402272px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1125.1855517068602 225.700148441398 L 1125.1892449280376 250.04453240972" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.187530925284px" 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 341.41514101942 149.10440376057997 L 466.10588817424 149.10440376057997 L 466.10588817424 475.67540821368 L 590.79663532906 475.67540821368" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="9.500247402272px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 341.41514101942 149.10440376057997 L 466.10588817424 149.10440376057997 L 466.10588817424 475.67540821368 L 590.79663532906 475.67540821368" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.187530925284px" 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 751.1133102424001 190.66798614552 L 751.1133102424001 438.565066798555 L 616.031667491345 438.565066798555 L 616.031667491345 686.46214745159 L 617.51608114795 686.46214745159" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="9.500247402272px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 751.1133102424001 190.66798614552 L 751.1133102424001 438.565066798555 L 616.031667491345 438.565066798555 L 616.031667491345 686.46214745159 L 617.51608114795 686.46214745159" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.187530925284px" 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 804.5522018801801 67.3132112816445 L 804.5522018801801 55.4379020288045 L 1125.1855517068602 55.4379020288045 L 1125.1855517068602 89.72785749638001" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="9.500247402272px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 804.5522018801801 67.3132112816445 L 804.5522018801801 55.4379020288045 L 1125.1855517068602 55.4379020288045 L 1125.1855517068602 89.72785749638001" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.187530925284px" 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 246.4126669967 198.090054428545 L 246.4126669967 252.27115289462748 L 446.511627907054 252.27115289462748 L 446.511627907054 496.45719940615004 L 590.79663532906 496.45719940615004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="9.500247402272px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 246.4126669967 198.090054428545 L 246.4126669967 252.27115289462748 L 446.511627907054 252.27115289462748 L 446.511627907054 496.45719940615004 L 590.79663532906 496.45719940615004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.187530925284px" 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 264.22563087596 306.45225136071 L 264.22563087596 266.1652647204503 L 412.66699653646 266.1652647204503 L 412.66699653646 330.20286986638996 L 400.79168728362004 330.20286986638996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="9.500247402272px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 264.22563087596 306.45225136071 L 264.22563087596 266.1652647204503 L 412.66699653646 266.1652647204503 L 412.66699653646 330.20286986638996 L 400.79168728362004 330.20286986638996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.187530925284px" 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 590.79663532906 434.11182582874 L 572.9242949035358 434.11182582874 L 572.9242949035358 428.1147946560558" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="9.500247402272px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 590.79663532906 434.11182582874 L 572.9242949035358 434.11182582874 L 572.9242949035358 428.1147946560558" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.187530925284px" 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 617.51608114795 710.21276595727 L 587.7684314695858 710.21276595727 L 587.7684314695858 692.3404255317457" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="9.500247402272px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 617.51608114795 710.21276595727 L 587.7684314695858 710.21276595727 L 587.7684314695858 692.3404255317457" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.187530925284px" 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 374.07224146473 307.7882236516545 L 374.07224146473 301.7911924789703 L 347.2934190995758 301.7911924789703" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="9.500247402272px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 374.07224146473 307.7882236516545 L 374.07224146473 301.7911924789703 L 347.2934190995758 301.7911924789703" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.187530925284px" 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 617.51608114795 722.08807521011 L 603.2063334982778 722.08807521011 L 603.2063334982778 734.0227610092143" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="9.500247402272px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 617.51608114795 722.08807521011 L 603.2063334982778 722.08807521011 L 603.2063334982778 734.0227610092143" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.187530925284px" 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 200.39584364194502 733.96338446295 L 186.08609599227276 733.96338446295 L 186.08609599227276 745.8980702620543" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="9.500247402272px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 200.39584364194502 733.96338446295 L 186.08609599227276 733.96338446295 L 186.08609599227276 745.8980702620543" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.187530925284px" 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 857.99109351796 190.66798614552 L 857.99109351796 196.66501731820418 L 831.2122711528058 196.66501731820418" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="9.500247402272px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 857.99109351796 190.66798614552 L 857.99109351796 196.66501731820418 L 831.2122711528058 196.66501731820418" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.187530925284px" 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 751.1133102424001 155.042058387 L 751.1133102424001 149.0450272143158 L 724.3344878772458 149.0450272143158" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="9.500247402272px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 751.1133102424001 155.042058387 L 751.1133102424001 149.0450272143158 L 724.3344878772458 149.0450272143158" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.187530925284px" 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 857.99109351796 155.042058387 L 857.99109351796 146.0761999011058 L 854.9628896584858 146.0761999011058" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="9.500247402272px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 857.99109351796 155.042058387 L 857.99109351796 146.0761999011058 L 854.9628896584858 146.0761999011058" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.187530925284px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"/><g class="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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__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="175.16081147965997" y="88.24344383977501" width="142.50371103408003" height="86.09599208308998" stroke-width="1.187530925284px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="175.16081147965997" y="88.24344383977501" width="142.50371103408003" height="86.09599208308998" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="317.66452251374" y1="149.10440376057997" x2="341.41514101942" y2="149.10440376057997" stroke-width="1.187530925284px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="340.22761009413597" y="147.91687283529598" width="2.375061850568" height="2.375061850568" opacity="0"/></g><text class="pin-number sch-pin-number" x="329.53983176658005" y="147.916872835296" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.90648193963px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="317.66452251374" y1="113.47847600206" x2="341.41514101942" y2="113.47847600206" stroke-width="1.187530925284px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="340.22761009413597" y="112.29094507677601" width="2.375061850568" height="2.375061850568" opacity="0"/></g><text class="pin-number sch-pin-number" x="329.53983176658005" y="112.29094507677598" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.90648193963px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="175.16081147965997" y1="125.3537852549" x2="151.41019297398003" y2="125.3537852549" stroke-width="1.187530925284px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="150.22266204869604" y="124.16625432961601" width="2.375061850568" height="2.375061850568" opacity="0"/></g><text class="pin-number sch-pin-number" x="163.28550222681997" y="124.16625432961604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.90648193963px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="317.66452251374" y1="125.3537852549" x2="340.227610094136" y2="125.3537852549" stroke-width="1.187530925284px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="341.41514101942" cy="125.3537852549" r="1.187530925284" stroke-width="1.187530925284px"/><rect x="340.22761009413597" y="124.16625432961601" width="2.375061850568" height="2.375061850568" opacity="0"/></g><text class="pin-number sch-pin-number" x="329.53983176658005" y="124.16625432961604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.90648193963px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="175.16081147965997" y1="137.22909450773994" x2="151.41019297398003" y2="137.22909450773994" stroke-width="1.187530925284px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="150.22266204869604" y="136.04156358245595" width="2.375061850568" height="2.375061850568" opacity="0"/></g><text class="pin-number sch-pin-number" x="163.28550222681997" y="136.04156358245598" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.90648193963px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="317.66452251374" y1="137.22909450773994" x2="340.227610094136" y2="137.22909450773994" stroke-width="1.187530925284px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="341.41514101942" cy="137.22909450773994" r="1.187530925284" stroke-width="1.187530925284px"/><rect x="340.22761009413597" y="136.04156358245595" width="2.375061850568" height="2.375061850568" opacity="0"/></g><text class="pin-number sch-pin-number" x="329.53983176658005" y="136.04156358245598" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.90648193963px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="246.4126669967" y1="174.339435922865" x2="246.4126669967" y2="198.090054428545" stroke-width="1.187530925284px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="245.22513607141602" y="196.902523503261" width="2.375061850568" height="2.375061850568" opacity="0"/></g><text class="pin-number sch-pin-number" x="245.225136071416" y="186.21474517570496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.90648193963px" transform="rotate(-90 245.225136071416 186.21474517570496)"></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="29.688273132370114" y="140.19792182095" width="69.17367639779292" height="5.93765462641997" stroke-width="1.187530925284px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="29.688273132370114" y="140.19792182095" width="69.17367639779292" height="5.93765462641997" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="56.407718951259994" y1="140.19792182095" x2="56.407718951259994" y2="120.60366155376397" stroke-width="1.187530925284px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="55.22018802597599" y="119.41613062847998" width="2.375061850568" height="2.375061850568" opacity="0"/></g><text class="pin-number sch-pin-number" x="55.220188025976086" y="130.400791687357" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.90648193963px" transform="rotate(-90 55.220188025976086 130.400791687357)"></text><line class="component-pin sch-component-pin sch-port-line" x1="56.407718951259994" y1="146.13557644736997" x2="56.407718951259994" y2="165.72983671455597" stroke-width="1.187530925284px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="55.22018802597599" y="164.54230578927198" width="2.375061850568" height="2.375061850568" opacity="0"/></g><text class="pin-number sch-pin-number" x="55.220188025976086" y="155.93270658096299" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.90648193963px" transform="rotate(-90 55.220188025976086 155.93270658096299)"></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="397.82285997041" y="68.94606630390996" width="64.72043542797803" height="5.937654626419999" stroke-width="1.187530925284px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="397.82285997041" y="68.94606630390996" width="64.72043542797803" height="5.937654626419999" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="424.54230578930003" y1="74.88372093032996" x2="424.54230578930003" y2="89.72785749637995" stroke-width="1.187530925284px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="423.354774864016" y="88.54032657109596" width="2.375061850568" height="2.375061850568" opacity="0"/></g><text class="pin-number sch-pin-number" x="423.354774864016" y="82.30578921335496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.90648193963px" transform="rotate(-90 423.354774864016 82.30578921335496)"></text><line class="component-pin sch-component-pin sch-port-line" x1="424.54230578930003" y1="68.94606630390996" x2="424.54230578930003" y2="55.289460663143984" stroke-width="1.187530925284px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="424.54230578930003" cy="54.10192973785996" r="1.187530925284" stroke-width="1.187530925284px"/><rect x="423.354774864016" y="52.91439881257596" width="2.375061850568" height="2.375061850568" opacity="0"/></g><text class="pin-number sch-pin-number" x="423.354774864016" y="61.52399802088496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.90648193963px" transform="rotate(-90 423.354774864016 61.52399802088496)"></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="237.50618505706996" y="321.29638792676" width="64.72043542797803" height="5.937654626419999" stroke-width="1.187530925284px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="237.50618505706996" y="321.29638792676" width="64.72043542797803" height="5.937654626419999" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="264.22563087596" y1="327.23404255318" x2="264.22563087596" y2="342.07817911923" stroke-width="1.187530925284px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="263.038099950676" y="340.890648193946" width="2.375061850568" height="2.375061850568" opacity="0"/></g><text class="pin-number sch-pin-number" x="263.038099950676" y="334.656110836205" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.90648193963px" transform="rotate(-90 263.038099950676 334.656110836205)"></text><line class="component-pin sch-component-pin sch-port-line" x1="264.22563087596" y1="321.29638792676" x2="264.22563087596" y2="306.45225136071" stroke-width="1.187530925284px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="263.038099950676" y="305.264720435426" width="2.375061850568" height="2.375061850568" opacity="0"/></g><text class="pin-number sch-pin-number" x="263.038099950676" y="313.874319643735" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.90648193963px" transform="rotate(-90 263.038099950676 313.874319643735)"></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="371.10341415152" y="321.29638792676" width="5.937654626420056" height="5.937654626419999" stroke-width="1.187530925284px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="371.10341415152" y="321.29638792676" width="5.937654626420056" height="5.937654626419999" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="377.04106877794004" y1="330.20286986639" x2="400.79168728362004" y2="330.20286986639" stroke-width="1.187530925284px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="399.604156358336" y="329.015338941106" width="2.375061850568" height="2.375061850568" opacity="0"/></g><text class="pin-number sch-pin-number" x="388.91637803078" y="329.015338941106" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.90648193963px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="374.07224146473" y1="321.29638792676" x2="374.07224146473" y2="307.7882236516545" stroke-width="1.187530925284px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="372.88471053944596" y="306.6006927263705" width="2.375061850568" height="2.375061850568" opacity="0"/></g><text class="pin-number sch-pin-number" x="372.884710539446" y="314.54230578920726" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.90648193963px" transform="rotate(-90 372.884710539446 314.54230578920726)"></text><line class="component-pin sch-component-pin sch-port-line" x1="371.10341415152" y1="330.20286986639" x2="347.35279564584" y2="330.20286986639" stroke-width="1.187530925284px"/><g class="sch-port" data-schematic-port-id="source_port_4_2__stack1"><rect x="346.16526472055597" y="329.015338941106" width="2.375061850568" height="2.375061850568" opacity="0"/></g><text class="pin-number sch-pin-number" x="359.22810489868" y="329.015338941106" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.90648193963px" transform=""></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="801.58337456697" y="80.82137555675001" width="5.937654626419999" height="5.937654626419942" stroke-width="1.187530925284px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="801.58337456697" y="80.82137555675001" width="5.937654626419999" height="5.937654626419942" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="807.52102919339" y1="89.72785749637995" x2="830.084116773786" y2="89.72785749637995" stroke-width="1.187530925284px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="831.27164769907" cy="89.72785749637995" r="1.187530925284" stroke-width="1.187530925284px"/><rect x="830.0841167737859" y="88.54032657109596" width="2.375061850568" height="2.375061850568" opacity="0"/></g><text class="pin-number sch-pin-number" x="819.39633844623" y="88.54032657109599" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.90648193963px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="804.5522018801801" y1="80.82137555675001" x2="804.5522018801801" y2="67.3132112816445" stroke-width="1.187530925284px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="803.364670954896" y="66.1256803563605" width="2.375061850568" height="2.375061850568" opacity="0"/></g><text class="pin-number sch-pin-number" x="803.364670954896" y="74.0672934191972" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.90648193963px" transform="rotate(-90 803.364670954896 74.0672934191972)"></text><line class="component-pin sch-component-pin sch-port-line" x1="801.58337456697" y1="89.72785749637995" x2="779.020286986574" y2="89.72785749637995" stroke-width="1.187530925284px"/><g class="sch-port" data-schematic-port-id="source_port_5_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="777.83275606129" cy="89.72785749637995" r="1.187530925284" stroke-width="1.187530925284px"/><rect x="776.6452251360059" y="88.54032657109596" width="2.375061850568" height="2.375061850568" opacity="0"/></g><text class="pin-number sch-pin-number" x="789.70806531413" y="88.54032657109599" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.90648193963px" transform=""></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="724.39386442351" y="169.88619495305" width="71.84562097968205" height="5.93765462641997" stroke-width="1.187530925284px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="724.39386442351" y="169.88619495305" width="71.84562097968205" height="5.93765462641997" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="751.1133102424001" y1="175.82384957946996" x2="751.1133102424001" y2="190.66798614552" stroke-width="1.187530925284px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="749.925779317116" y="189.480455220236" width="2.375061850568" height="2.375061850568" opacity="0"/></g><text class="pin-number sch-pin-number" x="749.9257793171159" y="183.24591786249496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.90648193963px" transform="rotate(-90 749.9257793171159 183.24591786249496)"></text><line class="component-pin sch-component-pin sch-port-line" x1="751.1133102424001" y1="169.88619495305" x2="751.1133102424001" y2="155.042058387" stroke-width="1.187530925284px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="749.925779317116" y="153.854527461716" width="2.375061850568" height="2.375061850568" opacity="0"/></g><text class="pin-number sch-pin-number" x="749.9257793171159" y="162.464126670025" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.90648193963px" transform="rotate(-90 749.9257793171159 162.464126670025)"></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="831.27164769907" y="169.88619495305" width="71.84562097968205" height="5.93765462641997" stroke-width="1.187530925284px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="831.27164769907" y="169.88619495305" width="71.84562097968205" height="5.93765462641997" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="857.99109351796" y1="175.82384957946996" x2="857.99109351796" y2="190.66798614552" stroke-width="1.187530925284px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="856.803562592676" y="189.480455220236" width="2.375061850568" height="2.375061850568" opacity="0"/></g><text class="pin-number sch-pin-number" x="856.803562592676" y="183.24591786249496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.90648193963px" transform="rotate(-90 856.803562592676 183.24591786249496)"></text><line class="component-pin sch-component-pin sch-port-line" x1="857.99109351796" y1="169.88619495305" x2="857.99109351796" y2="155.042058387" stroke-width="1.187530925284px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="856.803562592676" y="153.854527461716" width="2.375061850568" height="2.375061850568" opacity="0"/></g><text class="pin-number sch-pin-number" x="856.803562592676" y="162.464126670025" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.90648193963px" transform="rotate(-90 856.803562592676 162.464126670025)"></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="1098.4661058879701" y="104.57199406243001" width="71.84562097968205" height="5.937654626419999" stroke-width="1.187530925284px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1098.4661058879701" y="104.57199406243001" width="71.84562097968205" height="5.937654626419999" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1125.1855517068602" y1="110.50964868885" x2="1125.1855517068602" y2="125.3537852549" stroke-width="1.187530925284px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="1123.9980207815763" y="124.16625432961601" width="2.375061850568" height="2.375061850568" opacity="0"/></g><text class="pin-number sch-pin-number" x="1123.998020781576" y="117.931716971875" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.90648193963px" transform="rotate(-90 1123.998020781576 117.931716971875)"></text><line class="component-pin sch-component-pin sch-port-line" x1="1125.1855517068602" y1="104.57199406243001" x2="1125.1855517068602" y2="89.72785749638001" stroke-width="1.187530925284px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><rect x="1123.9980207815763" y="88.54032657109602" width="2.375061850568" height="2.375061850568" opacity="0"/></g><text class="pin-number sch-pin-number" x="1123.998020781576" y="97.14992577940501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.90648193963px" transform="rotate(-90 1123.998020781576 97.14992577940501)"></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="1106.7788223649582" y="185.32409698174197" width="51.657595249853784" height="16.62543295397603" stroke-width="1.187530925284px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1106.7788223649582" y="185.32409698174197" width="51.657595249853784" height="16.62543295397603" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1125.1855517068602" y1="185.32409698174197" x2="1125.1855517068602" y2="161.57347847606198" stroke-width="1.187530925284px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="1123.9980207815763" y="160.38594755077798" width="2.375061850568" height="2.375061850568" opacity="0"/></g><text class="pin-number sch-pin-number" x="1123.998020781576" y="173.448787728902" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.90648193963px" transform="rotate(-90 1123.998020781576 173.448787728902)"></text><line class="component-pin sch-component-pin sch-port-line" x1="1125.1855517068602" y1="201.949529935718" x2="1125.1855517068602" y2="225.700148441398" stroke-width="1.187530925284px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><rect x="1123.9980207815763" y="224.512617516114" width="2.375061850568" height="2.375061850568" opacity="0"/></g><text class="pin-number sch-pin-number" x="1123.998020781576" y="213.82483918855797" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.90648193963px" transform="rotate(-90 1123.998020781576 213.82483918855797)"></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="1116.1559673426877" y="273.7951509154" width="18.059168728344503" height="5.937654626419999" stroke-width="1.187530925284px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1116.1559673426877" y="273.7951509154" width="18.059168728344503" height="5.937654626419999" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1125.1818584856824" y1="279.73280554181997" x2="1125.1818584856824" y2="302.295893122216" stroke-width="1.187530925284px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1125.1818584856824" cy="303.48342404749997" r="1.187530925284" stroke-width="1.187530925284px"/><rect x="1123.9943275603985" y="302.29589312221594" width="2.375061850568" height="2.375061850568" opacity="0"/></g><text class="pin-number sch-pin-number" x="1123.9943275603985" y="291.60811479465997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.90648193963px" transform="rotate(-90 1123.9943275603985 291.60811479465997)"></text><line class="component-pin sch-component-pin sch-port-line" x1="1125.1892449280376" y1="273.7951509154" x2="1125.1892449280376" y2="250.04453240972" stroke-width="1.187530925284px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><rect x="1124.0017140027537" y="248.857001484436" width="2.375061850568" height="2.375061850568" opacity="0"/></g><text class="pin-number sch-pin-number" x="1124.0017140027537" y="261.91984166256" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.90648193963px" transform="rotate(-90 1124.0017140027537 261.91984166256)"></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="599.70311726869" y="428.17417120232" width="5.937654626419999" height="11.875309252839997" stroke-width="1.187530925284px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="599.70311726869" y="428.17417120232" width="5.937654626419999" height="11.875309252839997" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="599.70311726869" y1="434.11182582874" x2="590.79663532906" y2="434.11182582874" stroke-width="1.187530925284px"/><g class="sch-port" data-schematic-port-id="source_port_11_0__stack1"><rect x="589.609104403776" y="432.924294903456" width="2.375061850568" height="2.375061850568" opacity="0"/></g><text class="pin-number sch-pin-number" x="595.249876298875" y="432.92429490345603" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.90648193963px" transform=""></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="599.70311726869" y="448.95596239479" width="5.937654626419999" height="11.875309252840054" stroke-width="1.187530925284px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="599.70311726869" y="448.95596239479" width="5.937654626419999" height="11.875309252840054" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="599.70311726869" y1="454.89361702121" x2="591.984166254344" y2="454.89361702121" stroke-width="1.187530925284px"/><g class="sch-port" data-schematic-port-id="source_port_12_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="590.79663532906" cy="454.89361702121" r="1.187530925284" stroke-width="1.187530925284px"/><rect x="589.609104403776" y="453.70608609592597" width="2.375061850568" height="2.375061850568" opacity="0"/></g><text class="pin-number sch-pin-number" x="595.249876298875" y="453.706086095926" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.90648193963px" 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="599.70311726869" y="469.73775358726" width="5.937654626419999" height="11.875309252840054" stroke-width="1.187530925284px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="599.70311726869" y="469.73775358726" width="5.937654626419999" height="11.875309252840054" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="599.70311726869" y1="475.67540821368" x2="590.79663532906" y2="475.67540821368" stroke-width="1.187530925284px"/><g class="sch-port" data-schematic-port-id="source_port_13_0__stack1"><rect x="589.609104403776" y="474.48787728839596" width="2.375061850568" height="2.375061850568" opacity="0"/></g><text class="pin-number sch-pin-number" x="595.249876298875" y="474.487877288396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.90648193963px" 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="599.70311726869" y="490.51954477973" width="5.937654626419999" height="11.875309252840054" stroke-width="1.187530925284px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="599.70311726869" y="490.51954477973" width="5.937654626419999" height="11.875309252840054" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="599.70311726869" y1="496.45719940615004" x2="590.79663532906" y2="496.45719940615004" stroke-width="1.187530925284px"/><g class="sch-port" data-schematic-port-id="source_port_14_0__stack1"><rect x="589.609104403776" y="495.269668480866" width="2.375061850568" height="2.375061850568" opacity="0"/></g><text class="pin-number sch-pin-number" x="595.249876298875" y="495.269668480866" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.90648193963px" 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="641.26669965363" y="674.58683819875" width="41.56358238493999" height="59.37654626419999" stroke-width="1.187530925284px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="641.26669965363" y="674.58683819875" width="41.56358238493999" height="59.37654626419999" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="641.26669965363" y1="722.08807521011" x2="617.51608114795" y2="722.08807521011" stroke-width="1.187530925284px"/><g class="sch-port" data-schematic-port-id="source_port_15_0__stack1"><rect x="616.328550222666" y="720.900544284826" width="2.375061850568" height="2.375061850568" opacity="0"/></g><text class="pin-number sch-pin-number" x="629.39139040079" y="720.9005442848261" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.90648193963px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="641.26669965363" y1="710.21276595727" x2="617.51608114795" y2="710.21276595727" stroke-width="1.187530925284px"/><g class="sch-port" data-schematic-port-id="source_port_15_1__stack1"><rect x="616.328550222666" y="709.025235031986" width="2.375061850568" height="2.375061850568" opacity="0"/></g><text class="pin-number sch-pin-number" x="629.39139040079" y="709.0252350319861" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.90648193963px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="641.26669965363" y1="698.33745670443" x2="618.703612073234" y2="698.33745670443" stroke-width="1.187530925284px"/><g class="sch-port" data-schematic-port-id="source_port_15_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="617.51608114795" cy="698.33745670443" r="1.187530925284" stroke-width="1.187530925284px"/><rect x="616.328550222666" y="697.149925779146" width="2.375061850568" height="2.375061850568" opacity="0"/></g><text class="pin-number sch-pin-number" x="629.39139040079" y="697.1499257791461" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.90648193963px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="641.26669965363" y1="686.46214745159" x2="617.51608114795" y2="686.46214745159" stroke-width="1.187530925284px"/><g class="sch-port" data-schematic-port-id="source_port_15_3__stack1"><rect x="616.328550222666" y="685.274616526306" width="2.375061850568" height="2.375061850568" opacity="0"/></g><text class="pin-number sch-pin-number" x="629.39139040079" y="685.2746165263061" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.90648193963px" 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="224.14646214762502" y="677.55566551196" width="32.657100445309936" height="23.750618505679995" stroke-width="1.187530925284px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="224.14646214762502" y="677.55566551196" width="32.657100445309936" height="23.750618505679995" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="224.14646214762502" y1="689.4309747648" x2="201.583374567229" y2="689.4309747648" stroke-width="1.187530925284px"/><g class="sch-port" data-schematic-port-id="source_port_16_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="200.39584364194502" cy="689.4309747648" r="1.187530925284" stroke-width="1.187530925284px"/><rect x="199.20831271666103" y="688.243443839516" width="2.375061850568" height="2.375061850568" opacity="0"/></g><text class="pin-number sch-pin-number" x="212.27115289478502" y="688.243443839516" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.90648193963px" 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="224.14646214762502" y="722.08807521011" width="32.657100445309936" height="23.750618505679995" stroke-width="1.187530925284px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="224.14646214762502" y="722.08807521011" width="32.657100445309936" height="23.750618505679995" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="224.14646214762502" y1="733.96338446295" x2="200.39584364194502" y2="733.96338446295" stroke-width="1.187530925284px"/><g class="sch-port" data-schematic-port-id="source_port_17_0__stack1"><rect x="199.20831271666103" y="732.775853537666" width="2.375061850568" height="2.375061850568" opacity="0"/></g><text class="pin-number sch-pin-number" x="212.27115289478502" y="732.7758535376661" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.90648193963px" transform=""></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="341.41514101942" cy="149.10440376057997" r="2.375061850568" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="341.41514101942" cy="113.47847600206" r="2.375061850568" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="151.41019297398003" cy="125.3537852549" r="2.375061850568" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="341.41514101942" cy="125.3537852549" r="2.375061850568" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="151.41019297398003" cy="137.22909450773994" r="2.375061850568" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="341.41514101942" cy="137.22909450773994" r="2.375061850568" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="246.4126669967" cy="198.090054428545" r="2.375061850568" 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.407718951259994" cy="120.60366155376397" r="2.375061850568" 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.407718951259994" cy="165.72983671455597" r="2.375061850568" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="424.54230578930003" cy="89.72785749637995" r="2.375061850568" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="424.54230578930003" cy="54.10192973785996" r="2.375061850568" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="264.22563087596" cy="342.07817911923" r="2.375061850568" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="264.22563087596" cy="306.45225136071" r="2.375061850568" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="400.79168728362004" cy="330.20286986639" r="2.375061850568" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="374.07224146473" cy="307.7882236516545" r="2.375061850568" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_2__stack1"><circle cx="347.35279564584" cy="330.20286986639" r="2.375061850568" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="831.27164769907" cy="89.72785749637995" r="2.375061850568" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="804.5522018801801" cy="67.3132112816445" r="2.375061850568" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_2__stack1"><circle cx="777.83275606129" cy="89.72785749637995" r="2.375061850568" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="751.1133102424001" cy="190.66798614552" r="2.375061850568" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="751.1133102424001" cy="155.042058387" r="2.375061850568" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="857.99109351796" cy="190.66798614552" r="2.375061850568" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="857.99109351796" cy="155.042058387" r="2.375061850568" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="1125.1855517068602" cy="125.3537852549" r="2.375061850568" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="1125.1855517068602" cy="89.72785749638001" r="2.375061850568" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="1125.1855517068602" cy="161.57347847606198" r="2.375061850568" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="1125.1855517068602" cy="225.700148441398" r="2.375061850568" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="1125.1818584856824" cy="303.48342404749997" r="2.375061850568" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="1125.1892449280376" cy="250.04453240972" r="2.375061850568" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="590.79663532906" cy="434.11182582874" r="2.375061850568" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_0__stack1"><circle cx="590.79663532906" cy="454.89361702121" r="2.375061850568" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_0__stack1"><circle cx="590.79663532906" cy="475.67540821368" r="2.375061850568" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_0__stack1"><circle cx="590.79663532906" cy="496.45719940615004" r="2.375061850568" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_0__stack1"><circle cx="617.51608114795" cy="722.08807521011" r="2.375061850568" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_1__stack1"><circle cx="617.51608114795" cy="710.21276595727" r="2.375061850568" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_2__stack1"><circle cx="617.51608114795" cy="698.33745670443" r="2.375061850568" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_3__stack1"><circle cx="617.51608114795" cy="686.46214745159" r="2.375061850568" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_0__stack1"><circle cx="200.39584364194502" cy="689.4309747648" r="2.375061850568" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_0__stack1"><circle cx="200.39584364194502" cy="733.96338446295" r="2.375061850568" 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="
154
+ M 466.10588817424,149.10440376057997
155
+ L 469.31222167250684,143.16674913415997
156
+ L 496.64918357254453,143.16674913415997
157
+ L 496.64918357254453,155.04205838699997
158
+ L 469.31222167250684,155.04205838699997
159
159
  Z
160
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><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="486.657164784644" y="177.62964587223996" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" 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_1__stack1" d="
161
- M 734.5247231663,324.32408727115
162
- L 731.6829295033256,329.58666812851
163
- L 707.4540072360401,329.58666812851
164
- L 707.4540072360401,319.06150641379
165
- L 731.6829295033256,319.06150641379
160
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.187530925284px"/><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="471.449777338018" y="149.10440376057997" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.687778327556px" 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_1__stack1" d="
161
+ M 751.1133102424001,314.6165264720375
162
+ L 747.9069767441333,320.5541810984575
163
+ L 720.5700148440956,320.5541810984575
164
+ L 720.5700148440956,308.6788718456175
165
+ L 747.9069767441333,308.6788718456175
166
166
  Z
167
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><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="729.7884003946759" y="324.32408727115" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" 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_2__stack1" d="
168
- M 445.0827760115001,135.52899901335996
169
- L 442.2409823485257,140.79157987071997
170
- L 418.01206008124024,140.79157987071997
171
- L 418.01206008124024,130.26641815599996
172
- L 442.2409823485257,130.26641815599996
167
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.187530925284px"/><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="745.769421078622" y="314.6165264720375" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.687778327556px" 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_2__stack1" d="
168
+ M 424.54230578930003,101.60316674921995
169
+ L 421.3359722910332,107.54082137563995
170
+ L 393.9990103909955,107.54082137563995
171
+ L 393.9990103909955,95.66551212279995
172
+ L 421.3359722910332,95.66551212279995
173
173
  Z
174
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><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="440.3464532398761" y="135.52899901335996" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" 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_3__stack1" d="
175
- M 246.4203486461601,656.524503892
176
- L 243.5785549831857,661.78708474936
177
- L 219.34963271590027,661.78708474936
178
- L 219.34963271590027,651.26192303464
179
- L 243.5785549831857,651.26192303464
174
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.187530925284px"/><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="419.19841662552204" y="101.60316674921995" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.687778327556px" 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_3__stack1" d="
175
+ M 200.39584364194502,689.4309747648
176
+ L 197.18951014367823,695.36862939122
177
+ L 169.85254824364054,695.36862939122
178
+ L 169.85254824364054,683.49332013838
179
+ L 197.18951014367823,683.49332013838
180
180
  Z
181
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><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="241.6840258745361" y="656.524503892" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" 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_4__stack1" d="
182
- M 118.8027628551801,141.84409604219204
183
- L 113.5401819978201,139.00230237921764
184
- L 113.54018199782011,120.95515842571108
185
- L 124.06534371254011,120.95515842571108
186
- L 124.06534371254011,139.00230237921764
181
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.187530925284px"/><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="195.05195447816703" y="689.4309747648" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.687778327556px" 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_4__stack1" d="
182
+ M 56.407718951259994,108.72835230092403
183
+ L 50.470064324839996,105.52201880265723
184
+ L 50.470064324839996,85.15982187045424
185
+ L 62.34537357767999,85.15982187045424
186
+ L 62.34537357767999,105.52201880265723
187
187
  Z
188
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><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="118.8027628551801" y="137.10777327056803" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" transform="rotate(-90 118.8027628551801 137.10777327056803)">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="
189
- M 445.0827760115001,93.42835215447997
190
- L 439.8201951541401,90.58655849150557
191
- L 439.8201951541401,72.53941453799901
192
- L 450.34535686886005,72.53941453799901
193
- L 450.34535686886005,90.58655849150557
188
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.187530925284px"/><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="56.407718951259994" y="103.38446313714603" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.687778327556px" transform="rotate(-90 56.407718951259994 103.38446313714603)">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="
189
+ M 424.54230578930003,54.10192973785996
190
+ L 418.60465116288003,50.89559623959316
191
+ L 418.60465116288003,30.533399307390177
192
+ L 430.47996041572003,30.533399307390177
193
+ L 430.47996041572003,50.89559623959316
194
194
  Z
195
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><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="445.0827760115001" y="88.69202938285596" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" transform="rotate(-90 445.0827760115001 88.69202938285596)">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="
196
- M 302.99309286278003,299.2347330336862
197
- L 305.8348865257544,293.97215217632623
198
- L 323.882030479261,293.97215217632623
199
- L 323.882030479261,304.4973138910462
200
- L 305.8348865257544,304.4973138910462
195
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.187530925284px"/><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="424.54230578930003" y="48.75804057408196" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.687778327556px" transform="rotate(-90 424.54230578930003 48.75804057408196)">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="
196
+ M 264.22563087596,286.30875804058013
197
+ L 267.4319643742268,280.37110341416013
198
+ L 287.79416130642977,280.37110341416013
199
+ L 287.79416130642977,292.24641266700013
200
+ L 267.4319643742268,292.24641266700013
201
201
  Z
202
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><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="307.729415634404" y="299.2347330336862" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" 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_7__stack1" d="
203
- M 781.88795088254,94.612432847386
204
- L 776.62537002518,91.7706391844116
205
- L 776.62537002518,73.72349523090504
206
- L 787.1505317399001,73.72349523090504
207
- L 787.1505317399001,91.7706391844116
202
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.187530925284px"/><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="269.569520039738" y="286.30875804058013" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.687778327556px" 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_7__stack1" d="
203
+ M 804.5522018801801,55.4379020288045
204
+ L 798.6145472537601,52.2315685305377
205
+ L 798.6145472537601,31.869371598334716
206
+ L 810.4898565066001,31.869371598334716
207
+ L 810.4898565066001,52.2315685305377
208
208
  Z
209
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><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="781.88795088254" y="89.876110075762" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" transform="rotate(-90 781.88795088254 89.876110075762)">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="
210
- M 576.5946716369265,424.9183203595864
211
- L 571.3320907795664,422.076526696612
212
- L 571.3320907795664,404.02938274310543
213
- L 581.8572524942865,404.02938274310543
214
- L 581.8572524942865,422.076526696612
209
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.187530925284px"/><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="804.5522018801801" y="50.0940128650265" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.687778327556px" transform="rotate(-90 804.5522018801801 50.0940128650265)">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="
210
+ M 572.9242949035358,428.1147946560558
211
+ L 566.9866402771158,424.90846115778896
212
+ L 566.9866402771158,404.546264225586
213
+ L 578.8619495299558,404.546264225586
214
+ L 578.8619495299558,424.90846115778896
215
215
  Z
216
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><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="576.5946716369265" y="420.1819975879624" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" transform="rotate(-90 576.5946716369265 420.1819975879624)">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="
217
- M 589.7511237803265,659.1031685121063
218
- L 584.4885429229664,656.2613748491319
219
- L 584.4885429229664,638.2142308956254
220
- L 595.0137046376865,638.2142308956254
221
- L 595.0137046376865,656.2613748491319
216
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.187530925284px"/><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="572.9242949035358" y="422.7709054922778" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.687778327556px" transform="rotate(-90 572.9242949035358 422.7709054922778)">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="
217
+ M 587.7684314695858,692.3404255317457
218
+ L 581.8307768431658,689.134092033479
219
+ L 581.8307768431658,668.771895101276
220
+ L 593.7060860960058,668.771895101276
221
+ L 593.7060860960058,689.134092033479
222
222
  Z
223
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><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="589.7511237803265" y="654.3668457404823" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" transform="rotate(-90 589.7511237803265 654.3668457404823)">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="
224
- M 371.40664400846003,156.5793224428
225
- L 374.24843767143443,151.31674158543998
226
- L 404.65913825249874,151.31674158543998
227
- L 404.65913825249874,161.84190330016
228
- L 374.24843767143443,161.84190330016
223
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.187530925284px"/><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="587.7684314695858" y="686.9965363679677" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.687778327556px" transform="rotate(-90 587.7684314695858 686.9965363679677)">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="
224
+ M 341.41514101942,125.3537852549
225
+ L 344.6214745176868,119.41613062848
226
+ L 378.9332013855592,119.41613062848
227
+ L 378.9332013855592,131.29143988132
228
+ L 344.6214745176868,131.29143988132
229
229
  Z
230
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><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="376.142966780084" y="156.5793224428" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" 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_11__stack1" d="
231
- M 376.61659905724645,312.9569126192524
232
- L 373.77480539427205,318.2194934766124
233
- L 343.36410481320775,318.2194934766124
234
- L 343.36410481320775,307.69433176189244
235
- L 373.77480539427205,307.69433176189244
230
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.187530925284px"/><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="346.759030183198" y="125.3537852549" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.687778327556px" 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_11__stack1" d="
231
+ M 347.2934190995758,301.7911924789703
232
+ L 344.08708560130896,307.7288471053903
233
+ L 309.77535873343663,307.7288471053903
234
+ L 309.77535873343663,295.8535378525503
235
+ L 344.08708560130896,295.8535378525503
236
236
  Z
237
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><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="371.8802762856225" y="312.9569126192524" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" 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_12__stack1" d="
238
- M 118.8027628551801,202.89003398756793
239
- L 124.06534371254011,205.73182765054233
240
- L 124.06534371254011,223.77897160404888
241
- L 113.54018199782011,223.77897160404888
242
- L 113.5401819978201,205.73182765054233
237
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.187530925284px"/><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="341.9495299357978" y="301.7911924789703" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.687778327556px" 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_12__stack1" d="
238
+ M 56.407718951259994,177.60514596739594
239
+ L 62.34537357767999,180.81147946566273
240
+ L 62.34537357767999,201.17367639786573
241
+ L 50.470064324839996,201.17367639786573
242
+ L 50.470064324839996,180.81147946566273
243
243
  Z
244
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><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="118.8027628551801" y="207.62635675919194" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" transform="rotate(90 118.8027628551801 207.62635675919194)">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="
245
- M 287.20535029070004,269.06698826887
246
- L 292.46793114806,271.9087819318444
247
- L 292.46793114806,289.95592588535095
248
- L 281.94276943334006,289.95592588535095
249
- L 281.94276943334006,271.9087819318444
244
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.187530925284px"/><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="56.407718951259994" y="182.94903513117393" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.687778327556px" transform="rotate(90 56.407718951259994 182.94903513117393)">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="
245
+ M 246.4126669967,252.27115289462748
246
+ L 252.35032162312,255.47748639289426
247
+ L 252.35032162312,275.83968332509727
248
+ L 240.47501237028,275.83968332509727
249
+ L 240.47501237028,255.47748639289426
250
250
  Z
251
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><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="287.20535029070004" y="273.80331104049395" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" transform="rotate(90 287.20535029070004 273.80331104049395)">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="
252
- M 1066.0640438546868,314.45674816359997
253
- L 1071.3266247120469,317.29854182657436
254
- L 1071.3266247120469,335.34568578008094
255
- L 1060.8014629973268,335.34568578008094
256
- L 1060.8014629973268,317.29854182657436
251
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.187530925284px"/><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="246.4126669967" y="257.6150420584055" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.687778327556px" transform="rotate(90 246.4126669967 257.6150420584055)">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="
252
+ M 1125.1818584856824,303.48342404749997
253
+ L 1131.1195131121024,306.6897575457668
254
+ L 1131.1195131121024,327.05195447796973
255
+ L 1119.2442038592624,327.05195447796973
256
+ L 1119.2442038592624,306.6897575457668
257
257
  Z
258
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><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="1066.0640438546868" y="319.19307093522394" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" transform="rotate(90 1066.0640438546868 319.19307093522394)">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="
259
- M 603.4338340094624,696.0464861307736
260
- L 608.6964148668225,698.888279793748
261
- L 608.6964148668225,716.9354237472545
262
- L 598.1712531521024,716.9354237472545
263
- L 598.1712531521024,698.888279793748
258
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.187530925284px"/><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="1125.1818584856824" y="308.82731321127795" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.687778327556px" transform="rotate(90 1125.1818584856824 308.82731321127795)">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="
259
+ M 603.2063334982778,734.0227610092143
260
+ L 609.1439881246978,737.229094507481
261
+ L 609.1439881246978,757.591291439684
262
+ L 597.2686788718578,757.591291439684
263
+ L 597.2686788718578,737.229094507481
264
264
  Z
265
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><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="603.4338340094624" y="700.7828089023976" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" transform="rotate(90 603.4338340094624 700.7828089023976)">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="
266
- M 233.73752877992246,706.5716478454935
267
- L 239.00010963728246,709.4134415084679
268
- L 239.00010963728246,727.4605854619745
269
- L 228.47494792256245,727.4605854619745
270
- L 228.47494792256245,709.4134415084679
265
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.187530925284px"/><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="603.2063334982778" y="739.3666501729923" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.687778327556px" transform="rotate(90 603.2063334982778 739.3666501729923)">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="
266
+ M 186.08609599227276,745.8980702620543
267
+ L 192.02375061869276,749.104403760321
268
+ L 192.02375061869276,769.466600692524
269
+ L 180.14844136585276,769.466600692524
270
+ L 180.14844136585276,749.104403760321
271
271
  Z
272
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><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="233.73752877992246" y="711.3079706171176" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" transform="rotate(90 233.73752877992246 711.3079706171176)">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="
273
- M 371.40664400846003,167.10448415751995
274
- L 374.24843767143443,161.84190330015994
275
- L 398.47735993871987,161.84190330015994
276
- L 398.47735993871987,172.36706501487996
277
- L 374.24843767143443,172.36706501487996
272
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.187530925284px"/><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="186.08609599227276" y="751.2419594258323" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.687778327556px" transform="rotate(90 186.08609599227276 751.2419594258323)">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="
273
+ M 341.41514101942,137.22909450773994
274
+ L 344.6214745176868,131.29143988131995
275
+ L 371.95843641772444,131.29143988131995
276
+ L 371.95843641772444,143.16674913415994
277
+ L 344.6214745176868,143.16674913415994
278
278
  Z
279
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><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="376.142966780084" y="167.10448415751995" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" 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_18__stack1" d="
280
- M 805.5169389320864,219.78291853969358
281
- L 802.675145269112,225.0454993970536
282
- L 778.4462230018266,225.0454993970536
283
- L 778.4462230018266,214.52033768233358
284
- L 802.675145269112,214.52033768233358
279
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.187530925284px"/><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="346.759030183198" y="137.22909450773994" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.687778327556px" 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_18__stack1" d="
280
+ M 831.2122711528058,196.66501731820418
281
+ L 828.005937654539,202.60267194462418
282
+ L 800.6689757545013,202.60267194462418
283
+ L 800.6689757545013,190.72736269178418
284
+ L 828.005937654539,190.72736269178418
285
285
  Z
286
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><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="800.7806161604624" y="219.78291853969358" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" 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_19__stack1" d="
287
- M 592.43504001758,448.65256002627996
288
- L 589.5932463546056,453.91514088363994
289
- L 565.3643240873203,453.91514088363994
290
- L 565.3643240873203,443.38997916892
291
- L 589.5932463546056,443.38997916892
286
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.187530925284px"/><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="825.8683819890277" y="196.66501731820418" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.687778327556px" 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_19__stack1" d="
287
+ M 590.79663532906,454.89361702121
288
+ L 587.5903018307932,460.83127164763
289
+ L 560.2533399307555,460.83127164763
290
+ L 560.2533399307555,448.95596239479
291
+ L 587.5903018307932,448.95596239479
292
292
  Z
293
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><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="587.698717245956" y="448.65256002627996" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" 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_20__stack1" d="
294
- M 616.1166538757001,664.4183751780399
295
- L 613.2748602127257,669.6809560354
296
- L 589.0459379454403,669.6809560354
297
- L 589.0459379454403,659.1557943206799
298
- L 613.2748602127257,659.1557943206799
293
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.187530925284px"/><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="585.452746165282" y="454.89361702121" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.687778327556px" 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_20__stack1" d="
294
+ M 617.51608114795,698.33745670443
295
+ L 614.3097476496832,704.27511133085
296
+ L 586.9727857496455,704.27511133085
297
+ L 586.9727857496455,692.39980207801
298
+ L 614.3097476496832,692.39980207801
299
299
  Z
300
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><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="611.380331104076" y="664.4183751780399" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" 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_21__stack1" d="
301
- M 302.99309286278003,353.9261045938
302
- L 300.15129919980563,359.18868545116
303
- L 245.0134853636258,359.18868545116
304
- L 245.0134853636258,348.66352373643997
305
- L 300.15129919980563,348.66352373644
300
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.187530925284px"/><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="612.172191984172" y="698.33745670443" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.687778327556px" 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_21__stack1" d="
301
+ M 264.22563087596,348.01583374565
302
+ L 261.0192973776932,353.95348837207
303
+ L 198.80851063848206,353.95348837207
304
+ L 198.80851063848206,342.07817911923
305
+ L 261.0192973776932,342.07817911923
306
306
  Z
307
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><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="298.25677009115606" y="353.9261045938" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" 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_22__stack1" d="
308
- M 805.56956474066,125.00383729863995
309
- L 808.4113584036344,119.74125644127994
310
- L 851.1856156122565,119.74125644127994
311
- L 851.1856156122565,130.26641815599996
312
- L 808.4113584036344,130.26641815599996
307
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.187530925284px"/><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="258.881741712182" y="348.01583374565" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.687778327556px" 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_22__stack1" d="
308
+ M 831.27164769907,89.72785749637995
309
+ L 834.4779811973367,83.79020286995996
310
+ L 882.7392380008785,83.79020286995996
311
+ L 882.7392380008785,95.66551212279995
312
+ L 834.4779811973367,95.66551212279995
313
313
  Z
314
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><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="810.305887512284" y="125.00383729863995" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" 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_23__stack1" d="
315
- M 710.7904834996065,177.5770200636664
316
- L 707.9486898366321,182.8396009210264
317
- L 665.17443262801,182.8396009210264
318
- L 665.17443262801,172.3144392063064
319
- L 707.9486898366321,172.3144392063064
314
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.187530925284px"/><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="836.615536862848" y="89.72785749637995" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.687778327556px" 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_23__stack1" d="
315
+ M 724.3344878772458,149.0450272143158
316
+ L 721.128154378979,154.9826818407358
317
+ L 672.8668975754373,154.9826818407358
318
+ L 672.8668975754373,143.1073725878958
319
+ L 721.128154378979,143.1073725878958
320
320
  Z
321
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><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="706.0541607279824" y="177.5770200636664" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" 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_24__stack1" d="
322
- M 758.20633702442,125.00383729863995
323
- L 755.3645433614456,130.26641815599996
324
- L 712.5902861528235,130.26641815599996
325
- L 712.5902861528235,119.74125644127994
326
- L 755.3645433614456,119.74125644127994
321
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.187530925284px"/><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="718.9905987134678" y="149.0450272143158" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.687778327556px" 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_24__stack1" d="
322
+ M 777.83275606129,89.72785749637995
323
+ L 774.6264225630232,95.66551212279995
324
+ L 726.3651657594814,95.66551212279995
325
+ L 726.3651657594814,83.79020286995994
326
+ L 774.6264225630232,83.79020286995996
327
327
  Z
328
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><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="753.470014252796" y="125.00383729863995" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" 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_25__stack1" d="
329
- M 826.5672623615264,174.9457296349864
330
- L 823.725468698552,180.2083104923464
331
- L 780.95121148993,180.2083104923464
332
- L 780.95121148993,169.6831487776264
333
- L 823.725468698552,169.6831487776264
328
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.187530925284px"/><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="772.4888668975119" y="89.72785749637995" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.687778327556px" 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_25__stack1" d="
329
+ M 854.9628896584858,146.0761999011058
330
+ L 851.756556160219,152.0138545275258
331
+ L 803.4952993566773,152.0138545275258
332
+ L 803.4952993566773,140.1385452746858
333
+ L 851.756556160219,140.1385452746858
334
334
  Z
335
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><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="821.8309395899024" y="174.9457296349864" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" 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_26__stack1" d="
336
- M 1066.0673171799801,172.63019405774799
337
- L 1063.2255235170057,177.892774915108
338
- L 1026.6330446221625,177.892774915108
339
- L 1026.6330446221625,167.36761320038798
340
- L 1063.2255235170057,167.36761320038798
335
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.187530925284px"/><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="849.6190004947077" y="146.0761999011058" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.687778327556px" 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_26__stack1" d="
336
+ M 1125.1855517068602,143.46363186548098
337
+ L 1121.9792182085935,149.40128649190098
338
+ L 1080.6927263728865,149.40128649190098
339
+ L 1080.6927263728865,137.52597723906098
340
+ L 1121.9792182085935,137.52597723906098
341
341
  Z
342
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.052516171472px"/><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="1061.3309944083562" y="172.63019405774799" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="9.472645543248px" transform="">XXXXX</text><text class="sch-text" x="384.036838066124" y="105.26915908354005" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.472645543247985px" transform="rotate(0, 384.036838066124, 105.26915908354005)">STTS22HTR</text><text class="sch-text" x="361.9339984652121" y="117.63622409833602" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.472645543248px" transform="rotate(0, 361.9339984652121, 117.63622409833602)">U2</text><text class="sch-text" x="697.160399079044" y="702.835215436768" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.472645543247985px" transform="rotate(0, 697.160399079044, 702.835215436768)">SM04B_SRSS_TB_LF_SN</text><text class="sch-text" x="643.482074333972" y="637.316083762636" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.472645543248px" transform="rotate(0, 643.482074333972, 637.316083762636)">J1</text><text class="sch-text" x="273.78576910443206" y="639.9473741913159" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.472645543248px" transform="rotate(0, 273.78576910443206, 639.9473741913159)">J3</text><text class="sch-text" x="273.78576910443206" y="679.416730621516" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.472645543248px" transform="rotate(0, 273.78576910443206, 679.416730621516)">J4</text><rect class="schematic-box sch-box" x="355.61890143638004" y="100.53283631191601" width="56.83587325948804" height="9.472645543248007" stroke-width="1.052516171472px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="8.420129371776 4.210064685888"/><rect class="schematic-box sch-box" x="352.4613529219641" y="111.05799802663603" width="18.945291086495956" height="13.156452143399974" stroke-width="1.052516171472px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="8.420129371776 4.210064685888"/><rect class="schematic-box sch-box" x="637.16697730514" y="698.0988926651439" width="119.98684354780801" height="9.472645543248063" stroke-width="1.052516171472px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="8.420129371776 4.210064685888"/><rect class="schematic-box sch-box" x="634.0094287907241" y="630.737857690936" width="18.9452910864959" height="13.15645214339986" stroke-width="1.052516171472px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="8.420129371776 4.210064685888"/><rect class="schematic-box sch-box" x="264.31312356118406" y="633.369148119616" width="18.945291086496013" height="13.156452143399974" stroke-width="1.052516171472px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="8.420129371776 4.210064685888"/><rect class="schematic-box sch-box" x="264.31312356118406" y="672.838504549816" width="18.945291086496013" height="13.156452143399974" stroke-width="1.052516171472px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="8.420129371776 4.210064685888"/>
342
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.187530925284px"/><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="1119.8416625430823" y="143.46363186548098" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.687778327556px" transform="">XXXXX</text><text class="sch-text" x="355.665512122828" y="67.46165264730502" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.687778327555984px" transform="rotate(0, 355.665512122828, 67.46165264730502)">STTS22HTR</text><text class="sch-text" x="330.72736269186396" y="81.41514101939197" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.687778327556px" transform="rotate(0, 330.72736269186396, 81.41514101939197)">U2</text><text class="sch-text" x="708.955962394818" y="741.682335477296" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.687778327555984px" transform="rotate(0, 708.955962394818, 741.682335477296)">SM04B_SRSS_TB_LF_SN</text><text class="sch-text" x="648.391885205334" y="667.758535378367" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.687778327556px" transform="rotate(0, 648.391885205334, 667.758535378367)">J1</text><text class="sch-text" x="231.27164769932898" y="670.727362691577" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.687778327556px" transform="rotate(0, 231.27164769932898, 670.727362691577)">J3</text><text class="sch-text" x="231.27164769932898" y="715.259772389727" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.687778327556px" transform="rotate(0, 231.27164769932898, 715.259772389727)">J4</text><rect class="schematic-box sch-box" x="323.60217714016" y="62.11776348352703" width="64.12666996533602" height="10.687778327555975" stroke-width="1.187530925284px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="9.500247402272 4.750123701136"/><rect class="schematic-box sch-box" x="320.039584364308" y="73.99307273636703" width="21.375556655112007" height="14.84413656604994" stroke-width="1.187530925284px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="9.500247402272 4.750123701136"/><rect class="schematic-box sch-box" x="641.26669965363" y="736.338446313518" width="135.37852548237606" height="10.687778327555975" stroke-width="1.187530925284px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="9.500247402272 4.750123701136"/><rect class="schematic-box sch-box" x="637.704106877778" y="660.3364670953421" width="21.37555665511195" height="14.844136566049997" stroke-width="1.187530925284px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="9.500247402272 4.750123701136"/><rect class="schematic-box sch-box" x="220.583869371773" y="663.3052944085521" width="21.37555665511195" height="14.844136566049997" stroke-width="1.187530925284px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="9.500247402272 4.750123701136"/><rect class="schematic-box sch-box" x="220.583869371773" y="707.8377041067022" width="21.37555665511195" height="14.844136566049883" stroke-width="1.187530925284px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="9.500247402272 4.750123701136"/>
343
343
  </g>
344
344
  </svg>