@tscircuit/schematic-trace-solver 0.0.183 → 0.0.185

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 (109) hide show
  1. package/dist/index.js +242 -24
  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/lib/solvers/UnroutedTraceRecoverySolver/UnroutedTraceRecoverySolver.ts +12 -4
  7. package/package.json +1 -1
  8. package/site/bug-reports/bug-report-20260905T041712Z.page.tsx +4 -0
  9. package/tests/bug-reports/bug-report-20260706T213649Z/__snapshots__/bug-report-20260706T213649Z.snap.svg +2 -2
  10. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +2 -2
  11. package/tests/bug-reports/bug-report-20260707T020342Z/__snapshots__/bug-report-20260707T020342Z.snap.svg +2 -2
  12. package/tests/bug-reports/bug-report-20260707T020342Z/bug-report-20260707T020342Z.test.ts +10 -0
  13. package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +524 -533
  14. package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +2 -2
  15. package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +2 -2
  16. package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +2 -2
  17. package/tests/bug-reports/bug-report-20260707T141421Z/__snapshots__/bug-report-20260707T141421Z.snap.svg +2 -2
  18. package/tests/bug-reports/bug-report-20260707T230831Z/__snapshots__/bug-report-20260707T230831Z.snap.svg +2 -2
  19. package/tests/bug-reports/bug-report-20260708T095725Z/__snapshots__/bug-report-20260708T095725Z.snap.svg +2 -2
  20. package/tests/bug-reports/bug-report-20260716T144856Z/__snapshots__/bug-report-20260716T144856Z.snap.svg +2 -2
  21. package/tests/bug-reports/bug-report-20260717T022934Z/__snapshots__/bug-report-20260717T022934Z.snap.svg +2 -2
  22. package/tests/bug-reports/bug-report-20260717T042845Z/__snapshots__/bug-report-20260717T042845Z.snap.svg +2 -2
  23. package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +2 -2
  24. package/tests/bug-reports/bug-report-20260724T175257Z/__snapshots__/bug-report-20260724T175257Z.snap.svg +2 -2
  25. package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +2 -2
  26. package/tests/bug-reports/bug-report-20260728T144234Z/bug-report-20260728T144234Z.test.ts +2 -0
  27. package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +2 -2
  28. package/tests/bug-reports/bug-report-20260730T061837Z/bug-report-20260730T061837Z.test.ts +1 -1
  29. package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +2 -2
  30. package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +2 -2
  31. package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +2 -2
  32. package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +2 -2
  33. package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +2 -2
  34. package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +2 -2
  35. package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +2 -2
  36. package/tests/bug-reports/bug-report-20260825T045913Z/__snapshots__/bug-report-20260825T045913Z.snap.svg +2 -2
  37. package/tests/bug-reports/bug-report-20260825T103621Z/__snapshots__/bug-report-20260825T103621Z.snap.svg +2 -2
  38. package/tests/bug-reports/bug-report-20260826T072956Z/__snapshots__/bug-report-20260826T072956Z.snap.svg +2 -2
  39. package/tests/bug-reports/bug-report-20260901T055358Z/__snapshots__/bug-report-20260901T055358Z.snap.svg +2 -2
  40. package/tests/bug-reports/bug-report-20260901T064117Z/__snapshots__/bug-report-20260901T064117Z.snap.svg +2 -2
  41. package/tests/bug-reports/bug-report-20260901T134241Z/__snapshots__/bug-report-20260901T134241Z.snap.svg +2 -2
  42. package/tests/bug-reports/bug-report-20260902T092425Z/__snapshots__/bug-report-20260902T092425Z.snap.svg +2 -2
  43. package/tests/bug-reports/bug-report-20260905T041712Z/__snapshots__/bug-report-20260905T041712Z.snap.svg +546 -0
  44. package/tests/bug-reports/bug-report-20260905T041712Z/bug-report-20260905T041712Z.json +2023 -0
  45. package/tests/bug-reports/bug-report-20260905T041712Z/bug-report-20260905T041712Z.test.ts +33 -0
  46. package/tests/examples/__snapshots__/example02.snap.svg +2 -2
  47. package/tests/examples/__snapshots__/example13.snap.svg +2 -2
  48. package/tests/examples/__snapshots__/example14.snap.svg +2 -2
  49. package/tests/examples/__snapshots__/example15.snap.svg +2 -2
  50. package/tests/examples/__snapshots__/example18.snap.svg +2 -2
  51. package/tests/examples/__snapshots__/example19.snap.svg +2 -2
  52. package/tests/examples/__snapshots__/example21.snap.svg +2 -2
  53. package/tests/examples/__snapshots__/example27.snap.svg +2 -2
  54. package/tests/examples/__snapshots__/example29.snap.svg +2 -2
  55. package/tests/examples/__snapshots__/example42.snap.svg +2 -2
  56. package/tests/examples/__snapshots__/example45.snap.svg +2 -2
  57. package/tests/examples/__snapshots__/example46.snap.svg +2 -2
  58. package/tests/examples/__snapshots__/example47.snap.svg +2 -2
  59. package/tests/examples/__snapshots__/example51.snap.svg +2 -2
  60. package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +2 -2
  61. package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +2 -2
  62. package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +2 -2
  63. package/tests/repros/__snapshots__/bugreport-001-gnd-overlap.snap.svg +2 -2
  64. package/tests/repros/__snapshots__/netlabel-connector-through-rail-label.snap.svg +2 -2
  65. package/tests/repros/__snapshots__/repro-battery-management-bq24073.snap.svg +2 -2
  66. package/tests/repros/__snapshots__/repro-bc107a-common-emitter-routing.snap.svg +2 -2
  67. package/tests/repros/__snapshots__/repro-bluetooth-controller-ground-decoupling-groups.snap.svg +2 -2
  68. package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +2 -2
  69. package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +2 -2
  70. package/tests/repros/__snapshots__/repro-board-8090-power-section.snap.svg +2 -2
  71. package/tests/repros/__snapshots__/repro-bq24074-battery-charger.snap.svg +2 -2
  72. package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +2 -2
  73. package/tests/repros/__snapshots__/repro-bq40z60-current-sense.snap.svg +2 -2
  74. package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +2 -2
  75. package/tests/repros/__snapshots__/repro-core-ground-inline-label-fallback.snap.svg +2 -2
  76. package/tests/repros/__snapshots__/repro-esp12f-section.snap.svg +508 -0
  77. package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +2 -2
  78. package/tests/repros/__snapshots__/repro-hdc2080-ground-label-alignment.snap.svg +2 -2
  79. package/tests/repros/__snapshots__/repro-hdc3020-ground-label-alignment.snap.svg +2 -2
  80. package/tests/repros/__snapshots__/repro-hub-usb-sheet.snap.svg +2 -2
  81. package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +2 -2
  82. package/tests/repros/__snapshots__/repro-isolated-rs485-isow7841.snap.svg +2 -2
  83. package/tests/repros/__snapshots__/repro-mspm0l1306-capacitor-symmetry.snap.svg +2 -2
  84. package/tests/repros/__snapshots__/repro-pga300-c6-trace-alignment.snap.svg +2 -2
  85. package/tests/repros/__snapshots__/repro-pga300-redundant-ground-traces.snap.svg +2 -2
  86. package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +18 -18
  87. package/tests/repros/__snapshots__/repro-power-group-rail-labels.snap.svg +2 -2
  88. package/tests/repros/__snapshots__/repro-powerbank-3v-system-power.snap.svg +2 -2
  89. package/tests/repros/__snapshots__/repro-rectifier-trace-overlap.snap.svg +2 -2
  90. package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +2 -2
  91. package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +2 -2
  92. package/tests/repros/__snapshots__/repro-smartwatch-power-sheet.snap.svg +2 -2
  93. package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +2 -2
  94. package/tests/repros/__snapshots__/repro-tida-01389-hbridge.snap.svg +2 -2
  95. package/tests/repros/__snapshots__/repro-tida00553-j4-cell-divider.snap.svg +2 -2
  96. package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +2 -2
  97. package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +2 -2
  98. package/tests/repros/__snapshots__/repro-tmp1075-ground-label-overlap.snap.svg +2 -2
  99. package/tests/repros/__snapshots__/repro-tps61222-trace-intersection.snap.svg +2 -2
  100. package/tests/repros/__snapshots__/repro-trellis-core-gnd-net-label-overlap.snap.svg +2 -2
  101. package/tests/repros/__snapshots__/repro-type-c-vbus-led-ground-label.snap.svg +2 -2
  102. package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +2 -2
  103. package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +2 -2
  104. package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +2 -2
  105. package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +2 -2
  106. package/tests/repros/assets/repro-esp12f-status-section.input.json +1394 -0
  107. package/tests/repros/repro-esp12f-section.test.ts +12 -0
  108. package/tests/solvers/SameNetJunctionAlignmentSolver/collapse-redundant-shared-endpoint-stubs.test.ts +101 -0
  109. package/tests/solvers/UnroutedTraceRecoverySolver/local-elbow-obstacles.test.ts +74 -0
@@ -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="-0.498,-4.0485 -0.298,-4.0485 -0.298,-4.4485 -0.498,-4.4485" data-type="line" data-label="" points="328.94717963913104,394.9659248631536 332.4404659794457,394.9659248631536 332.4404659794457,401.952497543783 328.94717963913104,401.952497543783" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.857999999999999,-3.3915 9.097999999999999,-3.3915 9.097999999999999,-2.42 9.857999999999999,-2.42" data-type="line" data-label="" points="509.8295463406266,383.49047923521977 496.5550582474307,383.49047923521977 496.5550582474307,366.5218408371411 509.8295463406266,366.5218408371411" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.857999999999999,-4.3485 9.097999999999999,-4.3485 9.097999999999999,-3.3915 9.857999999999999,-3.3915" data-type="line" data-label="" points="509.8295463406266,400.20585437362564 496.5550582474307,400.20585437362564 496.5550582474307,383.49047923521977 509.8295463406266,383.49047923521977" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.857999999999999,-5.319999999999999 9.097999999999999,-5.319999999999999 9.097999999999999,-4.3485 9.857999999999999,-4.3485" data-type="line" data-label="" points="509.8295463406266,417.1744927717043 496.5550582474307,417.1744927717043 496.5550582474307,400.20585437362564 509.8295463406266,400.20585437362564" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,7.608499999999995 -12.899999999999999,7.608499999999995 -12.899999999999999,7.808499999999995 -12.7,7.808499999999995" data-type="line" data-label="" points="115.82178001653068,191.35973051791092 112.328493676216,191.35973051791092 112.328493676216,187.8664441775962 115.82178001653068,187.8664441775962" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,4.208499999999994 -12.899999999999999,4.208499999999994 -12.899999999999999,4.408499999999994 -12.7,4.408499999999994" data-type="line" data-label="" points="115.82178001653068,250.74559830326098 112.328493676216,250.74559830326098 112.328493676216,247.25231196294627 115.82178001653068,247.25231196294627" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,4.0084999999999935 -12.899999999999999,4.0084999999999935 -12.899999999999999,4.208499999999994 -12.7,4.208499999999994" data-type="line" data-label="" points="115.82178001653068,254.2388846435757 112.328493676216,254.2388846435757 112.328493676216,250.74559830326098 115.82178001653068,250.74559830326098" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,0.6084999999999905 -13.640999999999998,0.6084999999999905 -13.640999999999998,0.8084999999999907 -12.7,0.8084999999999907" data-type="line" data-label="" points="115.82178001653068,313.6247524289258 99.38586778535,313.6247524289258 99.38586778535,310.1314660886111 115.82178001653068,310.1314660886111" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,-2.591499999999998 -12.899999999999999,-2.591499999999998 -12.899999999999999,-2.391499999999999 -12.7,-2.391499999999999" data-type="line" data-label="" points="115.82178001653068,369.5173338739609 112.328493676216,369.5173338739609 112.328493676216,366.02404753364624 115.82178001653068,366.02404753364624" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,-2.7914999999999974 -12.899999999999999,-2.7914999999999974 -12.899999999999999,-2.591499999999998 -12.7,-2.591499999999998" data-type="line" data-label="" points="115.82178001653068,373.0106202142756 112.328493676216,373.0106202142756 112.328493676216,369.5173338739609 115.82178001653068,369.5173338739609" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,-2.9914999999999967 -12.899999999999999,-2.9914999999999967 -12.899999999999999,-2.7914999999999974 -12.7,-2.7914999999999974" data-type="line" data-label="" points="115.82178001653068,376.5039065545903 112.328493676216,376.5039065545903 112.328493676216,373.0106202142756 115.82178001653068,373.0106202142756" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,-3.191499999999996 -12.899999999999999,-3.191499999999996 -12.899999999999999,-2.9914999999999967 -12.7,-2.9914999999999967" data-type="line" data-label="" points="115.82178001653068,379.99719289490497 112.328493676216,379.99719289490497 112.328493676216,376.5039065545903 115.82178001653068,376.5039065545903" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,-3.3914999999999953 -12.899999999999999,-3.3914999999999953 -12.899999999999999,-3.191499999999996 -12.7,-3.191499999999996" data-type="line" data-label="" points="115.82178001653068,383.4904792352197 112.328493676216,383.4904792352197 112.328493676216,379.99719289490497 115.82178001653068,379.99719289490497" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.7,-2.5914999999999955 -9.5,-2.5914999999999955 -9.5,-2.3914999999999953 -9.7,-2.3914999999999953" data-type="line" data-label="" points="168.22107512125132,369.51733387396087 171.714361461566,369.51733387396087 171.714361461566,366.0240475336461 168.22107512125132,366.0240475336461" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.7,-2.7914999999999957 -9.5,-2.7914999999999957 -9.5,-2.5914999999999955 -9.7,-2.5914999999999955" data-type="line" data-label="" points="168.22107512125132,373.0106202142756 171.714361461566,373.0106202142756 171.714361461566,369.51733387396087 168.22107512125132,369.51733387396087" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.7,-2.991499999999995 -9.5,-2.991499999999995 -9.5,-2.7914999999999957 -9.7,-2.7914999999999957" data-type="line" data-label="" points="168.22107512125132,376.5039065545903 171.714361461566,376.5039065545903 171.714361461566,373.0106202142756 168.22107512125132,373.0106202142756" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.7,-3.191499999999995 -8.440000000000001,-3.191499999999995 -8.440000000000001,-2.991499999999995 -9.7,-2.991499999999995" data-type="line" data-label="" points="168.22107512125132,379.99719289490497 190.22877906523394,379.99719289490497 190.22877906523394,376.5039065545903 168.22107512125132,376.5039065545903" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.7,-3.3914999999999953 -8.440000000000001,-3.3914999999999953 -8.440000000000001,-3.191499999999995 -9.7,-3.191499999999995" data-type="line" data-label="" points="168.22107512125132,383.4904792352197 190.22877906523394,383.4904792352197 190.22877906523394,379.99719289490497 168.22107512125132,379.99719289490497" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.215,0.9599999999999997 -1.305,0.9599999999999997 -1.305,1.3599999999999997 -2.215,1.3599999999999997" data-type="line" data-label="" points="298.9573164075293,307.4853016858225 314.8517692559612,307.4853016858225 314.8517692559612,300.4987290051931 298.9573164075293,300.4987290051931" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.215,0.5599999999999997 -1.305,0.5599999999999997 -1.305,0.9599999999999997 -2.215,0.9599999999999997" data-type="line" data-label="" points="298.9573164075293,314.4718743664519 314.8517692559612,314.4718743664519 314.8517692559612,307.4853016858225 298.9573164075293,307.4853016858225" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.215,0.1599999999999997 -1.305,0.1599999999999997 -1.305,0.5599999999999997 -2.215,0.5599999999999997" data-type="line" data-label="" points="298.9573164075293,321.45844704708134 314.8517692559612,321.45844704708134 314.8517692559612,314.4718743664519 298.9573164075293,314.4718743664519" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.873,0.9599999999999997 9.673,0.9599999999999997 9.673,1.3599999999999997 9.873,1.3599999999999997" data-type="line" data-label="" points="510.0915428161502,307.4853016858225 506.5982564758355,307.4853016858225 506.5982564758355,300.4987290051931 510.0915428161502,300.4987290051931" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.873,0.5599999999999998 9.673,0.5599999999999998 9.673,0.9599999999999997 9.873,0.9599999999999997" data-type="line" data-label="" points="510.0915428161502,314.4718743664519 506.5982564758355,314.4718743664519 506.5982564758355,307.4853016858225 510.0915428161502,307.4853016858225" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.873,0.15999999999999992 9.673,0.15999999999999992 9.673,0.5599999999999998 9.873,0.5599999999999998" data-type="line" data-label="" points="510.0915428161502,321.45844704708134 506.5982564758355,321.45844704708134 506.5982564758355,314.4718743664519 510.0915428161502,314.4718743664519" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="14.177999999999999,-7.9315 14.161249999999999,-7.9315 14.161249999999999,-7.7315 13.222000000000001,-7.7315 13.222000000000001,-7.9315 13.422,-7.9315" data-type="line" data-label="" points="585.2845312914243,462.7880791603636 584.991968560423,462.7880791603636 584.991968560423,459.29479282004894 568.5866225847201,459.29479282004894 568.5866225847201,462.7880791603636 572.0799089250347,462.7880791603636" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.747,-3.083 8.302499999999998,-3.083 8.302499999999998,-3.1915 9.857999999999999,-3.1915" data-type="line" data-label="" points="455.49147731703135,378.10208505528436 482.66051182882893,378.10208505528436 482.66051182882893,379.9971928949051 509.8295463406266,379.9971928949051" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.747,-4.083 8.302499999999998,-4.083 8.302499999999998,-4.1485 9.857999999999999,-4.1485" data-type="line" data-label="" points="455.49147731703135,395.5685167568579 482.66051182882893,395.5685167568579 482.66051182882893,396.71256803331096 509.8295463406266,396.71256803331096" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.747,-5.083000000000001 8.302499999999998,-5.083000000000001 8.302499999999998,-5.12 9.857999999999999,-5.12" data-type="line" data-label="" points="455.49147731703135,413.0349484584315 482.66051182882893,413.0349484584315 482.66051182882893,413.6812064313896 509.8295463406266,413.6812064313896" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.747,-2.083 8.302499999999998,-2.083 8.302499999999998,-2.2199999999999998 9.857999999999999,-2.2199999999999998" data-type="line" data-label="" points="455.49147731703135,360.63565335371084 482.66051182882893,360.63565335371084 482.66051182882893,363.02855449682636 509.8295463406266,363.02855449682636" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.7,4.8085000000000075 -6.342,4.8085000000000075 -6.342,5.8915" data-type="line" data-label="" points="168.22107512125132,240.26573928231662 226.87335277513526,240.26573928231662 226.87335277513526,221.34959374951262" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.0729999999999995,5.0315 -5.273,5.0315 -5.273,6.046500000000001 -3.3229999999999986,6.046500000000001 -3.3229999999999986,5.0315 -3.522999999999999,5.0315" data-type="line" data-label="" points="249.0382546044321,236.37072501286585 245.54496826411736,236.37072501286585 245.54496826411736,218.6422968357687 279.6045100821858,218.6422968357687 279.6045100821858,236.37072501286585 276.1112237418711,236.37072501286585" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-13.258000000000001,-6.4914999999999985 -13.258000000000001,-6.691499999999998 -13.908,-6.691499999999998 -13.908,-7.9315 -13.258000000000001,-7.9315 -13.258000000000001,-7.7315000000000005" data-type="line" data-label="" points="106.07551112705264,437.6364175100977 106.07551112705264,441.1297038504124 94.72233052102985,441.1297038504124 94.72233052102985,462.7880791603636 106.07551112705264,462.7880791603636 106.07551112705264,459.29479282004894" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,8.408499999999995 -12.7,8.5085 -14.191999999999997,8.5085" data-type="line" data-label="" points="115.82178001653068,177.3865851566521 115.82178001653068,175.63994198649465 89.76186391778302,175.63994198649465" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,7.808499999999995 -12.899999999999999,7.808499999999995 -12.899999999999999,8.208499999999994 -12.7,8.208499999999994" data-type="line" data-label="" points="115.82178001653068,187.8664441775962 112.328493676216,187.8664441775962 112.328493676216,180.8798714969668 115.82178001653068,180.8798714969668" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.7,7.408499999999998 -7.079000000000001,7.408499999999998 -7.079000000000001,8.008499999999996 -9.7,8.008499999999996" data-type="line" data-label="" points="168.22107512125132,194.85301685822557 214.00059261107555,194.85301685822557 214.00059261107555,184.3731578372815 168.22107512125132,184.3731578372815" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.7,6.008500000000003 -7.079000000000001,6.008500000000003 -7.079000000000001,7.408499999999998 -9.7,7.408499999999998" data-type="line" data-label="" points="168.22107512125132,219.30602124042844 214.00059261107555,219.30602124042844 214.00059261107555,194.85301685822557 168.22107512125132,194.85301685822557" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,2.6084999999999923 -14.360999999999997,2.6084999999999923 -14.360999999999997,4.0084999999999935 -12.7,4.0084999999999935" data-type="line" data-label="" points="115.82178001653068,278.69188902577866 86.81003696021708,278.69188902577866 86.81003696021708,254.2388846435757 115.82178001653068,254.2388846435757" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,2.208499999999992 -14.360999999999997,2.208499999999992 -14.360999999999997,2.6084999999999923 -12.7,2.6084999999999923" data-type="line" data-label="" points="115.82178001653068,285.6784617064081 86.81003696021708,285.6784617064081 86.81003696021708,278.69188902577866 115.82178001653068,278.69188902577866" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,0.8084999999999907 -14.360999999999997,0.8084999999999908 -14.360999999999997,2.208499999999992 -12.7,2.208499999999992" data-type="line" data-label="" points="115.82178001653068,310.1314660886111 86.81003696021708,310.1314660886111 86.81003696021708,285.6784617064081 115.82178001653068,285.6784617064081" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,-0.7915000000000045 -13.761,-0.7915000000000052 -13.761,0.6084999999999912 -12.7,0.6084999999999905" data-type="line" data-label="" points="115.82178001653068,338.07775681112867 97.28989598116115,338.07775681112867 97.28989598116115,313.6247524289258 115.82178001653068,313.6247524289258" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,-2.391499999999999 -13.761,-2.3914999999999997 -13.761,-0.7915000000000038 -12.7,-0.7915000000000045" data-type="line" data-label="" points="115.82178001653068,366.02404753364624 97.28989598116115,366.02404753364624 97.28989598116115,338.07775681112867 115.82178001653068,338.07775681112867" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.7,-1.7914999999999957 -7.079000000000001,-1.7914999999999957 -7.079000000000001,-1.1914999999999951 -9.7,-1.1914999999999956" data-type="line" data-label="" points="168.22107512125132,355.544188512702 214.00059261107555,355.544188512702 214.00059261107555,345.0643294917579 168.22107512125132,345.0643294917579" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.7,-2.3914999999999953 -7.079000000000001,-2.3914999999999953 -7.079000000000001,-1.7914999999999948 -9.7,-1.7914999999999957" data-type="line" data-label="" points="168.22107512125132,366.0240475336461 214.00059261107555,366.0240475336461 214.00059261107555,355.544188512702 168.22107512125132,355.544188512702" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.907,-1.2829999999999995 0.7070000000000001,-1.2829999999999995 0.7070000000000001,-1.0829999999999995 -2.554,-1.0829999999999995 -2.554,-0.6829999999999996 0.7070000000000001,-0.6829999999999996 0.7070000000000001,1.842999999999999 0.907,1.842999999999999" data-type="line" data-label="" points="353.48751617984186,346.66250799245194 349.9942298395271,346.66250799245194 349.9942298395271,343.16922165213725 293.03619606069583,343.16922165213725 293.03619606069583,336.18264897150783 349.9942298395271,336.18264897150783 349.9942298395271,292.0624424933331 353.48751617984186,292.0624424933331" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.747,-1.2830000000000004 8.309999999999999,-1.2830000000000004 8.309999999999999,-0.2829999999999993 8.528,-0.2829999999999993 8.528,0.11700000000000071 8.309999999999999,0.11700000000000071 8.309999999999999,2.3599999999999994 9.873,2.3599999999999994" data-type="line" data-label="" points="455.49147731703135,346.662507992452 482.7915100665907,346.662507992452 482.7915100665907,329.1960762908784 486.59919217753384,329.1960762908784 486.59919217753384,322.209503610249 482.7915100665907,322.209503610249 482.7915100665907,283.03229730361954 510.0915428161502,283.03229730361954" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.747,-0.883 6.947,-0.883 6.947,3.343 6.747,3.343" data-type="line" data-label="" points="455.49147731703135,339.67593531182257 458.98476365734604,339.67593531182257 458.98476365734604,265.8627949409728 455.49147731703135,265.8627949409728" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6.342,6.491499999999999 -6.342,6.6915 -1.714,6.6915 -1.714,2.243 0.907,2.2430000000000003" data-type="line" data-label="" points="226.87335277513526,210.8697347285685 226.87335277513526,207.37644838825378 307.7079986900176,207.37644838825378 307.7079986900176,285.0758698127037 353.48751617984186,285.0758698127037" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,8.208499999999994 -12.899999999999999,8.208499999999994 -12.899999999999999,8.408499999999995 -12.7,8.408499999999995" data-type="line" data-label="" points="115.82178001653068,180.8798714969668 112.328493676216,180.8798714969668 112.328493676216,177.3865851566521 115.82178001653068,177.3865851566521" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-14.191999999999997,8.108500000000001 -15.342999999999996,8.108500000000001" data-type="line" data-label="" points="89.76186391778302,182.62651466712404 69.65800102927187,182.62651466712404" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,8.5085 -12.7,8.7585 -15.000999999999998,8.7585" data-type="line" data-label="" points="115.82178001653068,175.63994198649465 115.82178001653068,171.27333406110125 75.63152067121001,171.27333406110125" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.673,0.15999999999999992 9.673,-0.24000000000000005" data-type="line" data-label="" points="506.5982564758355,321.45844704708134 506.5982564758355,328.44501972771076" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.747,3.7430000000000003 10.887999999999995,3.7430000000000003 10.887999999999995,3.6920000000000006" data-type="line" data-label="" points="455.49147731703135,258.87622226034335 527.8199709932472,258.87622226034335 527.8199709932472,259.7670102771236" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-13.258000000000001,-5.8915 -13.258000000000001,-5.7905 -13.709,-5.7905" data-type="line" data-label="" points="106.07551112705264,427.1565584891536 106.07551112705264,425.3924488872947 98.198150429643,425.3924488872947" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-13.1355" data-y="-7.351500000000001" x="98.21561686134456" y="446.02030472685306" width="19.999064298301676" height="13.274488093195885" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-1.4979999999999998" data-y="-4.2485" x="294.01431623598387" y="391.47263852283885" width="34.93286340314711" height="13.973145361258844" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-14.741999999999997" data-y="8.3085" x="70.54878904605208" y="175.63994198649465" width="19.213074871730925" height="6.9865726806293935" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="-11.2" data-y="2.5084999999999997" x="115.82178001653068" y="177.38658515665196" width="52.399295104720636" height="206.10389407856778" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="-4.297999999999999" data-y="5.0315" x="249.03825460443207" y="226.32752678446104" width="27.072969137438974" height="20.08639645680958" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="-2.9899999999999998" data-y="1.2599999999999998" x="271.8843472700903" y="276.91904620806883" width="27.072969137438974" height="50.652651934563266" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="10.648" data-y="1.2599999999999998" x="510.0915428161502" y="276.91904620806883" width="27.07296913743903" height="50.652651934563266" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="10.457999999999998" data-y="-2.32" x="509.8295463406266" y="359.5352681565117" width="20.95971804188821" height="10.479859020944104" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="10.457999999999998" data-y="-3.2915" x="509.8295463406266" y="376.50390655459034" width="20.95971804188821" height="10.479859020944161" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="10.457999999999998" data-y="-4.2485" x="509.8295463406266" y="393.2192816929962" width="20.95971804188821" height="10.479859020944161" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="schematic_component_12" data-x="10.457999999999998" data-y="-5.22" x="509.8295463406266" y="410.18792009107494" width="20.95971804188821" height="10.479859020944104" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="schematic_component_13" data-x="-9.142" data-y="-5.988499999999999" x="160.5009123091558" y="421.8642296835768" width="34.93286340314708" height="13.973145361258844" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="schematic_component_14" data-x="-11.017999999999999" data-y="-7.351500000000001" x="132.9738159474759" y="438.6844034121922" width="24.45300438220295" height="27.946290722517688" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="schematic_component_15" data-x="-6.127" data-y="6.1915" x="219.01345850942715" y="210.86973472856846" width="23.230354163092812" height="10.479859020944133" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="schematic_component_16" data-x="-13.043" data-y="-6.1915" x="98.2156168613446" y="427.15655848915367" width="23.230354163092755" height="10.479859020944161" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="schematic_component_17" data-x="12.29925" data-y="-7.9315" x="546.1597242798996" y="461.0414359902063" width="12.619496904386892" height="3.4932863403146825" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="schematic_component_18" data-x="13.783249999999999" data-y="-7.9315" x="572.0799089250347" y="461.0414359902063" width="12.619496904386779" height="3.4932863403146825" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="schematic_component_19" data-x="11.60325" data-y="-7.9315" x="532.95510191351" y="461.0414359902063" width="14.7154687085756" height="3.4932863403146825" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="schematic_component_20" data-x="14.599249999999998" data-y="-7.9315" x="585.2845312914242" y="461.0414359902063" width="14.715468708575713" height="3.4932863403146825" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="schematic_component_21" data-x="3.827" data-y="4.543" x="353.4875161798418" y="179.05462938415224" width="102.00396113718949" height="131.69689502986452" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="schematic_component_22" data-x="3.827" data-y="-3.383" x="353.4875161798418" y="324.24434290348233" width="102.00396113718949" height="118.19534332454816" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="I2C" data-x="-1.918" data-y="-3.7335000000000003" x="299.95290301451894" y="387.2806949144612" width="8.383887216755284" height="4.366607925393396" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="J1" data-x="-14.771999999999998" data-y="8.6235" x="76.4873758245871" y="171.447998378117" width="6.287915412566463" height="4.366607925393367" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="SEAM-20-03.0-S-06-2-A-K-TR" data-x="-10.739999999999998" data-y="-3.5215000000000005" x="122.80835269716013" y="384.1891365032827" width="54.4952669089094" height="3.1439577062832313" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="J2" data-x="-12.18" data-y="8.5235" x="121.76036679506569" y="173.19464154827435" width="6.287915412566463" height="4.366607925393396" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="GBC03DABN-M30" data-x="-3.892999999999999" data-y="4.3265" x="256.0248272850615" y="247.11258050933355" width="27.24763345445473" height="3.1439577062832313" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="J3" data-x="-4.552999999999999" data-y="5.721500000000001" x="254.9768413829671" y="222.1355831760834" width="6.287915412566463" height="4.366607925393396" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="09452812800" data-x="-2.705" data-y="-0.3200000000000002" x="278.87091995071967" y="328.27035541069506" width="23.055689846077087" height="3.1439577062832313" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="J4" data-x="-3.245" data-y="2.825" x="277.82293404862526" y="272.7271025996912" width="6.287915412566463" height="4.366607925393339" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="09452812800" data-x="10.933" data-y="-0.3200000000000002" x="517.0781154967797" y="328.27035541069506" width="23.05568984607703" height="3.1439577062832313" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="J5" data-x="10.393" data-y="2.825" x="516.0301295946853" y="272.7271025996912" width="6.287915412566463" height="4.366607925393339" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="1751248" data-x="10.677999999999999" data-y="-2.7499999999999996" x="516.8161190212559" y="370.71378444551874" width="14.67180262932186" height="3.1439577062832313" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="J6" data-x="10.378" data-y="-1.9049999999999998" x="515.7681331191617" y="355.3433245481341" width="6.287915412566463" height="4.366607925393339" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="1751248" data-x="10.677999999999999" data-y="-3.7215" x="516.8161190212559" y="387.6824228435974" width="14.67180262932186" height="3.1439577062832313" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="J7" data-x="10.378" data-y="-2.8765" x="515.7681331191617" y="372.3119629462127" width="6.287915412566463" height="4.366607925393396" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="1751248" data-x="10.677999999999999" data-y="-4.6785" x="516.8161190212559" y="404.3977979820032" width="14.67180262932186" height="3.143957706283288" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="J8" data-x="10.378" data-y="-3.8335" x="515.7681331191617" y="389.0273380846186" width="6.287915412566463" height="4.366607925393396" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="1751248" data-x="10.677999999999999" data-y="-5.6499999999999995" x="516.8161190212559" y="421.366436380082" width="14.67180262932186" height="3.1439577062832313" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="J9" data-x="10.378" data-y="-4.805" x="515.7681331191617" y="405.99597648269724" width="6.287915412566463" height="4.366607925393396" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="J10" data-x="-9.562" data-y="-5.4735" x="166.43949908769082" y="417.67228607519917" width="8.383887216755312" height="4.366607925393396" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="SBH11-PBPC-D07-ST-BK" data-x="-10.117999999999999" data-y="-8.281500000000001" x="139.96038862810533" y="467.32935140277283" width="41.919436083776475" height="3.1439577062832313" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="J11" data-x="-11.138" data-y="-6.4365000000000006" x="138.9124027260109" y="434.49245980381454" width="8.383887216755312" height="4.366607925393396" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="U1_T1_Data_Top_Level" data-x="2.5069999999999997" data-y="8.428" x="359.4261029583768" y="174.8626857757746" width="44.01540788796535" height="4.366607925393367" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="T1_Data_Top_Level.SchDoc" data-x="2.747" data-y="0.6430000000000001" x="360.4740888604713" y="311.4501816820797" width="50.30332330053176" height="3.1439577062832313" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="U1_T1_Power_Top_Level" data-x="2.567" data-y="0.11550000000000016" x="359.4261029583769" y="320.0523992951047" width="46.11137969215412" height="4.366607925393396" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="T1_Power_Top_Level.SchDoc" data-x="2.8070000000000004" data-y="-6.8965000000000005" x="360.4740888604713" y="443.13834349609346" width="52.399295104720636" height="3.1439577062832313" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="netId: NET_RST
3
+ <rect width="100%" height="100%" fill="white"/><g><polyline data-points="-0.498,-4.0485 -0.298,-4.0485 -0.298,-4.4485 -0.498,-4.4485" data-type="line" data-label="" points="328.94717963913104,394.9659248631536 332.4404659794457,394.9659248631536 332.4404659794457,401.952497543783 328.94717963913104,401.952497543783" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.857999999999999,-3.3915 9.097999999999999,-3.3915 9.097999999999999,-2.42 9.857999999999999,-2.42" data-type="line" data-label="" points="509.8295463406266,383.49047923521977 496.5550582474307,383.49047923521977 496.5550582474307,366.5218408371411 509.8295463406266,366.5218408371411" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.857999999999999,-4.3485 9.097999999999999,-4.3485 9.097999999999999,-3.3915 9.857999999999999,-3.3915" data-type="line" data-label="" points="509.8295463406266,400.20585437362564 496.5550582474307,400.20585437362564 496.5550582474307,383.49047923521977 509.8295463406266,383.49047923521977" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.857999999999999,-5.319999999999999 9.097999999999999,-5.319999999999999 9.097999999999999,-4.3485" data-type="line" data-label="" points="509.8295463406266,417.1744927717043 496.5550582474307,417.1744927717043 496.5550582474307,400.20585437362564" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,8.408499999999995 -12.7,8.5085 -14.191999999999997,8.5085" data-type="line" data-label="" points="115.82178001653068,177.3865851566521 115.82178001653068,175.63994198649465 89.76186391778302,175.63994198649465" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,7.608499999999995 -12.899999999999999,7.608499999999995 -12.899999999999999,7.808499999999995 -12.7,7.808499999999995" data-type="line" data-label="" points="115.82178001653068,191.35973051791092 112.328493676216,191.35973051791092 112.328493676216,187.8664441775962 115.82178001653068,187.8664441775962" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,4.208499999999994 -12.899999999999999,4.208499999999994 -12.899999999999999,4.408499999999994 -12.7,4.408499999999994" data-type="line" data-label="" points="115.82178001653068,250.74559830326098 112.328493676216,250.74559830326098 112.328493676216,247.25231196294627 115.82178001653068,247.25231196294627" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.899999999999999,4.0084999999999935 -12.899999999999999,4.208499999999994" data-type="line" data-label="" points="112.328493676216,254.2388846435757 112.328493676216,250.74559830326098" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,0.6084999999999905 -13.640999999999998,0.6084999999999905 -13.640999999999998,0.8084999999999907" data-type="line" data-label="" points="115.82178001653068,313.6247524289258 99.38586778535,313.6247524289258 99.38586778535,310.1314660886111" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,-2.591499999999998 -12.899999999999999,-2.591499999999998 -12.899999999999999,-2.391499999999999 -12.7,-2.391499999999999" data-type="line" data-label="" points="115.82178001653068,369.5173338739609 112.328493676216,369.5173338739609 112.328493676216,366.02404753364624 115.82178001653068,366.02404753364624" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,-2.7914999999999974 -12.899999999999999,-2.7914999999999974 -12.899999999999999,-2.591499999999998" data-type="line" data-label="" points="115.82178001653068,373.0106202142756 112.328493676216,373.0106202142756 112.328493676216,369.5173338739609" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,-2.9914999999999967 -12.899999999999999,-2.9914999999999967 -12.899999999999999,-2.7914999999999974" data-type="line" data-label="" points="115.82178001653068,376.5039065545903 112.328493676216,376.5039065545903 112.328493676216,373.0106202142756" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,-3.191499999999996 -12.899999999999999,-3.191499999999996 -12.899999999999999,-2.9914999999999967" data-type="line" data-label="" points="115.82178001653068,379.99719289490497 112.328493676216,379.99719289490497 112.328493676216,376.5039065545903" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,-3.3914999999999953 -12.899999999999999,-3.3914999999999953 -12.899999999999999,-3.191499999999996" data-type="line" data-label="" points="115.82178001653068,383.4904792352197 112.328493676216,383.4904792352197 112.328493676216,379.99719289490497" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.7,-2.5914999999999955 -9.5,-2.5914999999999955 -9.5,-2.3914999999999953 -9.7,-2.3914999999999953" data-type="line" data-label="" points="168.22107512125132,369.51733387396087 171.714361461566,369.51733387396087 171.714361461566,366.0240475336461 168.22107512125132,366.0240475336461" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.7,-2.7914999999999957 -9.5,-2.7914999999999957 -9.5,-2.5914999999999955" data-type="line" data-label="" points="168.22107512125132,373.0106202142756 171.714361461566,373.0106202142756 171.714361461566,369.51733387396087" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.5,-2.991499999999995 -9.5,-2.7914999999999957" data-type="line" data-label="" points="171.714361461566,376.5039065545903 171.714361461566,373.0106202142756" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.7,-3.191499999999995 -8.440000000000001,-3.191499999999995 -8.440000000000001,-2.991499999999995 -9.7,-2.991499999999995" data-type="line" data-label="" points="168.22107512125132,379.99719289490497 190.22877906523394,379.99719289490497 190.22877906523394,376.5039065545903 168.22107512125132,376.5039065545903" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.7,-3.3914999999999953 -8.440000000000001,-3.3914999999999953 -8.440000000000001,-3.191499999999995" data-type="line" data-label="" points="168.22107512125132,383.4904792352197 190.22877906523394,383.4904792352197 190.22877906523394,379.99719289490497" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.215,0.9599999999999997 -1.305,0.9599999999999997 -1.305,1.3599999999999997 -2.215,1.3599999999999997" data-type="line" data-label="" points="298.9573164075293,307.4853016858225 314.8517692559612,307.4853016858225 314.8517692559612,300.4987290051931 298.9573164075293,300.4987290051931" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.215,0.5599999999999997 -1.305,0.5599999999999997 -1.305,0.9599999999999997" data-type="line" data-label="" points="298.9573164075293,314.4718743664519 314.8517692559612,314.4718743664519 314.8517692559612,307.4853016858225" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.215,0.1599999999999997 -1.305,0.1599999999999997 -1.305,0.5599999999999997" data-type="line" data-label="" points="298.9573164075293,321.45844704708134 314.8517692559612,321.45844704708134 314.8517692559612,314.4718743664519" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.873,0.9599999999999997 9.673,0.9599999999999997 9.673,1.3599999999999997 9.873,1.3599999999999997" data-type="line" data-label="" points="510.0915428161502,307.4853016858225 506.5982564758355,307.4853016858225 506.5982564758355,300.4987290051931 510.0915428161502,300.4987290051931" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.873,0.5599999999999998 9.673,0.5599999999999998 9.673,0.9599999999999997" data-type="line" data-label="" points="510.0915428161502,314.4718743664519 506.5982564758355,314.4718743664519 506.5982564758355,307.4853016858225" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.873,0.15999999999999992 9.673,0.15999999999999992 9.673,0.5599999999999998" data-type="line" data-label="" points="510.0915428161502,321.45844704708134 506.5982564758355,321.45844704708134 506.5982564758355,314.4718743664519" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="14.177999999999999,-7.9315 14.161249999999999,-7.9315 14.161249999999999,-7.7315 13.222000000000001,-7.7315 13.222000000000001,-7.9315 13.422,-7.9315" data-type="line" data-label="" points="585.2845312914243,462.7880791603636 584.991968560423,462.7880791603636 584.991968560423,459.29479282004894 568.5866225847201,459.29479282004894 568.5866225847201,462.7880791603636 572.0799089250347,462.7880791603636" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.747,-3.083 8.302499999999998,-3.083 8.302499999999998,-3.1915 9.857999999999999,-3.1915" data-type="line" data-label="" points="455.49147731703135,378.10208505528436 482.66051182882893,378.10208505528436 482.66051182882893,379.9971928949051 509.8295463406266,379.9971928949051" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.747,-4.083 8.302499999999998,-4.083 8.302499999999998,-4.1485 9.857999999999999,-4.1485" data-type="line" data-label="" points="455.49147731703135,395.5685167568579 482.66051182882893,395.5685167568579 482.66051182882893,396.71256803331096 509.8295463406266,396.71256803331096" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.747,-5.083000000000001 8.302499999999998,-5.083000000000001 8.302499999999998,-5.12 9.857999999999999,-5.12" data-type="line" data-label="" points="455.49147731703135,413.0349484584315 482.66051182882893,413.0349484584315 482.66051182882893,413.6812064313896 509.8295463406266,413.6812064313896" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.747,-2.083 8.302499999999998,-2.083 8.302499999999998,-2.2199999999999998 9.857999999999999,-2.2199999999999998" data-type="line" data-label="" points="455.49147731703135,360.63565335371084 482.66051182882893,360.63565335371084 482.66051182882893,363.02855449682636 509.8295463406266,363.02855449682636" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.7,4.8085000000000075 -6.342,4.8085000000000075 -6.342,5.8915" data-type="line" data-label="" points="168.22107512125132,240.26573928231662 226.87335277513526,240.26573928231662 226.87335277513526,221.34959374951262" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.0729999999999995,5.0315 -5.273,5.0315 -5.273,6.046500000000001 -3.3229999999999986,6.046500000000001 -3.3229999999999986,5.0315 -3.522999999999999,5.0315" data-type="line" data-label="" points="249.0382546044321,236.37072501286585 245.54496826411736,236.37072501286585 245.54496826411736,218.6422968357687 279.6045100821858,218.6422968357687 279.6045100821858,236.37072501286585 276.1112237418711,236.37072501286585" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-13.258000000000001,-6.4914999999999985 -13.258000000000001,-6.691499999999998 -13.908,-6.691499999999998 -13.908,-7.9315 -13.258000000000001,-7.9315 -13.258000000000001,-7.7315000000000005" data-type="line" data-label="" points="106.07551112705264,437.6364175100977 106.07551112705264,441.1297038504124 94.72233052102985,441.1297038504124 94.72233052102985,462.7880791603636 106.07551112705264,462.7880791603636 106.07551112705264,459.29479282004894" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,8.208499999999994 -12.899999999999999,8.208499999999994 -12.899999999999999,8.408499999999995 -12.7,8.408499999999995" data-type="line" data-label="" points="115.82178001653068,180.8798714969668 112.328493676216,180.8798714969668 112.328493676216,177.3865851566521 115.82178001653068,177.3865851566521" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.899999999999999,7.808499999999995 -12.899999999999999,8.208499999999994" data-type="line" data-label="" points="112.328493676216,187.8664441775962 112.328493676216,180.8798714969668" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.7,7.408499999999998 -7.079000000000001,7.408499999999998 -7.079000000000001,8.008499999999996 -9.7,8.008499999999996" data-type="line" data-label="" points="168.22107512125132,194.85301685822557 214.00059261107555,194.85301685822557 214.00059261107555,184.3731578372815 168.22107512125132,184.3731578372815" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.7,6.008500000000003 -7.079000000000001,6.008500000000003 -7.079000000000001,7.408499999999998" data-type="line" data-label="" points="168.22107512125132,219.30602124042844 214.00059261107555,219.30602124042844 214.00059261107555,194.85301685822557" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,2.6084999999999923 -14.360999999999997,2.6084999999999923 -14.360999999999997,4.0084999999999935 -12.7,4.0084999999999935" data-type="line" data-label="" points="115.82178001653068,278.69188902577866 86.81003696021708,278.69188902577866 86.81003696021708,254.2388846435757 115.82178001653068,254.2388846435757" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,2.208499999999992 -14.360999999999997,2.208499999999992 -14.360999999999997,2.6084999999999923" data-type="line" data-label="" points="115.82178001653068,285.6784617064081 86.81003696021708,285.6784617064081 86.81003696021708,278.69188902577866" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,0.8084999999999907 -14.360999999999997,0.8084999999999908 -14.360999999999997,2.208499999999992" data-type="line" data-label="" points="115.82178001653068,310.1314660886111 86.81003696021708,310.1314660886111 86.81003696021708,285.6784617064081" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,-0.7915000000000045 -13.761,-0.7915000000000052 -13.761,0.6084999999999912 -12.7,0.6084999999999905" data-type="line" data-label="" points="115.82178001653068,338.07775681112867 97.28989598116115,338.07775681112867 97.28989598116115,313.6247524289258 115.82178001653068,313.6247524289258" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,-2.391499999999999 -13.761,-2.3914999999999997 -13.761,-0.7915000000000052" data-type="line" data-label="" points="115.82178001653068,366.02404753364624 97.28989598116115,366.02404753364624 97.28989598116115,338.07775681112867" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.7,-1.7914999999999957 -7.079000000000001,-1.7914999999999957 -7.079000000000001,-1.1914999999999951 -9.7,-1.1914999999999956" data-type="line" data-label="" points="168.22107512125132,355.544188512702 214.00059261107555,355.544188512702 214.00059261107555,345.0643294917579 168.22107512125132,345.0643294917579" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.7,-2.3914999999999953 -7.079000000000001,-2.3914999999999953 -7.079000000000001,-1.7914999999999957" data-type="line" data-label="" points="168.22107512125132,366.0240475336461 214.00059261107555,366.0240475336461 214.00059261107555,355.544188512702" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.907,-1.2829999999999995 0.7070000000000001,-1.2829999999999995 0.7070000000000001,-1.0829999999999995 -2.554,-1.0829999999999995 -2.554,-0.6829999999999996 0.7070000000000001,-0.6829999999999996 0.7070000000000001,1.842999999999999 0.907,1.842999999999999" data-type="line" data-label="" points="353.48751617984186,346.66250799245194 349.9942298395271,346.66250799245194 349.9942298395271,343.16922165213725 293.03619606069583,343.16922165213725 293.03619606069583,336.18264897150783 349.9942298395271,336.18264897150783 349.9942298395271,292.0624424933331 353.48751617984186,292.0624424933331" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.747,-1.2830000000000004 8.309999999999999,-1.2830000000000004 8.309999999999999,-0.2829999999999993 8.528,-0.2829999999999993 8.528,0.11700000000000071 8.309999999999999,0.11700000000000071 8.309999999999999,2.3599999999999994 9.873,2.3599999999999994" data-type="line" data-label="" points="455.49147731703135,346.662507992452 482.7915100665907,346.662507992452 482.7915100665907,329.1960762908784 486.59919217753384,329.1960762908784 486.59919217753384,322.209503610249 482.7915100665907,322.209503610249 482.7915100665907,283.03229730361954 510.0915428161502,283.03229730361954" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.747,-0.883 6.947,-0.883 6.947,3.343 6.747,3.343" data-type="line" data-label="" points="455.49147731703135,339.67593531182257 458.98476365734604,339.67593531182257 458.98476365734604,265.8627949409728 455.49147731703135,265.8627949409728" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6.342,6.491499999999999 -6.342,6.6915 -1.714,6.6915 -1.714,2.243 0.907,2.2430000000000003" data-type="line" data-label="" points="226.87335277513526,210.8697347285685 226.87335277513526,207.37644838825378 307.7079986900176,207.37644838825378 307.7079986900176,285.0758698127037 353.48751617984186,285.0758698127037" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-14.191999999999997,8.108500000000001 -15.342999999999996,8.108500000000001" data-type="line" data-label="" points="89.76186391778302,182.62651466712404 69.65800102927187,182.62651466712404" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,8.5085 -12.7,8.7585 -15.000999999999998,8.7585" data-type="line" data-label="" points="115.82178001653068,175.63994198649465 115.82178001653068,171.27333406110125 75.63152067121001,171.27333406110125" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.673,0.15999999999999992 9.673,-0.24000000000000005" data-type="line" data-label="" points="506.5982564758355,321.45844704708134 506.5982564758355,328.44501972771076" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.747,3.7430000000000003 10.887999999999995,3.7430000000000003 10.887999999999995,3.6920000000000006" data-type="line" data-label="" points="455.49147731703135,258.87622226034335 527.8199709932472,258.87622226034335 527.8199709932472,259.7670102771236" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-13.258000000000001,-5.8915 -13.258000000000001,-5.7905 -13.709,-5.7905" data-type="line" data-label="" points="106.07551112705264,427.1565584891536 106.07551112705264,425.3924488872947 98.198150429643,425.3924488872947" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-13.1355" data-y="-7.351500000000001" x="98.21561686134456" y="446.02030472685306" width="19.999064298301676" height="13.274488093195885" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-1.4979999999999998" data-y="-4.2485" x="294.01431623598387" y="391.47263852283885" width="34.93286340314711" height="13.973145361258844" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-14.741999999999997" data-y="8.3085" x="70.54878904605208" y="175.63994198649465" width="19.213074871730925" height="6.9865726806293935" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="-11.2" data-y="2.5084999999999997" x="115.82178001653068" y="177.38658515665196" width="52.399295104720636" height="206.10389407856778" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="-4.297999999999999" data-y="5.0315" x="249.03825460443207" y="226.32752678446104" width="27.072969137438974" height="20.08639645680958" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="-2.9899999999999998" data-y="1.2599999999999998" x="271.8843472700903" y="276.91904620806883" width="27.072969137438974" height="50.652651934563266" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="10.648" data-y="1.2599999999999998" x="510.0915428161502" y="276.91904620806883" width="27.07296913743903" height="50.652651934563266" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="10.457999999999998" data-y="-2.32" x="509.8295463406266" y="359.5352681565117" width="20.95971804188821" height="10.479859020944104" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="10.457999999999998" data-y="-3.2915" x="509.8295463406266" y="376.50390655459034" width="20.95971804188821" height="10.479859020944161" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="10.457999999999998" data-y="-4.2485" x="509.8295463406266" y="393.2192816929962" width="20.95971804188821" height="10.479859020944161" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="schematic_component_12" data-x="10.457999999999998" data-y="-5.22" x="509.8295463406266" y="410.18792009107494" width="20.95971804188821" height="10.479859020944104" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="schematic_component_13" data-x="-9.142" data-y="-5.988499999999999" x="160.5009123091558" y="421.8642296835768" width="34.93286340314708" height="13.973145361258844" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="schematic_component_14" data-x="-11.017999999999999" data-y="-7.351500000000001" x="132.9738159474759" y="438.6844034121922" width="24.45300438220295" height="27.946290722517688" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="schematic_component_15" data-x="-6.127" data-y="6.1915" x="219.01345850942715" y="210.86973472856846" width="23.230354163092812" height="10.479859020944133" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="schematic_component_16" data-x="-13.043" data-y="-6.1915" x="98.2156168613446" y="427.15655848915367" width="23.230354163092755" height="10.479859020944161" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="schematic_component_17" data-x="12.29925" data-y="-7.9315" x="546.1597242798996" y="461.0414359902063" width="12.619496904386892" height="3.4932863403146825" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="schematic_component_18" data-x="13.783249999999999" data-y="-7.9315" x="572.0799089250347" y="461.0414359902063" width="12.619496904386779" height="3.4932863403146825" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="schematic_component_19" data-x="11.60325" data-y="-7.9315" x="532.95510191351" y="461.0414359902063" width="14.7154687085756" height="3.4932863403146825" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="schematic_component_20" data-x="14.599249999999998" data-y="-7.9315" x="585.2845312914242" y="461.0414359902063" width="14.715468708575713" height="3.4932863403146825" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="schematic_component_21" data-x="3.827" data-y="4.543" x="353.4875161798418" y="179.05462938415224" width="102.00396113718949" height="131.69689502986452" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="schematic_component_22" data-x="3.827" data-y="-3.383" x="353.4875161798418" y="324.24434290348233" width="102.00396113718949" height="118.19534332454816" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="I2C" data-x="-1.918" data-y="-3.7335000000000003" x="299.95290301451894" y="387.2806949144612" width="8.383887216755284" height="4.366607925393396" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="J1" data-x="-14.771999999999998" data-y="8.6235" x="76.4873758245871" y="171.447998378117" width="6.287915412566463" height="4.366607925393367" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="SEAM-20-03.0-S-06-2-A-K-TR" data-x="-10.739999999999998" data-y="-3.5215000000000005" x="122.80835269716013" y="384.1891365032827" width="54.4952669089094" height="3.1439577062832313" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="J2" data-x="-12.18" data-y="8.5235" x="121.76036679506569" y="173.19464154827435" width="6.287915412566463" height="4.366607925393396" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="GBC03DABN-M30" data-x="-3.892999999999999" data-y="4.3265" x="256.0248272850615" y="247.11258050933355" width="27.24763345445473" height="3.1439577062832313" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="J3" data-x="-4.552999999999999" data-y="5.721500000000001" x="254.9768413829671" y="222.1355831760834" width="6.287915412566463" height="4.366607925393396" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="09452812800" data-x="-2.705" data-y="-0.3200000000000002" x="278.87091995071967" y="328.27035541069506" width="23.055689846077087" height="3.1439577062832313" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="J4" data-x="-3.245" data-y="2.825" x="277.82293404862526" y="272.7271025996912" width="6.287915412566463" height="4.366607925393339" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="09452812800" data-x="10.933" data-y="-0.3200000000000002" x="517.0781154967797" y="328.27035541069506" width="23.05568984607703" height="3.1439577062832313" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="J5" data-x="10.393" data-y="2.825" x="516.0301295946853" y="272.7271025996912" width="6.287915412566463" height="4.366607925393339" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="1751248" data-x="10.677999999999999" data-y="-2.7499999999999996" x="516.8161190212559" y="370.71378444551874" width="14.67180262932186" height="3.1439577062832313" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="J6" data-x="10.378" data-y="-1.9049999999999998" x="515.7681331191617" y="355.3433245481341" width="6.287915412566463" height="4.366607925393339" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="1751248" data-x="10.677999999999999" data-y="-3.7215" x="516.8161190212559" y="387.6824228435974" width="14.67180262932186" height="3.1439577062832313" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="J7" data-x="10.378" data-y="-2.8765" x="515.7681331191617" y="372.3119629462127" width="6.287915412566463" height="4.366607925393396" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="1751248" data-x="10.677999999999999" data-y="-4.6785" x="516.8161190212559" y="404.3977979820032" width="14.67180262932186" height="3.143957706283288" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="J8" data-x="10.378" data-y="-3.8335" x="515.7681331191617" y="389.0273380846186" width="6.287915412566463" height="4.366607925393396" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="1751248" data-x="10.677999999999999" data-y="-5.6499999999999995" x="516.8161190212559" y="421.366436380082" width="14.67180262932186" height="3.1439577062832313" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="J9" data-x="10.378" data-y="-4.805" x="515.7681331191617" y="405.99597648269724" width="6.287915412566463" height="4.366607925393396" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="J10" data-x="-9.562" data-y="-5.4735" x="166.43949908769082" y="417.67228607519917" width="8.383887216755312" height="4.366607925393396" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="SBH11-PBPC-D07-ST-BK" data-x="-10.117999999999999" data-y="-8.281500000000001" x="139.96038862810533" y="467.32935140277283" width="41.919436083776475" height="3.1439577062832313" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="J11" data-x="-11.138" data-y="-6.4365000000000006" x="138.9124027260109" y="434.49245980381454" width="8.383887216755312" height="4.366607925393396" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="U1_T1_Data_Top_Level" data-x="2.5069999999999997" data-y="8.428" x="359.4261029583768" y="174.8626857757746" width="44.01540788796535" height="4.366607925393367" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="T1_Data_Top_Level.SchDoc" data-x="2.747" data-y="0.6430000000000001" x="360.4740888604713" y="311.4501816820797" width="50.30332330053176" height="3.1439577062832313" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="U1_T1_Power_Top_Level" data-x="2.567" data-y="0.11550000000000016" x="359.4261029583769" y="320.0523992951047" width="46.11137969215412" height="4.366607925393396" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="T1_Power_Top_Level.SchDoc" data-x="2.8070000000000004" data-y="-6.8965000000000005" x="360.4740888604713" y="443.13834349609346" width="52.399295104720636" height="3.1439577062832313" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="netId: NET_RST
4
4
  globalConnNetId: connectivity_net9" data-x="-14.388" data-y="-6.691499999999998" x="77.95455608751922" y="439.3830606802551" width="16.767774433510624" height="3.4932863403146825" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="netId: NET_RST
5
5
  globalConnNetId: connectivity_net9" data-x="0.42600000000000005" data-y="-4.083" x="336.7022753146297" y="393.8218735867006" width="16.767774433510624" height="3.4932863403146825" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="netId: NET_GND
6
6
  globalConnNetId: connectivity_net10" data-x="-13.258000000000001" data-y="-6.4905" x="104.32886795689528" y="429.2350638616409" width="3.493286340314711" height="16.767774433510567" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.057252678571428565"/></g><g><rect data-type="rect" data-label="netId: NET_GND
@@ -615,7 +615,7 @@ orientation: x+" data-x="6.747" data-y="-0.48299999999999965" cx="455.4914773170
615
615
  .port-label { fill: rgb(0, 100, 100); }
616
616
  .component-name { fill: rgb(0, 100, 100); }
617
617
 
618
- </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 625.6434988883493 557.5444952161604 L 632.9848080782893 557.5444952161604 L 632.9848080782893 572.2271135960405 L 625.6434988883493 572.2271135960405" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 625.6434988883493 557.5444952161604 L 632.9848080782893 557.5444952161604 L 632.9848080782893 572.2271135960405 L 625.6434988883493 572.2271135960405" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" 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 1005.7764887434425 533.4282945272075 L 977.8795138216706 533.4282945272075 L 977.8795138216706 497.76788513707396 L 1005.7764887434425 497.76788513707396" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1005.7764887434425 533.4282945272075 L 977.8795138216706 533.4282945272075 L 977.8795138216706 497.76788513707396 L 1005.7764887434425 497.76788513707396" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" 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 1005.7764887434425 568.5564590010704 L 977.8795138216706 568.5564590010704 L 977.8795138216706 533.4282945272075 L 1005.7764887434425 533.4282945272075" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1005.7764887434425 568.5564590010704 L 977.8795138216706 568.5564590010704 L 977.8795138216706 533.4282945272075 L 1005.7764887434425 533.4282945272075" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" 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 1005.7764887434425 604.2168683912039 L 977.8795138216706 604.2168683912039 L 977.8795138216706 568.5564590010704 L 1005.7764887434425 568.5564590010704" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1005.7764887434425 604.2168683912039 L 977.8795138216706 604.2168683912039 L 977.8795138216706 568.5564590010704 L 1005.7764887434425 568.5564590010704" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" 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 177.75022521011 129.6562890805077 L 170.40891602017 129.6562890805077 L 170.40891602017 122.31497989056771 L 177.75022521011 122.31497989056771" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 177.75022521011 129.6562890805077 L 170.40891602017 129.6562890805077 L 170.40891602017 122.31497989056771 L 177.75022521011 122.31497989056771" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" 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 177.75022521011 254.45854530948776 L 170.40891602017 254.45854530948776 L 170.40891602017 247.11723611954775 L 177.75022521011 247.11723611954775" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 177.75022521011 254.45854530948776 L 170.40891602017 254.45854530948776 L 170.40891602017 247.11723611954775 L 177.75022521011 247.11723611954775" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" 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 177.75022521011 261.79985449942774 L 170.40891602017 261.79985449942774 L 170.40891602017 254.45854530948776 L 177.75022521011 254.45854530948776" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 177.75022521011 261.79985449942774 L 170.40891602017 261.79985449942774 L 170.40891602017 254.45854530948776 L 177.75022521011 254.45854530948776" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" 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 177.75022521011 386.60211072840787 L 143.2093654714423 386.60211072840787 L 143.2093654714423 379.2608015384679 L 177.75022521011 379.2608015384679" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 177.75022521011 386.60211072840787 L 143.2093654714423 386.60211072840787 L 143.2093654714423 379.2608015384679 L 177.75022521011 379.2608015384679" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" 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 177.75022521011 504.06305776744745 L 170.40891602017 504.06305776744745 L 170.40891602017 496.72174857750747 L 177.75022521011 496.72174857750747" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 177.75022521011 504.06305776744745 L 170.40891602017 504.06305776744745 L 170.40891602017 496.72174857750747 L 177.75022521011 496.72174857750747" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" 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 177.75022521011 511.4043669573874 L 170.40891602017 511.4043669573874 L 170.40891602017 504.06305776744745 L 177.75022521011 504.06305776744745" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 177.75022521011 511.4043669573874 L 170.40891602017 511.4043669573874 L 170.40891602017 504.06305776744745 L 177.75022521011 504.06305776744745" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"><path d="M 177.75022521011 518.7456761473275 L 170.40891602017 518.7456761473275 L 170.40891602017 511.4043669573874 L 177.75022521011 511.4043669573874" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 177.75022521011 518.7456761473275 L 170.40891602017 518.7456761473275 L 170.40891602017 511.4043669573874 L 177.75022521011 511.4043669573874" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"><path d="M 177.75022521011 526.0869853372674 L 170.40891602017 526.0869853372674 L 170.40891602017 518.7456761473275 L 177.75022521011 518.7456761473275" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 177.75022521011 526.0869853372674 L 170.40891602017 526.0869853372674 L 170.40891602017 518.7456761473275 L 177.75022521011 518.7456761473275" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"><path d="M 177.75022521011 533.4282945272073 L 170.40891602017 533.4282945272073 L 170.40891602017 526.0869853372674 L 177.75022521011 526.0869853372674" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 177.75022521011 533.4282945272073 L 170.40891602017 533.4282945272073 L 170.40891602017 526.0869853372674 L 177.75022521011 526.0869853372674" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"><path d="M 287.86986305921 504.0630577674474 L 295.21117224914997 504.0630577674474 L 295.21117224914997 496.72174857750736 L 287.86986305921 496.72174857750736" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 287.86986305921 504.0630577674474 L 295.21117224914997 504.0630577674474 L 295.21117224914997 496.72174857750736 L 287.86986305921 496.72174857750736" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"><path d="M 287.86986305921 511.40436695738737 L 295.21117224914997 511.40436695738737 L 295.21117224914997 504.0630577674474 L 287.86986305921 504.0630577674474" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 287.86986305921 511.40436695738737 L 295.21117224914997 511.40436695738737 L 295.21117224914997 504.0630577674474 L 287.86986305921 504.0630577674474" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"><path d="M 287.86986305921 518.7456761473273 L 295.21117224914997 518.7456761473273 L 295.21117224914997 511.40436695738737 L 287.86986305921 511.40436695738737" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 287.86986305921 518.7456761473273 L 295.21117224914997 518.7456761473273 L 295.21117224914997 511.40436695738737 L 287.86986305921 511.40436695738737" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"><path d="M 287.86986305921 526.0869853372674 L 334.1201109558319 526.0869853372674 L 334.1201109558319 518.7456761473273 L 287.86986305921 518.7456761473273" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 287.86986305921 526.0869853372674 L 334.1201109558319 526.0869853372674 L 334.1201109558319 518.7456761473273 L 287.86986305921 518.7456761473273" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"><path d="M 287.86986305921 533.4282945272073 L 334.1201109558319 533.4282945272073 L 334.1201109558319 526.0869853372674 L 287.86986305921 526.0869853372674" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 287.86986305921 533.4282945272073 L 334.1201109558319 533.4282945272073 L 334.1201109558319 526.0869853372674 L 287.86986305921 526.0869853372674" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"><path d="M 562.6183594927145 373.699759827088 L 596.0213163069415 373.699759827088 L 596.0213163069415 359.017141447208 L 562.6183594927145 359.017141447208" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 562.6183594927145 373.699759827088 L 596.0213163069415 373.699759827088 L 596.0213163069415 359.017141447208 L 562.6183594927145 359.017141447208" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"><path d="M 562.6183594927145 388.382378206968 L 596.0213163069415 388.382378206968 L 596.0213163069415 373.699759827088 L 562.6183594927145 373.699759827088" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 562.6183594927145 388.382378206968 L 596.0213163069415 388.382378206968 L 596.0213163069415 373.699759827088 L 562.6183594927145 373.699759827088" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"><path d="M 562.6183594927145 403.064996586848 L 596.0213163069415 403.064996586848 L 596.0213163069415 388.382378206968 L 562.6183594927145 388.382378206968" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 562.6183594927145 403.064996586848 L 596.0213163069415 403.064996586848 L 596.0213163069415 388.382378206968 L 562.6183594927145 388.382378206968" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"><path d="M 1006.327086932688 373.699759827088 L 998.985777742748 373.699759827088 L 998.985777742748 359.017141447208 L 1006.327086932688 359.017141447208" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1006.327086932688 373.699759827088 L 998.985777742748 373.699759827088 L 998.985777742748 359.017141447208 L 1006.327086932688 359.017141447208" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"><path d="M 1006.327086932688 388.382378206968 L 998.985777742748 388.382378206968 L 998.985777742748 373.699759827088 L 1006.327086932688 373.699759827088" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1006.327086932688 388.382378206968 L 998.985777742748 388.382378206968 L 998.985777742748 373.699759827088 L 1006.327086932688 373.699759827088" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_23__stack1"><path d="M 1006.327086932688 403.064996586848 L 998.985777742748 403.064996586848 L 998.985777742748 388.382378206968 L 1006.327086932688 388.382378206968" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1006.327086932688 403.064996586848 L 998.985777742748 403.064996586848 L 998.985777742748 388.382378206968 L 1006.327086932688 388.382378206968" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_24__stack1"><path d="M 1164.3487672461465 700.0760131388456 L 1163.733932601489 700.0760131388456 L 1163.733932601489 692.7347039489055 L 1129.2573093182334 692.7347039489055 L 1129.2573093182334 700.0760131388456 L 1136.5986185081733 700.0760131388456" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1164.3487672461465 700.0760131388456 L 1163.733932601489 700.0760131388456 L 1163.733932601489 692.7347039489055 L 1129.2573093182334 692.7347039489055 L 1129.2573093182334 700.0760131388456 L 1136.5986185081733 700.0760131388456" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_25__stack1"><path d="M 891.5824242939259 522.1043251017251 L 948.6794565186842 522.1043251017251 L 948.6794565186842 526.0869853372675 L 1005.7764887434425 526.0869853372675" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 891.5824242939259 522.1043251017251 L 948.6794565186842 522.1043251017251 L 948.6794565186842 526.0869853372675 L 1005.7764887434425 526.0869853372675" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_26__stack1"><path d="M 891.5824242939259 558.8108710514251 L 948.6794565186842 558.8108710514251 L 948.6794565186842 561.2151498111305 L 1005.7764887434425 561.2151498111305" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 891.5824242939259 558.8108710514251 L 948.6794565186842 558.8108710514251 L 948.6794565186842 561.2151498111305 L 1005.7764887434425 561.2151498111305" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_27__stack1"><path d="M 891.5824242939259 595.5174170011251 L 948.6794565186842 595.5174170011251 L 948.6794565186842 596.875559201264 L 1005.7764887434425 596.875559201264" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 891.5824242939259 595.5174170011251 L 948.6794565186842 595.5174170011251 L 948.6794565186842 596.875559201264 L 1005.7764887434425 596.875559201264" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_28__stack1"><path d="M 891.5824242939259 485.39777915202507 L 948.6794565186842 485.39777915202507 L 948.6794565186842 490.426575947134 L 1005.7764887434425 490.426575947134" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 891.5824242939259 485.39777915202507 L 948.6794565186842 485.39777915202507 L 948.6794565186842 490.426575947134 L 1005.7764887434425 490.426575947134" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_29__stack1"><path d="M 287.86986305921 232.43461773966726 L 411.13044435830255 232.43461773966726 L 411.13044435830255 192.68142847614243" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 287.86986305921 232.43461773966726 L 411.13044435830255 232.43461773966726 L 411.13044435830255 192.68142847614243" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_30__stack1"><path d="M 457.71105116847184 224.24905799288442 L 450.36974197853186 224.24905799288442 L 450.36974197853186 186.99191385393888 L 521.9475065804469 186.99191385393888 L 521.9475065804469 224.24905799288442 L 514.6061973905068 224.24905799288442" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 457.71105116847184 224.24905799288442 L 450.36974197853186 224.24905799288442 L 450.36974197853186 186.99191385393888 L 521.9475065804469 186.99191385393888 L 521.9475065804469 224.24905799288442 L 514.6061973905068 224.24905799288442" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_31__stack1"><path d="M 157.26797257017728 647.2185869712775 L 157.26797257017728 654.5598961612175 L 133.40871770287237 654.5598961612175 L 133.40871770287237 700.0760131388456 L 157.26797257017728 700.0760131388456 L 157.26797257017728 692.7347039489056" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 157.26797257017728 647.2185869712775 L 157.26797257017728 654.5598961612175 L 133.40871770287237 654.5598961612175 L 133.40871770287237 700.0760131388456 L 157.26797257017728 700.0760131388456 L 157.26797257017728 692.7347039489056" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_32__stack1"><path d="M 177.75022521011 100.29105232074772 L 177.75022521011 96.62039772577754 L 122.98405865315772 96.62039772577754" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 177.75022521011 100.29105232074772 L 177.75022521011 96.62039772577754 L 122.98405865315772 96.62039772577754" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_33__stack1"><path d="M 177.75022521011 122.31497989056771 L 170.40891602017 122.31497989056771 L 170.40891602017 107.63236151068776 L 177.75022521011 107.63236151068776" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 177.75022521011 122.31497989056771 L 170.40891602017 122.31497989056771 L 170.40891602017 107.63236151068776 L 177.75022521011 107.63236151068776" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_34__stack1"><path d="M 287.86986305921 136.9975982704476 L 384.0777199933736 136.9975982704476 L 384.0777199933736 114.97367070062768 L 287.86986305921 114.97367070062768" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 287.86986305921 136.9975982704476 L 384.0777199933736 136.9975982704476 L 384.0777199933736 114.97367070062768 L 287.86986305921 114.97367070062768" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_35__stack1"><path d="M 287.86986305921 188.3867626000274 L 384.0777199933736 188.3867626000274 L 384.0777199933736 136.9975982704476 L 287.86986305921 136.9975982704476" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 287.86986305921 188.3867626000274 L 384.0777199933736 188.3867626000274 L 384.0777199933736 136.9975982704476 L 287.86986305921 136.9975982704476" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_36__stack1"><path d="M 177.75022521011 313.1890188290078 L 116.78065238765839 313.1890188290078 L 116.78065238765839 261.79985449942774 L 177.75022521011 261.79985449942774" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 177.75022521011 313.1890188290078 L 116.78065238765839 313.1890188290078 L 116.78065238765839 261.79985449942774 L 177.75022521011 261.79985449942774" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_37__stack1"><path d="M 177.75022521011 327.8716372088878 L 116.78065238765839 327.8716372088878 L 116.78065238765839 313.1890188290078 L 177.75022521011 313.1890188290078" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 177.75022521011 327.8716372088878 L 116.78065238765839 327.8716372088878 L 116.78065238765839 313.1890188290078 L 177.75022521011 313.1890188290078" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_38__stack1"><path d="M 177.75022521011 379.2608015384679 L 116.78065238765839 379.2608015384679 L 116.78065238765839 327.8716372088878 L 177.75022521011 327.8716372088878" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 177.75022521011 379.2608015384679 L 116.78065238765839 379.2608015384679 L 116.78065238765839 327.8716372088878 L 177.75022521011 327.8716372088878" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_39__stack1"><path d="M 177.75022521011 437.9912750579877 L 138.80457995747827 437.9912750579877 L 138.80457995747827 386.60211072840787 L 177.75022521011 386.60211072840787" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 177.75022521011 437.9912750579877 L 138.80457995747827 437.9912750579877 L 138.80457995747827 386.60211072840787 L 177.75022521011 386.60211072840787" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_40__stack1"><path d="M 177.75022521011 496.72174857750747 L 138.80457995747827 496.7217485775075 L 138.80457995747827 437.99127505798765 L 177.75022521011 437.9912750579877" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 177.75022521011 496.72174857750747 L 138.80457995747827 496.7217485775075 L 138.80457995747827 437.99127505798765 L 177.75022521011 437.9912750579877" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_41__stack1"><path d="M 287.86986305921 474.69782100768737 L 384.0777199933736 474.69782100768737 L 384.0777199933736 452.6738934378674 L 287.86986305921 452.6738934378674" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 287.86986305921 474.69782100768737 L 384.0777199933736 474.69782100768737 L 384.0777199933736 452.6738934378674 L 287.86986305921 452.6738934378674" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_42__stack1"><path d="M 287.86986305921 496.72174857750736 L 384.0777199933736 496.72174857750736 L 384.0777199933736 474.69782100768737 L 287.86986305921 474.69782100768737" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 287.86986305921 496.72174857750736 L 384.0777199933736 496.72174857750736 L 384.0777199933736 474.69782100768737 L 287.86986305921 474.69782100768737" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_43__stack1"><path d="M 677.2161959476779 456.03254239226504 L 669.8748867577378 456.03254239226504 L 669.8748867577378 448.69123320232507 L 550.1748404157662 448.69123320232507 L 550.1748404157662 434.00861482244505 L 669.8748867577378 434.00861482244505 L 669.8748867577378 341.2878797535029 L 677.2161959476779 341.2878797535029" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 677.2161959476779 456.03254239226504 L 669.8748867577378 456.03254239226504 L 669.8748867577378 448.69123320232507 L 550.1748404157662 448.69123320232507 L 550.1748404157662 434.00861482244505 L 669.8748867577378 434.00861482244505 L 669.8748867577378 341.2878797535029 L 677.2161959476779 341.2878797535029" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_44__stack1"><path d="M 891.5824242939259 456.0325423922651 L 948.9547556133069 456.0325423922651 L 948.9547556133069 419.32599644256504 L 956.9567826303416 419.32599644256504 L 956.9567826303416 404.64337806268503 L 948.9547556133069 404.64337806268503 L 948.9547556133069 322.310595497508 L 1006.327086932688 322.310595497508" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 891.5824242939259 456.0325423922651 L 948.9547556133069 456.0325423922651 L 948.9547556133069 419.32599644256504 L 956.9567826303416 419.32599644256504 L 956.9567826303416 404.64337806268503 L 948.9547556133069 404.64337806268503 L 948.9547556133069 322.310595497508 L 1006.327086932688 322.310595497508" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_45__stack1"><path d="M 891.5824242939259 441.3499240123851 L 898.9237334838658 441.3499240123851 L 898.9237334838658 286.2280608289529 L 891.5824242939259 286.2280608289529" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 891.5824242939259 441.3499240123851 L 898.9237334838658 441.3499240123851 L 898.9237334838658 286.2280608289529 L 891.5824242939259 286.2280608289529" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_46__stack1"><path d="M 411.13044435830255 170.65750090632244 L 411.13044435830255 163.31619171638243 L 581.0083390135142 163.31619171638243 L 581.0083390135142 326.60526137362285 L 677.2161959476779 326.60526137362285" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 411.13044435830255 170.65750090632244 L 411.13044435830255 163.31619171638243 L 581.0083390135142 163.31619171638243 L 581.0083390135142 326.60526137362285 L 677.2161959476779 326.60526137362285" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_47__stack1"><path d="M 177.75022521011 107.63236151068776 L 170.40891602017 107.63236151068776 L 170.40891602017 100.29105232074772 L 177.75022521011 100.29105232074772" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 177.75022521011 107.63236151068776 L 170.40891602017 107.63236151068776 L 170.40891602017 100.29105232074772 L 177.75022521011 100.29105232074772" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_48__stack1"><path d="M 122.98405865315772 111.30301610565749 L 80.73482426505302 111.30301610565749" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 122.98405865315772 111.30301610565749 L 80.73482426505302 111.30301610565749" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_49__stack1"><path d="M 177.75022521011 96.62039772577754 L 177.75022521011 87.44376123835252 L 93.28846297985035 87.44376123835252" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 177.75022521011 96.62039772577754 L 177.75022521011 87.44376123835252 L 93.28846297985035 87.44376123835252" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" 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_50__stack1"><path d="M 998.985777742748 403.064996586848 L 998.985777742748 417.74761496672795" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 998.985777742748 403.064996586848 L 998.985777742748 417.74761496672795" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" 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_51__stack1"><path d="M 891.5824242939259 271.5454424490729 L 1043.5842310716334 271.5454424490729 L 1043.5842310716334 273.41747629250756" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 891.5824242939259 271.5454424490729 L 1043.5842310716334 271.5454424490729 L 1043.5842310716334 273.41747629250756" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" 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_52__stack1"><path d="M 157.26797257017728 625.1946594014576 L 157.26797257017728 621.4872982605378 L 140.71332034686264 621.4872982605378" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 157.26797257017728 625.1946594014576 L 157.26797257017728 621.4872982605378 L 140.71332034686264 621.4872982605378" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><circle cx="1005.7764887434425" cy="533.4282945272075" r="1.101196378491" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="977.8795138216706" cy="533.4282945272075" r="1.101196378491" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><circle cx="1005.7764887434425" cy="568.5564590010704" r="1.101196378491" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="977.8795138216706" cy="568.5564590010704" r="1.101196378491" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><circle cx="170.40891602017" cy="122.31497989056771" r="1.101196378491" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="177.75022521011" cy="122.31497989056771" r="1.101196378491" 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"><circle cx="177.75022521011" cy="254.45854530948776" r="1.101196378491" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="170.40891602017" cy="254.45854530948776" r="1.101196378491" 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_6__stack1"><circle cx="177.75022521011" cy="261.79985449942774" r="1.101196378491" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><circle cx="177.75022521011" cy="386.60211072840787" r="1.101196378491" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="177.75022521011" cy="379.2608015384679" r="1.101196378491" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><circle cx="177.75022521011" cy="504.06305776744745" r="1.101196378491" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="170.40891602017" cy="504.06305776744745" r="1.101196378491" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="177.75022521011" cy="496.72174857750747" r="1.101196378491" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"><circle cx="177.75022521011" cy="511.4043669573874" r="1.101196378491" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="170.40891602017" cy="511.4043669573874" r="1.101196378491" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"><circle cx="177.75022521011" cy="518.7456761473275" r="1.101196378491" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="170.40891602017" cy="518.7456761473275" r="1.101196378491" 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_11__stack1"><circle cx="177.75022521011" cy="526.0869853372674" r="1.101196378491" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="170.40891602017" cy="526.0869853372674" r="1.101196378491" 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_12__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"><circle cx="287.86986305921" cy="504.0630577674474" r="1.101196378491" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="295.21117224914997" cy="504.0630577674474" r="1.101196378491" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="287.86986305921" cy="496.72174857750736" r="1.101196378491" 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_14__stack1"><circle cx="287.86986305921" cy="511.40436695738737" r="1.101196378491" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="295.21117224914997" cy="511.40436695738737" r="1.101196378491" 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_15__stack1"><circle cx="287.86986305921" cy="518.7456761473273" r="1.101196378491" 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_16__stack1"><circle cx="287.86986305921" cy="526.0869853372674" r="1.101196378491" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="334.1201109558319" cy="526.0869853372674" r="1.101196378491" 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_17__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"><circle cx="562.6183594927145" cy="373.699759827088" r="1.101196378491" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="596.0213163069415" cy="373.699759827088" r="1.101196378491" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"><circle cx="562.6183594927145" cy="388.382378206968" r="1.101196378491" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="596.0213163069415" cy="388.382378206968" r="1.101196378491" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"><circle cx="1006.327086932688" cy="373.699759827088" r="1.101196378491" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="998.985777742748" cy="373.699759827088" r="1.101196378491" 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_22__stack1"><circle cx="1006.327086932688" cy="388.382378206968" r="1.101196378491" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="998.985777742748" cy="388.382378206968" r="1.101196378491" 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_23__stack1"><circle cx="998.985777742748" cy="403.064996586848" r="1.101196378491" 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_24__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_25__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_26__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_27__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_28__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_29__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_30__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_31__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_32__stack1"><circle cx="177.75022521011" cy="100.29105232074772" r="1.101196378491" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="177.75022521011" cy="96.62039772577754" r="1.101196378491" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_33__stack1"><circle cx="170.40891602017" cy="107.63236151068776" r="1.101196378491" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="177.75022521011" cy="107.63236151068776" r="1.101196378491" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_34__stack1"><circle cx="287.86986305921" cy="136.9975982704476" r="1.101196378491" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="384.0777199933736" cy="136.9975982704476" r="1.101196378491" 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_35__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_36__stack1"><circle cx="177.75022521011" cy="313.1890188290078" r="1.101196378491" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="116.78065238765839" cy="313.1890188290078" r="1.101196378491" 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_37__stack1"><circle cx="177.75022521011" cy="327.8716372088878" r="1.101196378491" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="116.78065238765839" cy="327.8716372088878" r="1.101196378491" 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_38__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_39__stack1"><circle cx="177.75022521011" cy="437.9912750579877" r="1.101196378491" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="138.80457995747827" cy="437.9912750579877" r="1.101196378491" 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_40__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_41__stack1"><circle cx="287.86986305921" cy="474.69782100768737" r="1.101196378491" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="384.0777199933736" cy="474.69782100768737" r="1.101196378491" 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_42__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_43__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_44__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_45__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_46__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_47__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_48__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_49__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_50__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_51__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_52__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="140.75002689281234" y="676.9508891905346" width="42.02899511240645" height="3.670654594970074" stroke-width="0.7341309189940001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="140.75002689281234" y="676.9508891905346" width="42.02899511240645" height="3.670654594970074" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="157.26797257017728" y1="680.6215437855046" x2="157.26797257017728" y2="692.7347039489056" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="156.53384165118328" y="692.0005730299116" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="156.5338416511833" y="686.678123867205" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform="rotate(-90 156.5338416511833 686.678123867205)"></text><line class="component-pin sch-component-pin sch-port-line" x1="157.26797257017728" y1="676.9508891905346" x2="157.26797257017728" y2="665.5718599461275" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="157.26797257017728" cy="664.8377290271335" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="156.53384165118328" y="664.1035981081395" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="156.5338416511833" y="670.894309108834" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform="rotate(-90 156.5338416511833 670.894309108834)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="566.9130253688294" y="550.2031860262205" width="44.04785513963998" height="29.36523675975991" stroke-width="0.7341309189940001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="566.9130253688294" y="550.2031860262205" width="44.04785513963998" height="29.36523675975991" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="610.9608805084694" y1="572.2271135960405" x2="625.6434988883493" y2="572.2271135960405" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="624.9093679693553" y="571.4929826770465" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="618.3021896984094" y="571.4929826770465" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="610.9608805084694" y1="564.8858044061004" x2="624.9093679693553" y2="564.8858044061004" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="625.6434988883493" cy="564.8858044061004" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="624.9093679693553" y="564.1516734871065" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="618.3021896984094" y="564.1516734871065" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="610.9608805084694" y1="557.5444952161604" x2="625.6434988883493" y2="557.5444952161604" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="624.9093679693553" y="556.8103642971664" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="618.3021896984094" y="556.8103642971664" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component chip sch-component-body" x="97.28947648836765" y="102.12637961823248" width="11.011963784909995" height="3.670654594970074" stroke-width="0.7341309189940001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="97.28947648836765" y="102.12637961823248" width="11.011963784909995" height="3.670654594970074" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="122.98405865315772" y1="105.79703421320255" x2="122.98405865315772" y2="111.30301610565749" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="122.24992773416372" y="110.5688851866635" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="122.24992773416363" y="108.55002515942999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform="rotate(-90 122.24992773416363 108.55002515942999)"></text><line class="component-pin sch-component-pin sch-port-line" x1="108.30144027327765" y1="103.96170691571751" x2="122.24992773416363" y2="103.96170691571751" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="122.98405865315772" cy="103.96170691571751" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="122.24992773416372" y="103.22757599672352" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="115.64274946321768" y="103.22757599672354" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="122.98405865315772" y1="102.12637961823248" x2="122.98405865315772" y2="96.62039772577754" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_2_2__stack1"><rect x="122.24992773416372" y="95.88626680678354" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="122.24992773416363" y="99.37338867200504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform="rotate(-90 122.24992773416363 99.37338867200504)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="192.43284358999" y="100.2910523207475" width="80.75440108933998" height="433.13724220646003" stroke-width="0.7341309189940001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="192.43284358999" y="100.2910523207475" width="80.75440108933998" height="433.13724220646003" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="100.29105232074772" x2="177.75022521011" y2="100.29105232074772" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="177.016094291116" y="99.55692140175373" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="99.55692140175375" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="107.63236151068776" x2="177.75022521011" y2="107.63236151068776" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="177.016094291116" y="106.89823059169376" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="106.89823059169379" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="114.97367070062774" x2="178.48435612910396" y2="114.97367070062774" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="114.97367070062774" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="114.23953978163374" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="114.23953978163377" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="114.97367070062768" x2="287.86986305921" y2="114.97367070062768" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_3__stack1"><rect x="287.13573214021596" y="114.23953978163368" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="114.23953978163365" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="107.6323615106877" x2="287.13573214021596" y2="107.6323615106877" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="107.6323615106877" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="106.8982305916937" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="106.89823059169373" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="100.29105232074772" x2="287.13573214021596" y2="100.29105232074772" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="100.29105232074772" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="99.55692140175373" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="99.55692140175375" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="122.31497989056771" x2="177.75022521011" y2="122.31497989056771" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_6__stack1"><rect x="177.016094291116" y="121.58084897157372" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="121.58084897157374" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="129.6562890805077" x2="177.75022521011" y2="129.6562890805077" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_7__stack1"><rect x="177.016094291116" y="128.9221581615137" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="128.92215816151372" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="136.99759827044772" x2="178.48435612910396" y2="136.99759827044772" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="136.99759827044772" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="136.26346735145373" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="136.26346735145376" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="136.9975982704476" x2="287.86986305921" y2="136.9975982704476" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_9__stack1"><rect x="287.13573214021596" y="136.2634673514536" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="136.26346735145358" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="129.65628908050763" x2="287.13573214021596" y2="129.65628908050763" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="129.65628908050763" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="128.92215816151364" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="128.9221581615136" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="122.31497989056766" x2="287.13573214021596" y2="122.31497989056766" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="122.31497989056766" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="121.58084897157366" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="121.58084897157363" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="144.3389074603877" x2="178.48435612910396" y2="144.3389074603877" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="144.3389074603877" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="143.6047765413937" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="143.60477654139373" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="151.68021665032774" x2="178.48435612910396" y2="151.68021665032774" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="151.68021665032774" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="150.94608573133374" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="150.94608573133377" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="159.0215258402677" x2="178.48435612910396" y2="159.0215258402677" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="159.0215258402677" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="158.28739492127372" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="158.28739492127372" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="159.02152584026751" x2="287.13573214021596" y2="159.02152584026751" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="159.02152584026751" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="158.28739492127352" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="158.28739492127352" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="151.6802166503275" x2="287.13573214021596" y2="151.6802166503275" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="151.6802166503275" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="150.9460857313335" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="150.94608573133354" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="144.3389074603876" x2="287.13573214021596" y2="144.3389074603876" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="144.3389074603876" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="143.6047765413936" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="143.60477654139356" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="166.36283503020772" x2="178.48435612910396" y2="166.36283503020772" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_18__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="166.36283503020772" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="165.62870411121372" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="165.62870411121372" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="173.70414422014773" x2="178.48435612910396" y2="173.70414422014773" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_19__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="173.70414422014773" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="172.97001330115373" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="172.97001330115373" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="181.0454534100877" x2="178.48435612910396" y2="181.0454534100877" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_20__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="181.0454534100877" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="180.3113224910937" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="180.3113224910937" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="181.04545341008742" x2="287.13573214021596" y2="181.04545341008742" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_21__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="181.04545341008742" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="180.31132249109342" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="180.31132249109345" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="173.70414422014747" x2="287.13573214021596" y2="173.70414422014747" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_22__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="173.70414422014747" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="172.97001330115347" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="172.97001330115347" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="166.3628350302075" x2="287.13573214021596" y2="166.3628350302075" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_23__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="166.3628350302075" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="165.6287041112135" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="165.6287041112135" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="188.38676260002774" x2="178.48435612910396" y2="188.38676260002774" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_24__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="188.38676260002774" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="187.65263168103374" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="187.65263168103374" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="195.72807178996771" x2="178.48435612910396" y2="195.72807178996771" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_25__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="195.72807178996771" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="194.99394087097372" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="194.99394087097372" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="203.06938097990775" x2="178.48435612910396" y2="203.06938097990775" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_26__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="203.06938097990775" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="202.33525006091375" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="202.33525006091375" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="203.06938097990735" x2="287.13573214021596" y2="203.06938097990735" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_27__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="203.06938097990735" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="202.33525006091335" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="202.33525006091338" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="195.72807178996737" x2="287.13573214021596" y2="195.72807178996737" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_28__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="195.72807178996737" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="194.99394087097338" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="194.9939408709734" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="188.3867626000274" x2="287.86986305921" y2="188.3867626000274" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_29__stack1"><rect x="287.13573214021596" y="187.6526316810334" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="187.65263168103343" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="210.41069016984773" x2="178.48435612910396" y2="210.41069016984773" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_30__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="210.41069016984773" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="209.67655925085373" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="209.67655925085373" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="217.75199935978776" x2="178.48435612910396" y2="217.75199935978776" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_31__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="217.75199935978776" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="217.01786844079376" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="217.01786844079376" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="225.09330854972774" x2="178.48435612910396" y2="225.09330854972774" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_32__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="225.09330854972774" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="224.35917763073374" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="224.35917763073374" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="225.09330854972728" x2="287.13573214021596" y2="225.09330854972728" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_33__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="225.09330854972728" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="224.35917763073329" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="224.35917763073329" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="217.7519993597873" x2="287.13573214021596" y2="217.7519993597873" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_34__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="217.7519993597873" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="217.0178684407933" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="217.0178684407933" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="210.41069016984733" x2="287.13573214021596" y2="210.41069016984733" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_35__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="210.41069016984733" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="209.67655925085333" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="209.67655925085333" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="232.43461773966777" x2="178.48435612910396" y2="232.43461773966777" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_36__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="232.43461773966777" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="231.70048682067377" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="231.70048682067377" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="239.77592692960775" x2="178.48435612910396" y2="239.77592692960775" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_37__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="239.77592692960775" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="239.04179601061375" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="239.04179601061375" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="247.11723611954775" x2="177.75022521011" y2="247.11723611954775" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_38__stack1"><rect x="177.016094291116" y="246.38310520055376" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="246.38310520055376" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="247.1172361195472" x2="287.13573214021596" y2="247.1172361195472" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_39__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="247.1172361195472" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="246.3831052005532" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="246.38310520055322" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="239.7759269296072" x2="287.13573214021596" y2="239.7759269296072" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_40__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="239.7759269296072" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="239.0417960106132" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="239.04179601061324" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="232.43461773966726" x2="287.86986305921" y2="232.43461773966726" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_41__stack1"><rect x="287.13573214021596" y="231.70048682067326" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="231.70048682067326" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="254.45854530948776" x2="177.75022521011" y2="254.45854530948776" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_42__stack1"><rect x="177.016094291116" y="253.72441439049376" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="253.72441439049376" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="261.79985449942774" x2="177.75022521011" y2="261.79985449942774" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_43__stack1"><rect x="177.016094291116" y="261.0657235804337" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="261.06572358043377" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="269.1411636893678" x2="178.48435612910396" y2="269.1411636893678" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_44__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="269.1411636893678" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="268.40703277037375" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="268.4070327703738" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="269.1411636893672" x2="287.13573214021596" y2="269.1411636893672" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_45__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="269.1411636893672" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="268.4070327703732" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="268.40703277037323" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="261.79985449942717" x2="287.13573214021596" y2="261.79985449942717" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_46__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="261.79985449942717" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="261.06572358043314" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="261.0657235804332" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="254.4585453094872" x2="287.13573214021596" y2="254.4585453094872" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_47__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="254.4585453094872" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="253.7244143904932" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="253.72441439049322" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="276.4824728793078" x2="178.48435612910396" y2="276.4824728793078" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_48__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="276.4824728793078" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="275.7483419603138" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="275.7483419603138" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="283.8237820692478" x2="178.48435612910396" y2="283.8237820692478" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_49__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="283.8237820692478" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="283.08965115025376" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="283.08965115025376" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="291.16509125918776" x2="178.48435612910396" y2="291.16509125918776" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_50__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="291.16509125918776" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="290.43096034019374" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="290.4309603401938" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="291.16509125918725" x2="287.13573214021596" y2="291.16509125918725" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_51__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="291.16509125918725" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="290.4309603401932" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="290.4309603401932" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="283.8237820692472" x2="287.13573214021596" y2="283.8237820692472" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_52__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="283.8237820692472" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="283.0896511502532" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="283.08965115025325" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="276.48247287930724" x2="287.13573214021596" y2="276.48247287930724" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_53__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="276.48247287930724" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="275.7483419603132" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="275.7483419603132" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="298.5064004491278" x2="178.48435612910396" y2="298.5064004491278" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_54__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="298.5064004491278" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="297.77226953013377" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="297.7722695301338" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="305.84770963906783" x2="178.48435612910396" y2="305.84770963906783" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_55__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="305.84770963906783" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="305.1135787200738" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="305.1135787200738" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="313.1890188290078" x2="177.75022521011" y2="313.1890188290078" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_56__stack1"><rect x="177.016094291116" y="312.4548879100138" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="312.4548879100138" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="313.18901882900724" x2="287.13573214021596" y2="313.18901882900724" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_57__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="313.18901882900724" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="312.4548879100132" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="312.45488791001327" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="305.84770963906726" x2="287.13573214021596" y2="305.84770963906726" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_58__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="305.84770963906726" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="305.11357872007324" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="305.11357872007324" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="298.5064004491272" x2="287.13573214021596" y2="298.5064004491272" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_59__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="298.5064004491272" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="297.7722695301332" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="297.77226953013326" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="320.5303280189478" x2="178.48435612910396" y2="320.5303280189478" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_60__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="320.5303280189478" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="319.79619709995376" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="319.7961970999538" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="327.8716372088878" x2="177.75022521011" y2="327.8716372088878" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_61__stack1"><rect x="177.016094291116" y="327.1375062898938" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="327.13750628989385" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="335.21294639882785" x2="178.48435612910396" y2="335.21294639882785" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_62__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="335.21294639882785" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="334.4788154798338" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="334.4788154798338" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="335.2129463988273" x2="287.13573214021596" y2="335.2129463988273" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_63__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="335.2129463988273" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="334.47881547983326" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="334.47881547983326" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="327.87163720888725" x2="287.13573214021596" y2="327.87163720888725" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_64__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="327.87163720888725" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="327.1375062898932" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="327.1375062898933" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="320.5303280189473" x2="287.13573214021596" y2="320.5303280189473" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_65__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="320.5303280189473" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="319.79619709995325" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="319.79619709995325" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="342.55425558876783" x2="178.48435612910396" y2="342.55425558876783" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_66__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="342.55425558876783" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="341.8201246697738" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="341.8201246697738" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="349.89556477870786" x2="178.48435612910396" y2="349.89556477870786" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_67__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="349.89556477870786" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="349.16143385971384" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="349.16143385971384" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="357.23687396864784" x2="178.48435612910396" y2="357.23687396864784" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_68__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="357.23687396864784" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="356.5027430496538" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="356.5027430496539" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="357.2368739686473" x2="287.13573214021596" y2="357.2368739686473" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_69__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="357.2368739686473" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="356.50274304965325" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="356.5027430496533" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="349.8955647787073" x2="287.13573214021596" y2="349.8955647787073" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_70__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="349.8955647787073" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="349.16143385971327" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="349.16143385971327" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="342.55425558876726" x2="287.13573214021596" y2="342.55425558876726" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_71__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="342.55425558876726" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="341.82012466977324" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="341.8201246697733" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="364.5781831585879" x2="178.48435612910396" y2="364.5781831585879" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_72__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="364.5781831585879" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="363.84405223959385" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="363.84405223959385" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="371.91949234852785" x2="178.48435612910396" y2="371.91949234852785" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_73__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="371.91949234852785" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="371.1853614295338" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="371.1853614295339" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="379.2608015384679" x2="177.75022521011" y2="379.2608015384679" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_74__stack1"><rect x="177.016094291116" y="378.52667061947386" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="378.52667061947386" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="379.2608015384673" x2="287.13573214021596" y2="379.2608015384673" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_75__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="379.2608015384673" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="378.5266706194733" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="378.5266706194733" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="371.9194923485273" x2="287.13573214021596" y2="371.9194923485273" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_76__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="371.9194923485273" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="371.18536142953326" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="371.1853614295333" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="364.5781831585873" x2="287.13573214021596" y2="364.5781831585873" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_77__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="364.5781831585873" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="363.8440522395933" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="363.8440522395933" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="386.60211072840787" x2="177.75022521011" y2="386.60211072840787" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_78__stack1"><rect x="177.016094291116" y="385.86797980941384" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="385.8679798094139" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="393.94341991834784" x2="178.48435612910396" y2="393.94341991834784" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_79__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="393.94341991834784" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="393.2092889993538" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="393.2092889993539" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="401.2847291082878" x2="178.48435612910396" y2="401.2847291082878" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_80__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="401.2847291082878" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="400.5505981892938" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="400.55059818929385" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="401.2847291082873" x2="287.13573214021596" y2="401.2847291082873" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_81__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="401.2847291082873" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="400.5505981892933" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="400.55059818929334" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="393.94341991834733" x2="287.13573214021596" y2="393.94341991834733" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_82__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="393.94341991834733" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="393.2092889993533" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="393.2092889993533" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="386.6021107284073" x2="287.13573214021596" y2="386.6021107284073" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_83__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="386.6021107284073" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="385.86797980941327" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="385.8679798094133" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="408.6260382982278" x2="178.48435612910396" y2="408.6260382982278" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_84__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="408.6260382982278" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="407.89190737923377" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="407.89190737923377" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="415.9673474881678" x2="178.48435612910396" y2="415.9673474881678" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_85__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="415.9673474881678" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="415.23321656917375" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="415.23321656917375" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="423.30865667810775" x2="178.48435612910396" y2="423.30865667810775" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_86__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="423.30865667810775" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="422.5745257591137" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="422.5745257591137" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="423.30865667810735" x2="287.13573214021596" y2="423.30865667810735" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_87__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="423.30865667810735" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="422.5745257591133" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="422.5745257591133" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="415.9673474881673" x2="287.13573214021596" y2="415.9673474881673" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_88__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="415.9673474881673" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="415.2332165691733" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="415.23321656917335" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="408.62603829822734" x2="287.13573214021596" y2="408.62603829822734" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_89__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="408.62603829822734" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="407.8919073792333" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="407.8919073792333" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="430.64996586804773" x2="178.48435612910396" y2="430.64996586804773" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_90__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="430.64996586804773" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="429.9158349490537" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="429.9158349490537" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="437.9912750579877" x2="177.75022521011" y2="437.9912750579877" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_91__stack1"><rect x="177.016094291116" y="437.2571441389937" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="437.2571441389937" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="445.3325842479277" x2="178.48435612910396" y2="445.3325842479277" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_92__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="445.3325842479277" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="444.59845332893366" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="444.59845332893366" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="445.33258424792734" x2="287.13573214021596" y2="445.33258424792734" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_93__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="445.33258424792734" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="444.5984533289333" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="444.5984533289334" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="437.99127505798737" x2="287.13573214021596" y2="437.99127505798737" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_94__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="437.99127505798737" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="437.25714413899334" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="437.25714413899334" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="430.64996586804733" x2="287.13573214021596" y2="430.64996586804733" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_95__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="430.64996586804733" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="429.9158349490533" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="429.91583494905336" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="452.67389343786766" x2="178.48435612910396" y2="452.67389343786766" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_96__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="452.67389343786766" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="451.93976251887364" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="451.93976251887364" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="460.01520262780764" x2="178.48435612910396" y2="460.01520262780764" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_97__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="460.01520262780764" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="459.2810717088136" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="459.2810717088136" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="467.3565118177476" x2="178.48435612910396" y2="467.3565118177476" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_98__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="467.3565118177476" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="466.6223808987536" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="466.6223808987536" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="467.35651181774733" x2="287.13573214021596" y2="467.35651181774733" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_99__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="467.35651181774733" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="466.6223808987533" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="466.62238089875336" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="460.01520262780735" x2="287.13573214021596" y2="460.01520262780735" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_100__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="460.01520262780735" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="459.28107170881333" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="459.28107170881333" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="452.6738934378674" x2="287.86986305921" y2="452.6738934378674" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_101__stack1"><rect x="287.13573214021596" y="451.93976251887335" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="451.93976251887335" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="474.6978210076876" x2="178.48435612910396" y2="474.6978210076876" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_102__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="474.6978210076876" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="473.96369008869357" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="473.96369008869357" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="482.0391301976275" x2="178.48435612910396" y2="482.0391301976275" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_103__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="482.0391301976275" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="481.3049992786335" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="481.30499927863355" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="489.38043938756755" x2="178.48435612910396" y2="489.38043938756755" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_104__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="489.38043938756755" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="488.6463084685735" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="488.6463084685735" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="489.3804393875673" x2="287.13573214021596" y2="489.3804393875673" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_105__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="489.3804393875673" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="488.6463084685733" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="488.64630846857335" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="482.03913019762734" x2="287.13573214021596" y2="482.03913019762734" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_106__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="482.03913019762734" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="481.3049992786333" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="481.3049992786333" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="474.69782100768737" x2="287.86986305921" y2="474.69782100768737" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_107__stack1"><rect x="287.13573214021596" y="473.96369008869334" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="473.9636900886934" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="496.72174857750747" x2="177.75022521011" y2="496.72174857750747" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_108__stack1"><rect x="177.016094291116" y="495.98761765851344" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="495.9876176585135" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="504.06305776744745" x2="177.75022521011" y2="504.06305776744745" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_109__stack1"><rect x="177.016094291116" y="503.3289268484534" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="503.3289268484535" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="511.4043669573874" x2="177.75022521011" y2="511.4043669573874" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_110__stack1"><rect x="177.016094291116" y="510.6702360383934" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="510.67023603839345" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="511.40436695738737" x2="287.86986305921" y2="511.40436695738737" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_111__stack1"><rect x="287.13573214021596" y="510.67023603839334" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="510.67023603839334" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="504.0630577674474" x2="287.86986305921" y2="504.0630577674474" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_112__stack1"><rect x="287.13573214021596" y="503.32892684845336" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="503.32892684845336" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="496.72174857750736" x2="287.86986305921" y2="496.72174857750736" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_113__stack1"><rect x="287.13573214021596" y="495.98761765851333" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="495.9876176585134" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="518.7456761473275" x2="177.75022521011" y2="518.7456761473275" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_114__stack1"><rect x="177.016094291116" y="518.0115452283335" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="518.0115452283334" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="526.0869853372674" x2="177.75022521011" y2="526.0869853372674" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_115__stack1"><rect x="177.016094291116" y="525.3528544182734" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="525.3528544182734" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="533.4282945272073" x2="177.75022521011" y2="533.4282945272073" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_116__stack1"><rect x="177.016094291116" y="532.6941636082133" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="532.6941636082133" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="533.4282945272073" x2="287.86986305921" y2="533.4282945272073" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_117__stack1"><rect x="287.13573214021596" y="532.6941636082133" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="532.6941636082133" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="526.0869853372674" x2="287.86986305921" y2="526.0869853372674" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_118__stack1"><rect x="287.13573214021596" y="525.3528544182734" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="525.3528544182734" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="518.7456761473273" x2="287.86986305921" y2="518.7456761473273" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_119__stack1"><rect x="287.13573214021596" y="518.0115452283334" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="518.0115452283334" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component chip sch-component-body" x="472.3936695483519" y="203.14279407180692" width="27.529909462274986" height="42.212527842155" stroke-width="0.7341309189940001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="472.3936695483519" y="203.14279407180692" width="27.529909462274986" height="42.212527842155" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="472.3936695483519" y1="216.9077488029444" x2="458.4451820874658" y2="216.9077488029444" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="457.71105116847184" cy="216.9077488029444" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="456.9769202494778" y="216.1736178839504" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="465.0523603584119" y="216.1736178839504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="499.9235790106269" y1="216.9077488029444" x2="513.8720664715129" y2="216.9077488029444" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="514.6061973905068" cy="216.9077488029444" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="513.8720664715129" y="216.1736178839504" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.2648882005669" y="216.1736178839504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="472.3936695483519" y1="224.24905799288442" x2="457.71105116847184" y2="224.24905799288442" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_4_2__stack1"><rect x="456.9769202494778" y="223.51492707389042" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="465.0523603584119" y="223.51492707389042" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="499.9235790106269" y1="224.24905799288442" x2="514.6061973905068" y2="224.24905799288442" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_4_3__stack1"><rect x="513.8720664715129" y="223.51492707389042" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.2648882005669" y="223.51492707389042" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="472.3936695483519" y1="231.59036718282442" x2="458.4451820874658" y2="231.59036718282442" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_4_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="457.71105116847184" cy="231.59036718282442" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="456.9769202494778" y="230.85623626383043" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="465.0523603584119" y="230.85623626383043" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="499.9235790106269" y1="231.59036718282442" x2="513.8720664715129" y2="231.59036718282442" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_4_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="514.6061973905068" cy="231.59036718282442" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="513.8720664715129" y="230.85623626383043" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.2648882005669" y="230.85623626383043" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component chip sch-component-body" x="520.4058316505594" y="309.463304415113" width="27.529909462274986" height="106.44898325412998" stroke-width="0.7341309189940001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="520.4058316505594" y="309.463304415113" width="27.529909462274986" height="106.44898325412998" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="547.9357411128344" y1="322.31059549750796" x2="561.8842285737204" y2="322.31059549750796" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="562.6183594927145" cy="322.31059549750796" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="561.8842285737205" y="321.57646457851394" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="555.2770503027745" y="321.576464578514" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="547.9357411128344" y1="336.993213877388" x2="561.8842285737204" y2="336.993213877388" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="562.6183594927145" cy="336.993213877388" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="561.8842285737205" y="336.25908295839395" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="555.2770503027745" y="336.259082958394" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="547.9357411128344" y1="359.017141447208" x2="562.6183594927145" y2="359.017141447208" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_5_2__stack1"><rect x="561.8842285737205" y="358.283010528214" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="555.2770503027745" y="358.283010528214" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="547.9357411128344" y1="373.699759827088" x2="562.6183594927145" y2="373.699759827088" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_5_3__stack1"><rect x="561.8842285737205" y="372.96562890809395" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="555.2770503027745" y="372.965628908094" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="547.9357411128344" y1="388.382378206968" x2="562.6183594927145" y2="388.382378206968" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_5_4__stack1"><rect x="561.8842285737205" y="387.64824728797396" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="555.2770503027745" y="387.64824728797396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="547.9357411128344" y1="403.064996586848" x2="562.6183594927145" y2="403.064996586848" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_5_5__stack1"><rect x="561.8842285737205" y="402.33086566785397" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="555.2770503027745" y="402.33086566785397" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component chip sch-component-body" x="1021.009705312568" y="309.463304415113" width="27.529909462274873" height="106.44898325412998" stroke-width="0.7341309189940001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1021.009705312568" y="309.463304415113" width="27.529909462274873" height="106.44898325412998" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1021.009705312568" y1="322.310595497508" x2="1006.327086932688" y2="322.310595497508" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="1005.592956013694" y="321.576464578514" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1013.668396122628" y="321.576464578514" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1021.009705312568" y1="336.99321387738803" x2="1007.0612178516819" y2="336.99321387738803" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1006.327086932688" cy="336.99321387738803" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="1005.592956013694" y="336.259082958394" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1013.668396122628" y="336.259082958394" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1021.009705312568" y1="359.017141447208" x2="1006.327086932688" y2="359.017141447208" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_6_2__stack1"><rect x="1005.592956013694" y="358.283010528214" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1013.668396122628" y="358.283010528214" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1021.009705312568" y1="373.699759827088" x2="1006.327086932688" y2="373.699759827088" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_6_3__stack1"><rect x="1005.592956013694" y="372.96562890809395" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1013.668396122628" y="372.965628908094" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1021.009705312568" y1="388.382378206968" x2="1006.327086932688" y2="388.382378206968" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_6_4__stack1"><rect x="1005.592956013694" y="387.64824728797396" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1013.668396122628" y="387.64824728797396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1021.009705312568" y1="403.064996586848" x2="1006.327086932688" y2="403.064996586848" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_6_5__stack1"><rect x="1005.592956013694" y="402.33086566785397" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1013.668396122628" y="402.33086566785397" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_7__stack1"><rect class="component chip sch-component-body" x="1020.4591071233225" y="483.08526675719395" width="14.682618379879955" height="22.02392756981999" stroke-width="0.7341309189940001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1020.4591071233225" y="483.08526675719395" width="14.682618379879955" height="22.02392756981999" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1020.4591071233225" y1="490.426575947134" x2="1005.7764887434425" y2="490.426575947134" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="1005.0423578244486" y="489.69244502813996" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1013.1177979333825" y="489.69244502813996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1020.4591071233225" y1="497.76788513707396" x2="1005.7764887434425" y2="497.76788513707396" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="1005.0423578244486" y="497.03375421807993" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1013.1177979333825" y="497.03375421808" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_8__stack1"><rect class="component chip sch-component-body" x="1020.4591071233225" y="518.7456761473276" width="14.682618379879955" height="22.02392756981999" stroke-width="0.7341309189940001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1020.4591071233225" y="518.7456761473276" width="14.682618379879955" height="22.02392756981999" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1020.4591071233225" y1="526.0869853372675" x2="1005.7764887434425" y2="526.0869853372675" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="1005.0423578244486" y="525.3528544182735" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1013.1177979333825" y="525.3528544182735" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1020.4591071233225" y1="533.4282945272075" x2="1005.7764887434425" y2="533.4282945272075" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><rect x="1005.0423578244486" y="532.6941636082136" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1013.1177979333825" y="532.6941636082136" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_9__stack1"><rect class="component chip sch-component-body" x="1020.4591071233225" y="553.8738406211904" width="14.682618379879955" height="22.02392756981999" stroke-width="0.7341309189940001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1020.4591071233225" y="553.8738406211904" width="14.682618379879955" height="22.02392756981999" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1020.4591071233225" y1="561.2151498111305" x2="1005.7764887434425" y2="561.2151498111305" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="1005.0423578244486" y="560.4810188921365" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1013.1177979333825" y="560.4810188921365" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1020.4591071233225" y1="568.5564590010704" x2="1005.7764887434425" y2="568.5564590010704" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><rect x="1005.0423578244486" y="567.8223280820764" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1013.1177979333825" y="567.8223280820764" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_10__stack1"><rect class="component chip sch-component-body" x="1020.4591071233225" y="589.534250011324" width="14.682618379879955" height="22.02392756981999" stroke-width="0.7341309189940001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1020.4591071233225" y="589.534250011324" width="14.682618379879955" height="22.02392756981999" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1020.4591071233225" y1="596.875559201264" x2="1005.7764887434425" y2="596.875559201264" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><rect x="1005.0423578244486" y="596.14142828227" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1013.1177979333825" y="596.14142828227" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1020.4591071233225" y1="604.2168683912039" x2="1005.7764887434425" y2="604.2168683912039" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><rect x="1005.0423578244486" y="603.4827374722099" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1013.1177979333825" y="603.4827374722099" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_11__stack1"><rect class="component chip sch-component-body" x="286.3281881293226" y="614.0725759786984" width="44.04785513963992" height="29.365236759760023" stroke-width="0.7341309189940001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="286.3281881293226" y="614.0725759786984" width="44.04785513963992" height="29.365236759760023" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="330.3760432689625" y1="636.0965035485184" x2="344.32453072984856" y2="636.0965035485184" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_11_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="345.0586616488426" cy="636.0965035485184" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="344.32453072984856" y="635.3623726295244" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="337.7173524589026" y="635.3623726295244" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="330.3760432689625" y1="628.7551943585784" x2="344.32453072984856" y2="628.7551943585784" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_11_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="345.0586616488426" cy="628.7551943585784" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="344.32453072984856" y="628.0210634395844" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="337.7173524589026" y="628.0210634395844" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="330.3760432689625" y1="621.4138851686384" x2="344.32453072984856" y2="621.4138851686384" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_11_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="345.0586616488426" cy="621.4138851686384" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="344.32453072984856" y="620.6797542496445" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="337.7173524589026" y="620.6797542496445" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_12__stack1"><rect class="component chip sch-component-body" x="228.47867171259543" y="649.4209797282596" width="22.023927569819932" height="58.73047351951993" stroke-width="0.7341309189940001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="228.47867171259543" y="649.4209797282596" width="22.023927569819932" height="58.73047351951993" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="228.47867171259543" y1="656.7622889181996" x2="214.5301842517094" y2="656.7622889181996" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_12_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="213.79605333271542" cy="656.7622889181996" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="213.06192241372142" y="656.0281579992056" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="221.1373625226554" y="656.0281579992056" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="250.50259928241536" y1="656.7622889181996" x2="264.45108674330135" y2="656.7622889181996" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_12_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="265.1852176622954" cy="656.7622889181996" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="264.45108674330135" y="656.0281579992056" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="257.8439084723554" y="656.0281579992056" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="228.47867171259543" y1="664.1035981081395" x2="214.5301842517094" y2="664.1035981081395" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_12_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="213.79605333271542" cy="664.1035981081395" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="213.06192241372142" y="663.3694671891456" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="221.1373625226554" y="663.3694671891456" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="250.50259928241536" y1="664.1035981081395" x2="264.45108674330135" y2="664.1035981081395" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_12_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="265.1852176622954" cy="664.1035981081395" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="264.45108674330135" y="663.3694671891456" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="257.8439084723554" y="663.3694671891456" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="228.47867171259543" y1="671.4449072980796" x2="214.5301842517094" y2="671.4449072980796" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_12_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="213.79605333271542" cy="671.4449072980796" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="213.06192241372142" y="670.7107763790856" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="221.1373625226554" y="670.7107763790856" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="250.50259928241536" y1="671.4449072980796" x2="264.45108674330135" y2="671.4449072980796" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_12_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="265.1852176622954" cy="671.4449072980796" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="264.45108674330135" y="670.7107763790856" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="257.8439084723554" y="670.7107763790856" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="228.47867171259543" y1="678.7862164880196" x2="214.5301842517094" y2="678.7862164880196" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_12_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="213.79605333271542" cy="678.7862164880196" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="213.06192241372142" y="678.0520855690256" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="221.1373625226554" y="678.0520855690256" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="250.50259928241536" y1="678.7862164880196" x2="264.45108674330135" y2="678.7862164880196" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_12_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="265.1852176622954" cy="678.7862164880196" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="264.45108674330135" y="678.0520855690256" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="257.8439084723554" y="678.0520855690256" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="228.47867171259543" y1="686.1275256779595" x2="214.5301842517094" y2="686.1275256779595" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_12_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="213.79605333271542" cy="686.1275256779595" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="213.06192241372142" y="685.3933947589655" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="221.1373625226554" y="685.3933947589655" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="250.50259928241536" y1="686.1275256779595" x2="264.45108674330135" y2="686.1275256779595" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_12_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="265.1852176622954" cy="686.1275256779595" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="264.45108674330135" y="685.3933947589655" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="257.8439084723554" y="685.3933947589655" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="228.47867171259543" y1="693.4688348678995" x2="214.5301842517094" y2="693.4688348678995" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_12_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="213.79605333271542" cy="693.4688348678995" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="213.06192241372142" y="692.7347039489056" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="221.1373625226554" y="692.7347039489056" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="250.50259928241536" y1="693.4688348678995" x2="264.45108674330135" y2="693.4688348678995" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_12_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="265.1852176622954" cy="693.4688348678995" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="264.45108674330135" y="692.7347039489056" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="257.8439084723554" y="692.7347039489056" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="228.47867171259543" y1="700.8101440578396" x2="214.5301842517094" y2="700.8101440578396" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_12_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="213.79605333271542" cy="700.8101440578396" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="213.06192241372142" y="700.0760131388456" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="221.1373625226554" y="700.0760131388456" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="250.50259928241536" y1="700.8101440578396" x2="264.45108674330135" y2="700.8101440578396" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_12_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="265.1852176622954" cy="700.8101440578396" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="264.45108674330135" y="700.0760131388456" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="257.8439084723554" y="700.0760131388456" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_13__stack1"><rect class="component chip sch-component-body" x="394.6124986809375" y="179.83413739374745" width="48.819706113101006" height="3.6706545949699887" stroke-width="0.7341309189940001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="394.6124986809375" y="179.83413739374745" width="48.819706113101006" height="3.6706545949699887" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="411.13044435830255" y1="183.50479198871744" x2="411.13044435830255" y2="192.68142847614243" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_13_0__stack1"><rect x="410.3963134393085" y="191.94729755714843" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="410.3963134393085" y="188.09311023242992" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform="rotate(-90 410.3963134393085 188.09311023242992)"></text><line class="component-pin sch-component-pin sch-port-line" x1="411.13044435830255" y1="179.83413739374745" x2="411.13044435830255" y2="170.65750090632244" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_13_1__stack1"><rect x="410.3963134393085" y="169.92336998732844" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="410.3963134393085" y="175.24581915003495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform="rotate(-90 410.3963134393085 175.24581915003495)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_14__stack1"><rect class="component chip sch-component-body" x="140.7500268928124" y="634.3712958888825" width="48.81970611310095" height="3.6706545949699603" stroke-width="0.7341309189940001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="140.7500268928124" y="634.3712958888825" width="48.81970611310095" height="3.6706545949699603" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="157.26797257017728" y1="638.0419504838525" x2="157.26797257017728" y2="647.2185869712775" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_14_0__stack1"><rect x="156.53384165118328" y="646.4844560522836" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="156.5338416511833" y="642.630268727565" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform="rotate(-90 156.5338416511833 642.630268727565)"></text><line class="component-pin sch-component-pin sch-port-line" x1="157.26797257017728" y1="634.3712958888825" x2="157.26797257017728" y2="625.1946594014576" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_14_1__stack1"><rect x="156.53384165118328" y="624.4605284824636" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="156.5338416511833" y="629.78297764517" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform="rotate(-90 156.5338416511833 629.78297764517)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_15__stack1"><rect class="component chip sch-component-body" x="1093.5510167456628" y="696.4053585438755" width="3.670654594970074" height="7.3413091899399205" stroke-width="0.7341309189940001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1093.5510167456628" y="696.4053585438755" width="3.670654594970074" height="7.3413091899399205" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1093.5510167456628" y1="700.0760131388456" x2="1082.8602352378125" y2="700.0760131388456" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_15_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1082.1261043188185" cy="700.0760131388456" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="1081.3919733998246" y="699.3418822198516" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1087.8385605322405" y="699.3418822198515" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_16__stack1"><rect class="component chip sch-component-body" x="1148.0235309350173" y="696.4053585438755" width="3.670654594970074" height="7.3413091899399205" stroke-width="0.7341309189940001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1148.0235309350173" y="696.4053585438755" width="3.670654594970074" height="7.3413091899399205" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1148.0235309350173" y1="700.0760131388456" x2="1136.5986185081733" y2="700.0760131388456" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_16_0__stack1"><rect x="1135.8644875891794" y="699.3418822198516" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1142.3110747215953" y="699.3418822198515" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_17__stack1"><rect class="component chip sch-component-body" x="1068.0032607646715" y="696.4053585438755" width="3.6706545949698466" height="7.3413091899399205" stroke-width="0.7341309189940001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1068.0032607646715" y="696.4053585438755" width="3.6706545949698466" height="7.3413091899399205" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1068.0032607646715" y1="700.0760131388456" x2="1055.1100864998393" y2="700.0760131388456" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_17_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1054.3759555808454" cy="700.0760131388456" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="1053.6418246618514" y="699.3418822198516" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1061.1896081727584" y="699.3418822198515" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_18__stack1"><rect class="component chip sch-component-body" x="1177.9760724299726" y="696.4053585438755" width="3.670654594970074" height="7.3413091899399205" stroke-width="0.7341309189940001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1177.9760724299726" y="696.4053585438755" width="3.670654594970074" height="7.3413091899399205" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1177.9760724299726" y1="700.0760131388456" x2="1164.3487672461465" y2="700.0760131388456" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_18_0__stack1"><rect x="1163.6146363271525" y="699.3418822198516" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1171.1624198380596" y="699.3418822198515" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_19__stack1"><rect class="component chip sch-component-body" x="691.8988143275578" y="103.79652745894384" width="185.000991586488" height="276.76735646073803" stroke-width="0.7341309189940001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="691.8988143275578" y="103.79652745894384" width="185.000991586488" height="276.76735646073803" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="348.6291889434429" x2="677.9503268666718" y2="348.6291889434429" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="348.6291889434429" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="347.8950580244489" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="347.89505802444893" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="876.8998059140458" y1="286.2280608289529" x2="891.5824242939259" y2="286.2280608289529" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_1__stack1"><rect x="890.8482933749319" y="285.49392990995887" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.2411151039859" y="285.49392990995887" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="341.2878797535029" x2="677.2161959476779" y2="341.2878797535029" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_2__stack1"><rect x="676.4820650286839" y="340.5537488345089" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="340.5537488345089" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="876.8998059140458" y1="278.88675163901286" x2="890.8482933749319" y2="278.88675163901286" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="891.5824242939259" cy="278.88675163901286" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="890.8482933749319" y="278.15262072001883" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.2411151039859" y="278.15262072001883" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="876.8998059140458" y1="271.5454424490729" x2="891.5824242939259" y2="271.5454424490729" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_4__stack1"><rect x="890.8482933749319" y="270.81131153007885" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.2411151039859" y="270.81131153007885" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="326.6052613736229" x2="677.2161959476779" y2="326.6052613736229" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_5__stack1"><rect x="676.4820650286839" y="325.8711304546289" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="325.8711304546289" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="172.43776838488282" x2="677.9503268666718" y2="172.43776838488282" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="172.43776838488282" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="171.70363746588882" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="171.70363746588885" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="157.7551500050028" x2="677.9503268666718" y2="157.7551500050028" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="157.7551500050028" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="157.0210190860088" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="157.02101908600883" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="135.73122243518281" x2="677.9503268666718" y2="135.73122243518281" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="135.73122243518281" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="134.99709151618882" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="134.99709151618885" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="179.77907757482282" x2="677.9503268666718" y2="179.77907757482282" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="179.77907757482282" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="179.04494665582882" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="179.04494665582885" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="187.12038676476283" x2="677.9503268666718" y2="187.12038676476283" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="187.12038676476283" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="186.38625584576883" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="186.38625584576886" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="143.07253162512285" x2="677.9503268666718" y2="143.07253162512285" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="143.07253162512285" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="142.33840070612885" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="142.33840070612882" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="165.0964591949428" x2="677.9503268666718" y2="165.0964591949428" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="165.0964591949428" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="164.3623282759488" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="164.36232827594884" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="150.41384081506283" x2="677.9503268666718" y2="150.41384081506283" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="150.41384081506283" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="149.67970989606883" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="149.67970989606886" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="209.14431433458282" x2="677.9503268666718" y2="209.14431433458282" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="209.14431433458282" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="208.41018341558882" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="208.41018341558885" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="216.4856235245228" x2="677.9503268666718" y2="216.4856235245228" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="216.4856235245228" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="215.7514926055288" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="215.75149260552882" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="194.4616959547028" x2="677.9503268666718" y2="194.4616959547028" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="194.4616959547028" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="193.7275650357088" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="193.72756503570884" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="201.8030051446428" x2="677.9503268666718" y2="201.8030051446428" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="201.8030051446428" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="201.0688742256488" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="201.06887422564884" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="245.85086028428282" x2="677.9503268666718" y2="245.85086028428282" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_18__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="245.85086028428282" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="245.11672936528882" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="245.11672936528885" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="297.2400246138629" x2="677.9503268666718" y2="297.2400246138629" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_19__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="297.2400246138629" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="296.50589369486886" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="296.50589369486886" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="238.50955109434284" x2="677.9503268666718" y2="238.50955109434284" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_20__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="238.50955109434284" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="237.77542017534884" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="237.77542017534887" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="267.87478785410286" x2="677.9503268666718" y2="267.87478785410286" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_21__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="267.87478785410286" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="267.14065693510884" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="267.14065693510884" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="304.58133380380286" x2="677.9503268666718" y2="304.58133380380286" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_22__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="304.58133380380286" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="303.84720288480884" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="303.8472028848089" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="311.9226429937429" x2="677.9503268666718" y2="311.9226429937429" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_23__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="311.9226429937429" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="311.18851207474887" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="311.18851207474887" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="319.2639521836829" x2="677.9503268666718" y2="319.2639521836829" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_24__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="319.2639521836829" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="318.52982126468885" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="318.5298212646889" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="253.19216947422285" x2="677.9503268666718" y2="253.19216947422285" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_25__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="253.19216947422285" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="252.45803855522885" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="252.45803855522888" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="282.5574062339829" x2="677.9503268666718" y2="282.5574062339829" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_26__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="282.5574062339829" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="281.82327531498885" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="281.82327531498885" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="289.89871542392285" x2="677.9503268666718" y2="289.89871542392285" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_27__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="289.89871542392285" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="289.1645845049288" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="289.1645845049289" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="223.82693271446283" x2="677.9503268666718" y2="223.82693271446283" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_28__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="223.82693271446283" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="223.09280179546883" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="223.09280179546886" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="275.21609704404284" x2="677.9503268666718" y2="275.21609704404284" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_29__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="275.21609704404284" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="274.4819661250488" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="274.48196612504887" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="260.5334786641628" x2="677.9503268666718" y2="260.5334786641628" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_30__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="260.5334786641628" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="259.7993477451688" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="259.79934774516886" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="231.1682419044028" x2="677.9503268666718" y2="231.1682419044028" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_31__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="231.1682419044028" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="230.4341109854088" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="230.43411098540884" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="876.8998059140458" y1="249.5215148792529" x2="890.8482933749319" y2="249.5215148792529" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_32__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="891.5824242939259" cy="249.5215148792529" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="890.8482933749319" y="248.7873839602589" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.2411151039859" y="248.7873839602589" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="876.8998059140458" y1="227.4975873094329" x2="890.8482933749319" y2="227.4975873094329" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_33__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="891.5824242939259" cy="227.4975873094329" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="890.8482933749319" y="226.7634563904389" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.2411151039859" y="226.7634563904389" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="876.8998059140458" y1="212.8149689295529" x2="890.8482933749319" y2="212.8149689295529" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_34__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="891.5824242939259" cy="212.8149689295529" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="890.8482933749319" y="212.0808380105589" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.2411151039859" y="212.0808380105589" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="876.8998059140458" y1="234.83889649937285" x2="890.8482933749319" y2="234.83889649937285" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_35__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="891.5824242939259" cy="234.83889649937285" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="890.8482933749319" y="234.10476558037885" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.2411151039859" y="234.10476558037888" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="876.8998059140458" y1="264.20413325913285" x2="890.8482933749319" y2="264.20413325913285" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_36__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="891.5824242939259" cy="264.20413325913285" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="890.8482933749319" y="263.4700023401388" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.2411151039859" y="263.4700023401389" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="876.8998059140458" y1="205.47365973961286" x2="890.8482933749319" y2="205.47365973961286" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_37__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="891.5824242939259" cy="205.47365973961286" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="890.8482933749319" y="204.73952882061886" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.2411151039859" y="204.7395288206189" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="876.8998059140458" y1="220.1562781194929" x2="890.8482933749319" y2="220.1562781194929" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_38__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="891.5824242939259" cy="220.1562781194929" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="890.8482933749319" y="219.4221472004989" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.2411151039859" y="219.4221472004989" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="876.8998059140458" y1="198.13235054967285" x2="890.8482933749319" y2="198.13235054967285" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_39__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="891.5824242939259" cy="198.13235054967285" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="890.8482933749319" y="197.39821963067885" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.2411151039859" y="197.39821963067888" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="876.8998059140458" y1="242.18020568931286" x2="890.8482933749319" y2="242.18020568931286" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_40__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="891.5824242939259" cy="242.18020568931286" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="890.8482933749319" y="241.44607477031886" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.2411151039859" y="241.4460747703189" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="876.8998059140458" y1="256.8628240691928" x2="890.8482933749319" y2="256.8628240691928" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_41__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="891.5824242939259" cy="256.8628240691928" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="890.8482933749319" y="256.1286931501988" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.2411151039859" y="256.12869315019884" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="333.9465705635629" x2="677.9503268666718" y2="333.9465705635629" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_42__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="333.9465705635629" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="333.21243964456886" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="333.2124396445689" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_20__stack1"><rect class="component chip sch-component-body" x="691.8988143275578" y="408.9196906658251" width="185.000991586488" height="248.39319644161992" stroke-width="0.7341309189940001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="691.8988143275578" y="408.9196906658251" width="185.000991586488" height="248.39319644161992" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="536.786943481605" x2="677.9503268666718" y2="536.786943481605" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_20_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="536.786943481605" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="536.052812562611" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="536.052812562611" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="522.1043251017251" x2="677.9503268666718" y2="522.1043251017251" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_20_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="522.1043251017251" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="521.3701941827311" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="521.3701941827311" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="456.03254239226504" x2="677.2161959476779" y2="456.03254239226504" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_20_2__stack1"><rect x="676.4820650286839" y="455.298411473271" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="455.2984114732711" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="441.34992401238503" x2="677.9503268666718" y2="441.34992401238503" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_20_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="441.34992401238503" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="440.615793093391" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="440.61579309339106" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="876.8998059140458" y1="632.2239629508251" x2="890.8482933749319" y2="632.2239629508251" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_20_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="891.5824242939259" cy="632.2239629508251" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="890.8482933749319" y="631.4898320318312" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.2411151039859" y="631.4898320318312" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="876.8998059140458" y1="456.0325423922651" x2="891.5824242939259" y2="456.0325423922651" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_20_5__stack1"><rect x="890.8482933749319" y="455.2984114732711" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.2411151039859" y="455.2984114732711" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="876.8998059140458" y1="441.3499240123851" x2="891.5824242939259" y2="441.3499240123851" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_20_6__stack1"><rect x="890.8482933749319" y="440.61579309339106" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.2411151039859" y="440.61579309339106" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="876.8998059140458" y1="522.1043251017251" x2="891.5824242939259" y2="522.1043251017251" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_20_7__stack1"><rect x="890.8482933749319" y="521.3701941827311" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.2411151039859" y="521.3701941827311" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="558.8108710514251" x2="677.9503268666718" y2="558.8108710514251" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_20_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="558.8108710514251" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="558.0767401324312" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="558.076740132431" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="573.4934894313051" x2="677.9503268666718" y2="573.4934894313051" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_20_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="573.4934894313051" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="572.7593585123111" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="572.7593585123111" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="876.8998059140458" y1="558.8108710514251" x2="891.5824242939259" y2="558.8108710514251" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_20_10__stack1"><rect x="890.8482933749319" y="558.0767401324312" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.2411151039859" y="558.076740132431" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="876.8998059140458" y1="595.5174170011251" x2="891.5824242939259" y2="595.5174170011251" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_20_11__stack1"><rect x="890.8482933749319" y="594.7832860821311" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.2411151039859" y="594.7832860821311" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="876.8998059140458" y1="485.39777915202507" x2="891.5824242939259" y2="485.39777915202507" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_20_12__stack1"><rect x="890.8482933749319" y="484.66364823303104" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.2411151039859" y="484.6636482330311" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="500.0803975319051" x2="677.9503268666718" y2="500.0803975319051" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_20_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="500.0803975319051" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="499.34626661291105" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="499.34626661291105" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="876.8998059140458" y1="411.98468725262506" x2="890.8482933749319" y2="411.98468725262506" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_20_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="891.5824242939259" cy="411.98468725262506" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="890.8482933749319" y="411.25055633363104" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.2411151039859" y="411.25055633363104" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="876.8998059140458" y1="426.6673056325051" x2="890.8482933749319" y2="426.6673056325051" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_20_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="891.5824242939259" cy="426.6673056325051" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="890.8482933749319" y="425.93317471351105" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.2411151039859" y="425.93317471351105" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="157.26797257017728" cy="692.7347039489056" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="157.26797257017728" cy="664.8377290271335" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="625.6434988883493" cy="572.2271135960405" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="625.6434988883493" cy="564.8858044061004" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="625.6434988883493" cy="557.5444952161604" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="122.98405865315772" cy="111.30301610565749" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="122.98405865315772" cy="103.96170691571751" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_2__stack1"><circle cx="122.98405865315772" cy="96.62039772577754" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="177.75022521011" cy="100.29105232074772" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="177.75022521011" cy="107.63236151068776" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_2__stack1"><circle cx="177.75022521011" cy="114.97367070062774" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_3__stack1"><circle cx="287.86986305921" cy="114.97367070062768" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_4__stack1"><circle cx="287.86986305921" cy="107.6323615106877" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_5__stack1"><circle cx="287.86986305921" cy="100.29105232074772" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_6__stack1"><circle cx="177.75022521011" cy="122.31497989056771" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_7__stack1"><circle cx="177.75022521011" cy="129.6562890805077" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_8__stack1"><circle cx="177.75022521011" cy="136.99759827044772" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_9__stack1"><circle cx="287.86986305921" cy="136.9975982704476" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_10__stack1"><circle cx="287.86986305921" cy="129.65628908050763" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_11__stack1"><circle cx="287.86986305921" cy="122.31497989056766" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_12__stack1"><circle cx="177.75022521011" cy="144.3389074603877" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_13__stack1"><circle cx="177.75022521011" cy="151.68021665032774" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_14__stack1"><circle cx="177.75022521011" cy="159.0215258402677" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_15__stack1"><circle cx="287.86986305921" cy="159.02152584026751" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_16__stack1"><circle cx="287.86986305921" cy="151.6802166503275" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_17__stack1"><circle cx="287.86986305921" cy="144.3389074603876" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_18__stack1"><circle cx="177.75022521011" cy="166.36283503020772" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_19__stack1"><circle cx="177.75022521011" cy="173.70414422014773" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_20__stack1"><circle cx="177.75022521011" cy="181.0454534100877" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_21__stack1"><circle cx="287.86986305921" cy="181.04545341008742" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_22__stack1"><circle cx="287.86986305921" cy="173.70414422014747" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_23__stack1"><circle cx="287.86986305921" cy="166.3628350302075" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_24__stack1"><circle cx="177.75022521011" cy="188.38676260002774" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_25__stack1"><circle cx="177.75022521011" cy="195.72807178996771" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_26__stack1"><circle cx="177.75022521011" cy="203.06938097990775" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_27__stack1"><circle cx="287.86986305921" cy="203.06938097990735" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_28__stack1"><circle cx="287.86986305921" cy="195.72807178996737" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_29__stack1"><circle cx="287.86986305921" cy="188.3867626000274" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_30__stack1"><circle cx="177.75022521011" cy="210.41069016984773" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_31__stack1"><circle cx="177.75022521011" cy="217.75199935978776" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_32__stack1"><circle cx="177.75022521011" cy="225.09330854972774" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_33__stack1"><circle cx="287.86986305921" cy="225.09330854972728" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_34__stack1"><circle cx="287.86986305921" cy="217.7519993597873" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_35__stack1"><circle cx="287.86986305921" cy="210.41069016984733" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_36__stack1"><circle cx="177.75022521011" cy="232.43461773966777" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_37__stack1"><circle cx="177.75022521011" cy="239.77592692960775" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_38__stack1"><circle cx="177.75022521011" cy="247.11723611954775" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_39__stack1"><circle cx="287.86986305921" cy="247.1172361195472" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_40__stack1"><circle cx="287.86986305921" cy="239.7759269296072" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_41__stack1"><circle cx="287.86986305921" cy="232.43461773966726" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_42__stack1"><circle cx="177.75022521011" cy="254.45854530948776" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_43__stack1"><circle cx="177.75022521011" cy="261.79985449942774" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_44__stack1"><circle cx="177.75022521011" cy="269.1411636893678" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_45__stack1"><circle cx="287.86986305921" cy="269.1411636893672" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_46__stack1"><circle cx="287.86986305921" cy="261.79985449942717" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_47__stack1"><circle cx="287.86986305921" cy="254.4585453094872" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_48__stack1"><circle cx="177.75022521011" cy="276.4824728793078" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_49__stack1"><circle cx="177.75022521011" cy="283.8237820692478" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_50__stack1"><circle cx="177.75022521011" cy="291.16509125918776" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_51__stack1"><circle cx="287.86986305921" cy="291.16509125918725" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_52__stack1"><circle cx="287.86986305921" cy="283.8237820692472" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_53__stack1"><circle cx="287.86986305921" cy="276.48247287930724" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_54__stack1"><circle cx="177.75022521011" cy="298.5064004491278" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_55__stack1"><circle cx="177.75022521011" cy="305.84770963906783" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_56__stack1"><circle cx="177.75022521011" cy="313.1890188290078" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_57__stack1"><circle cx="287.86986305921" cy="313.18901882900724" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_58__stack1"><circle cx="287.86986305921" cy="305.84770963906726" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_59__stack1"><circle cx="287.86986305921" cy="298.5064004491272" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_60__stack1"><circle cx="177.75022521011" cy="320.5303280189478" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_61__stack1"><circle cx="177.75022521011" cy="327.8716372088878" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_62__stack1"><circle cx="177.75022521011" cy="335.21294639882785" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_63__stack1"><circle cx="287.86986305921" cy="335.2129463988273" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_64__stack1"><circle cx="287.86986305921" cy="327.87163720888725" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_65__stack1"><circle cx="287.86986305921" cy="320.5303280189473" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_66__stack1"><circle cx="177.75022521011" cy="342.55425558876783" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_67__stack1"><circle cx="177.75022521011" cy="349.89556477870786" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_68__stack1"><circle cx="177.75022521011" cy="357.23687396864784" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_69__stack1"><circle cx="287.86986305921" cy="357.2368739686473" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_70__stack1"><circle cx="287.86986305921" cy="349.8955647787073" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_71__stack1"><circle cx="287.86986305921" cy="342.55425558876726" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_72__stack1"><circle cx="177.75022521011" cy="364.5781831585879" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_73__stack1"><circle cx="177.75022521011" cy="371.91949234852785" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_74__stack1"><circle cx="177.75022521011" cy="379.2608015384679" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_75__stack1"><circle cx="287.86986305921" cy="379.2608015384673" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_76__stack1"><circle cx="287.86986305921" cy="371.9194923485273" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_77__stack1"><circle cx="287.86986305921" cy="364.5781831585873" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_78__stack1"><circle cx="177.75022521011" cy="386.60211072840787" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_79__stack1"><circle cx="177.75022521011" cy="393.94341991834784" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_80__stack1"><circle cx="177.75022521011" cy="401.2847291082878" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_81__stack1"><circle cx="287.86986305921" cy="401.2847291082873" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_82__stack1"><circle cx="287.86986305921" cy="393.94341991834733" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_83__stack1"><circle cx="287.86986305921" cy="386.6021107284073" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_84__stack1"><circle cx="177.75022521011" cy="408.6260382982278" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_85__stack1"><circle cx="177.75022521011" cy="415.9673474881678" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_86__stack1"><circle cx="177.75022521011" cy="423.30865667810775" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_87__stack1"><circle cx="287.86986305921" cy="423.30865667810735" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_88__stack1"><circle cx="287.86986305921" cy="415.9673474881673" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_89__stack1"><circle cx="287.86986305921" cy="408.62603829822734" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_90__stack1"><circle cx="177.75022521011" cy="430.64996586804773" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_91__stack1"><circle cx="177.75022521011" cy="437.9912750579877" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_92__stack1"><circle cx="177.75022521011" cy="445.3325842479277" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_93__stack1"><circle cx="287.86986305921" cy="445.33258424792734" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_94__stack1"><circle cx="287.86986305921" cy="437.99127505798737" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_95__stack1"><circle cx="287.86986305921" cy="430.64996586804733" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_96__stack1"><circle cx="177.75022521011" cy="452.67389343786766" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_97__stack1"><circle cx="177.75022521011" cy="460.01520262780764" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_98__stack1"><circle cx="177.75022521011" cy="467.3565118177476" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_99__stack1"><circle cx="287.86986305921" cy="467.35651181774733" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_100__stack1"><circle cx="287.86986305921" cy="460.01520262780735" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_101__stack1"><circle cx="287.86986305921" cy="452.6738934378674" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_102__stack1"><circle cx="177.75022521011" cy="474.6978210076876" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_103__stack1"><circle cx="177.75022521011" cy="482.0391301976275" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_104__stack1"><circle cx="177.75022521011" cy="489.38043938756755" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_105__stack1"><circle cx="287.86986305921" cy="489.3804393875673" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_106__stack1"><circle cx="287.86986305921" cy="482.03913019762734" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_107__stack1"><circle cx="287.86986305921" cy="474.69782100768737" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_108__stack1"><circle cx="177.75022521011" cy="496.72174857750747" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_109__stack1"><circle cx="177.75022521011" cy="504.06305776744745" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_110__stack1"><circle cx="177.75022521011" cy="511.4043669573874" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_111__stack1"><circle cx="287.86986305921" cy="511.40436695738737" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_112__stack1"><circle cx="287.86986305921" cy="504.0630577674474" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_113__stack1"><circle cx="287.86986305921" cy="496.72174857750736" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_114__stack1"><circle cx="177.75022521011" cy="518.7456761473275" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_115__stack1"><circle cx="177.75022521011" cy="526.0869853372674" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_116__stack1"><circle cx="177.75022521011" cy="533.4282945272073" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_117__stack1"><circle cx="287.86986305921" cy="533.4282945272073" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_118__stack1"><circle cx="287.86986305921" cy="526.0869853372674" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_119__stack1"><circle cx="287.86986305921" cy="518.7456761473273" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="457.71105116847184" cy="216.9077488029444" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="514.6061973905068" cy="216.9077488029444" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_2__stack1"><circle cx="457.71105116847184" cy="224.24905799288442" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_3__stack1"><circle cx="514.6061973905068" cy="224.24905799288442" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_4__stack1"><circle cx="457.71105116847184" cy="231.59036718282442" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_5__stack1"><circle cx="514.6061973905068" cy="231.59036718282442" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="562.6183594927145" cy="322.31059549750796" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="562.6183594927145" cy="336.993213877388" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_2__stack1"><circle cx="562.6183594927145" cy="359.017141447208" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_3__stack1"><circle cx="562.6183594927145" cy="373.699759827088" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_4__stack1"><circle cx="562.6183594927145" cy="388.382378206968" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_5__stack1"><circle cx="562.6183594927145" cy="403.064996586848" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="1006.327086932688" cy="322.310595497508" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="1006.327086932688" cy="336.99321387738803" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_2__stack1"><circle cx="1006.327086932688" cy="359.017141447208" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_3__stack1"><circle cx="1006.327086932688" cy="373.699759827088" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_4__stack1"><circle cx="1006.327086932688" cy="388.382378206968" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_5__stack1"><circle cx="1006.327086932688" cy="403.064996586848" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="1005.7764887434425" cy="490.426575947134" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="1005.7764887434425" cy="497.76788513707396" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="1005.7764887434425" cy="526.0869853372675" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="1005.7764887434425" cy="533.4282945272075" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="1005.7764887434425" cy="561.2151498111305" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="1005.7764887434425" cy="568.5564590010704" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="1005.7764887434425" cy="596.875559201264" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="1005.7764887434425" cy="604.2168683912039" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="345.0586616488426" cy="636.0965035485184" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_1__stack1"><circle cx="345.0586616488426" cy="628.7551943585784" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_2__stack1"><circle cx="345.0586616488426" cy="621.4138851686384" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_0__stack1"><circle cx="213.79605333271542" cy="656.7622889181996" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_1__stack1"><circle cx="265.1852176622954" cy="656.7622889181996" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_2__stack1"><circle cx="213.79605333271542" cy="664.1035981081395" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_3__stack1"><circle cx="265.1852176622954" cy="664.1035981081395" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_4__stack1"><circle cx="213.79605333271542" cy="671.4449072980796" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_5__stack1"><circle cx="265.1852176622954" cy="671.4449072980796" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_6__stack1"><circle cx="213.79605333271542" cy="678.7862164880196" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_7__stack1"><circle cx="265.1852176622954" cy="678.7862164880196" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_8__stack1"><circle cx="213.79605333271542" cy="686.1275256779595" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_9__stack1"><circle cx="265.1852176622954" cy="686.1275256779595" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_10__stack1"><circle cx="213.79605333271542" cy="693.4688348678995" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_11__stack1"><circle cx="265.1852176622954" cy="693.4688348678995" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_12__stack1"><circle cx="213.79605333271542" cy="700.8101440578396" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_13__stack1"><circle cx="265.1852176622954" cy="700.8101440578396" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_0__stack1"><circle cx="411.13044435830255" cy="192.68142847614243" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_1__stack1"><circle cx="411.13044435830255" cy="170.65750090632244" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_0__stack1"><circle cx="157.26797257017728" cy="647.2185869712775" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_1__stack1"><circle cx="157.26797257017728" cy="625.1946594014576" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_0__stack1"><circle cx="1082.1261043188185" cy="700.0760131388456" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_0__stack1"><circle cx="1136.5986185081733" cy="700.0760131388456" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_0__stack1"><circle cx="1054.3759555808454" cy="700.0760131388456" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_0__stack1"><circle cx="1164.3487672461465" cy="700.0760131388456" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_0__stack1"><circle cx="677.2161959476779" cy="348.6291889434429" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_1__stack1"><circle cx="891.5824242939259" cy="286.2280608289529" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_2__stack1"><circle cx="677.2161959476779" cy="341.2878797535029" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_3__stack1"><circle cx="891.5824242939259" cy="278.88675163901286" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_4__stack1"><circle cx="891.5824242939259" cy="271.5454424490729" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_5__stack1"><circle cx="677.2161959476779" cy="326.6052613736229" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_6__stack1"><circle cx="677.2161959476779" cy="172.43776838488282" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_7__stack1"><circle cx="677.2161959476779" cy="157.7551500050028" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_8__stack1"><circle cx="677.2161959476779" cy="135.73122243518281" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_9__stack1"><circle cx="677.2161959476779" cy="179.77907757482282" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_10__stack1"><circle cx="677.2161959476779" cy="187.12038676476283" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_11__stack1"><circle cx="677.2161959476779" cy="143.07253162512285" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_12__stack1"><circle cx="677.2161959476779" cy="165.0964591949428" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_13__stack1"><circle cx="677.2161959476779" cy="150.41384081506283" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_14__stack1"><circle cx="677.2161959476779" cy="209.14431433458282" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_15__stack1"><circle cx="677.2161959476779" cy="216.4856235245228" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_16__stack1"><circle cx="677.2161959476779" cy="194.4616959547028" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_17__stack1"><circle cx="677.2161959476779" cy="201.8030051446428" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_18__stack1"><circle cx="677.2161959476779" cy="245.85086028428282" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_19__stack1"><circle cx="677.2161959476779" cy="297.2400246138629" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_20__stack1"><circle cx="677.2161959476779" cy="238.50955109434284" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_21__stack1"><circle cx="677.2161959476779" cy="267.87478785410286" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_22__stack1"><circle cx="677.2161959476779" cy="304.58133380380286" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_23__stack1"><circle cx="677.2161959476779" cy="311.9226429937429" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_24__stack1"><circle cx="677.2161959476779" cy="319.2639521836829" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_25__stack1"><circle cx="677.2161959476779" cy="253.19216947422285" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_26__stack1"><circle cx="677.2161959476779" cy="282.5574062339829" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_27__stack1"><circle cx="677.2161959476779" cy="289.89871542392285" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_28__stack1"><circle cx="677.2161959476779" cy="223.82693271446283" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_29__stack1"><circle cx="677.2161959476779" cy="275.21609704404284" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_30__stack1"><circle cx="677.2161959476779" cy="260.5334786641628" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_31__stack1"><circle cx="677.2161959476779" cy="231.1682419044028" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_32__stack1"><circle cx="891.5824242939259" cy="249.5215148792529" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_33__stack1"><circle cx="891.5824242939259" cy="227.4975873094329" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_34__stack1"><circle cx="891.5824242939259" cy="212.8149689295529" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_35__stack1"><circle cx="891.5824242939259" cy="234.83889649937285" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_36__stack1"><circle cx="891.5824242939259" cy="264.20413325913285" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_37__stack1"><circle cx="891.5824242939259" cy="205.47365973961286" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_38__stack1"><circle cx="891.5824242939259" cy="220.1562781194929" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_39__stack1"><circle cx="891.5824242939259" cy="198.13235054967285" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_40__stack1"><circle cx="891.5824242939259" cy="242.18020568931286" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_41__stack1"><circle cx="891.5824242939259" cy="256.8628240691928" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_42__stack1"><circle cx="677.2161959476779" cy="333.9465705635629" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_0__stack1"><circle cx="677.2161959476779" cy="536.786943481605" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_1__stack1"><circle cx="677.2161959476779" cy="522.1043251017251" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_2__stack1"><circle cx="677.2161959476779" cy="456.03254239226504" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_3__stack1"><circle cx="677.2161959476779" cy="441.34992401238503" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_4__stack1"><circle cx="891.5824242939259" cy="632.2239629508251" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_5__stack1"><circle cx="891.5824242939259" cy="456.0325423922651" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_6__stack1"><circle cx="891.5824242939259" cy="441.3499240123851" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_7__stack1"><circle cx="891.5824242939259" cy="522.1043251017251" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_8__stack1"><circle cx="677.2161959476779" cy="558.8108710514251" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_9__stack1"><circle cx="677.2161959476779" cy="573.4934894313051" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_10__stack1"><circle cx="891.5824242939259" cy="558.8108710514251" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_11__stack1"><circle cx="891.5824242939259" cy="595.5174170011251" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_12__stack1"><circle cx="891.5824242939259" cy="485.39777915202507" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_13__stack1"><circle cx="677.2161959476779" cy="500.0803975319051" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_14__stack1"><circle cx="891.5824242939259" cy="411.98468725262506" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_15__stack1"><circle cx="891.5824242939259" cy="426.6673056325051" r="1.4682618379880001" 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="
618
+ </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 625.6434988883493 557.5444952161604 L 632.9848080782893 557.5444952161604 L 632.9848080782893 572.2271135960405 L 625.6434988883493 572.2271135960405" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 625.6434988883493 557.5444952161604 L 632.9848080782893 557.5444952161604 L 632.9848080782893 572.2271135960405 L 625.6434988883493 572.2271135960405" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" 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 1005.7764887434425 533.4282945272075 L 977.8795138216706 533.4282945272075 L 977.8795138216706 497.76788513707396 L 1005.7764887434425 497.76788513707396" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1005.7764887434425 533.4282945272075 L 977.8795138216706 533.4282945272075 L 977.8795138216706 497.76788513707396 L 1005.7764887434425 497.76788513707396" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" 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 1005.7764887434425 568.5564590010704 L 977.8795138216706 568.5564590010704 L 977.8795138216706 533.4282945272075 L 1005.7764887434425 533.4282945272075" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1005.7764887434425 568.5564590010704 L 977.8795138216706 568.5564590010704 L 977.8795138216706 533.4282945272075 L 1005.7764887434425 533.4282945272075" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" 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 1005.7764887434425 604.2168683912039 L 977.8795138216706 604.2168683912039 L 977.8795138216706 568.5564590010704" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1005.7764887434425 604.2168683912039 L 977.8795138216706 604.2168683912039 L 977.8795138216706 568.5564590010704" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" 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 177.75022521011 100.29105232074772 L 177.75022521011 96.62039772577754 L 122.98405865315772 96.62039772577754" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 177.75022521011 100.29105232074772 L 177.75022521011 96.62039772577754 L 122.98405865315772 96.62039772577754" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" 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 177.75022521011 129.6562890805077 L 170.40891602017 129.6562890805077 L 170.40891602017 122.31497989056771 L 177.75022521011 122.31497989056771" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 177.75022521011 129.6562890805077 L 170.40891602017 129.6562890805077 L 170.40891602017 122.31497989056771 L 177.75022521011 122.31497989056771" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" 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 177.75022521011 254.45854530948776 L 170.40891602017 254.45854530948776 L 170.40891602017 247.11723611954775 L 177.75022521011 247.11723611954775" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 177.75022521011 254.45854530948776 L 170.40891602017 254.45854530948776 L 170.40891602017 247.11723611954775 L 177.75022521011 247.11723611954775" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" 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 170.40891602017 261.79985449942774 L 170.40891602017 254.45854530948776" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 170.40891602017 261.79985449942774 L 170.40891602017 254.45854530948776" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" 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 177.75022521011 386.60211072840787 L 143.2093654714423 386.60211072840787 L 143.2093654714423 379.2608015384679" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 177.75022521011 386.60211072840787 L 143.2093654714423 386.60211072840787 L 143.2093654714423 379.2608015384679" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" 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 177.75022521011 504.06305776744745 L 170.40891602017 504.06305776744745 L 170.40891602017 496.72174857750747 L 177.75022521011 496.72174857750747" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 177.75022521011 504.06305776744745 L 170.40891602017 504.06305776744745 L 170.40891602017 496.72174857750747 L 177.75022521011 496.72174857750747" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"><path d="M 177.75022521011 511.4043669573874 L 170.40891602017 511.4043669573874 L 170.40891602017 504.06305776744745" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 177.75022521011 511.4043669573874 L 170.40891602017 511.4043669573874 L 170.40891602017 504.06305776744745" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"><path d="M 177.75022521011 518.7456761473275 L 170.40891602017 518.7456761473275 L 170.40891602017 511.4043669573874" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 177.75022521011 518.7456761473275 L 170.40891602017 518.7456761473275 L 170.40891602017 511.4043669573874" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"><path d="M 177.75022521011 526.0869853372674 L 170.40891602017 526.0869853372674 L 170.40891602017 518.7456761473275" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 177.75022521011 526.0869853372674 L 170.40891602017 526.0869853372674 L 170.40891602017 518.7456761473275" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"><path d="M 177.75022521011 533.4282945272073 L 170.40891602017 533.4282945272073 L 170.40891602017 526.0869853372674" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 177.75022521011 533.4282945272073 L 170.40891602017 533.4282945272073 L 170.40891602017 526.0869853372674" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"><path d="M 287.86986305921 504.0630577674474 L 295.21117224914997 504.0630577674474 L 295.21117224914997 496.72174857750736 L 287.86986305921 496.72174857750736" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 287.86986305921 504.0630577674474 L 295.21117224914997 504.0630577674474 L 295.21117224914997 496.72174857750736 L 287.86986305921 496.72174857750736" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"><path d="M 287.86986305921 511.40436695738737 L 295.21117224914997 511.40436695738737 L 295.21117224914997 504.0630577674474" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 287.86986305921 511.40436695738737 L 295.21117224914997 511.40436695738737 L 295.21117224914997 504.0630577674474" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"><path d="M 295.21117224914997 518.7456761473273 L 295.21117224914997 511.40436695738737" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 295.21117224914997 518.7456761473273 L 295.21117224914997 511.40436695738737" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"><path d="M 287.86986305921 526.0869853372674 L 334.1201109558319 526.0869853372674 L 334.1201109558319 518.7456761473273 L 287.86986305921 518.7456761473273" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 287.86986305921 526.0869853372674 L 334.1201109558319 526.0869853372674 L 334.1201109558319 518.7456761473273 L 287.86986305921 518.7456761473273" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"><path d="M 287.86986305921 533.4282945272073 L 334.1201109558319 533.4282945272073 L 334.1201109558319 526.0869853372674" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 287.86986305921 533.4282945272073 L 334.1201109558319 533.4282945272073 L 334.1201109558319 526.0869853372674" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"><path d="M 562.6183594927145 373.699759827088 L 596.0213163069415 373.699759827088 L 596.0213163069415 359.017141447208 L 562.6183594927145 359.017141447208" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 562.6183594927145 373.699759827088 L 596.0213163069415 373.699759827088 L 596.0213163069415 359.017141447208 L 562.6183594927145 359.017141447208" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"><path d="M 562.6183594927145 388.382378206968 L 596.0213163069415 388.382378206968 L 596.0213163069415 373.699759827088" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 562.6183594927145 388.382378206968 L 596.0213163069415 388.382378206968 L 596.0213163069415 373.699759827088" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"><path d="M 562.6183594927145 403.064996586848 L 596.0213163069415 403.064996586848 L 596.0213163069415 388.382378206968" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 562.6183594927145 403.064996586848 L 596.0213163069415 403.064996586848 L 596.0213163069415 388.382378206968" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"><path d="M 1006.327086932688 373.699759827088 L 998.985777742748 373.699759827088 L 998.985777742748 359.017141447208 L 1006.327086932688 359.017141447208" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1006.327086932688 373.699759827088 L 998.985777742748 373.699759827088 L 998.985777742748 359.017141447208 L 1006.327086932688 359.017141447208" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_23__stack1"><path d="M 1006.327086932688 388.382378206968 L 998.985777742748 388.382378206968 L 998.985777742748 373.699759827088" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1006.327086932688 388.382378206968 L 998.985777742748 388.382378206968 L 998.985777742748 373.699759827088" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_24__stack1"><path d="M 1006.327086932688 403.064996586848 L 998.985777742748 403.064996586848 L 998.985777742748 388.382378206968" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1006.327086932688 403.064996586848 L 998.985777742748 403.064996586848 L 998.985777742748 388.382378206968" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_25__stack1"><path d="M 1164.3487672461465 700.0760131388456 L 1163.733932601489 700.0760131388456 L 1163.733932601489 692.7347039489055 L 1129.2573093182334 692.7347039489055 L 1129.2573093182334 700.0760131388456 L 1136.5986185081733 700.0760131388456" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1164.3487672461465 700.0760131388456 L 1163.733932601489 700.0760131388456 L 1163.733932601489 692.7347039489055 L 1129.2573093182334 692.7347039489055 L 1129.2573093182334 700.0760131388456 L 1136.5986185081733 700.0760131388456" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_26__stack1"><path d="M 891.5824242939259 522.1043251017251 L 948.6794565186842 522.1043251017251 L 948.6794565186842 526.0869853372675 L 1005.7764887434425 526.0869853372675" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 891.5824242939259 522.1043251017251 L 948.6794565186842 522.1043251017251 L 948.6794565186842 526.0869853372675 L 1005.7764887434425 526.0869853372675" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_27__stack1"><path d="M 891.5824242939259 558.8108710514251 L 948.6794565186842 558.8108710514251 L 948.6794565186842 561.2151498111305 L 1005.7764887434425 561.2151498111305" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 891.5824242939259 558.8108710514251 L 948.6794565186842 558.8108710514251 L 948.6794565186842 561.2151498111305 L 1005.7764887434425 561.2151498111305" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_28__stack1"><path d="M 891.5824242939259 595.5174170011251 L 948.6794565186842 595.5174170011251 L 948.6794565186842 596.875559201264 L 1005.7764887434425 596.875559201264" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 891.5824242939259 595.5174170011251 L 948.6794565186842 595.5174170011251 L 948.6794565186842 596.875559201264 L 1005.7764887434425 596.875559201264" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_29__stack1"><path d="M 891.5824242939259 485.39777915202507 L 948.6794565186842 485.39777915202507 L 948.6794565186842 490.426575947134 L 1005.7764887434425 490.426575947134" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 891.5824242939259 485.39777915202507 L 948.6794565186842 485.39777915202507 L 948.6794565186842 490.426575947134 L 1005.7764887434425 490.426575947134" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_30__stack1"><path d="M 287.86986305921 232.43461773966726 L 411.13044435830255 232.43461773966726 L 411.13044435830255 192.68142847614243" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 287.86986305921 232.43461773966726 L 411.13044435830255 232.43461773966726 L 411.13044435830255 192.68142847614243" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_31__stack1"><path d="M 457.71105116847184 224.24905799288442 L 450.36974197853186 224.24905799288442 L 450.36974197853186 186.99191385393888 L 521.9475065804469 186.99191385393888 L 521.9475065804469 224.24905799288442 L 514.6061973905068 224.24905799288442" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 457.71105116847184 224.24905799288442 L 450.36974197853186 224.24905799288442 L 450.36974197853186 186.99191385393888 L 521.9475065804469 186.99191385393888 L 521.9475065804469 224.24905799288442 L 514.6061973905068 224.24905799288442" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_32__stack1"><path d="M 157.26797257017728 647.2185869712775 L 157.26797257017728 654.5598961612175 L 133.40871770287237 654.5598961612175 L 133.40871770287237 700.0760131388456 L 157.26797257017728 700.0760131388456 L 157.26797257017728 692.7347039489056" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 157.26797257017728 647.2185869712775 L 157.26797257017728 654.5598961612175 L 133.40871770287237 654.5598961612175 L 133.40871770287237 700.0760131388456 L 157.26797257017728 700.0760131388456 L 157.26797257017728 692.7347039489056" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_33__stack1"><path d="M 177.75022521011 107.63236151068776 L 170.40891602017 107.63236151068776 L 170.40891602017 100.29105232074772 L 177.75022521011 100.29105232074772" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 177.75022521011 107.63236151068776 L 170.40891602017 107.63236151068776 L 170.40891602017 100.29105232074772 L 177.75022521011 100.29105232074772" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_34__stack1"><path d="M 170.40891602017 122.31497989056771 L 170.40891602017 107.63236151068776" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 170.40891602017 122.31497989056771 L 170.40891602017 107.63236151068776" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_35__stack1"><path d="M 287.86986305921 136.9975982704476 L 384.0777199933736 136.9975982704476 L 384.0777199933736 114.97367070062768 L 287.86986305921 114.97367070062768" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 287.86986305921 136.9975982704476 L 384.0777199933736 136.9975982704476 L 384.0777199933736 114.97367070062768 L 287.86986305921 114.97367070062768" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_36__stack1"><path d="M 287.86986305921 188.3867626000274 L 384.0777199933736 188.3867626000274 L 384.0777199933736 136.9975982704476" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 287.86986305921 188.3867626000274 L 384.0777199933736 188.3867626000274 L 384.0777199933736 136.9975982704476" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_37__stack1"><path d="M 177.75022521011 313.1890188290078 L 116.78065238765839 313.1890188290078 L 116.78065238765839 261.79985449942774 L 177.75022521011 261.79985449942774" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 177.75022521011 313.1890188290078 L 116.78065238765839 313.1890188290078 L 116.78065238765839 261.79985449942774 L 177.75022521011 261.79985449942774" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_38__stack1"><path d="M 177.75022521011 327.8716372088878 L 116.78065238765839 327.8716372088878 L 116.78065238765839 313.1890188290078" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 177.75022521011 327.8716372088878 L 116.78065238765839 327.8716372088878 L 116.78065238765839 313.1890188290078" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_39__stack1"><path d="M 177.75022521011 379.2608015384679 L 116.78065238765839 379.2608015384679 L 116.78065238765839 327.8716372088878" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 177.75022521011 379.2608015384679 L 116.78065238765839 379.2608015384679 L 116.78065238765839 327.8716372088878" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_40__stack1"><path d="M 177.75022521011 437.9912750579877 L 138.80457995747827 437.9912750579877 L 138.80457995747827 386.60211072840787 L 177.75022521011 386.60211072840787" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 177.75022521011 437.9912750579877 L 138.80457995747827 437.9912750579877 L 138.80457995747827 386.60211072840787 L 177.75022521011 386.60211072840787" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_41__stack1"><path d="M 177.75022521011 496.72174857750747 L 138.80457995747827 496.7217485775075 L 138.80457995747827 437.9912750579877" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 177.75022521011 496.72174857750747 L 138.80457995747827 496.7217485775075 L 138.80457995747827 437.9912750579877" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_42__stack1"><path d="M 287.86986305921 474.69782100768737 L 384.0777199933736 474.69782100768737 L 384.0777199933736 452.6738934378674 L 287.86986305921 452.6738934378674" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 287.86986305921 474.69782100768737 L 384.0777199933736 474.69782100768737 L 384.0777199933736 452.6738934378674 L 287.86986305921 452.6738934378674" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_43__stack1"><path d="M 287.86986305921 496.72174857750736 L 384.0777199933736 496.72174857750736 L 384.0777199933736 474.69782100768737" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 287.86986305921 496.72174857750736 L 384.0777199933736 496.72174857750736 L 384.0777199933736 474.69782100768737" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_44__stack1"><path d="M 677.2161959476779 456.03254239226504 L 669.8748867577378 456.03254239226504 L 669.8748867577378 448.69123320232507 L 550.1748404157662 448.69123320232507 L 550.1748404157662 434.00861482244505 L 669.8748867577378 434.00861482244505 L 669.8748867577378 341.2878797535029 L 677.2161959476779 341.2878797535029" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 677.2161959476779 456.03254239226504 L 669.8748867577378 456.03254239226504 L 669.8748867577378 448.69123320232507 L 550.1748404157662 448.69123320232507 L 550.1748404157662 434.00861482244505 L 669.8748867577378 434.00861482244505 L 669.8748867577378 341.2878797535029 L 677.2161959476779 341.2878797535029" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_45__stack1"><path d="M 891.5824242939259 456.0325423922651 L 948.9547556133069 456.0325423922651 L 948.9547556133069 419.32599644256504 L 956.9567826303416 419.32599644256504 L 956.9567826303416 404.64337806268503 L 948.9547556133069 404.64337806268503 L 948.9547556133069 322.310595497508 L 1006.327086932688 322.310595497508" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 891.5824242939259 456.0325423922651 L 948.9547556133069 456.0325423922651 L 948.9547556133069 419.32599644256504 L 956.9567826303416 419.32599644256504 L 956.9567826303416 404.64337806268503 L 948.9547556133069 404.64337806268503 L 948.9547556133069 322.310595497508 L 1006.327086932688 322.310595497508" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_46__stack1"><path d="M 891.5824242939259 441.3499240123851 L 898.9237334838658 441.3499240123851 L 898.9237334838658 286.2280608289529 L 891.5824242939259 286.2280608289529" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 891.5824242939259 441.3499240123851 L 898.9237334838658 441.3499240123851 L 898.9237334838658 286.2280608289529 L 891.5824242939259 286.2280608289529" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_47__stack1"><path d="M 411.13044435830255 170.65750090632244 L 411.13044435830255 163.31619171638243 L 581.0083390135142 163.31619171638243 L 581.0083390135142 326.60526137362285 L 677.2161959476779 326.60526137362285" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 411.13044435830255 170.65750090632244 L 411.13044435830255 163.31619171638243 L 581.0083390135142 163.31619171638243 L 581.0083390135142 326.60526137362285 L 677.2161959476779 326.60526137362285" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_48__stack1"><path d="M 122.98405865315772 111.30301610565749 L 80.73482426505302 111.30301610565749" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 122.98405865315772 111.30301610565749 L 80.73482426505302 111.30301610565749" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_49__stack1"><path d="M 177.75022521011 96.62039772577754 L 177.75022521011 87.44376123835252 L 93.28846297985035 87.44376123835252" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 177.75022521011 96.62039772577754 L 177.75022521011 87.44376123835252 L 93.28846297985035 87.44376123835252" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" 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_50__stack1"><path d="M 998.985777742748 403.064996586848 L 998.985777742748 417.74761496672795" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 998.985777742748 403.064996586848 L 998.985777742748 417.74761496672795" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" 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_51__stack1"><path d="M 891.5824242939259 271.5454424490729 L 1043.5842310716334 271.5454424490729 L 1043.5842310716334 273.41747629250756" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 891.5824242939259 271.5454424490729 L 1043.5842310716334 271.5454424490729 L 1043.5842310716334 273.41747629250756" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" 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_52__stack1"><path d="M 157.26797257017728 625.1946594014576 L 157.26797257017728 621.4872982605378 L 140.71332034686264 621.4872982605378" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.873047351952001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 157.26797257017728 625.1946594014576 L 157.26797257017728 621.4872982605378 L 140.71332034686264 621.4872982605378" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.7341309189940001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><circle cx="1005.7764887434425" cy="533.4282945272075" r="1.101196378491" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="977.8795138216706" cy="533.4282945272075" r="1.101196378491" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><circle cx="977.8795138216706" cy="568.5564590010704" r="1.101196378491" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><circle cx="177.75022521011" cy="100.29105232074772" r="1.101196378491" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="177.75022521011" cy="96.62039772577754" r="1.101196378491" 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"><circle cx="170.40891602017" cy="122.31497989056771" r="1.101196378491" 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_6__stack1"><circle cx="170.40891602017" cy="254.45854530948776" r="1.101196378491" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><circle cx="177.75022521011" cy="386.60211072840787" r="1.101196378491" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"><circle cx="170.40891602017" cy="504.06305776744745" r="1.101196378491" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="177.75022521011" cy="496.72174857750747" r="1.101196378491" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"><circle cx="170.40891602017" cy="511.4043669573874" r="1.101196378491" 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_11__stack1"><circle cx="170.40891602017" cy="518.7456761473275" r="1.101196378491" 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_12__stack1"><circle cx="170.40891602017" cy="526.0869853372674" r="1.101196378491" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"><circle cx="295.21117224914997" cy="504.0630577674474" r="1.101196378491" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="287.86986305921" cy="496.72174857750736" r="1.101196378491" 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_15__stack1"><circle cx="295.21117224914997" cy="511.40436695738737" r="1.101196378491" 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_16__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"><circle cx="334.1201109558319" cy="526.0869853372674" r="1.101196378491" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"><circle cx="596.0213163069415" cy="373.699759827088" r="1.101196378491" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"><circle cx="596.0213163069415" cy="388.382378206968" r="1.101196378491" 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_21__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"><circle cx="998.985777742748" cy="373.699759827088" r="1.101196378491" 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_23__stack1"><circle cx="998.985777742748" cy="388.382378206968" r="1.101196378491" 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_24__stack1"><circle cx="998.985777742748" cy="403.064996586848" r="1.101196378491" 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_25__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_26__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_27__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_28__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_29__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_30__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_31__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_32__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_33__stack1"><circle cx="170.40891602017" cy="107.63236151068776" r="1.101196378491" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_34__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_35__stack1"><circle cx="384.0777199933736" cy="136.9975982704476" r="1.101196378491" 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_36__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_37__stack1"><circle cx="116.78065238765839" cy="313.1890188290078" r="1.101196378491" 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_38__stack1"><circle cx="116.78065238765839" cy="327.8716372088878" r="1.101196378491" 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_39__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_40__stack1"><circle cx="138.80457995747827" cy="437.9912750579877" r="1.101196378491" 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_41__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_42__stack1"><circle cx="384.0777199933736" cy="474.69782100768737" r="1.101196378491" 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_43__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_44__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_45__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_46__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_47__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_48__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_49__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_50__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_51__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_52__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="140.75002689281234" y="676.9508891905346" width="42.02899511240645" height="3.670654594970074" stroke-width="0.7341309189940001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="140.75002689281234" y="676.9508891905346" width="42.02899511240645" height="3.670654594970074" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="157.26797257017728" y1="680.6215437855046" x2="157.26797257017728" y2="692.7347039489056" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="156.53384165118328" y="692.0005730299116" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="156.5338416511833" y="686.678123867205" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform="rotate(-90 156.5338416511833 686.678123867205)"></text><line class="component-pin sch-component-pin sch-port-line" x1="157.26797257017728" y1="676.9508891905346" x2="157.26797257017728" y2="665.5718599461275" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="157.26797257017728" cy="664.8377290271335" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="156.53384165118328" y="664.1035981081395" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="156.5338416511833" y="670.894309108834" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform="rotate(-90 156.5338416511833 670.894309108834)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="566.9130253688294" y="550.2031860262205" width="44.04785513963998" height="29.36523675975991" stroke-width="0.7341309189940001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="566.9130253688294" y="550.2031860262205" width="44.04785513963998" height="29.36523675975991" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="610.9608805084694" y1="572.2271135960405" x2="625.6434988883493" y2="572.2271135960405" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="624.9093679693553" y="571.4929826770465" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="618.3021896984094" y="571.4929826770465" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="610.9608805084694" y1="564.8858044061004" x2="624.9093679693553" y2="564.8858044061004" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="625.6434988883493" cy="564.8858044061004" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="624.9093679693553" y="564.1516734871065" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="618.3021896984094" y="564.1516734871065" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="610.9608805084694" y1="557.5444952161604" x2="625.6434988883493" y2="557.5444952161604" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="624.9093679693553" y="556.8103642971664" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="618.3021896984094" y="556.8103642971664" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component chip sch-component-body" x="97.28947648836765" y="102.12637961823248" width="11.011963784909995" height="3.670654594970074" stroke-width="0.7341309189940001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="97.28947648836765" y="102.12637961823248" width="11.011963784909995" height="3.670654594970074" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="122.98405865315772" y1="105.79703421320255" x2="122.98405865315772" y2="111.30301610565749" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="122.24992773416372" y="110.5688851866635" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="122.24992773416363" y="108.55002515942999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform="rotate(-90 122.24992773416363 108.55002515942999)"></text><line class="component-pin sch-component-pin sch-port-line" x1="108.30144027327765" y1="103.96170691571751" x2="122.24992773416363" y2="103.96170691571751" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="122.98405865315772" cy="103.96170691571751" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="122.24992773416372" y="103.22757599672352" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="115.64274946321768" y="103.22757599672354" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="122.98405865315772" y1="102.12637961823248" x2="122.98405865315772" y2="96.62039772577754" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_2_2__stack1"><rect x="122.24992773416372" y="95.88626680678354" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="122.24992773416363" y="99.37338867200504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform="rotate(-90 122.24992773416363 99.37338867200504)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="192.43284358999" y="100.2910523207475" width="80.75440108933998" height="433.13724220646003" stroke-width="0.7341309189940001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="192.43284358999" y="100.2910523207475" width="80.75440108933998" height="433.13724220646003" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="100.29105232074772" x2="177.75022521011" y2="100.29105232074772" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="177.016094291116" y="99.55692140175373" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="99.55692140175375" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="107.63236151068776" x2="177.75022521011" y2="107.63236151068776" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="177.016094291116" y="106.89823059169376" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="106.89823059169379" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="114.97367070062774" x2="178.48435612910396" y2="114.97367070062774" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="114.97367070062774" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="114.23953978163374" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="114.23953978163377" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="114.97367070062768" x2="287.86986305921" y2="114.97367070062768" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_3__stack1"><rect x="287.13573214021596" y="114.23953978163368" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="114.23953978163365" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="107.6323615106877" x2="287.13573214021596" y2="107.6323615106877" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="107.6323615106877" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="106.8982305916937" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="106.89823059169373" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="100.29105232074772" x2="287.13573214021596" y2="100.29105232074772" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="100.29105232074772" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="99.55692140175373" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="99.55692140175375" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="122.31497989056771" x2="177.75022521011" y2="122.31497989056771" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_6__stack1"><rect x="177.016094291116" y="121.58084897157372" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="121.58084897157374" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="129.6562890805077" x2="177.75022521011" y2="129.6562890805077" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_7__stack1"><rect x="177.016094291116" y="128.9221581615137" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="128.92215816151372" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="136.99759827044772" x2="178.48435612910396" y2="136.99759827044772" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="136.99759827044772" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="136.26346735145373" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="136.26346735145376" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="136.9975982704476" x2="287.86986305921" y2="136.9975982704476" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_9__stack1"><rect x="287.13573214021596" y="136.2634673514536" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="136.26346735145358" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="129.65628908050763" x2="287.13573214021596" y2="129.65628908050763" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="129.65628908050763" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="128.92215816151364" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="128.9221581615136" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="122.31497989056766" x2="287.13573214021596" y2="122.31497989056766" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="122.31497989056766" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="121.58084897157366" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="121.58084897157363" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="144.3389074603877" x2="178.48435612910396" y2="144.3389074603877" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="144.3389074603877" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="143.6047765413937" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="143.60477654139373" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="151.68021665032774" x2="178.48435612910396" y2="151.68021665032774" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="151.68021665032774" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="150.94608573133374" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="150.94608573133377" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="159.0215258402677" x2="178.48435612910396" y2="159.0215258402677" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="159.0215258402677" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="158.28739492127372" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="158.28739492127372" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="159.02152584026751" x2="287.13573214021596" y2="159.02152584026751" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="159.02152584026751" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="158.28739492127352" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="158.28739492127352" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="151.6802166503275" x2="287.13573214021596" y2="151.6802166503275" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="151.6802166503275" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="150.9460857313335" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="150.94608573133354" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="144.3389074603876" x2="287.13573214021596" y2="144.3389074603876" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="144.3389074603876" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="143.6047765413936" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="143.60477654139356" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="166.36283503020772" x2="178.48435612910396" y2="166.36283503020772" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_18__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="166.36283503020772" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="165.62870411121372" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="165.62870411121372" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="173.70414422014773" x2="178.48435612910396" y2="173.70414422014773" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_19__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="173.70414422014773" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="172.97001330115373" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="172.97001330115373" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="181.0454534100877" x2="178.48435612910396" y2="181.0454534100877" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_20__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="181.0454534100877" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="180.3113224910937" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="180.3113224910937" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="181.04545341008742" x2="287.13573214021596" y2="181.04545341008742" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_21__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="181.04545341008742" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="180.31132249109342" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="180.31132249109345" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="173.70414422014747" x2="287.13573214021596" y2="173.70414422014747" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_22__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="173.70414422014747" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="172.97001330115347" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="172.97001330115347" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="166.3628350302075" x2="287.13573214021596" y2="166.3628350302075" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_23__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="166.3628350302075" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="165.6287041112135" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="165.6287041112135" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="188.38676260002774" x2="178.48435612910396" y2="188.38676260002774" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_24__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="188.38676260002774" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="187.65263168103374" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="187.65263168103374" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="195.72807178996771" x2="178.48435612910396" y2="195.72807178996771" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_25__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="195.72807178996771" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="194.99394087097372" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="194.99394087097372" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="203.06938097990775" x2="178.48435612910396" y2="203.06938097990775" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_26__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="203.06938097990775" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="202.33525006091375" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="202.33525006091375" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="203.06938097990735" x2="287.13573214021596" y2="203.06938097990735" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_27__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="203.06938097990735" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="202.33525006091335" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="202.33525006091338" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="195.72807178996737" x2="287.13573214021596" y2="195.72807178996737" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_28__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="195.72807178996737" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="194.99394087097338" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="194.9939408709734" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="188.3867626000274" x2="287.86986305921" y2="188.3867626000274" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_29__stack1"><rect x="287.13573214021596" y="187.6526316810334" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="187.65263168103343" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="210.41069016984773" x2="178.48435612910396" y2="210.41069016984773" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_30__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="210.41069016984773" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="209.67655925085373" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="209.67655925085373" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="217.75199935978776" x2="178.48435612910396" y2="217.75199935978776" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_31__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="217.75199935978776" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="217.01786844079376" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="217.01786844079376" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="225.09330854972774" x2="178.48435612910396" y2="225.09330854972774" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_32__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="225.09330854972774" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="224.35917763073374" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="224.35917763073374" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="225.09330854972728" x2="287.13573214021596" y2="225.09330854972728" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_33__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="225.09330854972728" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="224.35917763073329" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="224.35917763073329" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="217.7519993597873" x2="287.13573214021596" y2="217.7519993597873" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_34__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="217.7519993597873" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="217.0178684407933" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="217.0178684407933" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="210.41069016984733" x2="287.13573214021596" y2="210.41069016984733" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_35__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="210.41069016984733" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="209.67655925085333" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="209.67655925085333" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="232.43461773966777" x2="178.48435612910396" y2="232.43461773966777" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_36__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="232.43461773966777" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="231.70048682067377" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="231.70048682067377" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="239.77592692960775" x2="178.48435612910396" y2="239.77592692960775" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_37__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="239.77592692960775" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="239.04179601061375" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="239.04179601061375" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="247.11723611954775" x2="177.75022521011" y2="247.11723611954775" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_38__stack1"><rect x="177.016094291116" y="246.38310520055376" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="246.38310520055376" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="247.1172361195472" x2="287.13573214021596" y2="247.1172361195472" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_39__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="247.1172361195472" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="246.3831052005532" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="246.38310520055322" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="239.7759269296072" x2="287.13573214021596" y2="239.7759269296072" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_40__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="239.7759269296072" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="239.0417960106132" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="239.04179601061324" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="232.43461773966726" x2="287.86986305921" y2="232.43461773966726" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_41__stack1"><rect x="287.13573214021596" y="231.70048682067326" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="231.70048682067326" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="254.45854530948776" x2="177.75022521011" y2="254.45854530948776" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_42__stack1"><rect x="177.016094291116" y="253.72441439049376" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="253.72441439049376" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="261.79985449942774" x2="177.75022521011" y2="261.79985449942774" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_43__stack1"><rect x="177.016094291116" y="261.0657235804337" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="261.06572358043377" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="269.1411636893678" x2="178.48435612910396" y2="269.1411636893678" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_44__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="269.1411636893678" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="268.40703277037375" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="268.4070327703738" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="269.1411636893672" x2="287.13573214021596" y2="269.1411636893672" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_45__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="269.1411636893672" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="268.4070327703732" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="268.40703277037323" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="261.79985449942717" x2="287.13573214021596" y2="261.79985449942717" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_46__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="261.79985449942717" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="261.06572358043314" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="261.0657235804332" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="254.4585453094872" x2="287.13573214021596" y2="254.4585453094872" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_47__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="254.4585453094872" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="253.7244143904932" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="253.72441439049322" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="276.4824728793078" x2="178.48435612910396" y2="276.4824728793078" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_48__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="276.4824728793078" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="275.7483419603138" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="275.7483419603138" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="283.8237820692478" x2="178.48435612910396" y2="283.8237820692478" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_49__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="283.8237820692478" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="283.08965115025376" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="283.08965115025376" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="291.16509125918776" x2="178.48435612910396" y2="291.16509125918776" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_50__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="291.16509125918776" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="290.43096034019374" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="290.4309603401938" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="291.16509125918725" x2="287.13573214021596" y2="291.16509125918725" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_51__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="291.16509125918725" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="290.4309603401932" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="290.4309603401932" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="283.8237820692472" x2="287.13573214021596" y2="283.8237820692472" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_52__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="283.8237820692472" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="283.0896511502532" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="283.08965115025325" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="276.48247287930724" x2="287.13573214021596" y2="276.48247287930724" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_53__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="276.48247287930724" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="275.7483419603132" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="275.7483419603132" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="298.5064004491278" x2="178.48435612910396" y2="298.5064004491278" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_54__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="298.5064004491278" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="297.77226953013377" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="297.7722695301338" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="305.84770963906783" x2="178.48435612910396" y2="305.84770963906783" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_55__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="305.84770963906783" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="305.1135787200738" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="305.1135787200738" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="313.1890188290078" x2="177.75022521011" y2="313.1890188290078" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_56__stack1"><rect x="177.016094291116" y="312.4548879100138" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="312.4548879100138" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="313.18901882900724" x2="287.13573214021596" y2="313.18901882900724" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_57__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="313.18901882900724" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="312.4548879100132" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="312.45488791001327" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="305.84770963906726" x2="287.13573214021596" y2="305.84770963906726" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_58__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="305.84770963906726" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="305.11357872007324" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="305.11357872007324" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="298.5064004491272" x2="287.13573214021596" y2="298.5064004491272" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_59__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="298.5064004491272" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="297.7722695301332" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="297.77226953013326" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="320.5303280189478" x2="178.48435612910396" y2="320.5303280189478" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_60__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="320.5303280189478" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="319.79619709995376" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="319.7961970999538" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="327.8716372088878" x2="177.75022521011" y2="327.8716372088878" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_61__stack1"><rect x="177.016094291116" y="327.1375062898938" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="327.13750628989385" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="335.21294639882785" x2="178.48435612910396" y2="335.21294639882785" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_62__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="335.21294639882785" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="334.4788154798338" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="334.4788154798338" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="335.2129463988273" x2="287.13573214021596" y2="335.2129463988273" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_63__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="335.2129463988273" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="334.47881547983326" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="334.47881547983326" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="327.87163720888725" x2="287.13573214021596" y2="327.87163720888725" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_64__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="327.87163720888725" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="327.1375062898932" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="327.1375062898933" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="320.5303280189473" x2="287.13573214021596" y2="320.5303280189473" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_65__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="320.5303280189473" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="319.79619709995325" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="319.79619709995325" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="342.55425558876783" x2="178.48435612910396" y2="342.55425558876783" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_66__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="342.55425558876783" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="341.8201246697738" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="341.8201246697738" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="349.89556477870786" x2="178.48435612910396" y2="349.89556477870786" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_67__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="349.89556477870786" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="349.16143385971384" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="349.16143385971384" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="357.23687396864784" x2="178.48435612910396" y2="357.23687396864784" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_68__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="357.23687396864784" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="356.5027430496538" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="356.5027430496539" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="357.2368739686473" x2="287.13573214021596" y2="357.2368739686473" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_69__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="357.2368739686473" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="356.50274304965325" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="356.5027430496533" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="349.8955647787073" x2="287.13573214021596" y2="349.8955647787073" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_70__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="349.8955647787073" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="349.16143385971327" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="349.16143385971327" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="342.55425558876726" x2="287.13573214021596" y2="342.55425558876726" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_71__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="342.55425558876726" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="341.82012466977324" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="341.8201246697733" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="364.5781831585879" x2="178.48435612910396" y2="364.5781831585879" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_72__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="364.5781831585879" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="363.84405223959385" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="363.84405223959385" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="371.91949234852785" x2="178.48435612910396" y2="371.91949234852785" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_73__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="371.91949234852785" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="371.1853614295338" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="371.1853614295339" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="379.2608015384679" x2="177.75022521011" y2="379.2608015384679" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_74__stack1"><rect x="177.016094291116" y="378.52667061947386" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="378.52667061947386" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="379.2608015384673" x2="287.13573214021596" y2="379.2608015384673" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_75__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="379.2608015384673" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="378.5266706194733" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="378.5266706194733" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="371.9194923485273" x2="287.13573214021596" y2="371.9194923485273" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_76__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="371.9194923485273" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="371.18536142953326" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="371.1853614295333" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="364.5781831585873" x2="287.13573214021596" y2="364.5781831585873" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_77__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="364.5781831585873" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="363.8440522395933" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="363.8440522395933" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="386.60211072840787" x2="177.75022521011" y2="386.60211072840787" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_78__stack1"><rect x="177.016094291116" y="385.86797980941384" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="385.8679798094139" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="393.94341991834784" x2="178.48435612910396" y2="393.94341991834784" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_79__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="393.94341991834784" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="393.2092889993538" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="393.2092889993539" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="401.2847291082878" x2="178.48435612910396" y2="401.2847291082878" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_80__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="401.2847291082878" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="400.5505981892938" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="400.55059818929385" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="401.2847291082873" x2="287.13573214021596" y2="401.2847291082873" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_81__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="401.2847291082873" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="400.5505981892933" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="400.55059818929334" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="393.94341991834733" x2="287.13573214021596" y2="393.94341991834733" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_82__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="393.94341991834733" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="393.2092889993533" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="393.2092889993533" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="386.6021107284073" x2="287.13573214021596" y2="386.6021107284073" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_83__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="386.6021107284073" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="385.86797980941327" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="385.8679798094133" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="408.6260382982278" x2="178.48435612910396" y2="408.6260382982278" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_84__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="408.6260382982278" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="407.89190737923377" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="407.89190737923377" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="415.9673474881678" x2="178.48435612910396" y2="415.9673474881678" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_85__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="415.9673474881678" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="415.23321656917375" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="415.23321656917375" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="423.30865667810775" x2="178.48435612910396" y2="423.30865667810775" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_86__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="423.30865667810775" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="422.5745257591137" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="422.5745257591137" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="423.30865667810735" x2="287.13573214021596" y2="423.30865667810735" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_87__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="423.30865667810735" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="422.5745257591133" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="422.5745257591133" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="415.9673474881673" x2="287.13573214021596" y2="415.9673474881673" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_88__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="415.9673474881673" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="415.2332165691733" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="415.23321656917335" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="408.62603829822734" x2="287.13573214021596" y2="408.62603829822734" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_89__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="408.62603829822734" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="407.8919073792333" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="407.8919073792333" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="430.64996586804773" x2="178.48435612910396" y2="430.64996586804773" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_90__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="430.64996586804773" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="429.9158349490537" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="429.9158349490537" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="437.9912750579877" x2="177.75022521011" y2="437.9912750579877" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_91__stack1"><rect x="177.016094291116" y="437.2571441389937" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="437.2571441389937" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="445.3325842479277" x2="178.48435612910396" y2="445.3325842479277" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_92__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="445.3325842479277" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="444.59845332893366" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="444.59845332893366" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="445.33258424792734" x2="287.13573214021596" y2="445.33258424792734" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_93__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="445.33258424792734" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="444.5984533289333" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="444.5984533289334" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="437.99127505798737" x2="287.13573214021596" y2="437.99127505798737" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_94__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="437.99127505798737" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="437.25714413899334" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="437.25714413899334" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="430.64996586804733" x2="287.13573214021596" y2="430.64996586804733" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_95__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="430.64996586804733" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="429.9158349490533" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="429.91583494905336" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="452.67389343786766" x2="178.48435612910396" y2="452.67389343786766" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_96__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="452.67389343786766" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="451.93976251887364" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="451.93976251887364" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="460.01520262780764" x2="178.48435612910396" y2="460.01520262780764" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_97__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="460.01520262780764" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="459.2810717088136" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="459.2810717088136" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="467.3565118177476" x2="178.48435612910396" y2="467.3565118177476" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_98__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="467.3565118177476" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="466.6223808987536" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="466.6223808987536" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="467.35651181774733" x2="287.13573214021596" y2="467.35651181774733" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_99__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="467.35651181774733" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="466.6223808987533" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="466.62238089875336" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="460.01520262780735" x2="287.13573214021596" y2="460.01520262780735" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_100__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="460.01520262780735" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="459.28107170881333" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="459.28107170881333" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="452.6738934378674" x2="287.86986305921" y2="452.6738934378674" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_101__stack1"><rect x="287.13573214021596" y="451.93976251887335" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="451.93976251887335" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="474.6978210076876" x2="178.48435612910396" y2="474.6978210076876" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_102__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="474.6978210076876" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="473.96369008869357" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="473.96369008869357" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="482.0391301976275" x2="178.48435612910396" y2="482.0391301976275" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_103__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="482.0391301976275" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="481.3049992786335" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="481.30499927863355" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="489.38043938756755" x2="178.48435612910396" y2="489.38043938756755" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_104__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="177.75022521011" cy="489.38043938756755" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="177.016094291116" y="488.6463084685735" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="488.6463084685735" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="489.3804393875673" x2="287.13573214021596" y2="489.3804393875673" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_105__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="489.3804393875673" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="488.6463084685733" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="488.64630846857335" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="482.03913019762734" x2="287.13573214021596" y2="482.03913019762734" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_106__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.86986305921" cy="482.03913019762734" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="287.13573214021596" y="481.3049992786333" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="481.3049992786333" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="474.69782100768737" x2="287.86986305921" y2="474.69782100768737" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_107__stack1"><rect x="287.13573214021596" y="473.96369008869334" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="473.9636900886934" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="496.72174857750747" x2="177.75022521011" y2="496.72174857750747" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_108__stack1"><rect x="177.016094291116" y="495.98761765851344" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="495.9876176585135" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="504.06305776744745" x2="177.75022521011" y2="504.06305776744745" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_109__stack1"><rect x="177.016094291116" y="503.3289268484534" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="503.3289268484535" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="511.4043669573874" x2="177.75022521011" y2="511.4043669573874" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_110__stack1"><rect x="177.016094291116" y="510.6702360383934" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="510.67023603839345" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="511.40436695738737" x2="287.86986305921" y2="511.40436695738737" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_111__stack1"><rect x="287.13573214021596" y="510.67023603839334" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="510.67023603839334" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="504.0630577674474" x2="287.86986305921" y2="504.0630577674474" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_112__stack1"><rect x="287.13573214021596" y="503.32892684845336" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="503.32892684845336" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="496.72174857750736" x2="287.86986305921" y2="496.72174857750736" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_113__stack1"><rect x="287.13573214021596" y="495.98761765851333" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="495.9876176585134" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="518.7456761473275" x2="177.75022521011" y2="518.7456761473275" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_114__stack1"><rect x="177.016094291116" y="518.0115452283335" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="518.0115452283334" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="526.0869853372674" x2="177.75022521011" y2="526.0869853372674" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_115__stack1"><rect x="177.016094291116" y="525.3528544182734" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="525.3528544182734" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="192.43284358999" y1="533.4282945272073" x2="177.75022521011" y2="533.4282945272073" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_116__stack1"><rect x="177.016094291116" y="532.6941636082133" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.0915344000499" y="532.6941636082133" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="533.4282945272073" x2="287.86986305921" y2="533.4282945272073" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_117__stack1"><rect x="287.13573214021596" y="532.6941636082133" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="532.6941636082133" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="526.0869853372674" x2="287.86986305921" y2="526.0869853372674" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_118__stack1"><rect x="287.13573214021596" y="525.3528544182734" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="525.3528544182734" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="273.18724467933" y1="518.7456761473273" x2="287.86986305921" y2="518.7456761473273" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_3_119__stack1"><rect x="287.13573214021596" y="518.0115452283334" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.52855386927" y="518.0115452283334" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component chip sch-component-body" x="472.3936695483519" y="203.14279407180692" width="27.529909462274986" height="42.212527842155" stroke-width="0.7341309189940001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="472.3936695483519" y="203.14279407180692" width="27.529909462274986" height="42.212527842155" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="472.3936695483519" y1="216.9077488029444" x2="458.4451820874658" y2="216.9077488029444" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="457.71105116847184" cy="216.9077488029444" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="456.9769202494778" y="216.1736178839504" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="465.0523603584119" y="216.1736178839504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="499.9235790106269" y1="216.9077488029444" x2="513.8720664715129" y2="216.9077488029444" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="514.6061973905068" cy="216.9077488029444" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="513.8720664715129" y="216.1736178839504" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.2648882005669" y="216.1736178839504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="472.3936695483519" y1="224.24905799288442" x2="457.71105116847184" y2="224.24905799288442" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_4_2__stack1"><rect x="456.9769202494778" y="223.51492707389042" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="465.0523603584119" y="223.51492707389042" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="499.9235790106269" y1="224.24905799288442" x2="514.6061973905068" y2="224.24905799288442" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_4_3__stack1"><rect x="513.8720664715129" y="223.51492707389042" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.2648882005669" y="223.51492707389042" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="472.3936695483519" y1="231.59036718282442" x2="458.4451820874658" y2="231.59036718282442" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_4_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="457.71105116847184" cy="231.59036718282442" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="456.9769202494778" y="230.85623626383043" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="465.0523603584119" y="230.85623626383043" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="499.9235790106269" y1="231.59036718282442" x2="513.8720664715129" y2="231.59036718282442" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_4_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="514.6061973905068" cy="231.59036718282442" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="513.8720664715129" y="230.85623626383043" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.2648882005669" y="230.85623626383043" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component chip sch-component-body" x="520.4058316505594" y="309.463304415113" width="27.529909462274986" height="106.44898325412998" stroke-width="0.7341309189940001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="520.4058316505594" y="309.463304415113" width="27.529909462274986" height="106.44898325412998" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="547.9357411128344" y1="322.31059549750796" x2="561.8842285737204" y2="322.31059549750796" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="562.6183594927145" cy="322.31059549750796" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="561.8842285737205" y="321.57646457851394" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="555.2770503027745" y="321.576464578514" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="547.9357411128344" y1="336.993213877388" x2="561.8842285737204" y2="336.993213877388" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="562.6183594927145" cy="336.993213877388" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="561.8842285737205" y="336.25908295839395" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="555.2770503027745" y="336.259082958394" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="547.9357411128344" y1="359.017141447208" x2="562.6183594927145" y2="359.017141447208" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_5_2__stack1"><rect x="561.8842285737205" y="358.283010528214" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="555.2770503027745" y="358.283010528214" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="547.9357411128344" y1="373.699759827088" x2="562.6183594927145" y2="373.699759827088" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_5_3__stack1"><rect x="561.8842285737205" y="372.96562890809395" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="555.2770503027745" y="372.965628908094" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="547.9357411128344" y1="388.382378206968" x2="562.6183594927145" y2="388.382378206968" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_5_4__stack1"><rect x="561.8842285737205" y="387.64824728797396" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="555.2770503027745" y="387.64824728797396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="547.9357411128344" y1="403.064996586848" x2="562.6183594927145" y2="403.064996586848" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_5_5__stack1"><rect x="561.8842285737205" y="402.33086566785397" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="555.2770503027745" y="402.33086566785397" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component chip sch-component-body" x="1021.009705312568" y="309.463304415113" width="27.529909462274873" height="106.44898325412998" stroke-width="0.7341309189940001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1021.009705312568" y="309.463304415113" width="27.529909462274873" height="106.44898325412998" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1021.009705312568" y1="322.310595497508" x2="1006.327086932688" y2="322.310595497508" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="1005.592956013694" y="321.576464578514" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1013.668396122628" y="321.576464578514" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1021.009705312568" y1="336.99321387738803" x2="1007.0612178516819" y2="336.99321387738803" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1006.327086932688" cy="336.99321387738803" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="1005.592956013694" y="336.259082958394" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1013.668396122628" y="336.259082958394" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1021.009705312568" y1="359.017141447208" x2="1006.327086932688" y2="359.017141447208" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_6_2__stack1"><rect x="1005.592956013694" y="358.283010528214" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1013.668396122628" y="358.283010528214" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1021.009705312568" y1="373.699759827088" x2="1006.327086932688" y2="373.699759827088" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_6_3__stack1"><rect x="1005.592956013694" y="372.96562890809395" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1013.668396122628" y="372.965628908094" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1021.009705312568" y1="388.382378206968" x2="1006.327086932688" y2="388.382378206968" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_6_4__stack1"><rect x="1005.592956013694" y="387.64824728797396" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1013.668396122628" y="387.64824728797396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1021.009705312568" y1="403.064996586848" x2="1006.327086932688" y2="403.064996586848" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_6_5__stack1"><rect x="1005.592956013694" y="402.33086566785397" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1013.668396122628" y="402.33086566785397" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_7__stack1"><rect class="component chip sch-component-body" x="1020.4591071233225" y="483.08526675719395" width="14.682618379879955" height="22.02392756981999" stroke-width="0.7341309189940001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1020.4591071233225" y="483.08526675719395" width="14.682618379879955" height="22.02392756981999" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1020.4591071233225" y1="490.426575947134" x2="1005.7764887434425" y2="490.426575947134" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="1005.0423578244486" y="489.69244502813996" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1013.1177979333825" y="489.69244502813996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1020.4591071233225" y1="497.76788513707396" x2="1005.7764887434425" y2="497.76788513707396" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="1005.0423578244486" y="497.03375421807993" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1013.1177979333825" y="497.03375421808" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_8__stack1"><rect class="component chip sch-component-body" x="1020.4591071233225" y="518.7456761473276" width="14.682618379879955" height="22.02392756981999" stroke-width="0.7341309189940001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1020.4591071233225" y="518.7456761473276" width="14.682618379879955" height="22.02392756981999" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1020.4591071233225" y1="526.0869853372675" x2="1005.7764887434425" y2="526.0869853372675" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="1005.0423578244486" y="525.3528544182735" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1013.1177979333825" y="525.3528544182735" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1020.4591071233225" y1="533.4282945272075" x2="1005.7764887434425" y2="533.4282945272075" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><rect x="1005.0423578244486" y="532.6941636082136" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1013.1177979333825" y="532.6941636082136" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_9__stack1"><rect class="component chip sch-component-body" x="1020.4591071233225" y="553.8738406211904" width="14.682618379879955" height="22.02392756981999" stroke-width="0.7341309189940001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1020.4591071233225" y="553.8738406211904" width="14.682618379879955" height="22.02392756981999" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1020.4591071233225" y1="561.2151498111305" x2="1005.7764887434425" y2="561.2151498111305" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="1005.0423578244486" y="560.4810188921365" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1013.1177979333825" y="560.4810188921365" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1020.4591071233225" y1="568.5564590010704" x2="1005.7764887434425" y2="568.5564590010704" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><rect x="1005.0423578244486" y="567.8223280820764" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1013.1177979333825" y="567.8223280820764" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_10__stack1"><rect class="component chip sch-component-body" x="1020.4591071233225" y="589.534250011324" width="14.682618379879955" height="22.02392756981999" stroke-width="0.7341309189940001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1020.4591071233225" y="589.534250011324" width="14.682618379879955" height="22.02392756981999" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1020.4591071233225" y1="596.875559201264" x2="1005.7764887434425" y2="596.875559201264" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><rect x="1005.0423578244486" y="596.14142828227" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1013.1177979333825" y="596.14142828227" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1020.4591071233225" y1="604.2168683912039" x2="1005.7764887434425" y2="604.2168683912039" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><rect x="1005.0423578244486" y="603.4827374722099" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1013.1177979333825" y="603.4827374722099" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_11__stack1"><rect class="component chip sch-component-body" x="286.3281881293226" y="614.0725759786984" width="44.04785513963992" height="29.365236759760023" stroke-width="0.7341309189940001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="286.3281881293226" y="614.0725759786984" width="44.04785513963992" height="29.365236759760023" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="330.3760432689625" y1="636.0965035485184" x2="344.32453072984856" y2="636.0965035485184" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_11_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="345.0586616488426" cy="636.0965035485184" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="344.32453072984856" y="635.3623726295244" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="337.7173524589026" y="635.3623726295244" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="330.3760432689625" y1="628.7551943585784" x2="344.32453072984856" y2="628.7551943585784" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_11_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="345.0586616488426" cy="628.7551943585784" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="344.32453072984856" y="628.0210634395844" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="337.7173524589026" y="628.0210634395844" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="330.3760432689625" y1="621.4138851686384" x2="344.32453072984856" y2="621.4138851686384" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_11_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="345.0586616488426" cy="621.4138851686384" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="344.32453072984856" y="620.6797542496445" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="337.7173524589026" y="620.6797542496445" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_12__stack1"><rect class="component chip sch-component-body" x="228.47867171259543" y="649.4209797282596" width="22.023927569819932" height="58.73047351951993" stroke-width="0.7341309189940001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="228.47867171259543" y="649.4209797282596" width="22.023927569819932" height="58.73047351951993" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="228.47867171259543" y1="656.7622889181996" x2="214.5301842517094" y2="656.7622889181996" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_12_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="213.79605333271542" cy="656.7622889181996" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="213.06192241372142" y="656.0281579992056" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="221.1373625226554" y="656.0281579992056" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="250.50259928241536" y1="656.7622889181996" x2="264.45108674330135" y2="656.7622889181996" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_12_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="265.1852176622954" cy="656.7622889181996" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="264.45108674330135" y="656.0281579992056" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="257.8439084723554" y="656.0281579992056" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="228.47867171259543" y1="664.1035981081395" x2="214.5301842517094" y2="664.1035981081395" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_12_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="213.79605333271542" cy="664.1035981081395" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="213.06192241372142" y="663.3694671891456" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="221.1373625226554" y="663.3694671891456" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="250.50259928241536" y1="664.1035981081395" x2="264.45108674330135" y2="664.1035981081395" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_12_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="265.1852176622954" cy="664.1035981081395" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="264.45108674330135" y="663.3694671891456" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="257.8439084723554" y="663.3694671891456" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="228.47867171259543" y1="671.4449072980796" x2="214.5301842517094" y2="671.4449072980796" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_12_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="213.79605333271542" cy="671.4449072980796" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="213.06192241372142" y="670.7107763790856" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="221.1373625226554" y="670.7107763790856" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="250.50259928241536" y1="671.4449072980796" x2="264.45108674330135" y2="671.4449072980796" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_12_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="265.1852176622954" cy="671.4449072980796" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="264.45108674330135" y="670.7107763790856" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="257.8439084723554" y="670.7107763790856" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="228.47867171259543" y1="678.7862164880196" x2="214.5301842517094" y2="678.7862164880196" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_12_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="213.79605333271542" cy="678.7862164880196" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="213.06192241372142" y="678.0520855690256" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="221.1373625226554" y="678.0520855690256" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="250.50259928241536" y1="678.7862164880196" x2="264.45108674330135" y2="678.7862164880196" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_12_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="265.1852176622954" cy="678.7862164880196" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="264.45108674330135" y="678.0520855690256" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="257.8439084723554" y="678.0520855690256" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="228.47867171259543" y1="686.1275256779595" x2="214.5301842517094" y2="686.1275256779595" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_12_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="213.79605333271542" cy="686.1275256779595" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="213.06192241372142" y="685.3933947589655" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="221.1373625226554" y="685.3933947589655" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="250.50259928241536" y1="686.1275256779595" x2="264.45108674330135" y2="686.1275256779595" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_12_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="265.1852176622954" cy="686.1275256779595" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="264.45108674330135" y="685.3933947589655" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="257.8439084723554" y="685.3933947589655" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="228.47867171259543" y1="693.4688348678995" x2="214.5301842517094" y2="693.4688348678995" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_12_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="213.79605333271542" cy="693.4688348678995" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="213.06192241372142" y="692.7347039489056" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="221.1373625226554" y="692.7347039489056" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="250.50259928241536" y1="693.4688348678995" x2="264.45108674330135" y2="693.4688348678995" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_12_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="265.1852176622954" cy="693.4688348678995" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="264.45108674330135" y="692.7347039489056" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="257.8439084723554" y="692.7347039489056" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="228.47867171259543" y1="700.8101440578396" x2="214.5301842517094" y2="700.8101440578396" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_12_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="213.79605333271542" cy="700.8101440578396" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="213.06192241372142" y="700.0760131388456" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="221.1373625226554" y="700.0760131388456" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="250.50259928241536" y1="700.8101440578396" x2="264.45108674330135" y2="700.8101440578396" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_12_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="265.1852176622954" cy="700.8101440578396" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="264.45108674330135" y="700.0760131388456" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="257.8439084723554" y="700.0760131388456" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_13__stack1"><rect class="component chip sch-component-body" x="394.6124986809375" y="179.83413739374745" width="48.819706113101006" height="3.6706545949699887" stroke-width="0.7341309189940001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="394.6124986809375" y="179.83413739374745" width="48.819706113101006" height="3.6706545949699887" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="411.13044435830255" y1="183.50479198871744" x2="411.13044435830255" y2="192.68142847614243" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_13_0__stack1"><rect x="410.3963134393085" y="191.94729755714843" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="410.3963134393085" y="188.09311023242992" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform="rotate(-90 410.3963134393085 188.09311023242992)"></text><line class="component-pin sch-component-pin sch-port-line" x1="411.13044435830255" y1="179.83413739374745" x2="411.13044435830255" y2="170.65750090632244" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_13_1__stack1"><rect x="410.3963134393085" y="169.92336998732844" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="410.3963134393085" y="175.24581915003495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform="rotate(-90 410.3963134393085 175.24581915003495)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_14__stack1"><rect class="component chip sch-component-body" x="140.7500268928124" y="634.3712958888825" width="48.81970611310095" height="3.6706545949699603" stroke-width="0.7341309189940001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="140.7500268928124" y="634.3712958888825" width="48.81970611310095" height="3.6706545949699603" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="157.26797257017728" y1="638.0419504838525" x2="157.26797257017728" y2="647.2185869712775" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_14_0__stack1"><rect x="156.53384165118328" y="646.4844560522836" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="156.5338416511833" y="642.630268727565" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform="rotate(-90 156.5338416511833 642.630268727565)"></text><line class="component-pin sch-component-pin sch-port-line" x1="157.26797257017728" y1="634.3712958888825" x2="157.26797257017728" y2="625.1946594014576" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_14_1__stack1"><rect x="156.53384165118328" y="624.4605284824636" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="156.5338416511833" y="629.78297764517" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform="rotate(-90 156.5338416511833 629.78297764517)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_15__stack1"><rect class="component chip sch-component-body" x="1093.5510167456628" y="696.4053585438755" width="3.670654594970074" height="7.3413091899399205" stroke-width="0.7341309189940001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1093.5510167456628" y="696.4053585438755" width="3.670654594970074" height="7.3413091899399205" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1093.5510167456628" y1="700.0760131388456" x2="1082.8602352378125" y2="700.0760131388456" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_15_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1082.1261043188185" cy="700.0760131388456" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="1081.3919733998246" y="699.3418822198516" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1087.8385605322405" y="699.3418822198515" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_16__stack1"><rect class="component chip sch-component-body" x="1148.0235309350173" y="696.4053585438755" width="3.670654594970074" height="7.3413091899399205" stroke-width="0.7341309189940001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1148.0235309350173" y="696.4053585438755" width="3.670654594970074" height="7.3413091899399205" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1148.0235309350173" y1="700.0760131388456" x2="1136.5986185081733" y2="700.0760131388456" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_16_0__stack1"><rect x="1135.8644875891794" y="699.3418822198516" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1142.3110747215953" y="699.3418822198515" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_17__stack1"><rect class="component chip sch-component-body" x="1068.0032607646715" y="696.4053585438755" width="3.6706545949698466" height="7.3413091899399205" stroke-width="0.7341309189940001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1068.0032607646715" y="696.4053585438755" width="3.6706545949698466" height="7.3413091899399205" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1068.0032607646715" y1="700.0760131388456" x2="1055.1100864998393" y2="700.0760131388456" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_17_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1054.3759555808454" cy="700.0760131388456" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="1053.6418246618514" y="699.3418822198516" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1061.1896081727584" y="699.3418822198515" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_18__stack1"><rect class="component chip sch-component-body" x="1177.9760724299726" y="696.4053585438755" width="3.670654594970074" height="7.3413091899399205" stroke-width="0.7341309189940001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1177.9760724299726" y="696.4053585438755" width="3.670654594970074" height="7.3413091899399205" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1177.9760724299726" y1="700.0760131388456" x2="1164.3487672461465" y2="700.0760131388456" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_18_0__stack1"><rect x="1163.6146363271525" y="699.3418822198516" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1171.1624198380596" y="699.3418822198515" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_19__stack1"><rect class="component chip sch-component-body" x="691.8988143275578" y="103.79652745894384" width="185.000991586488" height="276.76735646073803" stroke-width="0.7341309189940001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="691.8988143275578" y="103.79652745894384" width="185.000991586488" height="276.76735646073803" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="348.6291889434429" x2="677.9503268666718" y2="348.6291889434429" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="348.6291889434429" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="347.8950580244489" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="347.89505802444893" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="876.8998059140458" y1="286.2280608289529" x2="891.5824242939259" y2="286.2280608289529" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_1__stack1"><rect x="890.8482933749319" y="285.49392990995887" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.2411151039859" y="285.49392990995887" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="341.2878797535029" x2="677.2161959476779" y2="341.2878797535029" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_2__stack1"><rect x="676.4820650286839" y="340.5537488345089" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="340.5537488345089" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="876.8998059140458" y1="278.88675163901286" x2="890.8482933749319" y2="278.88675163901286" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="891.5824242939259" cy="278.88675163901286" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="890.8482933749319" y="278.15262072001883" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.2411151039859" y="278.15262072001883" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="876.8998059140458" y1="271.5454424490729" x2="891.5824242939259" y2="271.5454424490729" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_4__stack1"><rect x="890.8482933749319" y="270.81131153007885" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.2411151039859" y="270.81131153007885" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="326.6052613736229" x2="677.2161959476779" y2="326.6052613736229" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_5__stack1"><rect x="676.4820650286839" y="325.8711304546289" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="325.8711304546289" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="172.43776838488282" x2="677.9503268666718" y2="172.43776838488282" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="172.43776838488282" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="171.70363746588882" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="171.70363746588885" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="157.7551500050028" x2="677.9503268666718" y2="157.7551500050028" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="157.7551500050028" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="157.0210190860088" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="157.02101908600883" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="135.73122243518281" x2="677.9503268666718" y2="135.73122243518281" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="135.73122243518281" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="134.99709151618882" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="134.99709151618885" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="179.77907757482282" x2="677.9503268666718" y2="179.77907757482282" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="179.77907757482282" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="179.04494665582882" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="179.04494665582885" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="187.12038676476283" x2="677.9503268666718" y2="187.12038676476283" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="187.12038676476283" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="186.38625584576883" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="186.38625584576886" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="143.07253162512285" x2="677.9503268666718" y2="143.07253162512285" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="143.07253162512285" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="142.33840070612885" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="142.33840070612882" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="165.0964591949428" x2="677.9503268666718" y2="165.0964591949428" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="165.0964591949428" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="164.3623282759488" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="164.36232827594884" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="150.41384081506283" x2="677.9503268666718" y2="150.41384081506283" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="150.41384081506283" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="149.67970989606883" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="149.67970989606886" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="209.14431433458282" x2="677.9503268666718" y2="209.14431433458282" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="209.14431433458282" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="208.41018341558882" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="208.41018341558885" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="216.4856235245228" x2="677.9503268666718" y2="216.4856235245228" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="216.4856235245228" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="215.7514926055288" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="215.75149260552882" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="194.4616959547028" x2="677.9503268666718" y2="194.4616959547028" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="194.4616959547028" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="193.7275650357088" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="193.72756503570884" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="201.8030051446428" x2="677.9503268666718" y2="201.8030051446428" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="201.8030051446428" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="201.0688742256488" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="201.06887422564884" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="245.85086028428282" x2="677.9503268666718" y2="245.85086028428282" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_18__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="245.85086028428282" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="245.11672936528882" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="245.11672936528885" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="297.2400246138629" x2="677.9503268666718" y2="297.2400246138629" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_19__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="297.2400246138629" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="296.50589369486886" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="296.50589369486886" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="238.50955109434284" x2="677.9503268666718" y2="238.50955109434284" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_20__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="238.50955109434284" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="237.77542017534884" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="237.77542017534887" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="267.87478785410286" x2="677.9503268666718" y2="267.87478785410286" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_21__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="267.87478785410286" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="267.14065693510884" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="267.14065693510884" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="304.58133380380286" x2="677.9503268666718" y2="304.58133380380286" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_22__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="304.58133380380286" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="303.84720288480884" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="303.8472028848089" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="311.9226429937429" x2="677.9503268666718" y2="311.9226429937429" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_23__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="311.9226429937429" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="311.18851207474887" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="311.18851207474887" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="319.2639521836829" x2="677.9503268666718" y2="319.2639521836829" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_24__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="319.2639521836829" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="318.52982126468885" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="318.5298212646889" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="253.19216947422285" x2="677.9503268666718" y2="253.19216947422285" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_25__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="253.19216947422285" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="252.45803855522885" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="252.45803855522888" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="282.5574062339829" x2="677.9503268666718" y2="282.5574062339829" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_26__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="282.5574062339829" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="281.82327531498885" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="281.82327531498885" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="289.89871542392285" x2="677.9503268666718" y2="289.89871542392285" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_27__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="289.89871542392285" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="289.1645845049288" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="289.1645845049289" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="223.82693271446283" x2="677.9503268666718" y2="223.82693271446283" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_28__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="223.82693271446283" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="223.09280179546883" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="223.09280179546886" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="275.21609704404284" x2="677.9503268666718" y2="275.21609704404284" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_29__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="275.21609704404284" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="274.4819661250488" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="274.48196612504887" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="260.5334786641628" x2="677.9503268666718" y2="260.5334786641628" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_30__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="260.5334786641628" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="259.7993477451688" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="259.79934774516886" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="231.1682419044028" x2="677.9503268666718" y2="231.1682419044028" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_31__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="231.1682419044028" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="230.4341109854088" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="230.43411098540884" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="876.8998059140458" y1="249.5215148792529" x2="890.8482933749319" y2="249.5215148792529" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_32__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="891.5824242939259" cy="249.5215148792529" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="890.8482933749319" y="248.7873839602589" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.2411151039859" y="248.7873839602589" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="876.8998059140458" y1="227.4975873094329" x2="890.8482933749319" y2="227.4975873094329" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_33__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="891.5824242939259" cy="227.4975873094329" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="890.8482933749319" y="226.7634563904389" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.2411151039859" y="226.7634563904389" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="876.8998059140458" y1="212.8149689295529" x2="890.8482933749319" y2="212.8149689295529" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_34__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="891.5824242939259" cy="212.8149689295529" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="890.8482933749319" y="212.0808380105589" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.2411151039859" y="212.0808380105589" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="876.8998059140458" y1="234.83889649937285" x2="890.8482933749319" y2="234.83889649937285" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_35__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="891.5824242939259" cy="234.83889649937285" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="890.8482933749319" y="234.10476558037885" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.2411151039859" y="234.10476558037888" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="876.8998059140458" y1="264.20413325913285" x2="890.8482933749319" y2="264.20413325913285" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_36__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="891.5824242939259" cy="264.20413325913285" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="890.8482933749319" y="263.4700023401388" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.2411151039859" y="263.4700023401389" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="876.8998059140458" y1="205.47365973961286" x2="890.8482933749319" y2="205.47365973961286" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_37__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="891.5824242939259" cy="205.47365973961286" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="890.8482933749319" y="204.73952882061886" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.2411151039859" y="204.7395288206189" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="876.8998059140458" y1="220.1562781194929" x2="890.8482933749319" y2="220.1562781194929" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_38__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="891.5824242939259" cy="220.1562781194929" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="890.8482933749319" y="219.4221472004989" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.2411151039859" y="219.4221472004989" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="876.8998059140458" y1="198.13235054967285" x2="890.8482933749319" y2="198.13235054967285" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_39__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="891.5824242939259" cy="198.13235054967285" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="890.8482933749319" y="197.39821963067885" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.2411151039859" y="197.39821963067888" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="876.8998059140458" y1="242.18020568931286" x2="890.8482933749319" y2="242.18020568931286" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_40__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="891.5824242939259" cy="242.18020568931286" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="890.8482933749319" y="241.44607477031886" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.2411151039859" y="241.4460747703189" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="876.8998059140458" y1="256.8628240691928" x2="890.8482933749319" y2="256.8628240691928" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_41__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="891.5824242939259" cy="256.8628240691928" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="890.8482933749319" y="256.1286931501988" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.2411151039859" y="256.12869315019884" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="333.9465705635629" x2="677.9503268666718" y2="333.9465705635629" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_19_42__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="333.9465705635629" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="333.21243964456886" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="333.2124396445689" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_20__stack1"><rect class="component chip sch-component-body" x="691.8988143275578" y="408.9196906658251" width="185.000991586488" height="248.39319644161992" stroke-width="0.7341309189940001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="691.8988143275578" y="408.9196906658251" width="185.000991586488" height="248.39319644161992" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="536.786943481605" x2="677.9503268666718" y2="536.786943481605" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_20_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="536.786943481605" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="536.052812562611" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="536.052812562611" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="522.1043251017251" x2="677.9503268666718" y2="522.1043251017251" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_20_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="522.1043251017251" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="521.3701941827311" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="521.3701941827311" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="456.03254239226504" x2="677.2161959476779" y2="456.03254239226504" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_20_2__stack1"><rect x="676.4820650286839" y="455.298411473271" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="455.2984114732711" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="441.34992401238503" x2="677.9503268666718" y2="441.34992401238503" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_20_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="441.34992401238503" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="440.615793093391" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="440.61579309339106" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="876.8998059140458" y1="632.2239629508251" x2="890.8482933749319" y2="632.2239629508251" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_20_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="891.5824242939259" cy="632.2239629508251" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="890.8482933749319" y="631.4898320318312" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.2411151039859" y="631.4898320318312" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="876.8998059140458" y1="456.0325423922651" x2="891.5824242939259" y2="456.0325423922651" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_20_5__stack1"><rect x="890.8482933749319" y="455.2984114732711" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.2411151039859" y="455.2984114732711" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="876.8998059140458" y1="441.3499240123851" x2="891.5824242939259" y2="441.3499240123851" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_20_6__stack1"><rect x="890.8482933749319" y="440.61579309339106" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.2411151039859" y="440.61579309339106" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="876.8998059140458" y1="522.1043251017251" x2="891.5824242939259" y2="522.1043251017251" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_20_7__stack1"><rect x="890.8482933749319" y="521.3701941827311" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.2411151039859" y="521.3701941827311" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="558.8108710514251" x2="677.9503268666718" y2="558.8108710514251" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_20_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="558.8108710514251" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="558.0767401324312" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="558.076740132431" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="573.4934894313051" x2="677.9503268666718" y2="573.4934894313051" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_20_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="573.4934894313051" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="572.7593585123111" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="572.7593585123111" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="876.8998059140458" y1="558.8108710514251" x2="891.5824242939259" y2="558.8108710514251" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_20_10__stack1"><rect x="890.8482933749319" y="558.0767401324312" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.2411151039859" y="558.076740132431" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="876.8998059140458" y1="595.5174170011251" x2="891.5824242939259" y2="595.5174170011251" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_20_11__stack1"><rect x="890.8482933749319" y="594.7832860821311" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.2411151039859" y="594.7832860821311" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="876.8998059140458" y1="485.39777915202507" x2="891.5824242939259" y2="485.39777915202507" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_20_12__stack1"><rect x="890.8482933749319" y="484.66364823303104" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.2411151039859" y="484.6636482330311" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="691.8988143275578" y1="500.0803975319051" x2="677.9503268666718" y2="500.0803975319051" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_20_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="677.2161959476779" cy="500.0803975319051" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="676.4820650286839" y="499.34626661291105" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="684.5575051376178" y="499.34626661291105" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="876.8998059140458" y1="411.98468725262506" x2="890.8482933749319" y2="411.98468725262506" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_20_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="891.5824242939259" cy="411.98468725262506" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="890.8482933749319" y="411.25055633363104" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.2411151039859" y="411.25055633363104" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="876.8998059140458" y1="426.6673056325051" x2="890.8482933749319" y2="426.6673056325051" stroke-width="0.7341309189940001px"/><g class="sch-port" data-schematic-port-id="source_port_20_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="891.5824242939259" cy="426.6673056325051" r="0.7341309189940001" stroke-width="0.7341309189940001px"/><rect x="890.8482933749319" y="425.93317471351105" width="1.4682618379880001" height="1.4682618379880001" opacity="0"/></g><text class="pin-number sch-pin-number" x="884.2411151039859" y="425.93317471351105" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.505981892455px" transform=""></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="157.26797257017728" cy="692.7347039489056" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="157.26797257017728" cy="664.8377290271335" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="625.6434988883493" cy="572.2271135960405" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="625.6434988883493" cy="564.8858044061004" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="625.6434988883493" cy="557.5444952161604" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="122.98405865315772" cy="111.30301610565749" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="122.98405865315772" cy="103.96170691571751" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_2__stack1"><circle cx="122.98405865315772" cy="96.62039772577754" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="177.75022521011" cy="100.29105232074772" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="177.75022521011" cy="107.63236151068776" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_2__stack1"><circle cx="177.75022521011" cy="114.97367070062774" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_3__stack1"><circle cx="287.86986305921" cy="114.97367070062768" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_4__stack1"><circle cx="287.86986305921" cy="107.6323615106877" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_5__stack1"><circle cx="287.86986305921" cy="100.29105232074772" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_6__stack1"><circle cx="177.75022521011" cy="122.31497989056771" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_7__stack1"><circle cx="177.75022521011" cy="129.6562890805077" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_8__stack1"><circle cx="177.75022521011" cy="136.99759827044772" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_9__stack1"><circle cx="287.86986305921" cy="136.9975982704476" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_10__stack1"><circle cx="287.86986305921" cy="129.65628908050763" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_11__stack1"><circle cx="287.86986305921" cy="122.31497989056766" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_12__stack1"><circle cx="177.75022521011" cy="144.3389074603877" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_13__stack1"><circle cx="177.75022521011" cy="151.68021665032774" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_14__stack1"><circle cx="177.75022521011" cy="159.0215258402677" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_15__stack1"><circle cx="287.86986305921" cy="159.02152584026751" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_16__stack1"><circle cx="287.86986305921" cy="151.6802166503275" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_17__stack1"><circle cx="287.86986305921" cy="144.3389074603876" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_18__stack1"><circle cx="177.75022521011" cy="166.36283503020772" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_19__stack1"><circle cx="177.75022521011" cy="173.70414422014773" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_20__stack1"><circle cx="177.75022521011" cy="181.0454534100877" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_21__stack1"><circle cx="287.86986305921" cy="181.04545341008742" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_22__stack1"><circle cx="287.86986305921" cy="173.70414422014747" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_23__stack1"><circle cx="287.86986305921" cy="166.3628350302075" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_24__stack1"><circle cx="177.75022521011" cy="188.38676260002774" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_25__stack1"><circle cx="177.75022521011" cy="195.72807178996771" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_26__stack1"><circle cx="177.75022521011" cy="203.06938097990775" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_27__stack1"><circle cx="287.86986305921" cy="203.06938097990735" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_28__stack1"><circle cx="287.86986305921" cy="195.72807178996737" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_29__stack1"><circle cx="287.86986305921" cy="188.3867626000274" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_30__stack1"><circle cx="177.75022521011" cy="210.41069016984773" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_31__stack1"><circle cx="177.75022521011" cy="217.75199935978776" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_32__stack1"><circle cx="177.75022521011" cy="225.09330854972774" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_33__stack1"><circle cx="287.86986305921" cy="225.09330854972728" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_34__stack1"><circle cx="287.86986305921" cy="217.7519993597873" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_35__stack1"><circle cx="287.86986305921" cy="210.41069016984733" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_36__stack1"><circle cx="177.75022521011" cy="232.43461773966777" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_37__stack1"><circle cx="177.75022521011" cy="239.77592692960775" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_38__stack1"><circle cx="177.75022521011" cy="247.11723611954775" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_39__stack1"><circle cx="287.86986305921" cy="247.1172361195472" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_40__stack1"><circle cx="287.86986305921" cy="239.7759269296072" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_41__stack1"><circle cx="287.86986305921" cy="232.43461773966726" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_42__stack1"><circle cx="177.75022521011" cy="254.45854530948776" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_43__stack1"><circle cx="177.75022521011" cy="261.79985449942774" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_44__stack1"><circle cx="177.75022521011" cy="269.1411636893678" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_45__stack1"><circle cx="287.86986305921" cy="269.1411636893672" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_46__stack1"><circle cx="287.86986305921" cy="261.79985449942717" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_47__stack1"><circle cx="287.86986305921" cy="254.4585453094872" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_48__stack1"><circle cx="177.75022521011" cy="276.4824728793078" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_49__stack1"><circle cx="177.75022521011" cy="283.8237820692478" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_50__stack1"><circle cx="177.75022521011" cy="291.16509125918776" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_51__stack1"><circle cx="287.86986305921" cy="291.16509125918725" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_52__stack1"><circle cx="287.86986305921" cy="283.8237820692472" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_53__stack1"><circle cx="287.86986305921" cy="276.48247287930724" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_54__stack1"><circle cx="177.75022521011" cy="298.5064004491278" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_55__stack1"><circle cx="177.75022521011" cy="305.84770963906783" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_56__stack1"><circle cx="177.75022521011" cy="313.1890188290078" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_57__stack1"><circle cx="287.86986305921" cy="313.18901882900724" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_58__stack1"><circle cx="287.86986305921" cy="305.84770963906726" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_59__stack1"><circle cx="287.86986305921" cy="298.5064004491272" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_60__stack1"><circle cx="177.75022521011" cy="320.5303280189478" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_61__stack1"><circle cx="177.75022521011" cy="327.8716372088878" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_62__stack1"><circle cx="177.75022521011" cy="335.21294639882785" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_63__stack1"><circle cx="287.86986305921" cy="335.2129463988273" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_64__stack1"><circle cx="287.86986305921" cy="327.87163720888725" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_65__stack1"><circle cx="287.86986305921" cy="320.5303280189473" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_66__stack1"><circle cx="177.75022521011" cy="342.55425558876783" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_67__stack1"><circle cx="177.75022521011" cy="349.89556477870786" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_68__stack1"><circle cx="177.75022521011" cy="357.23687396864784" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_69__stack1"><circle cx="287.86986305921" cy="357.2368739686473" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_70__stack1"><circle cx="287.86986305921" cy="349.8955647787073" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_71__stack1"><circle cx="287.86986305921" cy="342.55425558876726" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_72__stack1"><circle cx="177.75022521011" cy="364.5781831585879" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_73__stack1"><circle cx="177.75022521011" cy="371.91949234852785" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_74__stack1"><circle cx="177.75022521011" cy="379.2608015384679" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_75__stack1"><circle cx="287.86986305921" cy="379.2608015384673" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_76__stack1"><circle cx="287.86986305921" cy="371.9194923485273" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_77__stack1"><circle cx="287.86986305921" cy="364.5781831585873" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_78__stack1"><circle cx="177.75022521011" cy="386.60211072840787" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_79__stack1"><circle cx="177.75022521011" cy="393.94341991834784" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_80__stack1"><circle cx="177.75022521011" cy="401.2847291082878" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_81__stack1"><circle cx="287.86986305921" cy="401.2847291082873" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_82__stack1"><circle cx="287.86986305921" cy="393.94341991834733" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_83__stack1"><circle cx="287.86986305921" cy="386.6021107284073" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_84__stack1"><circle cx="177.75022521011" cy="408.6260382982278" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_85__stack1"><circle cx="177.75022521011" cy="415.9673474881678" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_86__stack1"><circle cx="177.75022521011" cy="423.30865667810775" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_87__stack1"><circle cx="287.86986305921" cy="423.30865667810735" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_88__stack1"><circle cx="287.86986305921" cy="415.9673474881673" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_89__stack1"><circle cx="287.86986305921" cy="408.62603829822734" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_90__stack1"><circle cx="177.75022521011" cy="430.64996586804773" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_91__stack1"><circle cx="177.75022521011" cy="437.9912750579877" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_92__stack1"><circle cx="177.75022521011" cy="445.3325842479277" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_93__stack1"><circle cx="287.86986305921" cy="445.33258424792734" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_94__stack1"><circle cx="287.86986305921" cy="437.99127505798737" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_95__stack1"><circle cx="287.86986305921" cy="430.64996586804733" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_96__stack1"><circle cx="177.75022521011" cy="452.67389343786766" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_97__stack1"><circle cx="177.75022521011" cy="460.01520262780764" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_98__stack1"><circle cx="177.75022521011" cy="467.3565118177476" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_99__stack1"><circle cx="287.86986305921" cy="467.35651181774733" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_100__stack1"><circle cx="287.86986305921" cy="460.01520262780735" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_101__stack1"><circle cx="287.86986305921" cy="452.6738934378674" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_102__stack1"><circle cx="177.75022521011" cy="474.6978210076876" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_103__stack1"><circle cx="177.75022521011" cy="482.0391301976275" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_104__stack1"><circle cx="177.75022521011" cy="489.38043938756755" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_105__stack1"><circle cx="287.86986305921" cy="489.3804393875673" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_106__stack1"><circle cx="287.86986305921" cy="482.03913019762734" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_107__stack1"><circle cx="287.86986305921" cy="474.69782100768737" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_108__stack1"><circle cx="177.75022521011" cy="496.72174857750747" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_109__stack1"><circle cx="177.75022521011" cy="504.06305776744745" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_110__stack1"><circle cx="177.75022521011" cy="511.4043669573874" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_111__stack1"><circle cx="287.86986305921" cy="511.40436695738737" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_112__stack1"><circle cx="287.86986305921" cy="504.0630577674474" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_113__stack1"><circle cx="287.86986305921" cy="496.72174857750736" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_114__stack1"><circle cx="177.75022521011" cy="518.7456761473275" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_115__stack1"><circle cx="177.75022521011" cy="526.0869853372674" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_116__stack1"><circle cx="177.75022521011" cy="533.4282945272073" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_117__stack1"><circle cx="287.86986305921" cy="533.4282945272073" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_118__stack1"><circle cx="287.86986305921" cy="526.0869853372674" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_119__stack1"><circle cx="287.86986305921" cy="518.7456761473273" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="457.71105116847184" cy="216.9077488029444" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="514.6061973905068" cy="216.9077488029444" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_2__stack1"><circle cx="457.71105116847184" cy="224.24905799288442" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_3__stack1"><circle cx="514.6061973905068" cy="224.24905799288442" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_4__stack1"><circle cx="457.71105116847184" cy="231.59036718282442" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_5__stack1"><circle cx="514.6061973905068" cy="231.59036718282442" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="562.6183594927145" cy="322.31059549750796" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="562.6183594927145" cy="336.993213877388" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_2__stack1"><circle cx="562.6183594927145" cy="359.017141447208" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_3__stack1"><circle cx="562.6183594927145" cy="373.699759827088" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_4__stack1"><circle cx="562.6183594927145" cy="388.382378206968" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_5__stack1"><circle cx="562.6183594927145" cy="403.064996586848" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="1006.327086932688" cy="322.310595497508" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="1006.327086932688" cy="336.99321387738803" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_2__stack1"><circle cx="1006.327086932688" cy="359.017141447208" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_3__stack1"><circle cx="1006.327086932688" cy="373.699759827088" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_4__stack1"><circle cx="1006.327086932688" cy="388.382378206968" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_5__stack1"><circle cx="1006.327086932688" cy="403.064996586848" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="1005.7764887434425" cy="490.426575947134" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="1005.7764887434425" cy="497.76788513707396" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="1005.7764887434425" cy="526.0869853372675" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="1005.7764887434425" cy="533.4282945272075" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="1005.7764887434425" cy="561.2151498111305" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="1005.7764887434425" cy="568.5564590010704" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="1005.7764887434425" cy="596.875559201264" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="1005.7764887434425" cy="604.2168683912039" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="345.0586616488426" cy="636.0965035485184" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_1__stack1"><circle cx="345.0586616488426" cy="628.7551943585784" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_2__stack1"><circle cx="345.0586616488426" cy="621.4138851686384" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_0__stack1"><circle cx="213.79605333271542" cy="656.7622889181996" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_1__stack1"><circle cx="265.1852176622954" cy="656.7622889181996" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_2__stack1"><circle cx="213.79605333271542" cy="664.1035981081395" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_3__stack1"><circle cx="265.1852176622954" cy="664.1035981081395" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_4__stack1"><circle cx="213.79605333271542" cy="671.4449072980796" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_5__stack1"><circle cx="265.1852176622954" cy="671.4449072980796" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_6__stack1"><circle cx="213.79605333271542" cy="678.7862164880196" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_7__stack1"><circle cx="265.1852176622954" cy="678.7862164880196" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_8__stack1"><circle cx="213.79605333271542" cy="686.1275256779595" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_9__stack1"><circle cx="265.1852176622954" cy="686.1275256779595" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_10__stack1"><circle cx="213.79605333271542" cy="693.4688348678995" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_11__stack1"><circle cx="265.1852176622954" cy="693.4688348678995" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_12__stack1"><circle cx="213.79605333271542" cy="700.8101440578396" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_13__stack1"><circle cx="265.1852176622954" cy="700.8101440578396" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_0__stack1"><circle cx="411.13044435830255" cy="192.68142847614243" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_1__stack1"><circle cx="411.13044435830255" cy="170.65750090632244" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_0__stack1"><circle cx="157.26797257017728" cy="647.2185869712775" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_1__stack1"><circle cx="157.26797257017728" cy="625.1946594014576" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_0__stack1"><circle cx="1082.1261043188185" cy="700.0760131388456" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_0__stack1"><circle cx="1136.5986185081733" cy="700.0760131388456" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_0__stack1"><circle cx="1054.3759555808454" cy="700.0760131388456" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_0__stack1"><circle cx="1164.3487672461465" cy="700.0760131388456" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_0__stack1"><circle cx="677.2161959476779" cy="348.6291889434429" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_1__stack1"><circle cx="891.5824242939259" cy="286.2280608289529" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_2__stack1"><circle cx="677.2161959476779" cy="341.2878797535029" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_3__stack1"><circle cx="891.5824242939259" cy="278.88675163901286" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_4__stack1"><circle cx="891.5824242939259" cy="271.5454424490729" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_5__stack1"><circle cx="677.2161959476779" cy="326.6052613736229" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_6__stack1"><circle cx="677.2161959476779" cy="172.43776838488282" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_7__stack1"><circle cx="677.2161959476779" cy="157.7551500050028" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_8__stack1"><circle cx="677.2161959476779" cy="135.73122243518281" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_9__stack1"><circle cx="677.2161959476779" cy="179.77907757482282" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_10__stack1"><circle cx="677.2161959476779" cy="187.12038676476283" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_11__stack1"><circle cx="677.2161959476779" cy="143.07253162512285" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_12__stack1"><circle cx="677.2161959476779" cy="165.0964591949428" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_13__stack1"><circle cx="677.2161959476779" cy="150.41384081506283" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_14__stack1"><circle cx="677.2161959476779" cy="209.14431433458282" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_15__stack1"><circle cx="677.2161959476779" cy="216.4856235245228" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_16__stack1"><circle cx="677.2161959476779" cy="194.4616959547028" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_17__stack1"><circle cx="677.2161959476779" cy="201.8030051446428" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_18__stack1"><circle cx="677.2161959476779" cy="245.85086028428282" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_19__stack1"><circle cx="677.2161959476779" cy="297.2400246138629" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_20__stack1"><circle cx="677.2161959476779" cy="238.50955109434284" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_21__stack1"><circle cx="677.2161959476779" cy="267.87478785410286" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_22__stack1"><circle cx="677.2161959476779" cy="304.58133380380286" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_23__stack1"><circle cx="677.2161959476779" cy="311.9226429937429" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_24__stack1"><circle cx="677.2161959476779" cy="319.2639521836829" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_25__stack1"><circle cx="677.2161959476779" cy="253.19216947422285" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_26__stack1"><circle cx="677.2161959476779" cy="282.5574062339829" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_27__stack1"><circle cx="677.2161959476779" cy="289.89871542392285" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_28__stack1"><circle cx="677.2161959476779" cy="223.82693271446283" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_29__stack1"><circle cx="677.2161959476779" cy="275.21609704404284" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_30__stack1"><circle cx="677.2161959476779" cy="260.5334786641628" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_31__stack1"><circle cx="677.2161959476779" cy="231.1682419044028" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_32__stack1"><circle cx="891.5824242939259" cy="249.5215148792529" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_33__stack1"><circle cx="891.5824242939259" cy="227.4975873094329" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_34__stack1"><circle cx="891.5824242939259" cy="212.8149689295529" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_35__stack1"><circle cx="891.5824242939259" cy="234.83889649937285" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_36__stack1"><circle cx="891.5824242939259" cy="264.20413325913285" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_37__stack1"><circle cx="891.5824242939259" cy="205.47365973961286" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_38__stack1"><circle cx="891.5824242939259" cy="220.1562781194929" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_39__stack1"><circle cx="891.5824242939259" cy="198.13235054967285" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_40__stack1"><circle cx="891.5824242939259" cy="242.18020568931286" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_41__stack1"><circle cx="891.5824242939259" cy="256.8628240691928" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_42__stack1"><circle cx="677.2161959476779" cy="333.9465705635629" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_0__stack1"><circle cx="677.2161959476779" cy="536.786943481605" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_1__stack1"><circle cx="677.2161959476779" cy="522.1043251017251" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_2__stack1"><circle cx="677.2161959476779" cy="456.03254239226504" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_3__stack1"><circle cx="677.2161959476779" cy="441.34992401238503" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_4__stack1"><circle cx="891.5824242939259" cy="632.2239629508251" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_5__stack1"><circle cx="891.5824242939259" cy="456.0325423922651" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_6__stack1"><circle cx="891.5824242939259" cy="441.3499240123851" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_7__stack1"><circle cx="891.5824242939259" cy="522.1043251017251" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_8__stack1"><circle cx="677.2161959476779" cy="558.8108710514251" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_9__stack1"><circle cx="677.2161959476779" cy="573.4934894313051" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_10__stack1"><circle cx="891.5824242939259" cy="558.8108710514251" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_11__stack1"><circle cx="891.5824242939259" cy="595.5174170011251" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_12__stack1"><circle cx="891.5824242939259" cy="485.39777915202507" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_13__stack1"><circle cx="677.2161959476779" cy="500.0803975319051" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_14__stack1"><circle cx="891.5824242939259" cy="411.98468725262506" r="1.4682618379880001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_15__stack1"><circle cx="891.5824242939259" cy="426.6673056325051" r="1.4682618379880001" 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="
619
619
  M 133.40871770287237,654.5598961612175
620
620
  L 131.42656422158856,658.2305507561874
621
621
  L 97.27968807611433,658.2305507561874