@tscircuit/schematic-trace-solver 0.0.183 → 0.0.184

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 (103) hide show
  1. package/dist/index.js +231 -20
  2. package/lib/solvers/SameNetJunctionAlignmentSolver/alignSameNetJunctions.ts +30 -12
  3. package/lib/solvers/SameNetJunctionAlignmentSolver/collapseRedundantSharedEndpointStubs.ts +267 -0
  4. package/lib/solvers/SameNetJunctionAlignmentSolver/collapseSameNetCycles.ts +1 -1
  5. package/lib/solvers/SameNetJunctionAlignmentSolver/getSharedPin.ts +13 -0
  6. package/package.json +1 -1
  7. package/tests/bug-reports/bug-report-20260706T213649Z/__snapshots__/bug-report-20260706T213649Z.snap.svg +2 -2
  8. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +2 -2
  9. package/tests/bug-reports/bug-report-20260707T020342Z/__snapshots__/bug-report-20260707T020342Z.snap.svg +2 -2
  10. package/tests/bug-reports/bug-report-20260707T020342Z/bug-report-20260707T020342Z.test.ts +10 -0
  11. package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +2 -2
  12. package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +2 -2
  13. package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +2 -2
  14. package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +2 -2
  15. package/tests/bug-reports/bug-report-20260707T141421Z/__snapshots__/bug-report-20260707T141421Z.snap.svg +2 -2
  16. package/tests/bug-reports/bug-report-20260707T230831Z/__snapshots__/bug-report-20260707T230831Z.snap.svg +2 -2
  17. package/tests/bug-reports/bug-report-20260708T095725Z/__snapshots__/bug-report-20260708T095725Z.snap.svg +2 -2
  18. package/tests/bug-reports/bug-report-20260716T144856Z/__snapshots__/bug-report-20260716T144856Z.snap.svg +2 -2
  19. package/tests/bug-reports/bug-report-20260717T022934Z/__snapshots__/bug-report-20260717T022934Z.snap.svg +2 -2
  20. package/tests/bug-reports/bug-report-20260717T042845Z/__snapshots__/bug-report-20260717T042845Z.snap.svg +2 -2
  21. package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +2 -2
  22. package/tests/bug-reports/bug-report-20260724T175257Z/__snapshots__/bug-report-20260724T175257Z.snap.svg +2 -2
  23. package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +2 -2
  24. package/tests/bug-reports/bug-report-20260728T144234Z/bug-report-20260728T144234Z.test.ts +2 -0
  25. package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +2 -2
  26. package/tests/bug-reports/bug-report-20260730T061837Z/bug-report-20260730T061837Z.test.ts +1 -1
  27. package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +2 -2
  28. package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +2 -2
  29. package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +2 -2
  30. package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +2 -2
  31. package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +2 -2
  32. package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +2 -2
  33. package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +2 -2
  34. package/tests/bug-reports/bug-report-20260825T045913Z/__snapshots__/bug-report-20260825T045913Z.snap.svg +2 -2
  35. package/tests/bug-reports/bug-report-20260825T103621Z/__snapshots__/bug-report-20260825T103621Z.snap.svg +2 -2
  36. package/tests/bug-reports/bug-report-20260826T072956Z/__snapshots__/bug-report-20260826T072956Z.snap.svg +2 -2
  37. package/tests/bug-reports/bug-report-20260901T055358Z/__snapshots__/bug-report-20260901T055358Z.snap.svg +2 -2
  38. package/tests/bug-reports/bug-report-20260901T064117Z/__snapshots__/bug-report-20260901T064117Z.snap.svg +2 -2
  39. package/tests/bug-reports/bug-report-20260901T134241Z/__snapshots__/bug-report-20260901T134241Z.snap.svg +2 -2
  40. package/tests/bug-reports/bug-report-20260902T092425Z/__snapshots__/bug-report-20260902T092425Z.snap.svg +2 -2
  41. package/tests/examples/__snapshots__/example02.snap.svg +2 -2
  42. package/tests/examples/__snapshots__/example13.snap.svg +2 -2
  43. package/tests/examples/__snapshots__/example14.snap.svg +2 -2
  44. package/tests/examples/__snapshots__/example15.snap.svg +2 -2
  45. package/tests/examples/__snapshots__/example18.snap.svg +2 -2
  46. package/tests/examples/__snapshots__/example19.snap.svg +2 -2
  47. package/tests/examples/__snapshots__/example21.snap.svg +2 -2
  48. package/tests/examples/__snapshots__/example27.snap.svg +2 -2
  49. package/tests/examples/__snapshots__/example29.snap.svg +2 -2
  50. package/tests/examples/__snapshots__/example42.snap.svg +2 -2
  51. package/tests/examples/__snapshots__/example45.snap.svg +2 -2
  52. package/tests/examples/__snapshots__/example46.snap.svg +2 -2
  53. package/tests/examples/__snapshots__/example47.snap.svg +2 -2
  54. package/tests/examples/__snapshots__/example51.snap.svg +2 -2
  55. package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +2 -2
  56. package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +2 -2
  57. package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +2 -2
  58. package/tests/repros/__snapshots__/bugreport-001-gnd-overlap.snap.svg +2 -2
  59. package/tests/repros/__snapshots__/netlabel-connector-through-rail-label.snap.svg +2 -2
  60. package/tests/repros/__snapshots__/repro-battery-management-bq24073.snap.svg +2 -2
  61. package/tests/repros/__snapshots__/repro-bc107a-common-emitter-routing.snap.svg +2 -2
  62. package/tests/repros/__snapshots__/repro-bluetooth-controller-ground-decoupling-groups.snap.svg +2 -2
  63. package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +2 -2
  64. package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +2 -2
  65. package/tests/repros/__snapshots__/repro-board-8090-power-section.snap.svg +2 -2
  66. package/tests/repros/__snapshots__/repro-bq24074-battery-charger.snap.svg +2 -2
  67. package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +2 -2
  68. package/tests/repros/__snapshots__/repro-bq40z60-current-sense.snap.svg +2 -2
  69. package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +2 -2
  70. package/tests/repros/__snapshots__/repro-core-ground-inline-label-fallback.snap.svg +2 -2
  71. package/tests/repros/__snapshots__/repro-esp12f-section.snap.svg +508 -0
  72. package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +2 -2
  73. package/tests/repros/__snapshots__/repro-hdc2080-ground-label-alignment.snap.svg +2 -2
  74. package/tests/repros/__snapshots__/repro-hdc3020-ground-label-alignment.snap.svg +2 -2
  75. package/tests/repros/__snapshots__/repro-hub-usb-sheet.snap.svg +2 -2
  76. package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +2 -2
  77. package/tests/repros/__snapshots__/repro-isolated-rs485-isow7841.snap.svg +2 -2
  78. package/tests/repros/__snapshots__/repro-mspm0l1306-capacitor-symmetry.snap.svg +2 -2
  79. package/tests/repros/__snapshots__/repro-pga300-c6-trace-alignment.snap.svg +2 -2
  80. package/tests/repros/__snapshots__/repro-pga300-redundant-ground-traces.snap.svg +2 -2
  81. package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +18 -18
  82. package/tests/repros/__snapshots__/repro-power-group-rail-labels.snap.svg +2 -2
  83. package/tests/repros/__snapshots__/repro-powerbank-3v-system-power.snap.svg +2 -2
  84. package/tests/repros/__snapshots__/repro-rectifier-trace-overlap.snap.svg +2 -2
  85. package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +2 -2
  86. package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +2 -2
  87. package/tests/repros/__snapshots__/repro-smartwatch-power-sheet.snap.svg +2 -2
  88. package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +2 -2
  89. package/tests/repros/__snapshots__/repro-tida-01389-hbridge.snap.svg +2 -2
  90. package/tests/repros/__snapshots__/repro-tida00553-j4-cell-divider.snap.svg +2 -2
  91. package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +2 -2
  92. package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +2 -2
  93. package/tests/repros/__snapshots__/repro-tmp1075-ground-label-overlap.snap.svg +2 -2
  94. package/tests/repros/__snapshots__/repro-tps61222-trace-intersection.snap.svg +2 -2
  95. package/tests/repros/__snapshots__/repro-trellis-core-gnd-net-label-overlap.snap.svg +2 -2
  96. package/tests/repros/__snapshots__/repro-type-c-vbus-led-ground-label.snap.svg +2 -2
  97. package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +2 -2
  98. package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +2 -2
  99. package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +2 -2
  100. package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +2 -2
  101. package/tests/repros/assets/repro-esp12f-status-section.input.json +1394 -0
  102. package/tests/repros/repro-esp12f-section.test.ts +12 -0
  103. package/tests/solvers/SameNetJunctionAlignmentSolver/collapse-redundant-shared-endpoint-stubs.test.ts +101 -0
@@ -24,7 +24,7 @@ test("bug-report-20260730T061837Z", () => {
24
24
  upstreamVddBranch.pins[0]!.pinId === "schematic_port_39"
25
25
  ? upstreamVddBranch.tracePath
26
26
  : [...upstreamVddBranch.tracePath].reverse()
27
- expect(vddBranch.tracePath[1]!.x).toBeCloseTo(upstreamFromShared[1]!.x, 6)
27
+ expect(vddBranch.tracePath[0]!.x).toBeCloseTo(upstreamFromShared[1]!.x, 6)
28
28
  expect(
29
29
  pathIntersectsAnyNetLabel({
30
30
  path: vddBranch.tracePath,
@@ -1,6 +1,6 @@
1
1
  <svg width="1200" height="2016" viewBox="0 0 1200 2016" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on top and Circuit JSON schematic on the bottom">
2
2
  <g transform="translate(0, 0) scale(1.875, 1.875) translate(0, 0)">
3
- <rect width="100%" height="100%" fill="white"/><g><polyline data-points="-1.9,2.550000000000001 -1.9,2.350000000000001" data-type="line" data-label="" points="219.27392739273924,85.28052805280515 219.27392739273924,103.76237623762367" fill="none" stroke="hsl(124, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,2.550000000000001 -1.9,2.1500000000000012" data-type="line" data-label="" points="219.27392739273924,85.28052805280515 219.27392739273924,122.24422442244213" fill="none" stroke="hsl(124, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,2.350000000000001 -1.9,2.1500000000000012" data-type="line" data-label="" points="219.27392739273924,103.76237623762367 219.27392739273924,122.24422442244213" fill="none" stroke="hsl(124, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,0.7500000000000013 -1.9,0.5500000000000014" data-type="line" data-label="" points="219.27392739273924,251.6171617161715 219.27392739273924,270.09900990099" fill="none" stroke="hsl(44, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,1.950000000000001 -1.9,1.750000000000001" data-type="line" data-label="" points="219.27392739273924,140.72607260726062 219.27392739273924,159.2079207920791" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,1.950000000000001 -1.9,1.5500000000000012" data-type="line" data-label="" points="219.27392739273924,140.72607260726062 219.27392739273924,177.68976897689757" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,1.950000000000001 -1.9,1.3500000000000012" data-type="line" data-label="" points="219.27392739273924,140.72607260726062 219.27392739273924,196.17161716171606" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,1.750000000000001 -1.9,1.5500000000000012" data-type="line" data-label="" points="219.27392739273924,159.2079207920791 219.27392739273924,177.68976897689757" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,1.750000000000001 -1.9,1.3500000000000012" data-type="line" data-label="" points="219.27392739273924,159.2079207920791 219.27392739273924,196.17161716171606" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,1.5500000000000012 -1.9,1.3500000000000012" data-type="line" data-label="" points="219.27392739273924,177.68976897689757 219.27392739273924,196.17161716171606" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,2.350000000000001 -2.0999999999999996,2.350000000000001 -2.0999999999999996,2.550000000000001 -1.9,2.550000000000001" data-type="line" data-label="" points="219.27392739273924,103.76237623762367 200.79207920792078,103.76237623762367 200.79207920792078,85.28052805280515 219.27392739273924,85.28052805280515" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9,2.1500000000000012 -2.0999999999999996,2.1500000000000012 -2.0999999999999996,2.350000000000001 -1.9,2.350000000000001" data-type="line" data-label="" points="219.27392739273924,122.24422442244213 200.79207920792078,122.24422442244213 200.79207920792078,103.76237623762367 219.27392739273924,103.76237623762367" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9,0.7500000000000013 -2.0999999999999996,0.7500000000000013 -2.0999999999999996,0.5500000000000014 -1.9,0.5500000000000014" data-type="line" data-label="" points="219.27392739273924,251.6171617161715 200.79207920792078,251.6171617161715 200.79207920792078,270.09900990099 219.27392739273924,270.09900990099" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9,1.750000000000001 -2.0999999999999996,1.750000000000001 -2.0999999999999996,1.950000000000001 -1.9,1.950000000000001" data-type="line" data-label="" points="219.27392739273924,159.2079207920791 200.79207920792078,159.2079207920791 200.79207920792078,140.72607260726062 219.27392739273924,140.72607260726062" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9,1.5500000000000012 -2.0999999999999996,1.5500000000000012 -2.0999999999999996,1.750000000000001 -1.9,1.750000000000001" data-type="line" data-label="" points="219.27392739273924,177.68976897689757 200.79207920792078,177.68976897689757 200.79207920792078,159.2079207920791 219.27392739273924,159.2079207920791" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9,1.3500000000000012 -2.0999999999999996,1.3500000000000012 -2.0999999999999996,1.5500000000000012 -1.9,1.5500000000000012" data-type="line" data-label="" points="219.27392739273924,196.17161716171606 200.79207920792078,196.17161716171606 200.79207920792078,177.68976897689757 219.27392739273924,177.68976897689757" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.0999999999999996,2.350000000000001 -2.4499999999999993,2.350000000000001 -2.4499999999999993,2.351000000000001" data-type="line" data-label="" points="200.79207920792078,103.76237623762367 168.44884488448847,103.76237623762367 168.44884488448847,103.66996699669957" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.0999999999999996,1.750000000000001 -2.4499999999999993,1.750000000000001 -2.4499999999999993,1.751000000000001" data-type="line" data-label="" points="200.79207920792078,159.2079207920791 168.44884488448847,159.2079207920791 168.44884488448847,159.115511551155" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9,1.1500000000000012 -2.4499999999999993,1.1500000000000012 -2.4499999999999993,1.1510000000000011" data-type="line" data-label="" points="219.27392739273924,214.65346534653452 168.44884488448847,214.65346534653452 168.44884488448847,214.56105610561045" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.0999999999999996,0.7500000000000013 -3.1599999999999993,0.7500000000000013 -3.1599999999999993,0.8010000000000014" data-type="line" data-label="" points="200.79207920792078,251.6171617161715 102.83828382838288,251.6171617161715 102.83828382838288,246.90429042904276" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0" data-y="0" x="219.2739273927392" y="62.1782178217822" width="351.15511551155123" height="517.4917491749175" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01082142857142857"/></g><g><rect data-type="rect" data-label="CC2745R10E0WRHARQ1" data-x="-0.41999999999999993" data-y="-2.9299999999999997" x="256.2376237623762" y="583.3663366336633" width="199.60396039603967" height="16.633663366336577" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.01082142857142857"/></g><g><rect data-type="rect" data-label="U1" data-x="-1.38" data-y="2.915" x="250.69306930693068" y="39.99999999999997" width="33.2673267326733" height="23.10231023102307" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.01082142857142857"/></g><g><rect data-type="rect" data-label="netId: VDDR
3
+ <rect width="100%" height="100%" fill="white"/><g><polyline data-points="-1.9,2.550000000000001 -1.9,2.350000000000001" data-type="line" data-label="" points="219.27392739273924,85.28052805280515 219.27392739273924,103.76237623762367" fill="none" stroke="hsl(124, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,2.550000000000001 -1.9,2.1500000000000012" data-type="line" data-label="" points="219.27392739273924,85.28052805280515 219.27392739273924,122.24422442244213" fill="none" stroke="hsl(124, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,2.350000000000001 -1.9,2.1500000000000012" data-type="line" data-label="" points="219.27392739273924,103.76237623762367 219.27392739273924,122.24422442244213" fill="none" stroke="hsl(124, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,0.7500000000000013 -1.9,0.5500000000000014" data-type="line" data-label="" points="219.27392739273924,251.6171617161715 219.27392739273924,270.09900990099" fill="none" stroke="hsl(44, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,1.950000000000001 -1.9,1.750000000000001" data-type="line" data-label="" points="219.27392739273924,140.72607260726062 219.27392739273924,159.2079207920791" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,1.950000000000001 -1.9,1.5500000000000012" data-type="line" data-label="" points="219.27392739273924,140.72607260726062 219.27392739273924,177.68976897689757" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,1.950000000000001 -1.9,1.3500000000000012" data-type="line" data-label="" points="219.27392739273924,140.72607260726062 219.27392739273924,196.17161716171606" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,1.750000000000001 -1.9,1.5500000000000012" data-type="line" data-label="" points="219.27392739273924,159.2079207920791 219.27392739273924,177.68976897689757" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,1.750000000000001 -1.9,1.3500000000000012" data-type="line" data-label="" points="219.27392739273924,159.2079207920791 219.27392739273924,196.17161716171606" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,1.5500000000000012 -1.9,1.3500000000000012" data-type="line" data-label="" points="219.27392739273924,177.68976897689757 219.27392739273924,196.17161716171606" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9,2.350000000000001 -2.0999999999999996,2.350000000000001 -2.0999999999999996,2.550000000000001 -1.9,2.550000000000001" data-type="line" data-label="" points="219.27392739273924,103.76237623762367 200.79207920792078,103.76237623762367 200.79207920792078,85.28052805280515 219.27392739273924,85.28052805280515" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9,2.1500000000000012 -2.0999999999999996,2.1500000000000012 -2.0999999999999996,2.350000000000001" data-type="line" data-label="" points="219.27392739273924,122.24422442244213 200.79207920792078,122.24422442244213 200.79207920792078,103.76237623762367" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9,0.7500000000000013 -2.0999999999999996,0.7500000000000013 -2.0999999999999996,0.5500000000000014 -1.9,0.5500000000000014" data-type="line" data-label="" points="219.27392739273924,251.6171617161715 200.79207920792078,251.6171617161715 200.79207920792078,270.09900990099 219.27392739273924,270.09900990099" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9,1.750000000000001 -2.0999999999999996,1.750000000000001 -2.0999999999999996,1.950000000000001 -1.9,1.950000000000001" data-type="line" data-label="" points="219.27392739273924,159.2079207920791 200.79207920792078,159.2079207920791 200.79207920792078,140.72607260726062 219.27392739273924,140.72607260726062" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9,1.5500000000000012 -2.0999999999999996,1.5500000000000012 -2.0999999999999996,1.750000000000001" data-type="line" data-label="" points="219.27392739273924,177.68976897689757 200.79207920792078,177.68976897689757 200.79207920792078,159.2079207920791" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9,1.3500000000000012 -2.0999999999999996,1.3500000000000012 -2.0999999999999996,1.5500000000000012" data-type="line" data-label="" points="219.27392739273924,196.17161716171606 200.79207920792078,196.17161716171606 200.79207920792078,177.68976897689757" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.0999999999999996,2.350000000000001 -2.4499999999999993,2.350000000000001 -2.4499999999999993,2.351000000000001" data-type="line" data-label="" points="200.79207920792078,103.76237623762367 168.44884488448847,103.76237623762367 168.44884488448847,103.66996699669957" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.0999999999999996,1.750000000000001 -2.4499999999999993,1.750000000000001 -2.4499999999999993,1.751000000000001" data-type="line" data-label="" points="200.79207920792078,159.2079207920791 168.44884488448847,159.2079207920791 168.44884488448847,159.115511551155" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9,1.1500000000000012 -2.4499999999999993,1.1500000000000012 -2.4499999999999993,1.1510000000000011" data-type="line" data-label="" points="219.27392739273924,214.65346534653452 168.44884488448847,214.65346534653452 168.44884488448847,214.56105610561045" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.0999999999999996,0.7500000000000013 -3.1599999999999993,0.7500000000000013 -3.1599999999999993,0.8010000000000014" data-type="line" data-label="" points="200.79207920792078,251.6171617161715 102.83828382838288,251.6171617161715 102.83828382838288,246.90429042904276" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0" data-y="0" x="219.2739273927392" y="62.1782178217822" width="351.15511551155123" height="517.4917491749175" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01082142857142857"/></g><g><rect data-type="rect" data-label="CC2745R10E0WRHARQ1" data-x="-0.41999999999999993" data-y="-2.9299999999999997" x="256.2376237623762" y="583.3663366336633" width="199.60396039603967" height="16.633663366336577" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.01082142857142857"/></g><g><rect data-type="rect" data-label="U1" data-x="-1.38" data-y="2.915" x="250.69306930693068" y="39.99999999999997" width="33.2673267326733" height="23.10231023102307" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.01082142857142857"/></g><g><rect data-type="rect" data-label="netId: VDDR
4
4
  globalConnNetId: connectivity_net0" data-x="-2.4499999999999993" data-y="2.561000000000001" x="140.72607260726076" y="64.85808580858078" width="55.44554455445541" height="38.811881188118804" fill="#ef444466" stroke="#ef4444" stroke-width="0.01082142857142857"/></g><g><rect data-type="rect" data-label="netId: VDDIO
5
5
  globalConnNetId: connectivity_net1" data-x="-3.1599999999999993" data-y="1.0110000000000015" x="69.57095709570964" y="208.09240924092393" width="66.53465346534648" height="38.811881188118804" fill="#ef444466" stroke="#ef4444" stroke-width="0.01082142857142857"/></g><g><rect data-type="rect" data-label="netId: VDDS
6
6
  globalConnNetId: connectivity_net2" data-x="-2.4499999999999993" data-y="1.961000000000001" x="140.72607260726076" y="120.3036303630362" width="55.44554455445541" height="38.81188118811883" fill="#ef444466" stroke="#ef4444" stroke-width="0.01082142857142857"/></g><g><rect data-type="rect" data-label="netId: VDDD
@@ -106,7 +106,7 @@ orientation: y+" data-x="-2.4499999999999993" data-y="1.1510000000000011" cx="16
106
106
  .port-label { fill: rgb(0, 100, 100); }
107
107
  .component-name { fill: rgb(0, 100, 100); }
108
108
 
109
- </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 456.09065155801 134.8441926344649 L 433.42776203959 134.8441926344649 L 433.42776203959 112.18130311604489 L 456.09065155801 112.18130311604489" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 456.09065155801 134.8441926344649 L 433.42776203959 134.8441926344649 L 433.42776203959 112.18130311604489 L 456.09065155801 112.18130311604489" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" 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 456.09065155801 157.50708215288486 L 433.42776203959 157.50708215288486 L 433.42776203959 134.8441926344649 L 456.09065155801 134.8441926344649" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 456.09065155801 157.50708215288486 L 433.42776203959 157.50708215288486 L 433.42776203959 134.8441926344649 L 456.09065155801 134.8441926344649" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" 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 456.09065155801 316.14730878182485 L 433.42776203959 316.14730878182485 L 433.42776203959 338.81019830024485 L 456.09065155801 338.81019830024485" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 456.09065155801 316.14730878182485 L 433.42776203959 316.14730878182485 L 433.42776203959 338.81019830024485 L 456.09065155801 338.81019830024485" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" 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 456.09065155801 202.83286118972487 L 433.42776203959 202.83286118972487 L 433.42776203959 180.1699716713049 L 456.09065155801 180.1699716713049" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 456.09065155801 202.83286118972487 L 433.42776203959 202.83286118972487 L 433.42776203959 180.1699716713049 L 456.09065155801 180.1699716713049" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" 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 456.09065155801 225.49575070814487 L 433.42776203959 225.49575070814487 L 433.42776203959 202.83286118972487 L 456.09065155801 202.83286118972487" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 456.09065155801 225.49575070814487 L 433.42776203959 225.49575070814487 L 433.42776203959 202.83286118972487 L 456.09065155801 202.83286118972487" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" 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 456.09065155801 248.15864022656487 L 433.42776203959 248.15864022656487 L 433.42776203959 225.49575070814487 L 456.09065155801 225.49575070814487" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 456.09065155801 248.15864022656487 L 433.42776203959 248.15864022656487 L 433.42776203959 225.49575070814487 L 456.09065155801 225.49575070814487" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" 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 433.42776203959 134.8441926344649 L 393.7677053823551 134.8441926344649 L 393.7677053823551 134.73087818687281" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 433.42776203959 134.8441926344649 L 393.7677053823551 134.8441926344649 L 393.7677053823551 134.73087818687281" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" 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 433.42776203959 202.83286118972487 L 393.7677053823551 202.83286118972487 L 393.7677053823551 202.7195467421328" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 433.42776203959 202.83286118972487 L 393.7677053823551 202.83286118972487 L 393.7677053823551 202.7195467421328" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" 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 456.09065155801 270.8215297449849 L 393.7677053823551 270.8215297449849 L 393.7677053823551 270.70821529739277" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 456.09065155801 270.8215297449849 L 393.7677053823551 270.8215297449849 L 393.7677053823551 270.70821529739277" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" 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 433.42776203959 316.14730878182485 L 313.31444759196404 316.14730878182485 L 313.31444759196404 310.36827195462774" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 433.42776203959 316.14730878182485 L 313.31444759196404 316.14730878182485 L 313.31444759196404 310.36827195462774" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><circle cx="456.09065155801" cy="134.8441926344649" r="3.399433427763" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="433.42776203959" cy="134.8441926344649" r="3.399433427763" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><circle cx="433.42776203959" cy="316.14730878182485" r="3.399433427763" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><circle cx="456.09065155801" cy="202.83286118972487" r="3.399433427763" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="433.42776203959" cy="202.83286118972487" r="3.399433427763" 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_4__stack1"><circle cx="456.09065155801" cy="225.49575070814487" r="3.399433427763" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="433.42776203959" cy="225.49575070814487" r="3.399433427763" 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_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="501.41643059485" y="83.85269121802003" width="339.9433427762999" height="634.5609065157599" stroke-width="2.2662889518419997px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="501.41643059485" y="83.85269121802003" width="339.9433427762999" height="634.5609065157599" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="112.18130311604489" x2="456.09065155801" y2="112.18130311604489" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="453.824362606168" y="109.91501416420289" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="109.91501416420289" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="134.8441926344649" x2="456.09065155801" y2="134.8441926344649" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="453.824362606168" y="132.5779036826229" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="132.5779036826229" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="202.83286118972495" x2="884.419263456148" y2="202.83286118972495" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="202.83286118972495" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="200.56657223788295" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="200.56657223788295" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="225.49575070814498" x2="884.419263456148" y2="225.49575070814498" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="225.49575070814498" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="223.22946175630298" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="223.22946175630298" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="248.15864022656496" x2="884.419263456148" y2="248.15864022656496" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="248.15864022656496" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="245.89235127472296" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="245.89235127472293" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="270.82152974498496" x2="884.419263456148" y2="270.82152974498496" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="270.82152974498496" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="268.55524079314296" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="268.55524079314296" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="293.484419263405" x2="884.419263456148" y2="293.484419263405" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="293.484419263405" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="291.218130311563" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="291.21813031156296" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="316.147308781825" x2="884.419263456148" y2="316.147308781825" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="316.147308781825" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="313.881019829983" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="313.881019829983" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="316.14730878182485" x2="456.09065155801" y2="316.14730878182485" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="453.824362606168" y="313.88101982998285" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="313.88101982998285" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="338.810198300245" x2="884.419263456148" y2="338.810198300245" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="338.810198300245" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="336.543909348403" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="336.543909348403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="361.473087818665" x2="884.419263456148" y2="361.473087818665" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="361.473087818665" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="359.206798866823" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="359.206798866823" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="384.1359773370851" x2="884.419263456148" y2="384.1359773370851" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="384.1359773370851" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="381.8696883852431" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="381.8696883852431" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="406.7988668555051" x2="884.419263456148" y2="406.7988668555051" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="406.7988668555051" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="404.5325779036631" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="404.5325779036631" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="429.4617563739251" x2="884.419263456148" y2="429.4617563739251" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="429.4617563739251" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="427.1954674220831" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="427.1954674220831" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="452.12464589234514" x2="884.419263456148" y2="452.12464589234514" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="452.12464589234514" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="449.85835694050314" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="449.8583569405031" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="474.78753541076514" x2="884.419263456148" y2="474.78753541076514" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="474.78753541076514" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="472.52124645892314" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="472.52124645892314" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="338.81019830024485" x2="456.09065155801" y2="338.81019830024485" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_16__stack1"><rect x="453.824362606168" y="336.54390934840285" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="336.54390934840285" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="180.1699716713049" x2="456.09065155801" y2="180.1699716713049" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_17__stack1"><rect x="453.824362606168" y="177.9036827194629" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="177.9036827194629" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="384.13597733708485" x2="458.35694050985194" y2="384.13597733708485" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_18__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="384.13597733708485" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="381.86968838524285" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="381.86968838524285" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="406.79886685550485" x2="458.35694050985194" y2="406.79886685550485" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_19__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="406.79886685550485" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="404.53257790366285" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="404.53257790366285" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="429.4617563739249" x2="458.35694050985194" y2="429.4617563739249" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_20__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="429.4617563739249" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="427.1954674220829" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="427.1954674220829" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="452.1246458923449" x2="458.35694050985194" y2="452.1246458923449" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_21__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="452.1246458923449" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="449.8583569405029" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="449.8583569405029" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="474.7875354107649" x2="458.35694050985194" y2="474.7875354107649" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_22__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="474.7875354107649" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="472.5212464589229" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="472.5212464589229" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="497.4504249291849" x2="458.35694050985194" y2="497.4504249291849" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_23__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="497.4504249291849" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="495.1841359773429" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="495.184135977343" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="157.50708215288492" x2="884.419263456148" y2="157.50708215288492" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_24__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="157.50708215288492" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="155.24079320104292" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="155.24079320104292" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="588.1019830028649" x2="458.35694050985194" y2="588.1019830028649" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_25__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="588.1019830028649" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="585.835694051023" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="585.835694051023" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="656.090651558125" x2="458.35694050985194" y2="656.090651558125" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_26__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="656.090651558125" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="653.8243626062831" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="653.8243626062831" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="270.8215297449849" x2="456.09065155801" y2="270.8215297449849" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_27__stack1"><rect x="453.824362606168" y="268.5552407931429" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="268.55524079314284" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="202.83286118972487" x2="456.09065155801" y2="202.83286118972487" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_28__stack1"><rect x="453.824362606168" y="200.56657223788287" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="200.56657223788287" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="701.416430594965" x2="458.35694050985194" y2="701.416430594965" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_29__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="701.416430594965" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="699.1501416431231" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="699.1501416431231" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="225.49575070814487" x2="456.09065155801" y2="225.49575070814487" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_30__stack1"><rect x="453.824362606168" y="223.22946175630287" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="223.22946175630287" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="520.113314447605" x2="458.35694050985194" y2="520.113314447605" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_31__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="520.113314447605" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="517.8470254957631" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="517.847025495763" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="542.7762039660249" x2="458.35694050985194" y2="542.7762039660249" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_32__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="542.7762039660249" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="540.509915014183" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="540.509915014183" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="157.50708215288486" x2="456.09065155801" y2="157.50708215288486" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_33__stack1"><rect x="453.824362606168" y="155.24079320104286" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="155.24079320104286" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="520.1133144476051" x2="884.419263456148" y2="520.1133144476051" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_34__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="520.1133144476051" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="517.8470254957632" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="517.8470254957631" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="588.1019830028652" x2="884.419263456148" y2="588.1019830028652" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_35__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="588.1019830028652" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="585.8356940510232" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="585.8356940510231" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="633.4277620397052" x2="884.419263456148" y2="633.4277620397052" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_36__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="633.4277620397052" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="631.1614730878632" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="631.1614730878631" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="248.15864022656487" x2="456.09065155801" y2="248.15864022656487" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_37__stack1"><rect x="453.824362606168" y="245.89235127472287" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="245.89235127472287" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="112.18130311604489" x2="884.419263456148" y2="112.18130311604489" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_38__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="112.18130311604489" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="109.91501416420289" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="109.91501416420289" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="678.7535410765452" x2="884.419263456148" y2="678.7535410765452" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_39__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="678.7535410765452" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="676.4872521247032" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="676.4872521247031" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="701.416430594965" x2="884.419263456148" y2="701.416430594965" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_40__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="701.416430594965" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="699.1501416431231" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="699.1501416431231" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="456.09065155801" cy="112.18130311604489" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="456.09065155801" cy="134.8441926344649" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="886.6855524079899" cy="202.83286118972495" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="886.6855524079899" cy="225.49575070814498" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="886.6855524079899" cy="248.15864022656496" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="886.6855524079899" cy="270.82152974498496" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="886.6855524079899" cy="293.484419263405" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="886.6855524079899" cy="316.147308781825" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="456.09065155801" cy="316.14730878182485" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="886.6855524079899" cy="338.810198300245" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="886.6855524079899" cy="361.473087818665" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="886.6855524079899" cy="384.1359773370851" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="886.6855524079899" cy="406.7988668555051" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="886.6855524079899" cy="429.4617563739251" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="886.6855524079899" cy="452.12464589234514" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="886.6855524079899" cy="474.78753541076514" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_16__stack1"><circle cx="456.09065155801" cy="338.81019830024485" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_17__stack1"><circle cx="456.09065155801" cy="180.1699716713049" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_18__stack1"><circle cx="456.09065155801" cy="384.13597733708485" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_19__stack1"><circle cx="456.09065155801" cy="406.79886685550485" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_20__stack1"><circle cx="456.09065155801" cy="429.4617563739249" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_21__stack1"><circle cx="456.09065155801" cy="452.1246458923449" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_22__stack1"><circle cx="456.09065155801" cy="474.7875354107649" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_23__stack1"><circle cx="456.09065155801" cy="497.4504249291849" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_24__stack1"><circle cx="886.6855524079899" cy="157.50708215288492" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_25__stack1"><circle cx="456.09065155801" cy="588.1019830028649" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_26__stack1"><circle cx="456.09065155801" cy="656.090651558125" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_27__stack1"><circle cx="456.09065155801" cy="270.8215297449849" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_28__stack1"><circle cx="456.09065155801" cy="202.83286118972487" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_29__stack1"><circle cx="456.09065155801" cy="701.416430594965" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_30__stack1"><circle cx="456.09065155801" cy="225.49575070814487" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_31__stack1"><circle cx="456.09065155801" cy="520.113314447605" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_32__stack1"><circle cx="456.09065155801" cy="542.7762039660249" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_33__stack1"><circle cx="456.09065155801" cy="157.50708215288486" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_34__stack1"><circle cx="886.6855524079899" cy="520.1133144476051" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_35__stack1"><circle cx="886.6855524079899" cy="588.1019830028652" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_36__stack1"><circle cx="886.6855524079899" cy="633.4277620397052" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_37__stack1"><circle cx="456.09065155801" cy="248.15864022656487" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_38__stack1"><circle cx="886.6855524079899" cy="112.18130311604489" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_39__stack1"><circle cx="886.6855524079899" cy="678.7535410765452" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_40__stack1"><circle cx="886.6855524079899" cy="701.416430594965" r="4.5325779036839995" 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="
109
+ </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 456.09065155801 134.8441926344649 L 433.42776203959 134.8441926344649 L 433.42776203959 112.18130311604489 L 456.09065155801 112.18130311604489" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 456.09065155801 134.8441926344649 L 433.42776203959 134.8441926344649 L 433.42776203959 112.18130311604489 L 456.09065155801 112.18130311604489" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" 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 456.09065155801 157.50708215288486 L 433.42776203959 157.50708215288486 L 433.42776203959 134.8441926344649" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 456.09065155801 157.50708215288486 L 433.42776203959 157.50708215288486 L 433.42776203959 134.8441926344649" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" 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 456.09065155801 316.14730878182485 L 433.42776203959 316.14730878182485 L 433.42776203959 338.81019830024485 L 456.09065155801 338.81019830024485" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 456.09065155801 316.14730878182485 L 433.42776203959 316.14730878182485 L 433.42776203959 338.81019830024485 L 456.09065155801 338.81019830024485" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" 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 456.09065155801 202.83286118972487 L 433.42776203959 202.83286118972487 L 433.42776203959 180.1699716713049 L 456.09065155801 180.1699716713049" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 456.09065155801 202.83286118972487 L 433.42776203959 202.83286118972487 L 433.42776203959 180.1699716713049 L 456.09065155801 180.1699716713049" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" 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 456.09065155801 225.49575070814487 L 433.42776203959 225.49575070814487 L 433.42776203959 202.83286118972487" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 456.09065155801 225.49575070814487 L 433.42776203959 225.49575070814487 L 433.42776203959 202.83286118972487" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" 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 456.09065155801 248.15864022656487 L 433.42776203959 248.15864022656487 L 433.42776203959 225.49575070814487" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 456.09065155801 248.15864022656487 L 433.42776203959 248.15864022656487 L 433.42776203959 225.49575070814487" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" 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 433.42776203959 134.8441926344649 L 393.7677053823551 134.8441926344649 L 393.7677053823551 134.73087818687281" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 433.42776203959 134.8441926344649 L 393.7677053823551 134.8441926344649 L 393.7677053823551 134.73087818687281" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" 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 433.42776203959 202.83286118972487 L 393.7677053823551 202.83286118972487 L 393.7677053823551 202.7195467421328" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 433.42776203959 202.83286118972487 L 393.7677053823551 202.83286118972487 L 393.7677053823551 202.7195467421328" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" 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 456.09065155801 270.8215297449849 L 393.7677053823551 270.8215297449849 L 393.7677053823551 270.70821529739277" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 456.09065155801 270.8215297449849 L 393.7677053823551 270.8215297449849 L 393.7677053823551 270.70821529739277" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" 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 433.42776203959 316.14730878182485 L 313.31444759196404 316.14730878182485 L 313.31444759196404 310.36827195462774" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.130311614735998px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 433.42776203959 316.14730878182485 L 313.31444759196404 316.14730878182485 L 313.31444759196404 310.36827195462774" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2662889518419997px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><circle cx="433.42776203959" cy="134.8441926344649" r="3.399433427763" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><circle cx="433.42776203959" cy="316.14730878182485" r="3.399433427763" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><circle cx="433.42776203959" cy="202.83286118972487" r="3.399433427763" 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_4__stack1"><circle cx="433.42776203959" cy="225.49575070814487" r="3.399433427763" 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_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="501.41643059485" y="83.85269121802003" width="339.9433427762999" height="634.5609065157599" stroke-width="2.2662889518419997px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="501.41643059485" y="83.85269121802003" width="339.9433427762999" height="634.5609065157599" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="112.18130311604489" x2="456.09065155801" y2="112.18130311604489" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="453.824362606168" y="109.91501416420289" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="109.91501416420289" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="134.8441926344649" x2="456.09065155801" y2="134.8441926344649" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="453.824362606168" y="132.5779036826229" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="132.5779036826229" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="202.83286118972495" x2="884.419263456148" y2="202.83286118972495" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="202.83286118972495" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="200.56657223788295" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="200.56657223788295" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="225.49575070814498" x2="884.419263456148" y2="225.49575070814498" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="225.49575070814498" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="223.22946175630298" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="223.22946175630298" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="248.15864022656496" x2="884.419263456148" y2="248.15864022656496" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="248.15864022656496" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="245.89235127472296" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="245.89235127472293" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="270.82152974498496" x2="884.419263456148" y2="270.82152974498496" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="270.82152974498496" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="268.55524079314296" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="268.55524079314296" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="293.484419263405" x2="884.419263456148" y2="293.484419263405" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="293.484419263405" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="291.218130311563" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="291.21813031156296" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="316.147308781825" x2="884.419263456148" y2="316.147308781825" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="316.147308781825" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="313.881019829983" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="313.881019829983" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="316.14730878182485" x2="456.09065155801" y2="316.14730878182485" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="453.824362606168" y="313.88101982998285" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="313.88101982998285" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="338.810198300245" x2="884.419263456148" y2="338.810198300245" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="338.810198300245" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="336.543909348403" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="336.543909348403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="361.473087818665" x2="884.419263456148" y2="361.473087818665" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="361.473087818665" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="359.206798866823" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="359.206798866823" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="384.1359773370851" x2="884.419263456148" y2="384.1359773370851" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="384.1359773370851" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="381.8696883852431" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="381.8696883852431" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="406.7988668555051" x2="884.419263456148" y2="406.7988668555051" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="406.7988668555051" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="404.5325779036631" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="404.5325779036631" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="429.4617563739251" x2="884.419263456148" y2="429.4617563739251" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="429.4617563739251" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="427.1954674220831" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="427.1954674220831" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="452.12464589234514" x2="884.419263456148" y2="452.12464589234514" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="452.12464589234514" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="449.85835694050314" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="449.8583569405031" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="474.78753541076514" x2="884.419263456148" y2="474.78753541076514" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="474.78753541076514" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="472.52124645892314" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="472.52124645892314" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="338.81019830024485" x2="456.09065155801" y2="338.81019830024485" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_16__stack1"><rect x="453.824362606168" y="336.54390934840285" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="336.54390934840285" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="180.1699716713049" x2="456.09065155801" y2="180.1699716713049" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_17__stack1"><rect x="453.824362606168" y="177.9036827194629" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="177.9036827194629" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="384.13597733708485" x2="458.35694050985194" y2="384.13597733708485" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_18__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="384.13597733708485" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="381.86968838524285" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="381.86968838524285" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="406.79886685550485" x2="458.35694050985194" y2="406.79886685550485" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_19__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="406.79886685550485" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="404.53257790366285" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="404.53257790366285" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="429.4617563739249" x2="458.35694050985194" y2="429.4617563739249" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_20__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="429.4617563739249" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="427.1954674220829" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="427.1954674220829" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="452.1246458923449" x2="458.35694050985194" y2="452.1246458923449" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_21__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="452.1246458923449" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="449.8583569405029" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="449.8583569405029" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="474.7875354107649" x2="458.35694050985194" y2="474.7875354107649" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_22__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="474.7875354107649" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="472.5212464589229" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="472.5212464589229" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="497.4504249291849" x2="458.35694050985194" y2="497.4504249291849" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_23__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="497.4504249291849" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="495.1841359773429" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="495.184135977343" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="157.50708215288492" x2="884.419263456148" y2="157.50708215288492" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_24__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="157.50708215288492" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="155.24079320104292" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="155.24079320104292" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="588.1019830028649" x2="458.35694050985194" y2="588.1019830028649" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_25__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="588.1019830028649" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="585.835694051023" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="585.835694051023" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="656.090651558125" x2="458.35694050985194" y2="656.090651558125" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_26__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="656.090651558125" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="653.8243626062831" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="653.8243626062831" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="270.8215297449849" x2="456.09065155801" y2="270.8215297449849" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_27__stack1"><rect x="453.824362606168" y="268.5552407931429" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="268.55524079314284" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="202.83286118972487" x2="456.09065155801" y2="202.83286118972487" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_28__stack1"><rect x="453.824362606168" y="200.56657223788287" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="200.56657223788287" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="701.416430594965" x2="458.35694050985194" y2="701.416430594965" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_29__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="701.416430594965" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="699.1501416431231" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="699.1501416431231" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="225.49575070814487" x2="456.09065155801" y2="225.49575070814487" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_30__stack1"><rect x="453.824362606168" y="223.22946175630287" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="223.22946175630287" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="520.113314447605" x2="458.35694050985194" y2="520.113314447605" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_31__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="520.113314447605" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="517.8470254957631" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="517.847025495763" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="542.7762039660249" x2="458.35694050985194" y2="542.7762039660249" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_32__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="456.09065155801" cy="542.7762039660249" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="453.824362606168" y="540.509915014183" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="540.509915014183" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="157.50708215288486" x2="456.09065155801" y2="157.50708215288486" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_33__stack1"><rect x="453.824362606168" y="155.24079320104286" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="155.24079320104286" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="520.1133144476051" x2="884.419263456148" y2="520.1133144476051" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_34__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="520.1133144476051" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="517.8470254957632" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="517.8470254957631" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="588.1019830028652" x2="884.419263456148" y2="588.1019830028652" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_35__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="588.1019830028652" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="585.8356940510232" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="585.8356940510231" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="633.4277620397052" x2="884.419263456148" y2="633.4277620397052" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_36__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="633.4277620397052" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="631.1614730878632" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="631.1614730878631" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="501.41643059485" y1="248.15864022656487" x2="456.09065155801" y2="248.15864022656487" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_37__stack1"><rect x="453.824362606168" y="245.89235127472287" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.75354107643" y="245.89235127472287" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="112.18130311604489" x2="884.419263456148" y2="112.18130311604489" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_38__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="112.18130311604489" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="109.91501416420289" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="109.91501416420289" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="678.7535410765452" x2="884.419263456148" y2="678.7535410765452" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_39__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="678.7535410765452" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="676.4872521247032" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="676.4872521247031" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="841.3597733711499" y1="701.416430594965" x2="884.419263456148" y2="701.416430594965" stroke-width="2.2662889518419997px"/><g class="sch-port" data-schematic-port-id="source_port_0_40__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="886.6855524079899" cy="701.416430594965" r="2.2662889518419997" stroke-width="2.2662889518419997px"/><rect x="884.419263456148" y="699.1501416431231" width="4.5325779036839995" height="4.5325779036839995" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.0226628895699" y="699.1501416431231" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.997167138814998px" transform=""></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="456.09065155801" cy="112.18130311604489" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="456.09065155801" cy="134.8441926344649" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="886.6855524079899" cy="202.83286118972495" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="886.6855524079899" cy="225.49575070814498" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="886.6855524079899" cy="248.15864022656496" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="886.6855524079899" cy="270.82152974498496" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="886.6855524079899" cy="293.484419263405" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="886.6855524079899" cy="316.147308781825" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="456.09065155801" cy="316.14730878182485" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="886.6855524079899" cy="338.810198300245" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="886.6855524079899" cy="361.473087818665" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="886.6855524079899" cy="384.1359773370851" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="886.6855524079899" cy="406.7988668555051" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="886.6855524079899" cy="429.4617563739251" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="886.6855524079899" cy="452.12464589234514" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="886.6855524079899" cy="474.78753541076514" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_16__stack1"><circle cx="456.09065155801" cy="338.81019830024485" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_17__stack1"><circle cx="456.09065155801" cy="180.1699716713049" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_18__stack1"><circle cx="456.09065155801" cy="384.13597733708485" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_19__stack1"><circle cx="456.09065155801" cy="406.79886685550485" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_20__stack1"><circle cx="456.09065155801" cy="429.4617563739249" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_21__stack1"><circle cx="456.09065155801" cy="452.1246458923449" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_22__stack1"><circle cx="456.09065155801" cy="474.7875354107649" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_23__stack1"><circle cx="456.09065155801" cy="497.4504249291849" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_24__stack1"><circle cx="886.6855524079899" cy="157.50708215288492" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_25__stack1"><circle cx="456.09065155801" cy="588.1019830028649" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_26__stack1"><circle cx="456.09065155801" cy="656.090651558125" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_27__stack1"><circle cx="456.09065155801" cy="270.8215297449849" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_28__stack1"><circle cx="456.09065155801" cy="202.83286118972487" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_29__stack1"><circle cx="456.09065155801" cy="701.416430594965" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_30__stack1"><circle cx="456.09065155801" cy="225.49575070814487" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_31__stack1"><circle cx="456.09065155801" cy="520.113314447605" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_32__stack1"><circle cx="456.09065155801" cy="542.7762039660249" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_33__stack1"><circle cx="456.09065155801" cy="157.50708215288486" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_34__stack1"><circle cx="886.6855524079899" cy="520.1133144476051" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_35__stack1"><circle cx="886.6855524079899" cy="588.1019830028652" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_36__stack1"><circle cx="886.6855524079899" cy="633.4277620397052" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_37__stack1"><circle cx="456.09065155801" cy="248.15864022656487" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_38__stack1"><circle cx="886.6855524079899" cy="112.18130311604489" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_39__stack1"><circle cx="886.6855524079899" cy="678.7535410765452" r="4.5325779036839995" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_40__stack1"><circle cx="886.6855524079899" cy="701.416430594965" r="4.5325779036839995" 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="
110
110
  M 393.7677053823551,134.73087818687281
111
111
  L 382.4362606231451,128.6118980168994
112
112
  L 382.4362606231451,89.75259678931526