@tscircuit/schematic-trace-solver 0.0.159 → 0.0.161

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/dist/index.d.ts +43 -9
  2. package/dist/index.js +807 -115
  3. package/lib/solvers/AvailableNetOrientationSolver/AvailableNetOrientationSolver.ts +210 -6
  4. package/lib/solvers/InlineNetLabelSolver/InlineNetLabelSolver.ts +536 -94
  5. package/lib/solvers/InlineNetLabelSolver/pushAnchoredNetLabelsAwayFromInlineLabels.ts +9 -7
  6. package/lib/solvers/InlineNetLabelSolver/pushInlineTerminalLabelsAwayFromAnchoredLabels.ts +295 -0
  7. package/lib/solvers/NetLabelPlacementSolver/NetLabelPlacementSolver.ts +7 -35
  8. package/lib/solvers/SchematicTraceLinesSolver/getTraceConnectedPinComponents.ts +60 -0
  9. package/lib/solvers/TraceCleanupSolver/sameNetRailAlignment/getFixedLabelCoordinate.ts +44 -13
  10. package/lib/types/InputProblem.ts +5 -4
  11. package/package.json +1 -1
  12. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +1 -1
  13. package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +1 -1
  14. package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +79 -79
  15. package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +85 -85
  16. package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +1 -1
  17. package/tests/bug-reports/bug-report-20260804T095800Z/__snapshots__/bug-report-20260804T095800Z.snap.svg +163 -163
  18. package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +547 -547
  19. package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +13 -13
  20. package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +267 -267
  21. package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +267 -267
  22. package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +109 -109
  23. package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +1 -1
  24. package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +49 -49
  25. package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +1 -1
  26. package/tests/bug-reports/bug-report-20260825T045913Z/__snapshots__/bug-report-20260825T045913Z.snap.svg +103 -103
  27. package/tests/bug-reports/bug-report-20260825T103621Z/__snapshots__/bug-report-20260825T103621Z.snap.svg +103 -103
  28. package/tests/bug-reports/bug-report-20260826T072956Z/__snapshots__/bug-report-20260826T072956Z.snap.svg +600 -792
  29. package/tests/bug-reports/bug-report-20260826T072956Z/bug-report-20260826T072956Z.test.ts +66 -1
  30. package/tests/examples/__snapshots__/example51.snap.svg +568 -568
  31. package/tests/fixtures/convertSolverOutputToCircuitJson.test.ts +16 -1
  32. package/tests/fixtures/convertSolverOutputToCircuitJson.ts +23 -12
  33. package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +736 -736
  34. package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +79 -79
  35. package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +127 -127
  36. package/tests/repros/__snapshots__/repro-bluetooth-controller-ground-decoupling-groups.snap.svg +106 -0
  37. package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +31 -31
  38. package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +121 -121
  39. package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +43 -43
  40. package/tests/repros/__snapshots__/repro-core-555-power-cross-net-overlap.snap.svg +19 -19
  41. package/tests/repros/__snapshots__/repro-core-ground-inline-label-fallback.snap.svg +277 -0
  42. package/tests/repros/__snapshots__/repro-core-subcircuit-missing-ground.snap.svg +19 -19
  43. package/tests/repros/__snapshots__/repro-core-tb67s579ftg-inline-label-routing.snap.svg +7 -7
  44. package/tests/repros/__snapshots__/repro-dc-power-isolated-routing.snap.svg +37 -37
  45. package/tests/repros/__snapshots__/repro-hdc2080-ground-label-alignment.snap.svg +137 -0
  46. package/tests/repros/__snapshots__/repro-nrf52810-clock-routing.snap.svg +61 -61
  47. package/tests/repros/__snapshots__/repro-pga300-redundant-ground-traces.snap.svg +115 -115
  48. package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +743 -743
  49. package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +43 -43
  50. package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +1 -1
  51. package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +17 -17
  52. package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +1131 -1131
  53. package/tests/repros/__snapshots__/repro-type-c-16pin-self-connection.snap.svg +7 -7
  54. package/tests/repros/__snapshots__/repro-type-c-16pin-to-resistor.snap.svg +7 -7
  55. package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +666 -666
  56. package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +73 -73
  57. package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +73 -73
  58. package/tests/repros/assets/repro-bluetooth-controller-ground-decoupling-groups.input.json +214 -0
  59. package/tests/repros/assets/repro-core-ground-inline-label-fallback.input.json +863 -0
  60. package/tests/repros/repro-bluetooth-controller-ground-decoupling-groups.test.ts +18 -0
  61. package/tests/repros/repro-core-ground-inline-label-fallback.test.ts +34 -0
  62. package/tests/repros/repro-hdc2080-ground-label-alignment.test.ts +239 -0
  63. package/tests/repros/repro-tida010076-j4-ground-bus.test.ts +14 -10
  64. package/tests/repros/repro-tida010076-page02.test.ts +2 -2
  65. package/tests/repros/repro-usb-power-vbus-label-detour.test.ts +14 -0
  66. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label02.snap.svg +1 -1
  67. package/tests/solvers/InlineNetLabelSolver/multi-pin-connected-components.test.ts +252 -0
  68. package/tests/solvers/InlineNetLabelSolver/opposite-side-placement.test.ts +71 -0
  69. package/tests/solvers/InlineNetLabelSolver/push-anchored-net-labels-away.test.ts +8 -2
  70. package/tests/solvers/InlineNetLabelSolver/push-inline-terminal-labels-away.test.ts +91 -0
  71. package/tests/solvers/InlineNetLabelSolver/two-pin-terminal-stubs-atomic.test.ts +7 -1
@@ -144,97 +144,97 @@ orientation: x+" data-x="2.08" data-y="-2.1000000000000005" cx="494.387851571732
144
144
  .port-label { fill: rgb(0, 100, 100); }
145
145
  .component-name { fill: rgb(0, 100, 100); }
146
146
 
147
- </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 402.56729775288204 184.194055424348 L 402.56729775288204 145.111089083864 L 360.085812600182 145.111089083864 L 360.085812600182 106.02812274338004 L 377.078406661262 106.02812274338004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.594075248864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 402.56729775288204 184.194055424348 L 402.56729775288204 145.111089083864 L 360.085812600182 145.111089083864 L 360.085812600182 106.02812274338004 L 377.078406661262 106.02812274338004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.6992594061080002px" 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 801.043628485208 649.79113269794 L 806.1414067035321 649.79113269794 L 806.1414067035321 693.971877256748 L 811.239184921856 693.971877256748" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.594075248864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 801.043628485208 649.79113269794 L 806.1414067035321 649.79113269794 L 806.1414067035321 693.971877256748 L 811.239184921856 693.971877256748" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.6992594061080002px" 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 529.162123507928 335.42814256796 L 303.9040484857362 335.42814256796 L 303.9040484857362 284.45036038471983 L 277.45932397818046 284.45036038471983" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.594075248864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 529.162123507928 335.42814256796 L 303.9040484857362 335.42814256796 L 303.9040484857362 284.45036038471983 L 277.45932397818046 284.45036038471983" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.6992594061080002px" 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 529.162123507928 352.42073662903994 L 277.45932397818046 352.4207366290399" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.594075248864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 529.162123507928 352.42073662903994 L 277.45932397818046 352.4207366290399" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.6992594061080002px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><path d="M 529.162123507928 369.41333069011995 L 403.31072374305427 369.41333069011995 L 403.31072374305427 420.39111287335993 L 277.45932397818046 420.39111287335993" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.594075248864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 529.162123507928 369.41333069011995 L 403.31072374305427 369.41333069011995 L 403.31072374305427 420.39111287335993 L 277.45932397818046 420.39111287335993" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.6992594061080002px" 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 529.162123507928 386.40592475119996 L 512.169529446848 386.40592475119996 L 512.169529446848 488.3614891176799 L 277.45932397818046 488.3614891176799" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.594075248864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 529.162123507928 386.40592475119996 L 512.169529446848 386.40592475119996 L 512.169529446848 488.3614891176799 L 277.45932397818046 488.3614891176799" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.6992594061080002px" 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 529.162123507928 641.2948356674001 L 481.3704527111405 641.2948356674001" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.594075248864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 529.162123507928 641.2948356674001 L 481.3704527111405 641.2948356674001" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.6992594061080002px" 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 402.56729775288204 248.76591285645205 L 402.56729775288204 267.45776632363993 L 529.162123507928 267.45776632363993" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.594075248864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 402.56729775288204 248.76591285645205 L 402.56729775288204 267.45776632363993 L 529.162123507928 267.45776632363993" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.6992594061080002px" 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 801.043628485208 411.89481584282004 L 818.0362225462881 411.89481584282004 L 818.0362225462881 428.88740990390005 L 801.043628485208 428.88740990390005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.594075248864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 801.043628485208 411.89481584282004 L 818.0362225462881 411.89481584282004 L 818.0362225462881 428.88740990390005 L 801.043628485208 428.88740990390005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.6992594061080002px" 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 529.162123507928 318.43554850687997 L 320.8966425468162 318.43554850687997 L 320.8966425468162 216.47998414039992 L 277.45932397818046 216.47998414039992" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.594075248864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 529.162123507928 318.43554850687997 L 320.8966425468162 318.43554850687997 L 320.8966425468162 216.47998414039992 L 277.45932397818046 216.47998414039992" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.6992594061080002px" 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 818.0362225462881 428.88740990390005 L 842.675483934854 428.88740990390005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.594075248864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 818.0362225462881 428.88740990390005 L 842.675483934854 428.88740990390005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.6992594061080002px" 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 891.104377008932 693.971877256748 L 911.5804528525334 693.971877256748 L 911.5804528525334 723.7938798339434" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.594075248864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 891.104377008932 693.971877256748 L 911.5804528525334 693.971877256748 L 911.5804528525334 723.7938798339434" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.6992594061080002px" 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 529.162123507928 284.45036038471994 L 503.5882694460026 284.45036038471994 L 503.5882694460026 258.87650632279457" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.594075248864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 529.162123507928 284.45036038471994 L 503.5882694460026 284.45036038471994 L 503.5882694460026 258.87650632279457" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.6992594061080002px" 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 428.056188844502 106.02812274338004 L 453.6300429064274 106.02812274338004 L 453.6300429064274 76.20612016618463" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.594075248864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 428.056188844502 106.02812274338004 L 453.6300429064274 106.02812274338004 L 453.6300429064274 76.20612016618463" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.6992594061080002px" 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"><circle cx="818.0362225462881" cy="428.88740990390005" r="2.5488891091620003" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="563.147311630088" y="258.9614692931" width="203.91112873296004" height="424.8148515270001" stroke-width="1.6992594061080002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="563.147311630088" y="258.9614692931" width="203.91112873296004" height="424.8148515270001" fill="transparent"/><text class="sch-text" x="665.1028759965681" y="471.3688950566" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.293334654972px" transform="rotate(0, 665.1028759965681, 471.3688950566)">schematic_component_0</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="267.45776632363993" x2="529.162123507928" y2="267.45776632363993" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="527.46286410182" y="265.7585069175319" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="265.7585069175319" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="267.45776632363993" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_0</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="284.45036038471994" x2="529.162123507928" y2="284.45036038471994" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="527.46286410182" y="282.75110097861193" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="282.75110097861193" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="284.45036038471994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_1</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="301.44295444579996" x2="530.861382914036" y2="301.44295444579996" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.162123507928" cy="301.44295444579996" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="527.46286410182" y="299.74369503969194" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="299.74369503969194" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="301.44295444579996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_2</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="318.43554850687997" x2="529.162123507928" y2="318.43554850687997" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="527.46286410182" y="316.73628910077196" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="316.73628910077196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="318.43554850687997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_3</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="335.42814256796" x2="529.162123507928" y2="335.42814256796" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="527.46286410182" y="333.72888316185197" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="333.72888316185197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="335.42814256796" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_4</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="352.42073662903994" x2="529.162123507928" y2="352.42073662903994" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="527.46286410182" y="350.7214772229319" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="350.721477222932" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="352.42073662903994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_5</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="369.41333069011995" x2="529.162123507928" y2="369.41333069011995" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="527.46286410182" y="367.71407128401194" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="367.71407128401194" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="369.41333069011995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_6</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="386.40592475119996" x2="529.162123507928" y2="386.40592475119996" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="527.46286410182" y="384.70666534509195" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="384.70666534509195" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="386.40592475119996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_7</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="403.3985188122799" x2="530.861382914036" y2="403.3985188122799" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.162123507928" cy="403.3985188122799" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="527.46286410182" y="401.6992594061719" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="401.6992594061719" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="403.3985188122799" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_8</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="420.39111287335993" x2="530.861382914036" y2="420.39111287335993" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.162123507928" cy="420.39111287335993" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="527.46286410182" y="418.6918534672519" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="418.6918534672519" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="420.39111287335993" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_9</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="437.38370693443994" x2="530.861382914036" y2="437.38370693443994" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.162123507928" cy="437.38370693443994" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="527.46286410182" y="435.68444752833193" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="435.68444752833193" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="437.38370693443994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_10</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="454.37630099551995" x2="530.861382914036" y2="454.37630099551995" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.162123507928" cy="454.37630099551995" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="527.46286410182" y="452.67704158941194" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="452.67704158941194" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="454.37630099551995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_11</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="471.36889505659997" x2="530.861382914036" y2="471.36889505659997" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.162123507928" cy="471.36889505659997" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="527.46286410182" y="469.66963565049195" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="469.66963565049195" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="471.36889505659997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_12</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="488.36148911768" x2="530.861382914036" y2="488.36148911768" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.162123507928" cy="488.36148911768" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="527.46286410182" y="486.66222971157197" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="486.66222971157197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="488.36148911768" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_13</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="505.35408317876" x2="530.861382914036" y2="505.35408317876" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.162123507928" cy="505.35408317876" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="527.46286410182" y="503.654823772652" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="503.654823772652" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="505.35408317876" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_14</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="522.34667723984" x2="530.861382914036" y2="522.34667723984" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.162123507928" cy="522.34667723984" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="527.46286410182" y="520.647417833732" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="520.647417833732" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="522.34667723984" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_15</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="539.33927130092" x2="530.861382914036" y2="539.33927130092" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.162123507928" cy="539.33927130092" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="527.46286410182" y="537.640011894812" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="537.640011894812" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="539.33927130092" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_16</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="556.331865362" x2="530.861382914036" y2="556.331865362" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.162123507928" cy="556.331865362" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="527.46286410182" y="554.632605955892" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="554.632605955892" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="556.331865362" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_17</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="573.32445942308" x2="530.861382914036" y2="573.32445942308" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_18__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.162123507928" cy="573.32445942308" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="527.46286410182" y="571.625200016972" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="571.625200016972" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="573.32445942308" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_18</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="590.31705348416" x2="530.861382914036" y2="590.31705348416" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_19__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.162123507928" cy="590.31705348416" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="527.46286410182" y="588.617794078052" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="588.617794078052" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="590.31705348416" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_19</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="607.3096475452401" x2="530.861382914036" y2="607.3096475452401" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_20__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.162123507928" cy="607.3096475452401" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="527.46286410182" y="605.610388139132" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="605.610388139132" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="607.3096475452401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_20</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="624.3022416063201" x2="530.861382914036" y2="624.3022416063201" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_21__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.162123507928" cy="624.3022416063201" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="527.46286410182" y="622.6029822002121" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="622.6029822002121" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="624.3022416063201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_21</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="641.2948356674001" x2="529.162123507928" y2="641.2948356674001" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_22__stack1"><rect x="527.46286410182" y="639.5955762612921" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="639.5955762612921" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="641.2948356674001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_22</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="658.2874297284801" x2="530.861382914036" y2="658.2874297284801" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_23__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.162123507928" cy="658.2874297284801" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="527.46286410182" y="656.5881703223721" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="656.5881703223721" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="658.2874297284801" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_23</text><line class="component-pin sch-component-pin sch-port-line" x1="563.147311630088" y1="675.2800237895601" x2="530.861382914036" y2="675.2800237895601" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_24__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.162123507928" cy="675.2800237895601" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="527.46286410182" y="673.5807643834521" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.154717569008" y="673.5807643834521" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="571.643608660628" y="675.2800237895601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_24</text><line class="component-pin sch-component-pin sch-port-line" x1="767.058440363048" y1="666.78372675902" x2="799.3443690791" y2="666.78372675902" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_25__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="801.043628485208" cy="666.78372675902" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="799.3443690791" y="665.084467352912" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.051034424128" y="665.084467352912" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="758.5621433325081" y="666.78372675902" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_25</text><line class="component-pin sch-component-pin sch-port-line" x1="767.058440363048" y1="649.79113269794" x2="801.043628485208" y2="649.79113269794" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_26__stack1"><rect x="799.3443690791" y="648.091873291832" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.051034424128" y="648.0918732918321" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="758.5621433325081" y="649.79113269794" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_26</text><line class="component-pin sch-component-pin sch-port-line" x1="767.058440363048" y1="632.7985386368601" x2="799.3443690791" y2="632.7985386368601" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_27__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="801.043628485208" cy="632.7985386368601" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="799.3443690791" y="631.0992792307521" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.051034424128" y="631.0992792307521" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="758.5621433325081" y="632.7985386368601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_27</text><line class="component-pin sch-component-pin sch-port-line" x1="767.058440363048" y1="615.8059445757801" x2="799.3443690791" y2="615.8059445757801" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_28__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="801.043628485208" cy="615.8059445757801" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="799.3443690791" y="614.1066851696721" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.051034424128" y="614.1066851696721" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="758.5621433325081" y="615.8059445757801" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_28</text><line class="component-pin sch-component-pin sch-port-line" x1="767.058440363048" y1="598.8133505147001" x2="799.3443690791" y2="598.8133505147001" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_29__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="801.043628485208" cy="598.8133505147001" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="799.3443690791" y="597.1140911085921" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.051034424128" y="597.1140911085921" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="758.5621433325081" y="598.8133505147001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_29</text><line class="component-pin sch-component-pin sch-port-line" x1="767.058440363048" y1="581.8207564536201" x2="799.3443690791" y2="581.8207564536201" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_30__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="801.043628485208" cy="581.8207564536201" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="799.3443690791" y="580.1214970475121" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.051034424128" y="580.1214970475121" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="758.5621433325081" y="581.8207564536201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_30</text><line class="component-pin sch-component-pin sch-port-line" x1="767.058440363048" y1="564.8281623925401" x2="799.3443690791" y2="564.8281623925401" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_31__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="801.043628485208" cy="564.8281623925401" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="799.3443690791" y="563.1289029864321" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.051034424128" y="563.1289029864321" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="758.5621433325081" y="564.8281623925401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_31</text><line class="component-pin sch-component-pin sch-port-line" x1="767.058440363048" y1="547.8355683314601" x2="799.3443690791" y2="547.8355683314601" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_32__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="801.043628485208" cy="547.8355683314601" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="799.3443690791" y="546.1363089253521" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.051034424128" y="546.1363089253521" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="758.5621433325081" y="547.8355683314601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_32</text><line class="component-pin sch-component-pin sch-port-line" x1="767.058440363048" y1="530.8429742703801" x2="799.3443690791" y2="530.8429742703801" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_33__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="801.043628485208" cy="530.8429742703801" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="799.3443690791" y="529.143714864272" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.051034424128" y="529.143714864272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="758.5621433325081" y="530.8429742703801" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_33</text><line class="component-pin sch-component-pin sch-port-line" x1="767.058440363048" y1="513.8503802093" x2="799.3443690791" y2="513.8503802093" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_34__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="801.043628485208" cy="513.8503802093" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="799.3443690791" y="512.151120803192" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.051034424128" y="512.151120803192" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="758.5621433325081" y="513.8503802093" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_34</text><line class="component-pin sch-component-pin sch-port-line" x1="767.058440363048" y1="496.8577861482201" x2="799.3443690791" y2="496.8577861482201" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_35__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="801.043628485208" cy="496.8577861482201" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="799.3443690791" y="495.1585267421121" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.051034424128" y="495.1585267421121" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="758.5621433325081" y="496.8577861482201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_35</text><line class="component-pin sch-component-pin sch-port-line" x1="767.058440363048" y1="479.8651920871401" x2="799.3443690791" y2="479.8651920871401" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_36__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="801.043628485208" cy="479.8651920871401" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="799.3443690791" y="478.1659326810321" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.051034424128" y="478.16593268103213" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="758.5621433325081" y="479.8651920871401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_36</text><line class="component-pin sch-component-pin sch-port-line" x1="767.058440363048" y1="462.8725980260601" x2="799.3443690791" y2="462.8725980260601" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_37__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="801.043628485208" cy="462.8725980260601" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="799.3443690791" y="461.17333861995206" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.051034424128" y="461.1733386199521" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="758.5621433325081" y="462.8725980260601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_37</text><line class="component-pin sch-component-pin sch-port-line" x1="767.058440363048" y1="445.88000396498006" x2="799.3443690791" y2="445.88000396498006" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_38__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="801.043628485208" cy="445.88000396498006" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="799.3443690791" y="444.18074455887205" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.051034424128" y="444.18074455887205" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="758.5621433325081" y="445.88000396498006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_38</text><line class="component-pin sch-component-pin sch-port-line" x1="767.058440363048" y1="428.88740990390005" x2="801.043628485208" y2="428.88740990390005" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_39__stack1"><rect x="799.3443690791" y="427.18815049779204" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.051034424128" y="427.18815049779204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="758.5621433325081" y="428.88740990390005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_39</text><line class="component-pin sch-component-pin sch-port-line" x1="767.058440363048" y1="411.89481584282004" x2="801.043628485208" y2="411.89481584282004" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_40__stack1"><rect x="799.3443690791" y="410.195556436712" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.051034424128" y="410.195556436712" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="758.5621433325081" y="411.89481584282004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_40</text><line class="component-pin sch-component-pin sch-port-line" x1="767.058440363048" y1="394.90222178174" x2="799.3443690791" y2="394.90222178174" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_41__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="801.043628485208" cy="394.90222178174" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="799.3443690791" y="393.202962375632" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.051034424128" y="393.202962375632" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="758.5621433325081" y="394.90222178174" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_41</text><line class="component-pin sch-component-pin sch-port-line" x1="767.058440363048" y1="377.90962772066" x2="799.3443690791" y2="377.90962772066" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_42__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="801.043628485208" cy="377.90962772066" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="799.3443690791" y="376.210368314552" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.051034424128" y="376.210368314552" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="758.5621433325081" y="377.90962772066" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_42</text><line class="component-pin sch-component-pin sch-port-line" x1="767.058440363048" y1="360.91703365958" x2="799.3443690791" y2="360.91703365958" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_43__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="801.043628485208" cy="360.91703365958" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="799.3443690791" y="359.217774253472" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.051034424128" y="359.217774253472" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="758.5621433325081" y="360.91703365958" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_43</text><line class="component-pin sch-component-pin sch-port-line" x1="767.058440363048" y1="343.9244395985" x2="799.3443690791" y2="343.9244395985" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_44__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="801.043628485208" cy="343.9244395985" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="799.3443690791" y="342.225180192392" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.051034424128" y="342.225180192392" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="758.5621433325081" y="343.9244395985" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_44</text><line class="component-pin sch-component-pin sch-port-line" x1="767.058440363048" y1="326.93184553742003" x2="799.3443690791" y2="326.93184553742003" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_45__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="801.043628485208" cy="326.93184553742003" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="799.3443690791" y="325.232586131312" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.051034424128" y="325.232586131312" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="758.5621433325081" y="326.93184553742003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_45</text><line class="component-pin sch-component-pin sch-port-line" x1="767.058440363048" y1="309.93925147634" x2="799.3443690791" y2="309.93925147634" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_46__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="801.043628485208" cy="309.93925147634" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="799.3443690791" y="308.239992070232" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.051034424128" y="308.239992070232" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="758.5621433325081" y="309.93925147634" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_46</text><line class="component-pin sch-component-pin sch-port-line" x1="767.058440363048" y1="292.94665741526" x2="799.3443690791" y2="292.94665741526" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_47__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="801.043628485208" cy="292.94665741526" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="799.3443690791" y="291.247398009152" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.051034424128" y="291.247398009152" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="758.5621433325081" y="292.94665741526" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_47</text><line class="component-pin sch-component-pin sch-port-line" x1="767.058440363048" y1="275.95406335417994" x2="799.3443690791" y2="275.95406335417994" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_48__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="801.043628485208" cy="275.95406335417994" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="799.3443690791" y="274.2548039480719" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="784.051034424128" y="274.254803948072" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="758.5621433325081" y="275.95406335417994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_48</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="398.319149237612" y="77.14071283954405" width="8.49629703053995" height="57.774819807671975" stroke-width="1.6992594061080002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="398.319149237612" y="77.14071283954405" width="8.49629703053995" height="57.774819807671975" fill="transparent"/><text class="sch-text" x="402.56729775288204" y="106.02812274338004" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.293334654972px" transform="rotate(0, 402.56729775288204, 106.02812274338004)">schematic_component_1</text><line class="component-pin sch-component-pin sch-port-line" x1="398.319149237612" y1="106.02812274338004" x2="377.078406661262" y2="106.02812274338004" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="375.379147255154" y="104.32886333727204" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="387.69877794943704" y="104.32886333727203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="406.81544626815196" y="106.02812274338004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_49</text><line class="component-pin sch-component-pin sch-port-line" x1="406.81544626815196" y1="106.02812274338004" x2="428.056188844502" y2="106.02812274338004" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="426.356929438394" y="104.32886333727204" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="417.43581755632704" y="104.32886333727203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="398.319149237612" y="106.02812274338004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_50</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="364.333961115452" y="212.23183562513003" width="88.78630396914298" height="8.49629703053995" stroke-width="1.6992594061080002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="364.333961115452" y="212.23183562513003" width="88.78630396914298" height="8.49629703053995" fill="transparent"/><text class="sch-text" x="408.72711310002353" y="216.4799841404" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.293334654972px" transform="rotate(0, 408.72711310002353, 216.4799841404)">schematic_component_2</text><line class="component-pin sch-component-pin sch-port-line" x1="402.56729775288204" y1="212.23183562513003" x2="402.56729775288204" y2="184.194055424348" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="400.86803834677403" y="182.49479601823998" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="400.86803834677403" y="198.21294552473898" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform="rotate(-90 400.86803834677403 198.21294552473898)"></text><text class="pin-number sch-pin-label" x="402.56729775288204" y="220.72813265566998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="rotate(-90 402.56729775288204 220.72813265566998)">schematic_port_51</text><line class="component-pin sch-component-pin sch-port-line" x1="402.56729775288204" y1="220.72813265566998" x2="402.56729775288204" y2="248.76591285645205" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="400.86803834677403" y="247.06665345034403" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="400.86803834677403" y="234.74702275606103" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform="rotate(-90 400.86803834677403 234.74702275606103)"></text><text class="pin-number sch-pin-label" x="402.56729775288204" y="212.23183562513003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="rotate(-90 402.56729775288204 212.23183562513003)">schematic_port_52</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="845.224373044016" y="659.1833345133109" width="11.894815842755975" height="61.08078845633429" stroke-width="1.6992594061080002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="845.224373044016" y="659.1833345133109" width="11.894815842755975" height="61.08078845633429" fill="transparent"/><text class="sch-text" x="851.171780965394" y="689.723728741478" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.293334654972px" transform="rotate(0, 851.171780965394, 689.723728741478)">schematic_component_3</text><line class="component-pin sch-component-pin sch-port-line" x1="845.224373044016" y1="693.971877256748" x2="811.239184921856" y2="693.971877256748" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="809.539925515748" y="692.27261785064" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="828.231778982936" y="692.27261785064" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="853.720670074556" y="693.971877256748" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_53</text><line class="component-pin sch-component-pin sch-port-line" x1="857.119188886772" y1="693.971877256748" x2="891.104377008932" y2="693.971877256748" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="889.405117602824" y="692.27261785064" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="874.111782947852" y="692.27261785064" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="848.6228918562321" y="693.971877256748" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_54</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="460.1297101347905" y="632.79853863686" width="8.496297030540006" height="16.992594061080013" stroke-width="1.6992594061080002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="460.1297101347905" y="632.79853863686" width="8.496297030540006" height="16.992594061080013" fill="transparent"/><text class="sch-text" x="464.3778586500605" y="641.2948356674001" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.496297030540001px" transform="rotate(0, 464.3778586500605, 641.2948356674001)">schematic_port_55</text><line class="component-pin sch-component-pin sch-port-line" x1="468.6260071653305" y1="641.2948356674001" x2="481.3704527111405" y2="641.2948356674001" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="479.6711933050325" y="639.5955762612921" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="474.9982299382355" y="639.5955762612921" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="460.1297101347905" y="641.2948356674001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_55</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="256.2185814018305" y="207.98368710985994" width="8.496297030540006" height="16.992594061079984" stroke-width="1.6992594061080002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="256.2185814018305" y="207.98368710985994" width="8.496297030540006" height="16.992594061079984" fill="transparent"/><text class="sch-text" x="260.46672991710045" y="216.47998414039992" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.496297030540001px" transform="rotate(0, 260.46672991710045, 216.47998414039992)">schematic_port_56</text><line class="component-pin sch-component-pin sch-port-line" x1="264.7148784323705" y1="216.47998414039992" x2="277.45932397818046" y2="216.47998414039992" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="275.76006457207245" y="214.7807247342919" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="271.0871012052755" y="214.78072473429194" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="256.2185814018305" y="216.47998414039992" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_56</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="256.2185814018305" y="275.9540633541798" width="8.496297030540006" height="16.99259406108007" stroke-width="1.6992594061080002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="256.2185814018305" y="275.9540633541798" width="8.496297030540006" height="16.99259406108007" fill="transparent"/><text class="sch-text" x="260.46672991710045" y="284.45036038471983" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.496297030540001px" transform="rotate(0, 260.46672991710045, 284.45036038471983)">schematic_port_57</text><line class="component-pin sch-component-pin sch-port-line" x1="264.7148784323705" y1="284.45036038471983" x2="277.45932397818046" y2="284.45036038471983" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="275.76006457207245" y="282.7511009786118" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="271.0871012052755" y="282.7511009786118" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="256.2185814018305" y="284.45036038471983" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_57</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="256.2185814018305" y="343.9244395984999" width="8.496297030540006" height="16.992594061080013" stroke-width="1.6992594061080002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="256.2185814018305" y="343.9244395984999" width="8.496297030540006" height="16.992594061080013" fill="transparent"/><text class="sch-text" x="260.46672991710045" y="352.4207366290399" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.496297030540001px" transform="rotate(0, 260.46672991710045, 352.4207366290399)">schematic_port_58</text><line class="component-pin sch-component-pin sch-port-line" x1="264.7148784323705" y1="352.4207366290399" x2="277.45932397818046" y2="352.4207366290399" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="275.76006457207245" y="350.72147722293187" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="271.0871012052755" y="350.72147722293187" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="256.2185814018305" y="352.4207366290399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_58</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="256.2185814018305" y="411.8948158428199" width="8.496297030540006" height="16.992594061080013" stroke-width="1.6992594061080002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="256.2185814018305" y="411.8948158428199" width="8.496297030540006" height="16.992594061080013" fill="transparent"/><text class="sch-text" x="260.46672991710045" y="420.39111287335993" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.496297030540001px" transform="rotate(0, 260.46672991710045, 420.39111287335993)">schematic_port_59</text><line class="component-pin sch-component-pin sch-port-line" x1="264.7148784323705" y1="420.39111287335993" x2="277.45932397818046" y2="420.39111287335993" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="275.76006457207245" y="418.6918534672519" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="271.0871012052755" y="418.6918534672519" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="256.2185814018305" y="420.39111287335993" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_59</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="256.2185814018305" y="479.86519208714" width="8.496297030540006" height="16.992594061079956" stroke-width="1.6992594061080002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="256.2185814018305" y="479.86519208714" width="8.496297030540006" height="16.992594061079956" fill="transparent"/><text class="sch-text" x="260.46672991710045" y="488.3614891176799" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.496297030540001px" transform="rotate(0, 260.46672991710045, 488.3614891176799)">schematic_port_60</text><line class="component-pin sch-component-pin sch-port-line" x1="264.7148784323705" y1="488.3614891176799" x2="277.45932397818046" y2="488.3614891176799" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="275.76006457207245" y="486.6622297115719" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="271.0871012052755" y="486.66222971157197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><text class="pin-number sch-pin-label" x="256.2185814018305" y="488.3614891176799" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.74444554581px" transform="">schematic_port_60</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="529.162123507928" cy="267.45776632363993" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="529.162123507928" cy="284.45036038471994" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="529.162123507928" cy="301.44295444579996" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="529.162123507928" cy="318.43554850687997" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="529.162123507928" cy="335.42814256796" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="529.162123507928" cy="352.42073662903994" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="529.162123507928" cy="369.41333069011995" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="529.162123507928" cy="386.40592475119996" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="529.162123507928" cy="403.3985188122799" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="529.162123507928" cy="420.39111287335993" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="529.162123507928" cy="437.38370693443994" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="529.162123507928" cy="454.37630099551995" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="529.162123507928" cy="471.36889505659997" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="529.162123507928" cy="488.36148911768" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="529.162123507928" cy="505.35408317876" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="529.162123507928" cy="522.34667723984" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_16__stack1"><circle cx="529.162123507928" cy="539.33927130092" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_17__stack1"><circle cx="529.162123507928" cy="556.331865362" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_18__stack1"><circle cx="529.162123507928" cy="573.32445942308" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_19__stack1"><circle cx="529.162123507928" cy="590.31705348416" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_20__stack1"><circle cx="529.162123507928" cy="607.3096475452401" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_21__stack1"><circle cx="529.162123507928" cy="624.3022416063201" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_22__stack1"><circle cx="529.162123507928" cy="641.2948356674001" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_23__stack1"><circle cx="529.162123507928" cy="658.2874297284801" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_24__stack1"><circle cx="529.162123507928" cy="675.2800237895601" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_25__stack1"><circle cx="801.043628485208" cy="666.78372675902" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_26__stack1"><circle cx="801.043628485208" cy="649.79113269794" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_27__stack1"><circle cx="801.043628485208" cy="632.7985386368601" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_28__stack1"><circle cx="801.043628485208" cy="615.8059445757801" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_29__stack1"><circle cx="801.043628485208" cy="598.8133505147001" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_30__stack1"><circle cx="801.043628485208" cy="581.8207564536201" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_31__stack1"><circle cx="801.043628485208" cy="564.8281623925401" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_32__stack1"><circle cx="801.043628485208" cy="547.8355683314601" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_33__stack1"><circle cx="801.043628485208" cy="530.8429742703801" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_34__stack1"><circle cx="801.043628485208" cy="513.8503802093" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_35__stack1"><circle cx="801.043628485208" cy="496.8577861482201" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_36__stack1"><circle cx="801.043628485208" cy="479.8651920871401" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_37__stack1"><circle cx="801.043628485208" cy="462.8725980260601" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_38__stack1"><circle cx="801.043628485208" cy="445.88000396498006" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_39__stack1"><circle cx="801.043628485208" cy="428.88740990390005" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_40__stack1"><circle cx="801.043628485208" cy="411.89481584282004" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_41__stack1"><circle cx="801.043628485208" cy="394.90222178174" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_42__stack1"><circle cx="801.043628485208" cy="377.90962772066" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_43__stack1"><circle cx="801.043628485208" cy="360.91703365958" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_44__stack1"><circle cx="801.043628485208" cy="343.9244395985" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_45__stack1"><circle cx="801.043628485208" cy="326.93184553742003" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_46__stack1"><circle cx="801.043628485208" cy="309.93925147634" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_47__stack1"><circle cx="801.043628485208" cy="292.94665741526" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_48__stack1"><circle cx="801.043628485208" cy="275.95406335417994" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="377.078406661262" cy="106.02812274338004" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="428.056188844502" cy="106.02812274338004" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="402.56729775288204" cy="184.194055424348" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="402.56729775288204" cy="248.76591285645205" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="811.239184921856" cy="693.971877256748" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="891.104377008932" cy="693.971877256748" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="481.3704527111405" cy="641.2948356674001" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="277.45932397818046" cy="216.47998414039992" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="277.45932397818046" cy="284.45036038471983" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="277.45932397818046" cy="352.4207366290399" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="277.45932397818046" cy="420.39111287335993" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="277.45932397818046" cy="488.3614891176799" r="3.3985188122160004" 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="
148
- M 402.56729775288204,267.45776632363993
149
- L 411.06359478342205,272.04576672013155
150
- L 411.06359478342205,301.1824013368634
151
- L 394.07100072234203,301.1824013368634
152
- L 394.07100072234203,272.04576672013155
147
+ </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 427.39984989888205 184.194055424348 L 427.39984989888205 145.111089083864 L 384.918364746182 145.111089083864 L 384.918364746182 106.02812274338004 L 401.91095880726203 106.02812274338004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.594075248864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 427.39984989888205 184.194055424348 L 427.39984989888205 145.111089083864 L 384.918364746182 145.111089083864 L 384.918364746182 106.02812274338004 L 401.91095880726203 106.02812274338004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.6992594061080002px" 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 825.8761806312081 649.79113269794 L 830.973958849532 649.79113269794 L 830.973958849532 693.971877256748 L 836.071737067856 693.971877256748" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.594075248864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 825.8761806312081 649.79113269794 L 830.973958849532 649.79113269794 L 830.973958849532 693.971877256748 L 836.071737067856 693.971877256748" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.6992594061080002px" 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 553.994675653928 335.42814256796 L 328.7366006317362 335.42814256796 L 328.7366006317362 284.45036038471983 L 302.2918761241805 284.45036038471983" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.594075248864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 553.994675653928 335.42814256796 L 328.7366006317362 335.42814256796 L 328.7366006317362 284.45036038471983 L 302.2918761241805 284.45036038471983" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.6992594061080002px" 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 553.994675653928 352.42073662903994 L 302.2918761241805 352.4207366290399" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.594075248864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 553.994675653928 352.42073662903994 L 302.2918761241805 352.4207366290399" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.6992594061080002px" 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 553.994675653928 369.41333069011995 L 428.1432758890543 369.41333069011995 L 428.1432758890543 420.39111287335993 L 302.2918761241805 420.39111287335993" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.594075248864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 553.994675653928 369.41333069011995 L 428.1432758890543 369.41333069011995 L 428.1432758890543 420.39111287335993 L 302.2918761241805 420.39111287335993" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.6992594061080002px" 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 553.994675653928 386.40592475119996 L 537.0020815928481 386.40592475119996 L 537.0020815928481 488.3614891176799 L 302.2918761241805 488.3614891176799" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.594075248864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 553.994675653928 386.40592475119996 L 537.0020815928481 386.40592475119996 L 537.0020815928481 488.3614891176799 L 302.2918761241805 488.3614891176799" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.6992594061080002px" 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 553.994675653928 641.2948356674001 L 506.2030048571405 641.2948356674001" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.594075248864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 553.994675653928 641.2948356674001 L 506.2030048571405 641.2948356674001" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.6992594061080002px" 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 427.39984989888205 248.76591285645205 L 427.39984989888205 267.45776632363993 L 553.994675653928 267.45776632363993" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.594075248864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 427.39984989888205 248.76591285645205 L 427.39984989888205 267.45776632363993 L 553.994675653928 267.45776632363993" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.6992594061080002px" 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 825.8761806312081 411.89481584282004 L 842.8687746922881 411.89481584282004 L 842.8687746922881 428.88740990390005 L 825.8761806312081 428.88740990390005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.594075248864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 825.8761806312081 411.89481584282004 L 842.8687746922881 411.89481584282004 L 842.8687746922881 428.88740990390005 L 825.8761806312081 428.88740990390005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.6992594061080002px" 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 553.994675653928 318.43554850687997 L 345.72919469281624 318.43554850687997 L 345.72919469281624 216.47998414039992 L 302.2918761241805 216.47998414039992" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.594075248864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 553.994675653928 318.43554850687997 L 345.72919469281624 318.43554850687997 L 345.72919469281624 216.47998414039992 L 302.2918761241805 216.47998414039992" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.6992594061080002px" 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 842.8687746922881 428.88740990390005 L 867.508036080854 428.88740990390005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.594075248864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 842.8687746922881 428.88740990390005 L 867.508036080854 428.88740990390005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.6992594061080002px" 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 915.936929154932 693.971877256748 L 936.4130049985336 693.971877256748 L 936.4130049985336 723.7938798339434" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.594075248864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 915.936929154932 693.971877256748 L 936.4130049985336 693.971877256748 L 936.4130049985336 723.7938798339434" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.6992594061080002px" 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 553.994675653928 284.45036038471994 L 528.4208215920027 284.45036038471994 L 528.4208215920027 258.87650632279457" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.594075248864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 553.994675653928 284.45036038471994 L 528.4208215920027 284.45036038471994 L 528.4208215920027 258.87650632279457" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.6992594061080002px" 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 452.888740990502 106.02812274338004 L 478.4625950524274 106.02812274338004 L 478.4625950524274 76.20612016618463" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.594075248864002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 452.888740990502 106.02812274338004 L 478.4625950524274 106.02812274338004 L 478.4625950524274 76.20612016618463" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.6992594061080002px" 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"><circle cx="842.8687746922881" cy="428.88740990390005" r="2.5488891091620003" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="587.979863776088" y="258.9614692931" width="203.91112873296004" height="424.8148515270001" stroke-width="1.6992594061080002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="587.979863776088" y="258.9614692931" width="203.91112873296004" height="424.8148515270001" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="587.979863776088" y1="267.45776632363993" x2="553.994675653928" y2="267.45776632363993" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="552.29541624782" y="265.7585069175319" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="570.987269715008" y="265.7585069175319" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="587.979863776088" y1="284.45036038471994" x2="553.994675653928" y2="284.45036038471994" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="552.29541624782" y="282.75110097861193" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="570.987269715008" y="282.75110097861193" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="587.979863776088" y1="301.44295444579996" x2="555.693935060036" y2="301.44295444579996" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="553.994675653928" cy="301.44295444579996" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="552.29541624782" y="299.74369503969194" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="570.987269715008" y="299.74369503969194" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="587.979863776088" y1="318.43554850687997" x2="553.994675653928" y2="318.43554850687997" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="552.29541624782" y="316.73628910077196" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="570.987269715008" y="316.73628910077196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="587.979863776088" y1="335.42814256796" x2="553.994675653928" y2="335.42814256796" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="552.29541624782" y="333.72888316185197" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="570.987269715008" y="333.72888316185197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="587.979863776088" y1="352.42073662903994" x2="553.994675653928" y2="352.42073662903994" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="552.29541624782" y="350.7214772229319" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="570.987269715008" y="350.721477222932" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="587.979863776088" y1="369.41333069011995" x2="553.994675653928" y2="369.41333069011995" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="552.29541624782" y="367.71407128401194" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="570.987269715008" y="367.71407128401194" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="587.979863776088" y1="386.40592475119996" x2="553.994675653928" y2="386.40592475119996" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="552.29541624782" y="384.70666534509195" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="570.987269715008" y="384.70666534509195" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="587.979863776088" y1="403.3985188122799" x2="555.693935060036" y2="403.3985188122799" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="553.994675653928" cy="403.3985188122799" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="552.29541624782" y="401.6992594061719" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="570.987269715008" y="401.6992594061719" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="587.979863776088" y1="420.39111287335993" x2="555.693935060036" y2="420.39111287335993" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="553.994675653928" cy="420.39111287335993" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="552.29541624782" y="418.6918534672519" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="570.987269715008" y="418.6918534672519" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="587.979863776088" y1="437.38370693443994" x2="555.693935060036" y2="437.38370693443994" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="553.994675653928" cy="437.38370693443994" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="552.29541624782" y="435.68444752833193" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="570.987269715008" y="435.68444752833193" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="587.979863776088" y1="454.37630099551995" x2="555.693935060036" y2="454.37630099551995" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="553.994675653928" cy="454.37630099551995" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="552.29541624782" y="452.67704158941194" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="570.987269715008" y="452.67704158941194" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="587.979863776088" y1="471.36889505659997" x2="555.693935060036" y2="471.36889505659997" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="553.994675653928" cy="471.36889505659997" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="552.29541624782" y="469.66963565049195" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="570.987269715008" y="469.66963565049195" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="587.979863776088" y1="488.36148911768" x2="555.693935060036" y2="488.36148911768" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="553.994675653928" cy="488.36148911768" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="552.29541624782" y="486.66222971157197" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="570.987269715008" y="486.66222971157197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="587.979863776088" y1="505.35408317876" x2="555.693935060036" y2="505.35408317876" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="553.994675653928" cy="505.35408317876" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="552.29541624782" y="503.654823772652" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="570.987269715008" y="503.654823772652" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="587.979863776088" y1="522.34667723984" x2="555.693935060036" y2="522.34667723984" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="553.994675653928" cy="522.34667723984" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="552.29541624782" y="520.647417833732" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="570.987269715008" y="520.647417833732" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="587.979863776088" y1="539.33927130092" x2="555.693935060036" y2="539.33927130092" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="553.994675653928" cy="539.33927130092" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="552.29541624782" y="537.640011894812" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="570.987269715008" y="537.640011894812" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="587.979863776088" y1="556.331865362" x2="555.693935060036" y2="556.331865362" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="553.994675653928" cy="556.331865362" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="552.29541624782" y="554.632605955892" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="570.987269715008" y="554.632605955892" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="587.979863776088" y1="573.32445942308" x2="555.693935060036" y2="573.32445942308" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_18__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="553.994675653928" cy="573.32445942308" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="552.29541624782" y="571.625200016972" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="570.987269715008" y="571.625200016972" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="587.979863776088" y1="590.31705348416" x2="555.693935060036" y2="590.31705348416" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_19__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="553.994675653928" cy="590.31705348416" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="552.29541624782" y="588.617794078052" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="570.987269715008" y="588.617794078052" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="587.979863776088" y1="607.3096475452401" x2="555.693935060036" y2="607.3096475452401" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_20__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="553.994675653928" cy="607.3096475452401" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="552.29541624782" y="605.610388139132" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="570.987269715008" y="605.610388139132" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="587.979863776088" y1="624.3022416063201" x2="555.693935060036" y2="624.3022416063201" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_21__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="553.994675653928" cy="624.3022416063201" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="552.29541624782" y="622.6029822002121" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="570.987269715008" y="622.6029822002121" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="587.979863776088" y1="641.2948356674001" x2="553.994675653928" y2="641.2948356674001" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_22__stack1"><rect x="552.29541624782" y="639.5955762612921" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="570.987269715008" y="639.5955762612921" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="587.979863776088" y1="658.2874297284801" x2="555.693935060036" y2="658.2874297284801" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_23__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="553.994675653928" cy="658.2874297284801" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="552.29541624782" y="656.5881703223721" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="570.987269715008" y="656.5881703223721" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="587.979863776088" y1="675.2800237895601" x2="555.693935060036" y2="675.2800237895601" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_24__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="553.994675653928" cy="675.2800237895601" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="552.29541624782" y="673.5807643834521" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="570.987269715008" y="673.5807643834521" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="791.890992509048" y1="666.78372675902" x2="824.1769212251" y2="666.78372675902" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_25__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="825.8761806312081" cy="666.78372675902" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="824.1769212251" y="665.084467352912" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="808.883586570128" y="665.084467352912" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="791.890992509048" y1="649.79113269794" x2="825.8761806312081" y2="649.79113269794" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_26__stack1"><rect x="824.1769212251" y="648.091873291832" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="808.883586570128" y="648.0918732918321" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="791.890992509048" y1="632.7985386368601" x2="824.1769212251" y2="632.7985386368601" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_27__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="825.8761806312081" cy="632.7985386368601" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="824.1769212251" y="631.0992792307521" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="808.883586570128" y="631.0992792307521" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="791.890992509048" y1="615.8059445757801" x2="824.1769212251" y2="615.8059445757801" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_28__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="825.8761806312081" cy="615.8059445757801" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="824.1769212251" y="614.1066851696721" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="808.883586570128" y="614.1066851696721" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="791.890992509048" y1="598.8133505147001" x2="824.1769212251" y2="598.8133505147001" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_29__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="825.8761806312081" cy="598.8133505147001" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="824.1769212251" y="597.1140911085921" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="808.883586570128" y="597.1140911085921" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="791.890992509048" y1="581.8207564536201" x2="824.1769212251" y2="581.8207564536201" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_30__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="825.8761806312081" cy="581.8207564536201" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="824.1769212251" y="580.1214970475121" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="808.883586570128" y="580.1214970475121" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="791.890992509048" y1="564.8281623925401" x2="824.1769212251" y2="564.8281623925401" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_31__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="825.8761806312081" cy="564.8281623925401" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="824.1769212251" y="563.1289029864321" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="808.883586570128" y="563.1289029864321" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="791.890992509048" y1="547.8355683314601" x2="824.1769212251" y2="547.8355683314601" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_32__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="825.8761806312081" cy="547.8355683314601" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="824.1769212251" y="546.1363089253521" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="808.883586570128" y="546.1363089253521" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="791.890992509048" y1="530.8429742703801" x2="824.1769212251" y2="530.8429742703801" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_33__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="825.8761806312081" cy="530.8429742703801" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="824.1769212251" y="529.143714864272" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="808.883586570128" y="529.143714864272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="791.890992509048" y1="513.8503802093" x2="824.1769212251" y2="513.8503802093" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_34__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="825.8761806312081" cy="513.8503802093" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="824.1769212251" y="512.151120803192" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="808.883586570128" y="512.151120803192" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="791.890992509048" y1="496.8577861482201" x2="824.1769212251" y2="496.8577861482201" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_35__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="825.8761806312081" cy="496.8577861482201" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="824.1769212251" y="495.1585267421121" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="808.883586570128" y="495.1585267421121" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="791.890992509048" y1="479.8651920871401" x2="824.1769212251" y2="479.8651920871401" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_36__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="825.8761806312081" cy="479.8651920871401" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="824.1769212251" y="478.1659326810321" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="808.883586570128" y="478.16593268103213" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="791.890992509048" y1="462.8725980260601" x2="824.1769212251" y2="462.8725980260601" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_37__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="825.8761806312081" cy="462.8725980260601" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="824.1769212251" y="461.17333861995206" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="808.883586570128" y="461.1733386199521" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="791.890992509048" y1="445.88000396498006" x2="824.1769212251" y2="445.88000396498006" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_38__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="825.8761806312081" cy="445.88000396498006" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="824.1769212251" y="444.18074455887205" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="808.883586570128" y="444.18074455887205" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="791.890992509048" y1="428.88740990390005" x2="825.8761806312081" y2="428.88740990390005" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_39__stack1"><rect x="824.1769212251" y="427.18815049779204" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="808.883586570128" y="427.18815049779204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="791.890992509048" y1="411.89481584282004" x2="825.8761806312081" y2="411.89481584282004" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_40__stack1"><rect x="824.1769212251" y="410.195556436712" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="808.883586570128" y="410.195556436712" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="791.890992509048" y1="394.90222178174" x2="824.1769212251" y2="394.90222178174" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_41__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="825.8761806312081" cy="394.90222178174" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="824.1769212251" y="393.202962375632" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="808.883586570128" y="393.202962375632" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="791.890992509048" y1="377.90962772066" x2="824.1769212251" y2="377.90962772066" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_42__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="825.8761806312081" cy="377.90962772066" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="824.1769212251" y="376.210368314552" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="808.883586570128" y="376.210368314552" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="791.890992509048" y1="360.91703365958" x2="824.1769212251" y2="360.91703365958" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_43__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="825.8761806312081" cy="360.91703365958" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="824.1769212251" y="359.217774253472" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="808.883586570128" y="359.217774253472" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="791.890992509048" y1="343.9244395985" x2="824.1769212251" y2="343.9244395985" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_44__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="825.8761806312081" cy="343.9244395985" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="824.1769212251" y="342.225180192392" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="808.883586570128" y="342.225180192392" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="791.890992509048" y1="326.93184553742003" x2="824.1769212251" y2="326.93184553742003" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_45__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="825.8761806312081" cy="326.93184553742003" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="824.1769212251" y="325.232586131312" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="808.883586570128" y="325.232586131312" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="791.890992509048" y1="309.93925147634" x2="824.1769212251" y2="309.93925147634" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_46__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="825.8761806312081" cy="309.93925147634" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="824.1769212251" y="308.239992070232" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="808.883586570128" y="308.239992070232" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="791.890992509048" y1="292.94665741526" x2="824.1769212251" y2="292.94665741526" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_47__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="825.8761806312081" cy="292.94665741526" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="824.1769212251" y="291.247398009152" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="808.883586570128" y="291.247398009152" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="791.890992509048" y1="275.95406335417994" x2="824.1769212251" y2="275.95406335417994" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_0_48__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="825.8761806312081" cy="275.95406335417994" r="1.6992594061080002" stroke-width="1.6992594061080002px"/><rect x="824.1769212251" y="274.2548039480719" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="808.883586570128" y="274.254803948072" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="423.151701383612" y="77.14071283954405" width="8.49629703053995" height="57.774819807671975" stroke-width="1.6992594061080002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="423.151701383612" y="77.14071283954405" width="8.49629703053995" height="57.774819807671975" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="423.151701383612" y1="106.02812274338004" x2="401.91095880726203" y2="106.02812274338004" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="400.211699401154" y="104.32886333727204" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="412.53133009543706" y="104.32886333727203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="431.64799841415197" y1="106.02812274338004" x2="452.888740990502" y2="106.02812274338004" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="451.189481584394" y="104.32886333727204" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="442.26836970232705" y="104.32886333727203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component chip sch-component-body" x="389.166513261452" y="212.23183562513003" width="88.78630396914298" height="8.49629703053995" stroke-width="1.6992594061080002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="389.166513261452" y="212.23183562513003" width="88.78630396914298" height="8.49629703053995" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="427.39984989888205" y1="212.23183562513003" x2="427.39984989888205" y2="184.194055424348" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="425.70059049277404" y="182.49479601823998" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="425.70059049277404" y="198.21294552473898" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform="rotate(-90 425.70059049277404 198.21294552473898)"></text><line class="component-pin sch-component-pin sch-port-line" x1="427.39984989888205" y1="220.72813265566998" x2="427.39984989888205" y2="248.76591285645205" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="425.70059049277404" y="247.06665345034403" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="425.70059049277404" y="234.74702275606103" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform="rotate(-90 425.70059049277404 234.74702275606103)"></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="870.056925190016" y="659.1833345133109" width="11.894815842756088" height="61.08078845633429" stroke-width="1.6992594061080002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="870.056925190016" y="659.1833345133109" width="11.894815842756088" height="61.08078845633429" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="870.056925190016" y1="693.971877256748" x2="836.071737067856" y2="693.971877256748" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="834.372477661748" y="692.27261785064" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="853.064331128936" y="692.27261785064" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="881.9517410327721" y1="693.971877256748" x2="915.936929154932" y2="693.971877256748" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="914.237669748824" y="692.27261785064" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="898.944335093852" y="692.27261785064" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></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="484.9622622807905" y="632.79853863686" width="8.496297030540006" height="16.992594061080013" stroke-width="1.6992594061080002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="484.9622622807905" y="632.79853863686" width="8.496297030540006" height="16.992594061080013" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="493.45855931133053" y1="641.2948356674001" x2="506.2030048571405" y2="641.2948356674001" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="504.5037454510325" y="639.5955762612921" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="499.8307820842355" y="639.5955762612921" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" 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="281.0511335478305" y="207.98368710985994" width="8.496297030540006" height="16.992594061079984" stroke-width="1.6992594061080002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="281.0511335478305" y="207.98368710985994" width="8.496297030540006" height="16.992594061079984" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="289.5474305783705" y1="216.47998414039992" x2="302.2918761241805" y2="216.47998414039992" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="300.59261671807246" y="214.7807247342919" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="295.9196533512755" y="214.78072473429194" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" 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="281.0511335478305" y="275.9540633541798" width="8.496297030540006" height="16.99259406108007" stroke-width="1.6992594061080002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="281.0511335478305" y="275.9540633541798" width="8.496297030540006" height="16.99259406108007" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="289.5474305783705" y1="284.45036038471983" x2="302.2918761241805" y2="284.45036038471983" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="300.59261671807246" y="282.7511009786118" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="295.9196533512755" y="282.7511009786118" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></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="281.0511335478305" y="343.9244395984999" width="8.496297030540006" height="16.992594061080013" stroke-width="1.6992594061080002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="281.0511335478305" y="343.9244395984999" width="8.496297030540006" height="16.992594061080013" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="289.5474305783705" y1="352.4207366290399" x2="302.2918761241805" y2="352.4207366290399" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="300.59261671807246" y="350.72147722293187" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="295.9196533512755" y="350.72147722293187" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></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="281.0511335478305" y="411.8948158428199" width="8.496297030540006" height="16.992594061080013" stroke-width="1.6992594061080002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="281.0511335478305" y="411.8948158428199" width="8.496297030540006" height="16.992594061080013" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="289.5474305783705" y1="420.39111287335993" x2="302.2918761241805" y2="420.39111287335993" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="300.59261671807246" y="418.6918534672519" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="295.9196533512755" y="418.6918534672519" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_9__stack1"><rect class="component chip sch-component-body" x="281.0511335478305" y="479.86519208714" width="8.496297030540006" height="16.992594061079956" stroke-width="1.6992594061080002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="281.0511335478305" y="479.86519208714" width="8.496297030540006" height="16.992594061079956" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="289.5474305783705" y1="488.3614891176799" x2="302.2918761241805" y2="488.3614891176799" stroke-width="1.6992594061080002px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="300.59261671807246" y="486.6622297115719" width="3.3985188122160004" height="3.3985188122160004" opacity="0"/></g><text class="pin-number sch-pin-number" x="295.9196533512755" y="486.66222971157197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.74444554581px" transform=""></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="553.994675653928" cy="267.45776632363993" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="553.994675653928" cy="284.45036038471994" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="553.994675653928" cy="301.44295444579996" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="553.994675653928" cy="318.43554850687997" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="553.994675653928" cy="335.42814256796" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="553.994675653928" cy="352.42073662903994" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="553.994675653928" cy="369.41333069011995" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="553.994675653928" cy="386.40592475119996" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="553.994675653928" cy="403.3985188122799" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="553.994675653928" cy="420.39111287335993" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="553.994675653928" cy="437.38370693443994" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="553.994675653928" cy="454.37630099551995" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="553.994675653928" cy="471.36889505659997" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="553.994675653928" cy="488.36148911768" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="553.994675653928" cy="505.35408317876" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="553.994675653928" cy="522.34667723984" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_16__stack1"><circle cx="553.994675653928" cy="539.33927130092" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_17__stack1"><circle cx="553.994675653928" cy="556.331865362" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_18__stack1"><circle cx="553.994675653928" cy="573.32445942308" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_19__stack1"><circle cx="553.994675653928" cy="590.31705348416" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_20__stack1"><circle cx="553.994675653928" cy="607.3096475452401" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_21__stack1"><circle cx="553.994675653928" cy="624.3022416063201" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_22__stack1"><circle cx="553.994675653928" cy="641.2948356674001" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_23__stack1"><circle cx="553.994675653928" cy="658.2874297284801" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_24__stack1"><circle cx="553.994675653928" cy="675.2800237895601" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_25__stack1"><circle cx="825.8761806312081" cy="666.78372675902" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_26__stack1"><circle cx="825.8761806312081" cy="649.79113269794" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_27__stack1"><circle cx="825.8761806312081" cy="632.7985386368601" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_28__stack1"><circle cx="825.8761806312081" cy="615.8059445757801" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_29__stack1"><circle cx="825.8761806312081" cy="598.8133505147001" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_30__stack1"><circle cx="825.8761806312081" cy="581.8207564536201" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_31__stack1"><circle cx="825.8761806312081" cy="564.8281623925401" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_32__stack1"><circle cx="825.8761806312081" cy="547.8355683314601" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_33__stack1"><circle cx="825.8761806312081" cy="530.8429742703801" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_34__stack1"><circle cx="825.8761806312081" cy="513.8503802093" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_35__stack1"><circle cx="825.8761806312081" cy="496.8577861482201" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_36__stack1"><circle cx="825.8761806312081" cy="479.8651920871401" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_37__stack1"><circle cx="825.8761806312081" cy="462.8725980260601" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_38__stack1"><circle cx="825.8761806312081" cy="445.88000396498006" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_39__stack1"><circle cx="825.8761806312081" cy="428.88740990390005" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_40__stack1"><circle cx="825.8761806312081" cy="411.89481584282004" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_41__stack1"><circle cx="825.8761806312081" cy="394.90222178174" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_42__stack1"><circle cx="825.8761806312081" cy="377.90962772066" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_43__stack1"><circle cx="825.8761806312081" cy="360.91703365958" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_44__stack1"><circle cx="825.8761806312081" cy="343.9244395985" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_45__stack1"><circle cx="825.8761806312081" cy="326.93184553742003" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_46__stack1"><circle cx="825.8761806312081" cy="309.93925147634" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_47__stack1"><circle cx="825.8761806312081" cy="292.94665741526" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_48__stack1"><circle cx="825.8761806312081" cy="275.95406335417994" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="401.91095880726203" cy="106.02812274338004" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="452.888740990502" cy="106.02812274338004" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="427.39984989888205" cy="184.194055424348" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="427.39984989888205" cy="248.76591285645205" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="836.071737067856" cy="693.971877256748" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="915.936929154932" cy="693.971877256748" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="506.2030048571405" cy="641.2948356674001" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="302.2918761241805" cy="216.47998414039992" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="302.2918761241805" cy="284.45036038471983" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="302.2918761241805" cy="352.4207366290399" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="302.2918761241805" cy="420.39111287335993" r="3.3985188122160004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="302.2918761241805" cy="488.3614891176799" r="3.3985188122160004" 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="
148
+ M 427.39984989888205,267.45776632363993
149
+ L 435.89614692942206,272.04576672013155
150
+ L 435.89614692942206,301.1824013368634
151
+ L 418.90355286834205,301.1824013368634
152
+ L 418.90355286834205,272.04576672013155
153
153
  Z
154
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.6992594061080002px"/><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="402.56729775288204" y="275.10443365112593" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.293334654972px" transform="rotate(90 402.56729775288204 275.10443365112593)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="
155
- M 842.675483934854,428.88740990390005
156
- L 851.171780965394,433.4754103003917
157
- L 851.171780965394,462.6120449171235
158
- L 834.1791869043141,462.6120449171235
159
- L 834.1791869043141,433.4754103003917
154
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.6992594061080002px"/><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="427.39984989888205" y="275.10443365112593" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.293334654972px" transform="rotate(90 427.39984989888205 275.10443365112593)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="
155
+ M 867.508036080854,428.88740990390005
156
+ L 876.004333111394,433.4754103003917
157
+ L 876.004333111394,462.6120449171235
158
+ L 859.0117390503141,462.6120449171235
159
+ L 859.0117390503141,433.4754103003917
160
160
  Z
161
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.6992594061080002px"/><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="842.675483934854" y="436.53407723138605" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.293334654972px" transform="rotate(90 842.675483934854 436.53407723138605)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
162
- M 911.5804528525334,723.7938798339434
163
- L 920.0767498830734,728.381880230435
164
- L 920.0767498830734,757.5185148471668
165
- L 903.0841558219935,757.5185148471668
166
- L 903.0841558219935,728.381880230435
161
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.6992594061080002px"/><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="867.508036080854" y="436.53407723138605" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.293334654972px" transform="rotate(90 867.508036080854 436.53407723138605)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
162
+ M 936.4130049985336,723.7938798339434
163
+ L 944.9093020290735,728.381880230435
164
+ L 944.9093020290735,757.5185148471668
165
+ L 927.9167079679936,757.5185148471668
166
+ L 927.9167079679936,728.381880230435
167
167
  Z
168
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.6992594061080002px"/><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="911.5804528525334" y="731.4405471614293" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.293334654972px" transform="rotate(90 911.5804528525334 731.4405471614293)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
169
- M 503.5882694460026,258.87650632279457
170
- L 495.0919724154626,254.28850592630297
171
- L 495.0919724154626,225.15187130957113
172
- L 512.0845664765426,225.15187130957113
173
- L 512.0845664765426,254.28850592630297
168
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.6992594061080002px"/><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="936.4130049985336" y="731.4405471614293" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.293334654972px" transform="rotate(90 936.4130049985336 731.4405471614293)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
169
+ M 528.4208215920027,258.87650632279457
170
+ L 519.9245245614627,254.28850592630297
171
+ L 519.9245245614627,225.15187130957113
172
+ L 536.9171186225426,225.15187130957113
173
+ L 536.9171186225426,254.28850592630297
174
174
  Z
175
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.6992594061080002px"/><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="503.5882694460026" y="251.22983899530857" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.293334654972px" transform="rotate(-90 503.5882694460026 251.22983899530857)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
176
- M 453.6300429064274,76.20612016618463
177
- L 445.13374587588737,71.61811976969304
178
- L 445.13374587588737,42.48148515296119
179
- L 462.1263399369674,42.48148515296119
180
- L 462.1263399369674,71.61811976969304
175
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.6992594061080002px"/><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="528.4208215920027" y="251.22983899530857" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.293334654972px" transform="rotate(-90 528.4208215920027 251.22983899530857)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
176
+ M 478.4625950524274,76.20612016618463
177
+ L 469.9662980218874,71.61811976969304
178
+ L 469.9662980218874,42.48148515296119
179
+ L 486.9588920829674,42.48148515296119
180
+ L 486.9588920829674,71.61811976969304
181
181
  Z
182
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.6992594061080002px"/><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="453.6300429064274" y="68.55945283869863" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.293334654972px" transform="rotate(-90 453.6300429064274 68.55945283869863)">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="
183
- M 529.162123507928,301.44295444579996
184
- L 524.5741231114364,309.93925147633996
185
- L 465.49653775908155,309.93925147633996
186
- L 465.49653775908155,292.94665741525995
187
- L 524.5741231114364,292.94665741525995
182
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.6992594061080002px"/><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="478.4625950524274" y="68.55945283869863" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.293334654972px" transform="rotate(-90 478.4625950524274 68.55945283869863)">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="
183
+ M 553.994675653928,301.44295444579996
184
+ L 549.4066752574364,309.93925147633996
185
+ L 490.32908990508156,309.93925147633996
186
+ L 490.32908990508156,292.94665741525995
187
+ L 549.4066752574364,292.94665741525995
188
188
  Z
189
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.6992594061080002px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="521.515456180442" y="301.44295444579996" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.293334654972px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
190
- M 402.56729775288204,164.65257225410596
191
- L 407.15529814937366,156.15627522356596
192
- L 466.23288350172845,156.15627522356596
193
- L 466.23288350172845,173.14886928464597
194
- L 407.15529814937366,173.14886928464597
189
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.6992594061080002px"/><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="546.3480083264419" y="301.44295444579996" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.293334654972px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
190
+ M 427.39984989888205,164.65257225410596
191
+ L 431.9878502953737,156.15627522356596
192
+ L 491.06543564772846,156.15627522356596
193
+ L 491.06543564772846,173.14886928464597
194
+ L 431.9878502953737,173.14886928464597
195
195
  Z
196
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.6992594061080002px"/><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="410.21396508036804" y="164.65257225410596" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.293334654972px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="
197
- M 350.739885866588,318.43554850687997
198
- L 342.243588836048,313.84754811038835
199
- L 342.243588836048,244.78964584615926
200
- L 359.236182897128,244.78964584615926
201
- L 359.236182897128,313.84754811038835
196
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.6992594061080002px"/><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="435.04651722636805" y="164.65257225410596" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.293334654972px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="
197
+ M 375.572438012588,318.43554850687997
198
+ L 367.076140982048,313.84754811038835
199
+ L 367.076140982048,244.78964584615926
200
+ L 384.068735043128,244.78964584615926
201
+ L 384.068735043128,313.84754811038835
202
202
  Z
203
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.6992594061080002px"/><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="350.739885866588" y="310.78888117939397" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.293334654972px" transform="rotate(-90 350.739885866588 310.78888117939397)">XXXXXX</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="
204
- M 303.9040484857362,309.9392514763399
205
- L 299.3160480892446,318.4355485068799
206
- L 230.2581458250155,318.4355485068799
207
- L 230.2581458250155,301.4429544457999
208
- L 299.3160480892446,301.4429544457999
203
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.6992594061080002px"/><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="375.572438012588" y="310.78888117939397" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.293334654972px" transform="rotate(-90 375.572438012588 310.78888117939397)">XXXXXX</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="
204
+ M 328.7366006317362,309.9392514763399
205
+ L 324.1486002352446,318.4355485068799
206
+ L 255.09069797101552,318.4355485068799
207
+ L 255.09069797101552,301.4429544457999
208
+ L 324.1486002352446,301.4429544457999
209
209
  Z
210
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.6992594061080002px"/><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="296.2573811582502" y="309.9392514763399" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.293334654972px" 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_9__stack1" d="
211
- M 466.23642362549117,369.41333069011995
212
- L 474.7327206560312,374.0013310866116
213
- L 474.7327206560312,443.05923335084066
214
- L 457.74012659495116,443.05923335084066
215
- L 457.74012659495116,374.0013310866116
210
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.6992594061080002px"/><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="321.0899333042502" y="309.9392514763399" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.293334654972px" 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_9__stack1" d="
211
+ M 491.0689757714912,369.41333069011995
212
+ L 499.5652728020312,374.0013310866116
213
+ L 499.5652728020312,443.05923335084066
214
+ L 482.5726787409512,443.05923335084066
215
+ L 482.5726787409512,374.0013310866116
216
216
  Z
217
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.6992594061080002px"/><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="466.23642362549117" y="377.05999801760595" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.293334654972px" transform="rotate(90 466.23642362549117 377.05999801760595)">XXXXXX</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="
218
- M 512.169529446848,454.37630099551995
219
- L 507.5815290503563,462.87259802605996
220
- L 428.54330987425294,462.87259802605996
221
- L 428.54330987425294,445.88000396497995
222
- L 507.5815290503563,445.88000396497995
217
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.6992594061080002px"/><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="491.0689757714912" y="377.05999801760595" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.293334654972px" transform="rotate(90 491.0689757714912 377.05999801760595)">XXXXXX</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="
218
+ M 537.0020815928481,454.37630099551995
219
+ L 532.4140811963565,462.87259802605996
220
+ L 453.37586202025307,462.87259802605996
221
+ L 453.37586202025307,445.88000396497995
222
+ L 532.4140811963565,445.88000396497995
223
223
  Z
224
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.6992594061080002px"/><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="504.52286211936195" y="454.37630099551995" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.293334654972px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" d="
225
- M 505.26628810953423,641.2948356674001
226
- L 496.7699910789942,636.7068352709085
227
- L 496.7699910789942,607.5702006541767
228
- L 513.7625851400742,607.5702006541767
229
- L 513.7625851400742,636.7068352709085
224
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.6992594061080002px"/><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="529.355414265362" y="454.37630099551995" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.293334654972px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" d="
225
+ M 530.0988402555342,641.2948356674001
226
+ L 521.6025432249943,636.7068352709085
227
+ L 521.6025432249943,607.5702006541767
228
+ L 538.5951372860742,607.5702006541767
229
+ L 538.5951372860742,636.7068352709085
230
230
  Z
231
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.6992594061080002px"/><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="505.26628810953423" y="633.648168339914" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.293334654972px" transform="rotate(-90 505.26628810953423 633.648168339914)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" d="
232
- M 806.1414067035321,649.79113269794
233
- L 810.7294071000236,641.2948356674001
234
- L 839.8660417167555,641.2948356674001
235
- L 839.8660417167555,658.28742972848
236
- L 810.7294071000236,658.28742972848
231
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.6992594061080002px"/><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="530.0988402555342" y="633.648168339914" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.293334654972px" transform="rotate(-90 530.0988402555342 633.648168339914)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" d="
232
+ M 830.973958849532,649.79113269794
233
+ L 835.5619592460235,641.2948356674001
234
+ L 864.6985938627554,641.2948356674001
235
+ L 864.6985938627554,658.28742972848
236
+ L 835.5619592460235,658.28742972848
237
237
  Z
238
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.6992594061080002px"/><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="813.7880740310181" y="649.79113269794" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.293334654972px" transform="">XX</text><text class="sch-text" x="675.298432433216" y="694.821506959802" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.293334654971977px" transform="rotate(0, 675.298432433216, 694.821506959802)">ESP32_S3_WROOM_1_N16R8</text><text class="sch-text" x="573.3428680667361" y="249.190727707979" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.293334654972px" transform="rotate(0, 573.3428680667361, 249.190727707979)">U1</text><rect class="schematic-box sch-box" x="563.147311630088" y="687.174839632316" width="224.30224160625596" height="15.293334654972" stroke-width="1.6992594061080002px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="13.594075248864002 6.797037624432001"/><rect class="schematic-box sch-box" x="558.0495334117641" y="238.57035641980403" width="30.586669309944" height="21.24074257634996" stroke-width="1.6992594061080002px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="13.594075248864002 6.797037624432001"/>
238
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.6992594061080002px"/><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="838.620626177018" y="649.79113269794" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.293334654972px" transform="">XX</text><text class="sch-text" x="700.130984579216" y="694.821506959802" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.293334654971977px" transform="rotate(0, 700.130984579216, 694.821506959802)">ESP32_S3_WROOM_1_N16R8</text><text class="sch-text" x="598.1754202127361" y="249.190727707979" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.293334654972px" transform="rotate(0, 598.1754202127361, 249.190727707979)">U1</text><rect class="schematic-box sch-box" x="587.979863776088" y="687.174839632316" width="224.30224160625608" height="15.293334654972" stroke-width="1.6992594061080002px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="13.594075248864002 6.797037624432001"/><rect class="schematic-box sch-box" x="582.882085557764" y="238.57035641980403" width="30.586669309944114" height="21.24074257634996" stroke-width="1.6992594061080002px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="13.594075248864002 6.797037624432001"/>
239
239
  </g>
240
240
  </svg>