@tscircuit/schematic-trace-solver 0.0.183 → 0.0.184

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (103) hide show
  1. package/dist/index.js +231 -20
  2. package/lib/solvers/SameNetJunctionAlignmentSolver/alignSameNetJunctions.ts +30 -12
  3. package/lib/solvers/SameNetJunctionAlignmentSolver/collapseRedundantSharedEndpointStubs.ts +267 -0
  4. package/lib/solvers/SameNetJunctionAlignmentSolver/collapseSameNetCycles.ts +1 -1
  5. package/lib/solvers/SameNetJunctionAlignmentSolver/getSharedPin.ts +13 -0
  6. package/package.json +1 -1
  7. package/tests/bug-reports/bug-report-20260706T213649Z/__snapshots__/bug-report-20260706T213649Z.snap.svg +2 -2
  8. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +2 -2
  9. package/tests/bug-reports/bug-report-20260707T020342Z/__snapshots__/bug-report-20260707T020342Z.snap.svg +2 -2
  10. package/tests/bug-reports/bug-report-20260707T020342Z/bug-report-20260707T020342Z.test.ts +10 -0
  11. package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +2 -2
  12. package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +2 -2
  13. package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +2 -2
  14. package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +2 -2
  15. package/tests/bug-reports/bug-report-20260707T141421Z/__snapshots__/bug-report-20260707T141421Z.snap.svg +2 -2
  16. package/tests/bug-reports/bug-report-20260707T230831Z/__snapshots__/bug-report-20260707T230831Z.snap.svg +2 -2
  17. package/tests/bug-reports/bug-report-20260708T095725Z/__snapshots__/bug-report-20260708T095725Z.snap.svg +2 -2
  18. package/tests/bug-reports/bug-report-20260716T144856Z/__snapshots__/bug-report-20260716T144856Z.snap.svg +2 -2
  19. package/tests/bug-reports/bug-report-20260717T022934Z/__snapshots__/bug-report-20260717T022934Z.snap.svg +2 -2
  20. package/tests/bug-reports/bug-report-20260717T042845Z/__snapshots__/bug-report-20260717T042845Z.snap.svg +2 -2
  21. package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +2 -2
  22. package/tests/bug-reports/bug-report-20260724T175257Z/__snapshots__/bug-report-20260724T175257Z.snap.svg +2 -2
  23. package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +2 -2
  24. package/tests/bug-reports/bug-report-20260728T144234Z/bug-report-20260728T144234Z.test.ts +2 -0
  25. package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +2 -2
  26. package/tests/bug-reports/bug-report-20260730T061837Z/bug-report-20260730T061837Z.test.ts +1 -1
  27. package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +2 -2
  28. package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +2 -2
  29. package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +2 -2
  30. package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +2 -2
  31. package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +2 -2
  32. package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +2 -2
  33. package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +2 -2
  34. package/tests/bug-reports/bug-report-20260825T045913Z/__snapshots__/bug-report-20260825T045913Z.snap.svg +2 -2
  35. package/tests/bug-reports/bug-report-20260825T103621Z/__snapshots__/bug-report-20260825T103621Z.snap.svg +2 -2
  36. package/tests/bug-reports/bug-report-20260826T072956Z/__snapshots__/bug-report-20260826T072956Z.snap.svg +2 -2
  37. package/tests/bug-reports/bug-report-20260901T055358Z/__snapshots__/bug-report-20260901T055358Z.snap.svg +2 -2
  38. package/tests/bug-reports/bug-report-20260901T064117Z/__snapshots__/bug-report-20260901T064117Z.snap.svg +2 -2
  39. package/tests/bug-reports/bug-report-20260901T134241Z/__snapshots__/bug-report-20260901T134241Z.snap.svg +2 -2
  40. package/tests/bug-reports/bug-report-20260902T092425Z/__snapshots__/bug-report-20260902T092425Z.snap.svg +2 -2
  41. package/tests/examples/__snapshots__/example02.snap.svg +2 -2
  42. package/tests/examples/__snapshots__/example13.snap.svg +2 -2
  43. package/tests/examples/__snapshots__/example14.snap.svg +2 -2
  44. package/tests/examples/__snapshots__/example15.snap.svg +2 -2
  45. package/tests/examples/__snapshots__/example18.snap.svg +2 -2
  46. package/tests/examples/__snapshots__/example19.snap.svg +2 -2
  47. package/tests/examples/__snapshots__/example21.snap.svg +2 -2
  48. package/tests/examples/__snapshots__/example27.snap.svg +2 -2
  49. package/tests/examples/__snapshots__/example29.snap.svg +2 -2
  50. package/tests/examples/__snapshots__/example42.snap.svg +2 -2
  51. package/tests/examples/__snapshots__/example45.snap.svg +2 -2
  52. package/tests/examples/__snapshots__/example46.snap.svg +2 -2
  53. package/tests/examples/__snapshots__/example47.snap.svg +2 -2
  54. package/tests/examples/__snapshots__/example51.snap.svg +2 -2
  55. package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +2 -2
  56. package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +2 -2
  57. package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +2 -2
  58. package/tests/repros/__snapshots__/bugreport-001-gnd-overlap.snap.svg +2 -2
  59. package/tests/repros/__snapshots__/netlabel-connector-through-rail-label.snap.svg +2 -2
  60. package/tests/repros/__snapshots__/repro-battery-management-bq24073.snap.svg +2 -2
  61. package/tests/repros/__snapshots__/repro-bc107a-common-emitter-routing.snap.svg +2 -2
  62. package/tests/repros/__snapshots__/repro-bluetooth-controller-ground-decoupling-groups.snap.svg +2 -2
  63. package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +2 -2
  64. package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +2 -2
  65. package/tests/repros/__snapshots__/repro-board-8090-power-section.snap.svg +2 -2
  66. package/tests/repros/__snapshots__/repro-bq24074-battery-charger.snap.svg +2 -2
  67. package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +2 -2
  68. package/tests/repros/__snapshots__/repro-bq40z60-current-sense.snap.svg +2 -2
  69. package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +2 -2
  70. package/tests/repros/__snapshots__/repro-core-ground-inline-label-fallback.snap.svg +2 -2
  71. package/tests/repros/__snapshots__/repro-esp12f-section.snap.svg +508 -0
  72. package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +2 -2
  73. package/tests/repros/__snapshots__/repro-hdc2080-ground-label-alignment.snap.svg +2 -2
  74. package/tests/repros/__snapshots__/repro-hdc3020-ground-label-alignment.snap.svg +2 -2
  75. package/tests/repros/__snapshots__/repro-hub-usb-sheet.snap.svg +2 -2
  76. package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +2 -2
  77. package/tests/repros/__snapshots__/repro-isolated-rs485-isow7841.snap.svg +2 -2
  78. package/tests/repros/__snapshots__/repro-mspm0l1306-capacitor-symmetry.snap.svg +2 -2
  79. package/tests/repros/__snapshots__/repro-pga300-c6-trace-alignment.snap.svg +2 -2
  80. package/tests/repros/__snapshots__/repro-pga300-redundant-ground-traces.snap.svg +2 -2
  81. package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +18 -18
  82. package/tests/repros/__snapshots__/repro-power-group-rail-labels.snap.svg +2 -2
  83. package/tests/repros/__snapshots__/repro-powerbank-3v-system-power.snap.svg +2 -2
  84. package/tests/repros/__snapshots__/repro-rectifier-trace-overlap.snap.svg +2 -2
  85. package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +2 -2
  86. package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +2 -2
  87. package/tests/repros/__snapshots__/repro-smartwatch-power-sheet.snap.svg +2 -2
  88. package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +2 -2
  89. package/tests/repros/__snapshots__/repro-tida-01389-hbridge.snap.svg +2 -2
  90. package/tests/repros/__snapshots__/repro-tida00553-j4-cell-divider.snap.svg +2 -2
  91. package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +2 -2
  92. package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +2 -2
  93. package/tests/repros/__snapshots__/repro-tmp1075-ground-label-overlap.snap.svg +2 -2
  94. package/tests/repros/__snapshots__/repro-tps61222-trace-intersection.snap.svg +2 -2
  95. package/tests/repros/__snapshots__/repro-trellis-core-gnd-net-label-overlap.snap.svg +2 -2
  96. package/tests/repros/__snapshots__/repro-type-c-vbus-led-ground-label.snap.svg +2 -2
  97. package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +2 -2
  98. package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +2 -2
  99. package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +2 -2
  100. package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +2 -2
  101. package/tests/repros/assets/repro-esp12f-status-section.input.json +1394 -0
  102. package/tests/repros/repro-esp12f-section.test.ts +12 -0
  103. package/tests/solvers/SameNetJunctionAlignmentSolver/collapse-redundant-shared-endpoint-stubs.test.ts +101 -0
@@ -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="-2.2,-0.04999999999999997 -1.7000000000000002,-0.04999999999999982" data-type="line" data-label="" points="356.6961573612885,321.61579672123105 372.8541245735991,321.61579672123105" fill="none" stroke="hsl(96, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-9.65,-3.35 -5.8,-2.65" data-type="line" data-label="" points="115.94244589786001,428.2583803224813 240.3587934326519,405.63722622524637" fill="none" stroke="hsl(280, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.8,-2.65 -1.7000000000000002,-2.1000000000000005" data-type="line" data-label="" points="240.3587934326519,405.63722622524637 372.8541245735991,387.8634622917047" fill="none" stroke="hsl(64, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-9.65,-3.55 -1.7000000000000002,-2.3500000000000005" data-type="line" data-label="" points="115.94244589786001,434.72156720740554 372.8541245735991,395.94244589786" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-9.65,-3.75 -1.7000000000000002,-2.6000000000000005" data-type="line" data-label="" points="115.94244589786001,441.1847540923298 372.8541245735991,404.0214295040153" fill="none" stroke="hsl(184, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.65,-0.44999999999999996 4.8779125,3.24737545" data-type="line" data-label="" points="277.52211802096633,334.54217049107956 585.4255135744958,215.058027905675" fill="none" stroke="hsl(256, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.7000000000000002,0.5549999999999997 -9.600000000000001,1.0999999999999999" data-type="line" data-label="" points="482.7283016173115,302.0646563943352 117.558242619091,284.4524721329166" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7000000000000002,0.5549999999999997 -3.4,3.9499999999999997" data-type="line" data-label="" points="482.7283016173115,302.0646563943352 317.91703605174297,192.35205902274598" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7000000000000002,0.5549999999999997 -6,1.07" data-type="line" data-label="" points="482.7283016173115,302.0646563943352 233.89560654772765,285.42195016565523" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7000000000000002,0.5549999999999997 -2.7,3.68" data-type="line" data-label="" points="482.7283016173115,302.0646563943352 340.53819014897783,201.0773613173937" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7000000000000002,0.5549999999999997 -2.8,-0.05000000000000004" data-type="line" data-label="" points="482.7283016173115,302.0646563943352 337.30659670651573,321.61579672123105" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.600000000000001,1.0999999999999999 -3.4,3.9499999999999997" data-type="line" data-label="" points="117.558242619091,284.4524721329166 317.91703605174297,192.35205902274598" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.600000000000001,1.0999999999999999 -6,1.07" data-type="line" data-label="" points="117.558242619091,284.4524721329166 233.89560654772765,285.42195016565523" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.600000000000001,1.0999999999999999 -2.7,3.68" data-type="line" data-label="" points="117.558242619091,284.4524721329166 340.53819014897783,201.0773613173937" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.600000000000001,1.0999999999999999 -2.8,-0.05000000000000004" data-type="line" data-label="" points="117.558242619091,284.4524721329166 337.30659670651573,321.61579672123105" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4,3.9499999999999997 -6,1.07" data-type="line" data-label="" points="317.91703605174297,192.35205902274598 233.89560654772765,285.42195016565523" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4,3.9499999999999997 -2.7,3.68" data-type="line" data-label="" points="317.91703605174297,192.35205902274598 340.53819014897783,201.0773613173937" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4,3.9499999999999997 -2.8,-0.05000000000000004" data-type="line" data-label="" points="317.91703605174297,192.35205902274598 337.30659670651573,321.61579672123105" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,1.07 -2.7,3.68" data-type="line" data-label="" points="233.89560654772765,285.42195016565523 340.53819014897783,201.0773613173937" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,1.07 -2.8,-0.05000000000000004" data-type="line" data-label="" points="233.89560654772765,285.42195016565523 337.30659670651573,321.61579672123105" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,3.68 -2.8,-0.05000000000000004" data-type="line" data-label="" points="340.53819014897783,201.0773613173937 337.30659670651573,321.61579672123105" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.65,-2.75 -5.8,-2.0500000000000003" data-type="line" data-label="" points="115.94244589786001,408.8688196677085 240.3587934326519,386.2476655704736" fill="none" stroke="hsl(277, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.2,-0.04999999999999997 -1.7000000000000002,-0.04999999999999982" data-type="line" data-label="" points="356.6961573612885,321.61579672123105 372.8541245735991,321.61579672123105" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.8,-2.65 -5.8,-3.35 -9.65,-3.35" data-type="line" data-label="" points="240.3587934326519,405.63722622524637 240.3587934326519,428.2583803224813 115.94244589786001,428.2583803224813" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.7000000000000002,-2.1 -3.7499999999999996,-2.1 -3.7499999999999996,-2.85 -5.8,-2.85 -5.8,-2.65" data-type="line" data-label="" points="372.8541245735991,387.86346229170465 306.60645900312556,387.86346229170465 306.60645900312556,412.1004131101706 240.3587934326519,412.1004131101706 240.3587934326519,405.63722622524637" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.65,-3.55 -3.5300000000000002,-3.55 -3.5300000000000002,-2.3500000000000005 -1.7000000000000002,-2.3500000000000005" data-type="line" data-label="" points="115.94244589786001,434.72156720740554 313.7159645765422,434.72156720740554 313.7159645765422,395.94244589786 372.8541245735991,395.94244589786" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.65,-3.75 -3.33,-3.75 -3.33,-2.6000000000000005 -1.7000000000000002,-2.6000000000000005" data-type="line" data-label="" points="115.94244589786001,441.1847540923298 320.17915146146646,441.1847540923298 320.17915146146646,404.0214295040153 372.8541245735991,404.0214295040153" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.8,-0.05000000000000004 -3.27,-0.05000000000000004 -3.27,-4.17 1.9000000000000004,-4.17 1.9000000000000004,0.5549999999999997 1.7000000000000002,0.5549999999999997" data-type="line" data-label="" points="337.30659670651573,321.61579672123105 322.11810752694373,321.61579672123105 322.11810752694373,454.7574465506707 489.19148850223576,454.7574465506707 489.19148850223576,302.0646563943352 482.7283016173115,302.0646563943352" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.7,3.68 -2.7,3.9499999999999997 -3.27,3.9499999999999997 -3.27,-0.05000000000000004 -2.8,-0.05000000000000004" data-type="line" data-label="" points="340.53819014897783,201.0773613173937 340.53819014897783,192.35205902274598 322.11810752694373,192.35205902274598 322.11810752694373,321.61579672123105 337.30659670651573,321.61579672123105" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.4,3.9499999999999997 -2.7,3.9499999999999997 -2.7,3.68" data-type="line" data-label="" points="317.91703605174297,192.35205902274598 340.53819014897783,192.35205902274598 340.53819014897783,201.0773613173937" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.600000000000001,1.0999999999999999 -7.800000000000001,1.0999999999999999 -7.800000000000001,0.8700000000000001 -6,0.8700000000000001 -6,1.07" data-type="line" data-label="" points="117.558242619091,284.4524721329166 175.72692458340933,284.4524721329166 175.72692458340933,291.8851370505795 233.89560654772765,291.8851370505795 233.89560654772765,285.42195016565523" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.65,-2.75 -7.725,-2.75 -7.725,-1.8500000000000003 -5.8,-1.8500000000000003 -5.8,-2.0500000000000003" data-type="line" data-label="" points="115.94244589786001,408.8688196677085 178.15061966525596,408.8688196677085 178.15061966525596,379.78447868554935 240.3587934326519,379.78447868554935 240.3587934326519,386.2476655704736" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6,1.07 -6,0.8700000000000001 -3.27,0.8700000000000001 -3.27,-0.050000000000000266 -2.8,-0.050000000000000266" data-type="line" data-label="" points="233.89560654772765,285.42195016565523 233.89560654772765,291.8851370505795 322.11810752694373,291.8851370505795 322.11810752694373,321.61579672123105 337.30659670651573,321.61579672123105" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0" data-y="0" x="372.8541245735991" y="198.8152459076702" width="109.8741770437124" height="242.3695081846596" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-10.8" data-y="1.4" x="40.00000000000003" y="258.59972459321955" width="77.558242619091" height="32.31593442462133" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-4.5" data-y="4.05" x="246.8219803175762" y="179.4256852528975" width="71.0950557341668" height="19.389560654772737" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-5.9875" data-y="1.45" x="219.35343605664806" y="260.86184000294304" width="29.8922393427747" height="24.560110162712192" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-2.6375" data-y="3.3" x="325.9960196578983" y="201.0773613173937" width="33.1238327852368" height="24.560110162712192" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="-10.8" data-y="-3.25" x="41.61579672123105" y="402.4056327827842" width="74.32664917662896" height="45.242308194469786" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="-2.5" data-y="-0.05000000000000002" x="337.30659670651573" y="310.6283790168598" width="19.389560654772765" height="21.97483540874248" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="-5.705" data-y="-2.35" x="225.81662294157232" y="386.2476655704736" width="35.22436852283721" height="19.389560654772765" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="-4.495" data-y="-0.75" x="262.9799475298868" y="334.54217049107956" width="39.10228065379181" height="19.389560654772765" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="4.35" data-y="3.25" x="551.30554211062" y="200.9522873405934" width="34.1199714638758" height="28.041851558774994" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="BQ25895RTWR" data-x="-0.6400000000000001" data-y="-3.88" x="385.7804983434477" y="442.4773914693146" width="42.65703344050007" height="5.816868196431869" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="U1" data-x="-1.1800000000000002" data-y="3.865" x="383.84154227797035" y="191.05942164576106" width="11.633736392863682" height="8.078983606155333" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="USB Input" data-x="-11.060000000000002" data-y="0.7699999999999999" x="52.92637376984848" y="292.20829639482577" width="34.90120917859093" height="5.8168681964318125" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="J1" data-x="-11.48" data-y="2.015" x="50.98741770437124" y="250.8439003313105" width="11.633736392863625" height="8.078983606155305" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="Phone OTG" data-x="-4.66" data-y="3.62" x="259.7483540874247" y="200.10788328465506" width="34.90120917859099" height="5.8168681964318125" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="J2" data-x="-5.08" data-y="4.465" x="257.80939802194735" y="171.66986099098835" width="11.633736392863682" height="8.078983606155305" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="Host" data-x="-11.31" data-y="-4.08" x="54.54217049107953" y="448.94057835423894" width="15.511648523818224" height="5.816868196431756" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="J3" data-x="-11.43" data-y="-2.4349999999999996" x="52.60321442560232" y="394.6498085208751" width="11.633736392863682" height="8.078983606155361" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="netId: R4.pin2 to U1.INT
3
+ <rect width="100%" height="100%" fill="white"/><g><polyline data-points="-2.2,-0.04999999999999997 -1.7000000000000002,-0.04999999999999982" data-type="line" data-label="" points="356.6961573612885,321.61579672123105 372.8541245735991,321.61579672123105" fill="none" stroke="hsl(96, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-9.65,-3.35 -5.8,-2.65" data-type="line" data-label="" points="115.94244589786001,428.2583803224813 240.3587934326519,405.63722622524637" fill="none" stroke="hsl(280, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.8,-2.65 -1.7000000000000002,-2.1000000000000005" data-type="line" data-label="" points="240.3587934326519,405.63722622524637 372.8541245735991,387.8634622917047" fill="none" stroke="hsl(64, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-9.65,-3.55 -1.7000000000000002,-2.3500000000000005" data-type="line" data-label="" points="115.94244589786001,434.72156720740554 372.8541245735991,395.94244589786" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-9.65,-3.75 -1.7000000000000002,-2.6000000000000005" data-type="line" data-label="" points="115.94244589786001,441.1847540923298 372.8541245735991,404.0214295040153" fill="none" stroke="hsl(184, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.65,-0.44999999999999996 4.8779125,3.24737545" data-type="line" data-label="" points="277.52211802096633,334.54217049107956 585.4255135744958,215.058027905675" fill="none" stroke="hsl(256, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.7000000000000002,0.5549999999999997 -9.600000000000001,1.0999999999999999" data-type="line" data-label="" points="482.7283016173115,302.0646563943352 117.558242619091,284.4524721329166" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7000000000000002,0.5549999999999997 -3.4,3.9499999999999997" data-type="line" data-label="" points="482.7283016173115,302.0646563943352 317.91703605174297,192.35205902274598" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7000000000000002,0.5549999999999997 -6,1.07" data-type="line" data-label="" points="482.7283016173115,302.0646563943352 233.89560654772765,285.42195016565523" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7000000000000002,0.5549999999999997 -2.7,3.68" data-type="line" data-label="" points="482.7283016173115,302.0646563943352 340.53819014897783,201.0773613173937" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7000000000000002,0.5549999999999997 -2.8,-0.05000000000000004" data-type="line" data-label="" points="482.7283016173115,302.0646563943352 337.30659670651573,321.61579672123105" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.600000000000001,1.0999999999999999 -3.4,3.9499999999999997" data-type="line" data-label="" points="117.558242619091,284.4524721329166 317.91703605174297,192.35205902274598" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.600000000000001,1.0999999999999999 -6,1.07" data-type="line" data-label="" points="117.558242619091,284.4524721329166 233.89560654772765,285.42195016565523" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.600000000000001,1.0999999999999999 -2.7,3.68" data-type="line" data-label="" points="117.558242619091,284.4524721329166 340.53819014897783,201.0773613173937" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.600000000000001,1.0999999999999999 -2.8,-0.05000000000000004" data-type="line" data-label="" points="117.558242619091,284.4524721329166 337.30659670651573,321.61579672123105" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4,3.9499999999999997 -6,1.07" data-type="line" data-label="" points="317.91703605174297,192.35205902274598 233.89560654772765,285.42195016565523" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4,3.9499999999999997 -2.7,3.68" data-type="line" data-label="" points="317.91703605174297,192.35205902274598 340.53819014897783,201.0773613173937" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4,3.9499999999999997 -2.8,-0.05000000000000004" data-type="line" data-label="" points="317.91703605174297,192.35205902274598 337.30659670651573,321.61579672123105" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,1.07 -2.7,3.68" data-type="line" data-label="" points="233.89560654772765,285.42195016565523 340.53819014897783,201.0773613173937" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6,1.07 -2.8,-0.05000000000000004" data-type="line" data-label="" points="233.89560654772765,285.42195016565523 337.30659670651573,321.61579672123105" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,3.68 -2.8,-0.05000000000000004" data-type="line" data-label="" points="340.53819014897783,201.0773613173937 337.30659670651573,321.61579672123105" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.65,-2.75 -5.8,-2.0500000000000003" data-type="line" data-label="" points="115.94244589786001,408.8688196677085 240.3587934326519,386.2476655704736" fill="none" stroke="hsl(277, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.2,-0.04999999999999997 -1.7000000000000002,-0.04999999999999982" data-type="line" data-label="" points="356.6961573612885,321.61579672123105 372.8541245735991,321.61579672123105" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.8,-2.65 -5.8,-3.35 -9.65,-3.35" data-type="line" data-label="" points="240.3587934326519,405.63722622524637 240.3587934326519,428.2583803224813 115.94244589786001,428.2583803224813" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.7000000000000002,-2.1 -3.7499999999999996,-2.1 -3.7499999999999996,-2.85 -5.8,-2.85" data-type="line" data-label="" points="372.8541245735991,387.86346229170465 306.60645900312556,387.86346229170465 306.60645900312556,412.1004131101706 240.3587934326519,412.1004131101706" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.65,-3.55 -3.5300000000000002,-3.55 -3.5300000000000002,-2.3500000000000005 -1.7000000000000002,-2.3500000000000005" data-type="line" data-label="" points="115.94244589786001,434.72156720740554 313.7159645765422,434.72156720740554 313.7159645765422,395.94244589786 372.8541245735991,395.94244589786" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.65,-3.75 -3.33,-3.75 -3.33,-2.6000000000000005 -1.7000000000000002,-2.6000000000000005" data-type="line" data-label="" points="115.94244589786001,441.1847540923298 320.17915146146646,441.1847540923298 320.17915146146646,404.0214295040153 372.8541245735991,404.0214295040153" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.8,-0.05000000000000004 -3.27,-0.05000000000000004 -3.27,-4.17 1.9000000000000004,-4.17 1.9000000000000004,0.5549999999999997 1.7000000000000002,0.5549999999999997" data-type="line" data-label="" points="337.30659670651573,321.61579672123105 322.11810752694373,321.61579672123105 322.11810752694373,454.7574465506707 489.19148850223576,454.7574465506707 489.19148850223576,302.0646563943352 482.7283016173115,302.0646563943352" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.27,3.9499999999999997 -3.27,-0.05000000000000004" data-type="line" data-label="" points="322.11810752694373,192.35205902274598 322.11810752694373,321.61579672123105" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.4,3.9499999999999997 -2.7,3.9499999999999997 -2.7,3.68" data-type="line" data-label="" points="317.91703605174297,192.35205902274598 340.53819014897783,192.35205902274598 340.53819014897783,201.0773613173937" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.600000000000001,1.0999999999999999 -7.800000000000001,1.0999999999999999 -7.800000000000001,0.8700000000000001 -6,0.8700000000000001 -6,1.07" data-type="line" data-label="" points="117.558242619091,284.4524721329166 175.72692458340933,284.4524721329166 175.72692458340933,291.8851370505795 233.89560654772765,291.8851370505795 233.89560654772765,285.42195016565523" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.65,-2.75 -7.725,-2.75 -7.725,-1.8500000000000003 -5.8,-1.8500000000000003 -5.8,-2.0500000000000003" data-type="line" data-label="" points="115.94244589786001,408.8688196677085 178.15061966525596,408.8688196677085 178.15061966525596,379.78447868554935 240.3587934326519,379.78447868554935 240.3587934326519,386.2476655704736" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6,0.8700000000000001 -3.27,0.8700000000000001 -3.27,-0.050000000000000266 -2.8,-0.050000000000000266" data-type="line" data-label="" points="233.89560654772765,291.8851370505795 322.11810752694373,291.8851370505795 322.11810752694373,321.61579672123105 337.30659670651573,321.61579672123105" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0" data-y="0" x="372.8541245735991" y="198.8152459076702" width="109.8741770437124" height="242.3695081846596" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-10.8" data-y="1.4" x="40.00000000000003" y="258.59972459321955" width="77.558242619091" height="32.31593442462133" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-4.5" data-y="4.05" x="246.8219803175762" y="179.4256852528975" width="71.0950557341668" height="19.389560654772737" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-5.9875" data-y="1.45" x="219.35343605664806" y="260.86184000294304" width="29.8922393427747" height="24.560110162712192" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-2.6375" data-y="3.3" x="325.9960196578983" y="201.0773613173937" width="33.1238327852368" height="24.560110162712192" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="-10.8" data-y="-3.25" x="41.61579672123105" y="402.4056327827842" width="74.32664917662896" height="45.242308194469786" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="-2.5" data-y="-0.05000000000000002" x="337.30659670651573" y="310.6283790168598" width="19.389560654772765" height="21.97483540874248" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="-5.705" data-y="-2.35" x="225.81662294157232" y="386.2476655704736" width="35.22436852283721" height="19.389560654772765" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="-4.495" data-y="-0.75" x="262.9799475298868" y="334.54217049107956" width="39.10228065379181" height="19.389560654772765" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="4.35" data-y="3.25" x="551.30554211062" y="200.9522873405934" width="34.1199714638758" height="28.041851558774994" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="BQ25895RTWR" data-x="-0.6400000000000001" data-y="-3.88" x="385.7804983434477" y="442.4773914693146" width="42.65703344050007" height="5.816868196431869" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="U1" data-x="-1.1800000000000002" data-y="3.865" x="383.84154227797035" y="191.05942164576106" width="11.633736392863682" height="8.078983606155333" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="USB Input" data-x="-11.060000000000002" data-y="0.7699999999999999" x="52.92637376984848" y="292.20829639482577" width="34.90120917859093" height="5.8168681964318125" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="J1" data-x="-11.48" data-y="2.015" x="50.98741770437124" y="250.8439003313105" width="11.633736392863625" height="8.078983606155305" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="Phone OTG" data-x="-4.66" data-y="3.62" x="259.7483540874247" y="200.10788328465506" width="34.90120917859099" height="5.8168681964318125" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="J2" data-x="-5.08" data-y="4.465" x="257.80939802194735" y="171.66986099098835" width="11.633736392863682" height="8.078983606155305" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="Host" data-x="-11.31" data-y="-4.08" x="54.54217049107953" y="448.94057835423894" width="15.511648523818224" height="5.816868196431756" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="J3" data-x="-11.43" data-y="-2.4349999999999996" x="52.60321442560232" y="394.6498085208751" width="11.633736392863682" height="8.078983606155361" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="netId: R4.pin2 to U1.INT
4
4
  globalConnNetId: connectivity_net1" data-x="-2.7249999999999996" data-y="-1.875" x="336.49869834590027" y="373.3212918006251" width="6.463186884924255" height="14.54217049107956" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="netId: J3.pin6 to U1.CE
5
5
  globalConnNetId: connectivity_net3" data-x="-6.49" data-y="-3.975" x="214.8292052372011" y="441.1847540923298" width="6.463186884924227" height="14.54217049107956" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="netId: R1.pin1 to U1.ILIM
6
6
  globalConnNetId: connectivity_net0" data-x="-1.9500000000000002" data-y="0.1750000000000001" x="361.5435475249817" y="307.0736262301515" width="6.463186884924255" height="14.54217049107956" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03094448660714286"/></g><g><rect data-type="rect" data-label="netId: GND
@@ -114,7 +114,7 @@ orientation: x+" data-x="4.8779125" data-y="3.24737545" cx="585.4255135744958" c
114
114
  .port-label { fill: rgb(0, 100, 100); }
115
115
  .component-name { fill: rgb(0, 100, 100); }
116
116
 
117
- </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 672.58769306148 404.06947519298 L 705.65493460828 404.06947519298" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.581517294975999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 672.58769306148 404.06947519298 L 705.65493460828 404.06947519298" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3226896618719999px" stroke-linecap="round" 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 434.5035539245201 576.01913123634 L 434.5035539245201 622.31326940186 L 179.88579401416007 622.31326940186" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.581517294975999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 434.5035539245201 576.01913123634 L 434.5035539245201 622.31326940186 L 179.88579401416007 622.31326940186" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3226896618719999px" stroke-linecap="round" 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 705.65493460828 539.64516553486 L 570.0792442664001 539.64516553486 L 570.0792442664001 589.24602785506 L 434.5035539245201 589.24602785506 L 434.5035539245201 576.01913123634" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.581517294975999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 705.65493460828 539.64516553486 L 570.0792442664001 539.64516553486 L 570.0792442664001 589.24602785506 L 434.5035539245201 589.24602785506 L 434.5035539245201 576.01913123634" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3226896618719999px" stroke-linecap="round" 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 179.88579401416007 635.5401660205799 L 584.628830546992 635.5401660205799 L 584.628830546992 556.17878630826 L 705.65493460828 556.17878630826" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.581517294975999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 179.88579401416007 635.5401660205799 L 584.628830546992 635.5401660205799 L 584.628830546992 556.17878630826 L 705.65493460828 556.17878630826" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3226896618719999px" stroke-linecap="round" 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 179.88579401416007 648.7670626393 L 597.8557271657121 648.7670626393 L 597.8557271657121 572.71240708166 L 705.65493460828 572.71240708166" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.581517294975999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 179.88579401416007 648.7670626393 L 597.8557271657121 648.7670626393 L 597.8557271657121 572.71240708166 L 705.65493460828 572.71240708166" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3226896618719999px" stroke-linecap="round" 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 632.90700320532 404.06947519298 L 601.823796151328 404.06947519298 L 601.823796151328 676.543545538612 L 943.73907374524 676.543545538612 L 943.73907374524 364.058112921352 L 930.5121771265201 364.058112921352" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.581517294975999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 632.90700320532 404.06947519298 L 601.823796151328 404.06947519298 L 601.823796151328 676.543545538612 L 943.73907374524 676.543545538612 L 943.73907374524 364.058112921352 L 930.5121771265201 364.058112921352" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3226896618719999px" stroke-linecap="round" 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 639.5204515146801 157.387853253852 L 639.5204515146801 139.53154281858002 L 601.823796151328 139.53154281858002 L 601.823796151328 404.06947519298 L 632.90700320532 404.06947519298" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.581517294975999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 639.5204515146801 157.387853253852 L 639.5204515146801 139.53154281858002 L 601.823796151328 139.53154281858002 L 601.823796151328 404.06947519298 L 632.90700320532 404.06947519298" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3226896618719999px" stroke-linecap="round" 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 593.22631334916 139.53154281858002 L 639.5204515146801 139.53154281858002 L 639.5204515146801 157.387853253852" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.581517294975999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 593.22631334916 139.53154281858002 L 639.5204515146801 139.53154281858002 L 639.5204515146801 157.387853253852" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3226896618719999px" stroke-linecap="round" 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 183.19251816884002 328.01481963534 L 302.23458773732 328.01481963534 L 302.23458773732 343.225750746868 L 421.2766573058001 343.225750746868 L 421.2766573058001 329.99885412814797" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.581517294975999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 183.19251816884002 328.01481963534 L 302.23458773732 328.01481963534 L 302.23458773732 343.225750746868 L 421.2766573058001 343.225750746868 L 421.2766573058001 329.99885412814797" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3226896618719999px" stroke-linecap="round" 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 179.88579401416007 582.6325795457 L 307.1946739693401 582.6325795457 L 307.1946739693401 523.11154476146 L 434.5035539245201 523.11154476146 L 434.5035539245201 536.33844138018" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.581517294975999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 179.88579401416007 582.6325795457 L 307.1946739693401 582.6325795457 L 307.1946739693401 523.11154476146 L 434.5035539245201 523.11154476146 L 434.5035539245201 536.33844138018" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3226896618719999px" stroke-linecap="round" 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 421.2766573058001 329.99885412814797 L 421.2766573058001 343.225750746868 L 601.823796151328 343.225750746868 L 601.823796151328 404.06947519298 L 632.90700320532 404.06947519298" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.581517294975999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 421.2766573058001 329.99885412814797 L 421.2766573058001 343.225750746868 L 601.823796151328 343.225750746868 L 601.823796151328 404.06947519298 L 632.90700320532 404.06947519298" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3226896618719999px" 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="434.5035539245201" cy="576.01913123634" r="1.9840344928079998" 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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"><circle cx="632.90700320532" cy="404.06947519298" r="1.9840344928079998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="601.823796151328" cy="404.06947519298" r="1.9840344928079998" 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="639.5204515146801" cy="157.387853253852" r="1.9840344928079998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="639.5204515146801" cy="139.53154281858002" r="1.9840344928079998" 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="421.2766573058001" cy="343.225750746868" r="1.9840344928079998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="421.2766573058001" cy="329.99885412814797" r="1.9840344928079998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="732.1087278457201" y="152.7584394373" width="171.94965604335994" height="496.00862320199997" stroke-width="1.3226896618719999px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="732.1087278457201" y="152.7584394373" width="171.94965604335994" height="496.00862320199997" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="732.1087278457201" y1="301.5610263979" x2="706.9776242701521" y2="301.5610263979" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="705.65493460828" cy="301.5610263979" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="704.332244946408" y="300.238336736028" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="718.881831227" y="300.238336736028" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="732.1087278457201" y1="351.1618887181" x2="706.9776242701521" y2="351.1618887181" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="705.65493460828" cy="351.1618887181" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="704.332244946408" y="349.839199056228" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="718.881831227" y="349.839199056228" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="732.1087278457201" y1="367.6955094915" x2="706.9776242701521" y2="367.6955094915" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="705.65493460828" cy="367.6955094915" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="704.332244946408" y="366.372819829628" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="718.881831227" y="366.372819829628" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="732.1087278457201" y1="463.59050997722" x2="706.9776242701521" y2="463.59050997722" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="705.65493460828" cy="463.59050997722" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="704.332244946408" y="462.267820315348" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="718.881831227" y="462.267820315348" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="732.1087278457201" y1="523.11154476146" x2="706.9776242701521" y2="523.11154476146" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="705.65493460828" cy="523.11154476146" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="704.332244946408" y="521.788855099588" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="718.881831227" y="521.788855099588" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="732.1087278457201" y1="506.57792398806004" x2="706.9776242701521" y2="506.57792398806004" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="705.65493460828" cy="506.57792398806004" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="704.332244946408" y="505.25523432618803" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="718.881831227" y="505.25523432618803" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="732.1087278457201" y1="539.64516553486" x2="705.65493460828" y2="539.64516553486" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="704.332244946408" y="538.322475872988" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="718.881831227" y="538.322475872988" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="732.1087278457201" y1="556.17878630826" x2="705.65493460828" y2="556.17878630826" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="704.332244946408" y="554.856096646388" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="718.881831227" y="554.856096646388" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="732.1087278457201" y1="572.71240708166" x2="705.65493460828" y2="572.71240708166" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="704.332244946408" y="571.389717419788" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="718.881831227" y="571.389717419788" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="732.1087278457201" y1="404.06947519298" x2="705.65493460828" y2="404.06947519298" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><rect x="704.332244946408" y="402.746785531108" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="718.881831227" y="402.746785531108" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="904.05838388908" y1="578.995182975552" x2="929.189487464648" y2="578.995182975552" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="930.5121771265201" cy="578.995182975552" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="929.1894874646481" y="577.67249331368" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="917.2852805078" y="577.67249331368" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="904.05838388908" y1="502.940527417912" x2="929.189487464648" y2="502.940527417912" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="930.5121771265201" cy="502.940527417912" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="929.1894874646481" y="501.61783775604" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="917.2852805078" y="501.61783775604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="904.05838388908" y1="459.953113407072" x2="929.189487464648" y2="459.953113407072" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="930.5121771265201" cy="459.953113407072" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="929.1894874646481" y="458.6304237452" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="917.2852805078" y="458.6304237452" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="904.05838388908" y1="416.965699396232" x2="929.189487464648" y2="416.965699396232" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="930.5121771265201" cy="416.965699396232" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="929.1894874646481" y="415.64300973436" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="917.2852805078" y="415.64300973436" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="904.05838388908" y1="364.058112921352" x2="930.5121771265201" y2="364.058112921352" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><rect x="929.1894874646481" y="362.73542325948" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="917.2852805078" y="362.73542325948" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="904.05838388908" y1="222.53031910104798" x2="929.189487464648" y2="222.53031910104798" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="930.5121771265201" cy="222.53031910104798" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="929.1894874646481" y="221.20762943917597" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="917.2852805078" y="221.20762943917597" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="904.05838388908" y1="301.230353982432" x2="929.189487464648" y2="301.230353982432" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="930.5121771265201" cy="301.230353982432" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="929.1894874646481" y="299.90766432056" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="917.2852805078" y="299.90766432056" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="904.05838388908" y1="317.763974755832" x2="929.189487464648" y2="317.763974755832" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="930.5121771265201" cy="317.763974755832" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="929.1894874646481" y="316.44128509396" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="917.2852805078" y="316.44128509396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="732.1087278457201" y1="228.81309499493997" x2="706.9776242701521" y2="228.81309499493997" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_18__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="705.65493460828" cy="228.81309499493997" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="704.332244946408" y="227.49040533306797" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="718.881831227" y="227.49040533306797" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="50.92355198164012" y="275.10723316046" width="105.81517294975981" height="66.13448309360001" stroke-width="1.3226896618719999px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="50.92355198164012" y="275.10723316046" width="105.81517294975981" height="66.13448309360001" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="156.73872493139993" y1="288.33412977918" x2="181.86982850696802" y2="288.33412977918" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="183.19251816884002" cy="288.33412977918" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="181.86982850696802" y="287.011440117308" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="169.96562155011998" y="287.011440117308" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="156.73872493139993" y1="301.56102639790004" x2="181.86982850696802" y2="301.56102639790004" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="183.19251816884002" cy="301.56102639790004" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="181.86982850696802" y="300.23833673602803" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="169.96562155011998" y="300.23833673602803" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="156.73872493139993" y1="314.78792301662" x2="181.86982850696802" y2="314.78792301662" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="183.19251816884002" cy="314.78792301662" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="181.86982850696802" y="313.465233354748" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="169.96562155011998" y="313.465233354748" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="156.73872493139993" y1="328.01481963534" x2="183.19251816884002" y2="328.01481963534" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><rect x="181.86982850696802" y="326.692129973468" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="169.96562155011998" y="326.692129973468" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" 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="474.18424378068005" y="113.07774958114004" width="92.58827633103999" height="39.68068985615997" stroke-width="1.3226896618719999px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="474.18424378068005" y="113.07774958114004" width="92.58827633103999" height="39.68068985615997" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="566.77252011172" y1="126.30464619986003" x2="591.903623687288" y2="126.30464619986003" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="593.22631334916" cy="126.30464619986003" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="591.903623687288" y="124.98195653798803" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="579.9994167304401" y="124.98195653798808" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="566.77252011172" y1="139.53154281858002" x2="593.22631334916" y2="139.53154281858002" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="591.903623687288" y="138.20885315670802" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="579.9994167304401" y="138.20885315670802" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></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="391.51613991368004" y="301.56102639790004" width="61.17439686158008" height="6.613448309359967" stroke-width="1.3226896618719999px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="391.51613991368004" y="301.56102639790004" width="61.17439686158008" height="6.613448309359967" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="421.2766573058001" y1="301.56102639790004" x2="421.2766573058001" y2="281.059336638884" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="421.2766573058001" cy="279.736646977012" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="419.9539676439281" y="278.41395731514" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="419.9539676439281" y="290.648836687456" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform="rotate(-90 419.9539676439281 290.648836687456)"></text><line class="component-pin sch-component-pin sch-port-line" x1="421.2766573058001" y1="308.17447470726" x2="421.2766573058001" y2="329.99885412814797" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="419.9539676439281" y="328.67616446627596" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="419.9539676439281" y="319.086664417704" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform="rotate(-90 419.9539676439281 319.086664417704)"></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="609.75993412256" y="179.21223267474002" width="67.78784517094005" height="6.613448309359995" stroke-width="1.3226896618719999px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="609.75993412256" y="179.21223267474002" width="67.78784517094005" height="6.613448309359995" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="639.5204515146801" y1="185.82568098410002" x2="639.5204515146801" y2="206.32737074311603" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="639.5204515146801" cy="207.65006040498804" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="638.1977618528081" y="206.32737074311603" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="638.1977618528081" y="196.73787069454403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform="rotate(-90 638.1977618528081 196.73787069454403)"></text><line class="component-pin sch-component-pin sch-port-line" x1="639.5204515146801" y1="179.21223267474002" x2="639.5204515146801" y2="157.387853253852" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="638.1977618528081" y="156.06516359198" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="638.1977618528081" y="168.300042964296" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform="rotate(-90 638.1977618528081 168.300042964296)"></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="54.23027613632007" y="569.40568292698" width="99.2017246403999" height="92.58827633103988" stroke-width="1.3226896618719999px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="54.23027613632007" y="569.40568292698" width="99.2017246403999" height="92.58827633103988" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="153.43200077671997" y1="582.6325795457" x2="179.88579401416007" y2="582.6325795457" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="178.56310435228806" y="581.309889883828" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="166.65889739544014" y="581.309889883828" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="153.43200077671997" y1="595.85947616442" x2="178.56310435228806" y2="595.85947616442" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="179.88579401416007" cy="595.85947616442" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="178.56310435228806" y="594.536786502548" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="166.65889739544014" y="594.536786502548" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="153.43200077671997" y1="609.08637278314" x2="178.56310435228806" y2="609.08637278314" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_5_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="179.88579401416007" cy="609.08637278314" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="178.56310435228806" y="607.763683121268" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="166.65889739544014" y="607.763683121268" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="153.43200077671997" y1="622.31326940186" x2="179.88579401416007" y2="622.31326940186" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_5_3__stack1"><rect x="178.56310435228806" y="620.990579739988" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="166.65889739544014" y="620.990579739988" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="153.43200077671997" y1="635.5401660205799" x2="179.88579401416007" y2="635.5401660205799" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_5_4__stack1"><rect x="178.56310435228806" y="634.2174763587079" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="166.65889739544014" y="634.2174763587079" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="153.43200077671997" y1="648.7670626393" x2="179.88579401416007" y2="648.7670626393" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_5_5__stack1"><rect x="178.56310435228806" y="647.444372977428" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="166.65889739544014" y="647.444372977428" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" 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="649.44062397872" y="381.583750941156" width="6.613448309360024" height="44.97144850364799" stroke-width="1.3226896618719999px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="649.44062397872" y="381.583750941156" width="6.613448309360024" height="44.97144850364799" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="656.0540722880801" y1="404.06947519298" x2="672.58769306148" y2="404.06947519298" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="671.265003399608" y="402.746785531108" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="664.32088267478" y="402.746785531108" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="649.44062397872" y1="404.06947519298" x2="632.90700320532" y2="404.06947519298" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="631.584313543448" y="402.746785531108" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="641.17381359202" y="402.746785531108" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" 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="404.7430365324001" y="552.87206215358" width="72.08658657202398" height="6.61344830935991" stroke-width="1.3226896618719999px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="404.7430365324001" y="552.87206215358" width="72.08658657202398" height="6.61344830935991" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="434.5035539245201" y1="552.87206215358" x2="434.5035539245201" y2="536.33844138018" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="433.1808642626481" y="535.015751718308" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="433.1808642626481" y="544.60525176688" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform="rotate(-90 433.1808642626481 544.60525176688)"></text><line class="component-pin sch-component-pin sch-port-line" x1="434.5035539245201" y1="559.4855104629399" x2="434.5035539245201" y2="576.01913123634" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="433.1808642626481" y="574.6964415744679" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="433.1808642626481" y="567.75232084964" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform="rotate(-90 433.1808642626481 567.75232084964)"></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="480.79769209004" y="447.05688920382" width="80.02272454325606" height="6.613448309360024" stroke-width="1.3226896618719999px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="480.79769209004" y="447.05688920382" width="80.02272454325606" height="6.613448309360024" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="510.55820948216" y1="447.05688920382" x2="510.55820948216" y2="431.845958092292" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="510.55820948216" cy="430.52326843042" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="509.235519820288" y="429.200578768548" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="509.23551982028806" y="438.79007881712" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform="rotate(-90 509.23551982028806 438.79007881712)"></text><line class="component-pin sch-component-pin sch-port-line" x1="510.55820948216" y1="453.67033751318" x2="510.55820948216" y2="468.881268624708" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="510.55820948216" cy="470.20395828658" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="509.235519820288" y="468.881268624708" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="509.23551982028806" y="461.93714789988" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform="rotate(-90 509.23551982028806 461.93714789988)"></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="1097.3091302558498" y="157.13188965721068" width="16.91885413742034" height="57.38758265377865" stroke-width="1.3226896618719999px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1097.3091302558498" y="157.13188965721068" width="16.91885413742034" height="57.38758265377865" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1097.3091302558498" y1="185.65210772649675" x2="1072.1780266802818" y2="185.65210772649675" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1070.85533701841" cy="185.65210772649675" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="1069.532647356538" y="184.32941806462475" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="1084.0822336371298" y="184.32941806462475" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1114.2279843932702" y1="185.9992542417033" x2="1139.3590879688381" y2="185.9992542417033" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1140.6817776307103" cy="185.9992542417033" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="1139.3590879688384" y="184.6765645798313" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="1127.45488101199" y="184.67656457983134" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="705.65493460828" cy="301.5610263979" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="705.65493460828" cy="351.1618887181" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="705.65493460828" cy="367.6955094915" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="705.65493460828" cy="463.59050997722" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="705.65493460828" cy="523.11154476146" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="705.65493460828" cy="506.57792398806004" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="705.65493460828" cy="539.64516553486" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="705.65493460828" cy="556.17878630826" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="705.65493460828" cy="572.71240708166" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="705.65493460828" cy="404.06947519298" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="930.5121771265201" cy="578.995182975552" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="930.5121771265201" cy="502.940527417912" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="930.5121771265201" cy="459.953113407072" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="930.5121771265201" cy="416.965699396232" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="930.5121771265201" cy="364.058112921352" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="930.5121771265201" cy="222.53031910104798" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_16__stack1"><circle cx="930.5121771265201" cy="301.230353982432" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_17__stack1"><circle cx="930.5121771265201" cy="317.763974755832" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_18__stack1"><circle cx="705.65493460828" cy="228.81309499493997" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="183.19251816884002" cy="288.33412977918" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="183.19251816884002" cy="301.56102639790004" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="183.19251816884002" cy="314.78792301662" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="183.19251816884002" cy="328.01481963534" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="593.22631334916" cy="126.30464619986003" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="593.22631334916" cy="139.53154281858002" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="421.2766573058001" cy="279.736646977012" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="421.2766573058001" cy="329.99885412814797" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="639.5204515146801" cy="207.65006040498804" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="639.5204515146801" cy="157.387853253852" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="179.88579401416007" cy="582.6325795457" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="179.88579401416007" cy="595.85947616442" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_2__stack1"><circle cx="179.88579401416007" cy="609.08637278314" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_3__stack1"><circle cx="179.88579401416007" cy="622.31326940186" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_4__stack1"><circle cx="179.88579401416007" cy="635.5401660205799" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_5__stack1"><circle cx="179.88579401416007" cy="648.7670626393" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="672.58769306148" cy="404.06947519298" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="632.90700320532" cy="404.06947519298" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="434.5035539245201" cy="536.33844138018" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="434.5035539245201" cy="576.01913123634" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="510.55820948216" cy="430.52326843042" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="510.55820948216" cy="470.20395828658" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="1070.85533701841" cy="185.65210772649675" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="1140.6817776307103" cy="185.9992542417033" r="2.6453793237439998" 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="
117
+ </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 672.58769306148 404.06947519298 L 705.65493460828 404.06947519298" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.581517294975999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 672.58769306148 404.06947519298 L 705.65493460828 404.06947519298" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3226896618719999px" stroke-linecap="round" 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 434.5035539245201 576.01913123634 L 434.5035539245201 622.31326940186 L 179.88579401416007 622.31326940186" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.581517294975999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 434.5035539245201 576.01913123634 L 434.5035539245201 622.31326940186 L 179.88579401416007 622.31326940186" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3226896618719999px" stroke-linecap="round" 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 705.65493460828 539.64516553486 L 570.0792442664001 539.64516553486 L 570.0792442664001 589.24602785506 L 434.5035539245201 589.24602785506" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.581517294975999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 705.65493460828 539.64516553486 L 570.0792442664001 539.64516553486 L 570.0792442664001 589.24602785506 L 434.5035539245201 589.24602785506" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3226896618719999px" stroke-linecap="round" 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 179.88579401416007 635.5401660205799 L 584.628830546992 635.5401660205799 L 584.628830546992 556.17878630826 L 705.65493460828 556.17878630826" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.581517294975999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 179.88579401416007 635.5401660205799 L 584.628830546992 635.5401660205799 L 584.628830546992 556.17878630826 L 705.65493460828 556.17878630826" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3226896618719999px" stroke-linecap="round" 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 179.88579401416007 648.7670626393 L 597.8557271657121 648.7670626393 L 597.8557271657121 572.71240708166 L 705.65493460828 572.71240708166" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.581517294975999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 179.88579401416007 648.7670626393 L 597.8557271657121 648.7670626393 L 597.8557271657121 572.71240708166 L 705.65493460828 572.71240708166" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3226896618719999px" stroke-linecap="round" 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 632.90700320532 404.06947519298 L 601.823796151328 404.06947519298 L 601.823796151328 676.543545538612 L 943.73907374524 676.543545538612 L 943.73907374524 364.058112921352 L 930.5121771265201 364.058112921352" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.581517294975999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 632.90700320532 404.06947519298 L 601.823796151328 404.06947519298 L 601.823796151328 676.543545538612 L 943.73907374524 676.543545538612 L 943.73907374524 364.058112921352 L 930.5121771265201 364.058112921352" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3226896618719999px" stroke-linecap="round" 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 601.823796151328 139.53154281858002 L 601.823796151328 404.06947519298" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.581517294975999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 601.823796151328 139.53154281858002 L 601.823796151328 404.06947519298" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3226896618719999px" stroke-linecap="round" 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 593.22631334916 139.53154281858002 L 639.5204515146801 139.53154281858002 L 639.5204515146801 157.387853253852" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.581517294975999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 593.22631334916 139.53154281858002 L 639.5204515146801 139.53154281858002 L 639.5204515146801 157.387853253852" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3226896618719999px" stroke-linecap="round" 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 183.19251816884002 328.01481963534 L 302.23458773732 328.01481963534 L 302.23458773732 343.225750746868 L 421.2766573058001 343.225750746868 L 421.2766573058001 329.99885412814797" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.581517294975999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 183.19251816884002 328.01481963534 L 302.23458773732 328.01481963534 L 302.23458773732 343.225750746868 L 421.2766573058001 343.225750746868 L 421.2766573058001 329.99885412814797" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3226896618719999px" stroke-linecap="round" 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 179.88579401416007 582.6325795457 L 307.1946739693401 582.6325795457 L 307.1946739693401 523.11154476146 L 434.5035539245201 523.11154476146 L 434.5035539245201 536.33844138018" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.581517294975999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 179.88579401416007 582.6325795457 L 307.1946739693401 582.6325795457 L 307.1946739693401 523.11154476146 L 434.5035539245201 523.11154476146 L 434.5035539245201 536.33844138018" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3226896618719999px" stroke-linecap="round" 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 421.2766573058001 343.225750746868 L 601.823796151328 343.225750746868 L 601.823796151328 404.06947519298 L 632.90700320532 404.06947519298" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.581517294975999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 421.2766573058001 343.225750746868 L 601.823796151328 343.225750746868 L 601.823796151328 404.06947519298 L 632.90700320532 404.06947519298" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3226896618719999px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"><circle cx="632.90700320532" cy="404.06947519298" r="1.9840344928079998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="601.823796151328" cy="404.06947519298" r="1.9840344928079998" 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"/><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="421.2766573058001" cy="343.225750746868" r="1.9840344928079998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="732.1087278457201" y="152.7584394373" width="171.94965604335994" height="496.00862320199997" stroke-width="1.3226896618719999px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="732.1087278457201" y="152.7584394373" width="171.94965604335994" height="496.00862320199997" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="732.1087278457201" y1="301.5610263979" x2="706.9776242701521" y2="301.5610263979" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="705.65493460828" cy="301.5610263979" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="704.332244946408" y="300.238336736028" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="718.881831227" y="300.238336736028" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="732.1087278457201" y1="351.1618887181" x2="706.9776242701521" y2="351.1618887181" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="705.65493460828" cy="351.1618887181" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="704.332244946408" y="349.839199056228" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="718.881831227" y="349.839199056228" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="732.1087278457201" y1="367.6955094915" x2="706.9776242701521" y2="367.6955094915" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="705.65493460828" cy="367.6955094915" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="704.332244946408" y="366.372819829628" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="718.881831227" y="366.372819829628" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="732.1087278457201" y1="463.59050997722" x2="706.9776242701521" y2="463.59050997722" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="705.65493460828" cy="463.59050997722" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="704.332244946408" y="462.267820315348" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="718.881831227" y="462.267820315348" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="732.1087278457201" y1="523.11154476146" x2="706.9776242701521" y2="523.11154476146" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="705.65493460828" cy="523.11154476146" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="704.332244946408" y="521.788855099588" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="718.881831227" y="521.788855099588" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="732.1087278457201" y1="506.57792398806004" x2="706.9776242701521" y2="506.57792398806004" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="705.65493460828" cy="506.57792398806004" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="704.332244946408" y="505.25523432618803" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="718.881831227" y="505.25523432618803" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="732.1087278457201" y1="539.64516553486" x2="705.65493460828" y2="539.64516553486" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="704.332244946408" y="538.322475872988" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="718.881831227" y="538.322475872988" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="732.1087278457201" y1="556.17878630826" x2="705.65493460828" y2="556.17878630826" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="704.332244946408" y="554.856096646388" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="718.881831227" y="554.856096646388" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="732.1087278457201" y1="572.71240708166" x2="705.65493460828" y2="572.71240708166" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="704.332244946408" y="571.389717419788" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="718.881831227" y="571.389717419788" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="732.1087278457201" y1="404.06947519298" x2="705.65493460828" y2="404.06947519298" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><rect x="704.332244946408" y="402.746785531108" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="718.881831227" y="402.746785531108" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="904.05838388908" y1="578.995182975552" x2="929.189487464648" y2="578.995182975552" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="930.5121771265201" cy="578.995182975552" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="929.1894874646481" y="577.67249331368" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="917.2852805078" y="577.67249331368" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="904.05838388908" y1="502.940527417912" x2="929.189487464648" y2="502.940527417912" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="930.5121771265201" cy="502.940527417912" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="929.1894874646481" y="501.61783775604" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="917.2852805078" y="501.61783775604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="904.05838388908" y1="459.953113407072" x2="929.189487464648" y2="459.953113407072" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="930.5121771265201" cy="459.953113407072" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="929.1894874646481" y="458.6304237452" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="917.2852805078" y="458.6304237452" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="904.05838388908" y1="416.965699396232" x2="929.189487464648" y2="416.965699396232" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="930.5121771265201" cy="416.965699396232" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="929.1894874646481" y="415.64300973436" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="917.2852805078" y="415.64300973436" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="904.05838388908" y1="364.058112921352" x2="930.5121771265201" y2="364.058112921352" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><rect x="929.1894874646481" y="362.73542325948" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="917.2852805078" y="362.73542325948" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="904.05838388908" y1="222.53031910104798" x2="929.189487464648" y2="222.53031910104798" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="930.5121771265201" cy="222.53031910104798" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="929.1894874646481" y="221.20762943917597" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="917.2852805078" y="221.20762943917597" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="904.05838388908" y1="301.230353982432" x2="929.189487464648" y2="301.230353982432" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="930.5121771265201" cy="301.230353982432" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="929.1894874646481" y="299.90766432056" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="917.2852805078" y="299.90766432056" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="904.05838388908" y1="317.763974755832" x2="929.189487464648" y2="317.763974755832" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="930.5121771265201" cy="317.763974755832" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="929.1894874646481" y="316.44128509396" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="917.2852805078" y="316.44128509396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="732.1087278457201" y1="228.81309499493997" x2="706.9776242701521" y2="228.81309499493997" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_0_18__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="705.65493460828" cy="228.81309499493997" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="704.332244946408" y="227.49040533306797" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="718.881831227" y="227.49040533306797" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="50.92355198164012" y="275.10723316046" width="105.81517294975981" height="66.13448309360001" stroke-width="1.3226896618719999px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="50.92355198164012" y="275.10723316046" width="105.81517294975981" height="66.13448309360001" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="156.73872493139993" y1="288.33412977918" x2="181.86982850696802" y2="288.33412977918" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="183.19251816884002" cy="288.33412977918" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="181.86982850696802" y="287.011440117308" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="169.96562155011998" y="287.011440117308" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="156.73872493139993" y1="301.56102639790004" x2="181.86982850696802" y2="301.56102639790004" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="183.19251816884002" cy="301.56102639790004" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="181.86982850696802" y="300.23833673602803" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="169.96562155011998" y="300.23833673602803" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="156.73872493139993" y1="314.78792301662" x2="181.86982850696802" y2="314.78792301662" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="183.19251816884002" cy="314.78792301662" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="181.86982850696802" y="313.465233354748" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="169.96562155011998" y="313.465233354748" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="156.73872493139993" y1="328.01481963534" x2="183.19251816884002" y2="328.01481963534" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><rect x="181.86982850696802" y="326.692129973468" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="169.96562155011998" y="326.692129973468" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" 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="474.18424378068005" y="113.07774958114004" width="92.58827633103999" height="39.68068985615997" stroke-width="1.3226896618719999px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="474.18424378068005" y="113.07774958114004" width="92.58827633103999" height="39.68068985615997" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="566.77252011172" y1="126.30464619986003" x2="591.903623687288" y2="126.30464619986003" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="593.22631334916" cy="126.30464619986003" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="591.903623687288" y="124.98195653798803" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="579.9994167304401" y="124.98195653798808" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="566.77252011172" y1="139.53154281858002" x2="593.22631334916" y2="139.53154281858002" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="591.903623687288" y="138.20885315670802" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="579.9994167304401" y="138.20885315670802" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></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="391.51613991368004" y="301.56102639790004" width="61.17439686158008" height="6.613448309359967" stroke-width="1.3226896618719999px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="391.51613991368004" y="301.56102639790004" width="61.17439686158008" height="6.613448309359967" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="421.2766573058001" y1="301.56102639790004" x2="421.2766573058001" y2="281.059336638884" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="421.2766573058001" cy="279.736646977012" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="419.9539676439281" y="278.41395731514" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="419.9539676439281" y="290.648836687456" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform="rotate(-90 419.9539676439281 290.648836687456)"></text><line class="component-pin sch-component-pin sch-port-line" x1="421.2766573058001" y1="308.17447470726" x2="421.2766573058001" y2="329.99885412814797" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="419.9539676439281" y="328.67616446627596" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="419.9539676439281" y="319.086664417704" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform="rotate(-90 419.9539676439281 319.086664417704)"></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="609.75993412256" y="179.21223267474002" width="67.78784517094005" height="6.613448309359995" stroke-width="1.3226896618719999px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="609.75993412256" y="179.21223267474002" width="67.78784517094005" height="6.613448309359995" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="639.5204515146801" y1="185.82568098410002" x2="639.5204515146801" y2="206.32737074311603" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="639.5204515146801" cy="207.65006040498804" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="638.1977618528081" y="206.32737074311603" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="638.1977618528081" y="196.73787069454403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform="rotate(-90 638.1977618528081 196.73787069454403)"></text><line class="component-pin sch-component-pin sch-port-line" x1="639.5204515146801" y1="179.21223267474002" x2="639.5204515146801" y2="157.387853253852" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="638.1977618528081" y="156.06516359198" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="638.1977618528081" y="168.300042964296" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform="rotate(-90 638.1977618528081 168.300042964296)"></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="54.23027613632007" y="569.40568292698" width="99.2017246403999" height="92.58827633103988" stroke-width="1.3226896618719999px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="54.23027613632007" y="569.40568292698" width="99.2017246403999" height="92.58827633103988" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="153.43200077671997" y1="582.6325795457" x2="179.88579401416007" y2="582.6325795457" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="178.56310435228806" y="581.309889883828" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="166.65889739544014" y="581.309889883828" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="153.43200077671997" y1="595.85947616442" x2="178.56310435228806" y2="595.85947616442" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="179.88579401416007" cy="595.85947616442" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="178.56310435228806" y="594.536786502548" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="166.65889739544014" y="594.536786502548" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="153.43200077671997" y1="609.08637278314" x2="178.56310435228806" y2="609.08637278314" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_5_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="179.88579401416007" cy="609.08637278314" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="178.56310435228806" y="607.763683121268" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="166.65889739544014" y="607.763683121268" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="153.43200077671997" y1="622.31326940186" x2="179.88579401416007" y2="622.31326940186" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_5_3__stack1"><rect x="178.56310435228806" y="620.990579739988" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="166.65889739544014" y="620.990579739988" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="153.43200077671997" y1="635.5401660205799" x2="179.88579401416007" y2="635.5401660205799" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_5_4__stack1"><rect x="178.56310435228806" y="634.2174763587079" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="166.65889739544014" y="634.2174763587079" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="153.43200077671997" y1="648.7670626393" x2="179.88579401416007" y2="648.7670626393" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_5_5__stack1"><rect x="178.56310435228806" y="647.444372977428" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="166.65889739544014" y="647.444372977428" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" 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="649.44062397872" y="381.583750941156" width="6.613448309360024" height="44.97144850364799" stroke-width="1.3226896618719999px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="649.44062397872" y="381.583750941156" width="6.613448309360024" height="44.97144850364799" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="656.0540722880801" y1="404.06947519298" x2="672.58769306148" y2="404.06947519298" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="671.265003399608" y="402.746785531108" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="664.32088267478" y="402.746785531108" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="649.44062397872" y1="404.06947519298" x2="632.90700320532" y2="404.06947519298" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="631.584313543448" y="402.746785531108" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="641.17381359202" y="402.746785531108" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" 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="404.7430365324001" y="552.87206215358" width="72.08658657202398" height="6.61344830935991" stroke-width="1.3226896618719999px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="404.7430365324001" y="552.87206215358" width="72.08658657202398" height="6.61344830935991" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="434.5035539245201" y1="552.87206215358" x2="434.5035539245201" y2="536.33844138018" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="433.1808642626481" y="535.015751718308" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="433.1808642626481" y="544.60525176688" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform="rotate(-90 433.1808642626481 544.60525176688)"></text><line class="component-pin sch-component-pin sch-port-line" x1="434.5035539245201" y1="559.4855104629399" x2="434.5035539245201" y2="576.01913123634" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="433.1808642626481" y="574.6964415744679" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="433.1808642626481" y="567.75232084964" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform="rotate(-90 433.1808642626481 567.75232084964)"></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="480.79769209004" y="447.05688920382" width="80.02272454325606" height="6.613448309360024" stroke-width="1.3226896618719999px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="480.79769209004" y="447.05688920382" width="80.02272454325606" height="6.613448309360024" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="510.55820948216" y1="447.05688920382" x2="510.55820948216" y2="431.845958092292" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="510.55820948216" cy="430.52326843042" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="509.235519820288" y="429.200578768548" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="509.23551982028806" y="438.79007881712" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform="rotate(-90 509.23551982028806 438.79007881712)"></text><line class="component-pin sch-component-pin sch-port-line" x1="510.55820948216" y1="453.67033751318" x2="510.55820948216" y2="468.881268624708" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="510.55820948216" cy="470.20395828658" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="509.235519820288" y="468.881268624708" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="509.23551982028806" y="461.93714789988" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform="rotate(-90 509.23551982028806 461.93714789988)"></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="1097.3091302558498" y="157.13188965721068" width="16.91885413742034" height="57.38758265377865" stroke-width="1.3226896618719999px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1097.3091302558498" y="157.13188965721068" width="16.91885413742034" height="57.38758265377865" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1097.3091302558498" y1="185.65210772649675" x2="1072.1780266802818" y2="185.65210772649675" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1070.85533701841" cy="185.65210772649675" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="1069.532647356538" y="184.32941806462475" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="1084.0822336371298" y="184.32941806462475" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1114.2279843932702" y1="185.9992542417033" x2="1139.3590879688381" y2="185.9992542417033" stroke-width="1.3226896618719999px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1140.6817776307103" cy="185.9992542417033" r="1.3226896618719999" stroke-width="1.3226896618719999px"/><rect x="1139.3590879688384" y="184.6765645798313" width="2.6453793237439998" height="2.6453793237439998" opacity="0"/></g><text class="pin-number sch-pin-number" x="1127.45488101199" y="184.67656457983134" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.920172464039998px" transform=""></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="705.65493460828" cy="301.5610263979" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="705.65493460828" cy="351.1618887181" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="705.65493460828" cy="367.6955094915" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="705.65493460828" cy="463.59050997722" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="705.65493460828" cy="523.11154476146" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="705.65493460828" cy="506.57792398806004" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="705.65493460828" cy="539.64516553486" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="705.65493460828" cy="556.17878630826" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="705.65493460828" cy="572.71240708166" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="705.65493460828" cy="404.06947519298" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="930.5121771265201" cy="578.995182975552" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="930.5121771265201" cy="502.940527417912" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="930.5121771265201" cy="459.953113407072" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="930.5121771265201" cy="416.965699396232" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="930.5121771265201" cy="364.058112921352" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="930.5121771265201" cy="222.53031910104798" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_16__stack1"><circle cx="930.5121771265201" cy="301.230353982432" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_17__stack1"><circle cx="930.5121771265201" cy="317.763974755832" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_18__stack1"><circle cx="705.65493460828" cy="228.81309499493997" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="183.19251816884002" cy="288.33412977918" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="183.19251816884002" cy="301.56102639790004" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="183.19251816884002" cy="314.78792301662" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="183.19251816884002" cy="328.01481963534" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="593.22631334916" cy="126.30464619986003" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="593.22631334916" cy="139.53154281858002" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="421.2766573058001" cy="279.736646977012" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="421.2766573058001" cy="329.99885412814797" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="639.5204515146801" cy="207.65006040498804" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="639.5204515146801" cy="157.387853253852" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="179.88579401416007" cy="582.6325795457" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="179.88579401416007" cy="595.85947616442" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_2__stack1"><circle cx="179.88579401416007" cy="609.08637278314" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_3__stack1"><circle cx="179.88579401416007" cy="622.31326940186" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_4__stack1"><circle cx="179.88579401416007" cy="635.5401660205799" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_5__stack1"><circle cx="179.88579401416007" cy="648.7670626393" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="672.58769306148" cy="404.06947519298" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="632.90700320532" cy="404.06947519298" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="434.5035539245201" cy="536.33844138018" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="434.5035539245201" cy="576.01913123634" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="510.55820948216" cy="430.52326843042" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="510.55820948216" cy="470.20395828658" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="1070.85533701841" cy="185.65210772649675" r="2.6453793237439998" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="1140.6817776307103" cy="185.9992542417033" r="2.6453793237439998" 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="
118
118
  M 637.86708943734,539.64516553486
119
119
  L 631.25364112798,536.0739034478056
120
120
  L 631.25364112798,513.3941847122403