@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="6.7,-0.39999999999999925 5.785,-0.3999999999999999" data-type="line" data-label="" points="582.8736295441432,300.6439699942296 523.7391806116561,300.6439699942296" fill="none" stroke="hsl(176, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.8699999999999997,-1.2 3.785,-0.29999999999999993" data-type="line" data-label="" points="335.3491055972303,352.34622042700516 394.4835545297173,294.18118869013273" fill="none" stroke="hsl(8, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.9752723250000006,-0.4999999999999998 3.785,-0.4999999999999999" data-type="line" data-label="" points="342.1526257357185,307.10675129832657 394.4835545297173,307.10675129832657" fill="none" stroke="hsl(272, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.4,-0.6 1.4,-0.6" data-type="line" data-label="" points="59.38834391229081,313.5695326024235 240.34622042700522,313.5695326024235" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,-0.6 4.785,-1.2999999999999998" data-type="line" data-label="" points="59.38834391229081,313.5695326024235 459.11136757068675,358.8090017311021" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,-0.6 6.7,-1.4999999999999993" data-type="line" data-label="" points="59.38834391229081,313.5695326024235 582.8736295441432,371.73456433929596" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,-0.6 2.8699999999999997,-2.3" data-type="line" data-label="" points="59.38834391229081,313.5695326024235 335.3491055972303,423.43681477207156" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4,-0.6 4.785,-1.2999999999999998" data-type="line" data-label="" points="240.34622042700522,313.5695326024235 459.11136757068675,358.8090017311021" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4,-0.6 6.7,-1.4999999999999993" data-type="line" data-label="" points="240.34622042700522,313.5695326024235 582.8736295441432,371.73456433929596" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4,-0.6 2.8699999999999997,-2.3" data-type="line" data-label="" points="240.34622042700522,313.5695326024235 335.3491055972303,423.43681477207156" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.785,-1.2999999999999998 6.7,-1.4999999999999993" data-type="line" data-label="" points="459.11136757068675,358.8090017311021 582.8736295441432,371.73456433929596" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.785,-1.2999999999999998 2.8699999999999997,-2.3" data-type="line" data-label="" points="459.11136757068675,358.8090017311021 335.3491055972303,423.43681477207156" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.7,-1.4999999999999993 2.8699999999999997,-2.3" data-type="line" data-label="" points="582.8736295441432,371.73456433929596 335.3491055972303,423.43681477207156" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0.6 3.785,-0.29999999999999993" data-type="line" data-label="" points="59.38834391229081,236.01615695326024 394.4835545297173,294.18118869013273" fill="none" stroke="hsl(27, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0.6 2.8699999999999997,-1.2" data-type="line" data-label="" points="59.38834391229081,236.01615695326024 335.3491055972303,352.34622042700516" fill="none" stroke="hsl(27, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0.6 2.9752723250000006,0.6000000000000003" data-type="line" data-label="" points="59.38834391229081,236.01615695326024 342.1526257357185,236.0161569532602" fill="none" stroke="hsl(27, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.785,-0.29999999999999993 2.8699999999999997,-1.2" data-type="line" data-label="" points="394.4835545297173,294.18118869013273 335.3491055972303,352.34622042700516" fill="none" stroke="hsl(27, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.785,-0.29999999999999993 2.9752723250000006,0.6000000000000003" data-type="line" data-label="" points="394.4835545297173,294.18118869013273 342.1526257357185,236.0161569532602" fill="none" stroke="hsl(27, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.8699999999999997,-1.2 2.9752723250000006,0.6000000000000003" data-type="line" data-label="" points="335.3491055972303,352.34622042700516 342.1526257357185,236.0161569532602" fill="none" stroke="hsl(27, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4,0.6 5.785,-0.3999999999999999" data-type="line" data-label="" points="240.34622042700522,236.01615695326024 523.7391806116561,300.6439699942296" fill="none" stroke="hsl(64, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4,0.6 6.7,-0.39999999999999925" data-type="line" data-label="" points="240.34622042700522,236.01615695326024 582.8736295441432,300.6439699942296" fill="none" stroke="hsl(64, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.785,-0.3999999999999999 6.7,-0.39999999999999925" data-type="line" data-label="" points="523.7391806116561,300.6439699942296 582.8736295441432,300.6439699942296" fill="none" stroke="hsl(64, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.785,-0.4999999999999999 2.9752723250000006,-0.4999999999999998" data-type="line" data-label="" points="394.4835545297173,307.10675129832657 342.1526257357185,307.10675129832657" fill="none" stroke="hsl(345, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.785,-0.3999999999999999 6.2425,-0.3999999999999999 6.2425,-0.19999999999999923 6.7,-0.19999999999999923 6.7,-0.39999999999999925" data-type="line" data-label="" points="523.7391806116561,300.6439699942296 553.3064050778996,300.6439699942296 553.3064050778996,287.7184073860357 582.8736295441432,287.7184073860357 582.8736295441432,300.6439699942296" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.785,-0.30000000000000004 3.3801361625000004,-0.30000000000000004 3.3801361625000004,-0.7999999999999997 2.8699999999999997,-0.7999999999999997 2.8699999999999997,-1.2" data-type="line" data-label="" points="394.4835545297173,294.18118869013273 368.3180901327179,294.18118869013273 368.3180901327179,326.4950952106174 335.3491055972303,326.4950952106174 335.3491055972303,352.34622042700516" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.9752723250000006,0.6000000000000003 2.9752723250000006,0.8000000000000005 3.3801361625000004,0.8000000000000005 3.3801361625000004,-0.30000000000000004 3.785,-0.30000000000000004" data-type="line" data-label="" points="342.1526257357185,236.0161569532602 342.1526257357185,223.0905943450663 368.3180901327179,223.0905943450663 368.3180901327179,294.18118869013273 394.4835545297173,294.18118869013273" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.9752723250000006,-0.4999999999999998 2.9752723250000006,-0.6 3.585,-0.6 3.585,-0.4999999999999998 3.785,-0.4999999999999998" data-type="line" data-label="" points="342.1526257357185,307.10675129832657 342.1526257357185,313.5695326024235 381.5579919215234,313.5695326024235 381.5579919215234,307.10675129832657 394.4835545297173,307.10675129832657" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.785,-1.2999999999999998 4.785,-1.6999999999999993 6.7,-1.6999999999999993 6.7,-1.4999999999999991" data-type="line" data-label="" points="459.11136757068675,358.8090017311021 459.11136757068675,384.66012694748986 582.8736295441432,384.66012694748986 582.8736295441432,371.73456433929596" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.4,-0.6 -1.5999999999999999,-0.6 -1.5999999999999999,-1.2 1.5999999999999996,-1.2 1.5999999999999996,-0.6 1.3999999999999995,-0.6" data-type="line" data-label="" points="59.38834391229081,313.5695326024235 46.462781304096936,313.5695326024235 46.462781304096936,352.34622042700516 253.27178303519906,352.34622042700516 253.27178303519906,313.5695326024235 240.34622042700516,313.5695326024235" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.8699999999999997,-2.3 2.8699999999999997,-2.5 6.700000000000001,-2.5 6.700000000000001,-1.4999999999999991" data-type="line" data-label="" points="335.3491055972303,423.43681477207156 335.3491055972303,436.36237738026546 582.8736295441432,436.36237738026546 582.8736295441432,371.73456433929596" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.4,0.6 -1.501,0.6 -1.501,1.001" data-type="line" data-label="" points="59.38834391229081,236.01615695326024 52.8609347951529,236.01615695326024 52.8609347951529,210.1004039238315" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.4,0.6 1.501,0.6 1.501,1.001" data-type="line" data-label="" points="240.34622042700522,236.01615695326024 246.8736295441431,236.01615695326024 246.8736295441431,210.1004039238315" 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="59.38834391229079" y="210.16503173687244" width="180.95787651471443" height="129.25562608193889" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015473214285714283"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="4.785" data-y="-0.3999999999999999" x="394.48355452971737" y="242.47893825735713" width="129.25562608193883" height="116.33006347374496" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015473214285714283"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="6.7" data-y="-0.9499999999999993" x="565.7472590882863" y="300.64396999422956" width="34.25274091171377" height="71.09059434506634" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015473214285714283"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="2.8699999999999997" data-y="-1.75" x="318.2227351413734" y="352.34622042700516" width="34.25274091171383" height="71.09059434506639" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015473214285714283"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="2.9752723250000006" data-y="0.050000000000000266" x="331.8297754183498" y="236.01615695326018" width="20.64570063473741" height="71.09059434506636" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015473214285714283"/></g><g><rect data-type="rect" data-label="netId: GND
3
+ <rect width="100%" height="100%" fill="white"/><g><polyline data-points="6.7,-0.39999999999999925 5.785,-0.3999999999999999" data-type="line" data-label="" points="582.8736295441432,300.6439699942296 523.7391806116561,300.6439699942296" fill="none" stroke="hsl(176, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.8699999999999997,-1.2 3.785,-0.29999999999999993" data-type="line" data-label="" points="335.3491055972303,352.34622042700516 394.4835545297173,294.18118869013273" fill="none" stroke="hsl(8, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.9752723250000006,-0.4999999999999998 3.785,-0.4999999999999999" data-type="line" data-label="" points="342.1526257357185,307.10675129832657 394.4835545297173,307.10675129832657" fill="none" stroke="hsl(272, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.4,-0.6 1.4,-0.6" data-type="line" data-label="" points="59.38834391229081,313.5695326024235 240.34622042700522,313.5695326024235" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,-0.6 4.785,-1.2999999999999998" data-type="line" data-label="" points="59.38834391229081,313.5695326024235 459.11136757068675,358.8090017311021" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,-0.6 6.7,-1.4999999999999993" data-type="line" data-label="" points="59.38834391229081,313.5695326024235 582.8736295441432,371.73456433929596" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,-0.6 2.8699999999999997,-2.3" data-type="line" data-label="" points="59.38834391229081,313.5695326024235 335.3491055972303,423.43681477207156" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4,-0.6 4.785,-1.2999999999999998" data-type="line" data-label="" points="240.34622042700522,313.5695326024235 459.11136757068675,358.8090017311021" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4,-0.6 6.7,-1.4999999999999993" data-type="line" data-label="" points="240.34622042700522,313.5695326024235 582.8736295441432,371.73456433929596" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4,-0.6 2.8699999999999997,-2.3" data-type="line" data-label="" points="240.34622042700522,313.5695326024235 335.3491055972303,423.43681477207156" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.785,-1.2999999999999998 6.7,-1.4999999999999993" data-type="line" data-label="" points="459.11136757068675,358.8090017311021 582.8736295441432,371.73456433929596" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.785,-1.2999999999999998 2.8699999999999997,-2.3" data-type="line" data-label="" points="459.11136757068675,358.8090017311021 335.3491055972303,423.43681477207156" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.7,-1.4999999999999993 2.8699999999999997,-2.3" data-type="line" data-label="" points="582.8736295441432,371.73456433929596 335.3491055972303,423.43681477207156" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0.6 3.785,-0.29999999999999993" data-type="line" data-label="" points="59.38834391229081,236.01615695326024 394.4835545297173,294.18118869013273" fill="none" stroke="hsl(27, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0.6 2.8699999999999997,-1.2" data-type="line" data-label="" points="59.38834391229081,236.01615695326024 335.3491055972303,352.34622042700516" fill="none" stroke="hsl(27, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4,0.6 2.9752723250000006,0.6000000000000003" data-type="line" data-label="" points="59.38834391229081,236.01615695326024 342.1526257357185,236.0161569532602" fill="none" stroke="hsl(27, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.785,-0.29999999999999993 2.8699999999999997,-1.2" data-type="line" data-label="" points="394.4835545297173,294.18118869013273 335.3491055972303,352.34622042700516" fill="none" stroke="hsl(27, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.785,-0.29999999999999993 2.9752723250000006,0.6000000000000003" data-type="line" data-label="" points="394.4835545297173,294.18118869013273 342.1526257357185,236.0161569532602" fill="none" stroke="hsl(27, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.8699999999999997,-1.2 2.9752723250000006,0.6000000000000003" data-type="line" data-label="" points="335.3491055972303,352.34622042700516 342.1526257357185,236.0161569532602" fill="none" stroke="hsl(27, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4,0.6 5.785,-0.3999999999999999" data-type="line" data-label="" points="240.34622042700522,236.01615695326024 523.7391806116561,300.6439699942296" fill="none" stroke="hsl(64, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4,0.6 6.7,-0.39999999999999925" data-type="line" data-label="" points="240.34622042700522,236.01615695326024 582.8736295441432,300.6439699942296" fill="none" stroke="hsl(64, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.785,-0.3999999999999999 6.7,-0.39999999999999925" data-type="line" data-label="" points="523.7391806116561,300.6439699942296 582.8736295441432,300.6439699942296" fill="none" stroke="hsl(64, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.785,-0.4999999999999999 2.9752723250000006,-0.4999999999999998" data-type="line" data-label="" points="394.4835545297173,307.10675129832657 342.1526257357185,307.10675129832657" fill="none" stroke="hsl(345, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.785,-0.3999999999999999 6.2425,-0.3999999999999999 6.2425,-0.19999999999999923 6.7,-0.19999999999999923 6.7,-0.39999999999999925" data-type="line" data-label="" points="523.7391806116561,300.6439699942296 553.3064050778996,300.6439699942296 553.3064050778996,287.7184073860357 582.8736295441432,287.7184073860357 582.8736295441432,300.6439699942296" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.785,-0.30000000000000004 3.3801361625000004,-0.30000000000000004 3.3801361625000004,-0.7999999999999997 2.8699999999999997,-0.7999999999999997 2.8699999999999997,-1.2" data-type="line" data-label="" points="394.4835545297173,294.18118869013273 368.3180901327179,294.18118869013273 368.3180901327179,326.4950952106174 335.3491055972303,326.4950952106174 335.3491055972303,352.34622042700516" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.9752723250000006,0.6000000000000003 2.9752723250000006,0.8000000000000005 3.3801361625000004,0.8000000000000005 3.3801361625000004,-0.30000000000000004" data-type="line" data-label="" points="342.1526257357185,236.0161569532602 342.1526257357185,223.0905943450663 368.3180901327179,223.0905943450663 368.3180901327179,294.18118869013273" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.9752723250000006,-0.4999999999999998 2.9752723250000006,-0.6 3.585,-0.6 3.585,-0.4999999999999998 3.785,-0.4999999999999998" data-type="line" data-label="" points="342.1526257357185,307.10675129832657 342.1526257357185,313.5695326024235 381.5579919215234,313.5695326024235 381.5579919215234,307.10675129832657 394.4835545297173,307.10675129832657" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.785,-1.2999999999999998 4.785,-1.6999999999999993 6.7,-1.6999999999999993" data-type="line" data-label="" points="459.11136757068675,358.8090017311021 459.11136757068675,384.66012694748986 582.8736295441432,384.66012694748986" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.4,-0.6 -1.5999999999999999,-0.6 -1.5999999999999999,-1.2 1.5999999999999996,-1.2 1.5999999999999996,-0.6 1.3999999999999995,-0.6" data-type="line" data-label="" points="59.38834391229081,313.5695326024235 46.462781304096936,313.5695326024235 46.462781304096936,352.34622042700516 253.27178303519906,352.34622042700516 253.27178303519906,313.5695326024235 240.34622042700516,313.5695326024235" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.8699999999999997,-2.3 2.8699999999999997,-2.5 6.700000000000001,-2.5 6.700000000000001,-1.4999999999999991" data-type="line" data-label="" points="335.3491055972303,423.43681477207156 335.3491055972303,436.36237738026546 582.8736295441432,436.36237738026546 582.8736295441432,371.73456433929596" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.4,0.6 -1.501,0.6 -1.501,1.001" data-type="line" data-label="" points="59.38834391229081,236.01615695326024 52.8609347951529,236.01615695326024 52.8609347951529,210.1004039238315" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.4,0.6 1.501,0.6 1.501,1.001" data-type="line" data-label="" points="240.34622042700522,236.01615695326024 246.8736295441431,236.01615695326024 246.8736295441431,210.1004039238315" 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="59.38834391229079" y="210.16503173687244" width="180.95787651471443" height="129.25562608193889" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015473214285714283"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="4.785" data-y="-0.3999999999999999" x="394.48355452971737" y="242.47893825735713" width="129.25562608193883" height="116.33006347374496" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015473214285714283"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="6.7" data-y="-0.9499999999999993" x="565.7472590882863" y="300.64396999422956" width="34.25274091171377" height="71.09059434506634" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015473214285714283"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="2.8699999999999997" data-y="-1.75" x="318.2227351413734" y="352.34622042700516" width="34.25274091171383" height="71.09059434506639" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015473214285714283"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="2.9752723250000006" data-y="0.050000000000000266" x="331.8297754183498" y="236.01615695326018" width="20.64570063473741" height="71.09059434506636" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015473214285714283"/></g><g><rect data-type="rect" data-label="netId: GND
4
4
  globalConnNetId: connectivity_net3" data-x="-1.5999999999999999" data-y="-1.3499999999999999" x="39.999999999999986" y="352.34622042700516" width="12.9255626081939" height="19.38834391229085" fill="#00000066" stroke="#000000" stroke-width="0.015473214285714283"/></g><g><rect data-type="rect" data-label="netId: GND
5
5
  globalConnNetId: connectivity_net3" data-x="2.8699999999999997" data-y="-2.65" x="328.8863242931333" y="436.36237738026546" width="12.9255626081939" height="19.388343912290793" fill="#00000066" stroke="#000000" stroke-width="0.015473214285714283"/></g><g><rect data-type="rect" data-label="netId: VIN
6
6
  globalConnNetId: connectivity_net1" data-x="2.9752723250000006" data-y="0.9500000000000005" x="335.68984443162157" y="203.7022504327755" width="12.9255626081939" height="19.38834391229082" fill="#ef444466" stroke="#ef4444" stroke-width="0.015473214285714283"/></g><g><rect data-type="rect" data-label="netId: VIN
@@ -85,7 +85,7 @@ orientation: x-" data-x="2.9752723250000006" data-y="-0.6" cx="342.1526257357185
85
85
  .port-label { fill: rgb(0, 100, 100); }
86
86
  .component-name { fill: rgb(0, 100, 100); }
87
87
 
88
- </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 937.1149144252765 365.87579462106 L 990.8068459656033 365.87579462106 L 990.8068459656033 342.4039119804799 L 1044.49877750593 342.4039119804799 L 1044.49877750593 365.8757946210599" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.777506112464px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 937.1149144252765 365.87579462106 L 990.8068459656033 365.87579462106 L 990.8068459656033 342.4039119804799 L 1044.49877750593 342.4039119804799 L 1044.49877750593 365.8757946210599" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.347188264058px" 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 702.3960880194766 354.13985330077 L 654.8815056234023 354.13985330077 L 654.8815056234023 412.81955990221996 L 595.012224938823 412.81955990221996 L 595.012224938823 459.76332518338" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.777506112464px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 702.3960880194766 354.13985330077 L 654.8815056234023 354.13985330077 L 654.8815056234023 412.81955990221996 L 595.012224938823 412.81955990221996 L 595.012224938823 459.76332518338" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.347188264058px" 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 607.366923227328 248.51638141815997 L 607.366923227328 225.04449877757995 L 654.8815056234023 225.04449877757995 L 654.8815056234023 354.13985330077 L 702.3960880194766 354.13985330077" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.777506112464px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 607.366923227328 248.51638141815997 L 607.366923227328 225.04449877757995 L 654.8815056234023 225.04449877757995 L 654.8815056234023 354.13985330077 L 702.3960880194766 354.13985330077" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.347188264058px" 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 607.366923227328 377.61173594135 L 607.366923227328 389.34767726164 L 678.9242053788964 389.34767726164 L 678.9242053788964 377.61173594135 L 702.3960880194766 377.61173594135" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.777506112464px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 607.366923227328 377.61173594135 L 607.366923227328 389.34767726164 L 678.9242053788964 389.34767726164 L 678.9242053788964 377.61173594135 L 702.3960880194766 377.61173594135" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.347188264058px" 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 819.7555012223766 471.49926650367 L 819.7555012223766 518.4430317848299 L 1044.49877750593 518.4430317848299 L 1044.49877750593 494.9711491442499" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.777506112464px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 819.7555012223766 471.49926650367 L 819.7555012223766 518.4430317848299 L 1044.49877750593 518.4430317848299 L 1044.49877750593 494.9711491442499" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.347188264058px" 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 93.88753056243999 389.34767726164 L 70.41564792186 389.34767726164 L 70.41564792186 459.76332518338 L 445.96577017114 459.76332518338 L 445.96577017114 389.34767726164 L 422.49388753055996 389.34767726164" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.777506112464px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 93.88753056243999 389.34767726164 L 70.41564792186 389.34767726164 L 70.41564792186 459.76332518338 L 445.96577017114 459.76332518338 L 445.96577017114 389.34767726164 L 422.49388753055996 389.34767726164" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.347188264058px" 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 595.012224938823 588.85867970657 L 595.012224938823 612.33056234715 L 1044.49877750593 612.33056234715 L 1044.49877750593 494.9711491442499" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.777506112464px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 595.012224938823 588.85867970657 L 595.012224938823 612.33056234715 L 1044.49877750593 612.33056234715 L 1044.49877750593 494.9711491442499" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.347188264058px" 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 93.88753056243999 248.51638141816 L 82.0342298289471 248.51638141816 L 82.0342298289471 201.4552567237971" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.777506112464px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 93.88753056243999 248.51638141816 L 82.0342298289471 248.51638141816 L 82.0342298289471 201.4552567237971" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.347188264058px" 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 422.49388753055996 248.51638141816 L 434.3471882640529 248.51638141816 L 434.3471882640529 201.4552567237971" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.777506112464px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 422.49388753055996 248.51638141816 L 434.3471882640529 248.51638141816 L 434.3471882640529 201.4552567237971" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.347188264058px" 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="702.3960880194766" cy="354.13985330077" r="3.5207823960869997" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="654.8815056234023" cy="354.13985330077" r="3.5207823960869997" 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"><circle cx="1044.49877750593" cy="494.9711491442499" r="3.5207823960869997" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="140.8312958436" y="201.572616137" width="234.71882640579997" height="234.71882640579997" stroke-width="2.347188264058px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="140.8312958436" y="201.572616137" width="234.71882640579997" height="234.71882640579997" fill="transparent"/><text class="sch-text" x="258.1907090465" y="318.9320293399" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="21.124694376522px" transform="rotate(0, 258.1907090465, 318.9320293399)">CORNERS</text><line class="component-pin sch-component-pin sch-port-line" x1="140.8312958436" y1="389.34767726164" x2="93.88753056243999" y2="389.34767726164" stroke-width="2.347188264058px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="91.54034229838199" y="387.000488997582" width="4.694376528116" height="4.694376528116" opacity="0"/></g><text class="pin-number sch-pin-number" x="117.35941320301998" y="387.000488997582" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.603911980435px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="140.8312958436" y1="248.51638141816" x2="93.88753056243999" y2="248.51638141816" stroke-width="2.347188264058px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="91.54034229838199" y="246.169193154102" width="4.694376528116" height="4.694376528116" opacity="0"/></g><text class="pin-number sch-pin-number" x="117.35941320301998" y="246.169193154102" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.603911980435px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="375.5501222494" y1="248.51638141816" x2="422.49388753055996" y2="248.51638141816" stroke-width="2.347188264058px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="420.14669926650197" y="246.169193154102" width="4.694376528116" height="4.694376528116" opacity="0"/></g><text class="pin-number sch-pin-number" x="399.02200488998" y="246.169193154102" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.603911980435px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="375.5501222494" y1="389.34767726164" x2="422.49388753055996" y2="389.34767726164" stroke-width="2.347188264058px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="420.14669926650197" y="387.000488997582" width="4.694376528116" height="4.694376528116" opacity="0"/></g><text class="pin-number sch-pin-number" x="399.02200488998" y="387.000488997582" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.603911980435px" transform="">4</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="749.3398533006366" y="307.19608801961" width="140.8312958434799" height="117.35941320289999" stroke-width="2.347188264058px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="749.3398533006366" y="307.19608801961" width="140.8312958434799" height="117.35941320289999" fill="transparent"/><text class="sch-text" x="819.7555012223766" y="365.87579462106" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="21.124694376522px" transform="rotate(0, 819.7555012223766, 365.87579462106)">U100</text><line class="component-pin sch-component-pin sch-port-line" x1="749.3398533006366" y1="354.13985330076997" x2="702.3960880194766" y2="354.13985330076997" stroke-width="2.347188264058px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="700.0488997554186" y="351.792665036712" width="4.694376528116" height="4.694376528116" opacity="0"/></g><text class="pin-number sch-pin-number" x="725.8679706600565" y="351.792665036712" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.603911980435px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="819.7555012223766" y1="424.55550122251" x2="819.7555012223766" y2="471.49926650367" stroke-width="2.347188264058px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="817.4083129583186" y="469.152078239612" width="4.694376528116" height="4.694376528116" opacity="0"/></g><text class="pin-number sch-pin-number" x="817.4083129583184" y="448.02738386309" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.603911980435px" transform="rotate(-90 817.4083129583184 448.02738386309)">2</text><line class="component-pin sch-component-pin sch-port-line" x1="749.3398533006366" y1="377.61173594135" x2="702.3960880194766" y2="377.61173594135" stroke-width="2.347188264058px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="700.0488997554186" y="375.264547677292" width="4.694376528116" height="4.694376528116" opacity="0"/></g><text class="pin-number sch-pin-number" x="725.8679706600565" y="375.264547677292" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.603911980435px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="890.1711491441165" y1="365.87579462106" x2="937.1149144252765" y2="365.87579462106" stroke-width="2.347188264058px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><rect x="934.7677261612185" y="363.528606357002" width="4.694376528116" height="4.694376528116" opacity="0"/></g><text class="pin-number sch-pin-number" x="913.6430317846964" y="363.528606357002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.603911980435px" transform="">5</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component-overlay sch-component-overlay" x="1010.0690464545953" y="365.87579462105987" width="68.85946210266957" height="129.09535452319005" fill="transparent"/><path class="sch-component-symbol-path" d="M 1044.49877750593 494.9711491442499 L 1044.49877750593 443.3330073349739" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.347188264058px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1044.49877750593 417.5139364303359 L 1044.49877750593 365.87579462105987" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.347188264058px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1078.9285085572649 443.3330073349739 L 1010.0690464545953 443.3330073349739" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.347188264058px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1078.9285085572649 417.5139364303359 L 1010.0690464545953 417.5139364303359" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.347188264058px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1069.2420537895416" y="387.3916870415916" stroke="rgb(245, 241, 237)" stroke-width="2.347188264058px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="21.124694376522px">C101</text><text class="sch-component-text" x="1069.2420537895416" y="473.4552567237182" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="21.124694376522px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component-overlay sch-component-overlay" x="560.5824938874882" y="459.76332518337995" width="68.85946210266957" height="129.09535452319005" fill="transparent"/><path class="sch-component-symbol-path" d="M 595.012224938823 588.85867970657 L 595.012224938823 537.220537897294" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.347188264058px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 595.012224938823 511.40146699265597 L 595.012224938823 459.76332518337995" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.347188264058px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 629.4419559901578 537.220537897294 L 560.5824938874882 537.220537897294" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.347188264058px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 629.4419559901578 511.40146699265597 L 560.5824938874882 511.40146699265597" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.347188264058px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="619.7555012224344" y="481.27921760391166" stroke="rgb(245, 241, 237)" stroke-width="2.347188264058px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="21.124694376522px">C100</text><text class="sch-component-text" x="619.7555012224344" y="567.3427872860383" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="21.124694376522px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component-overlay sch-component-overlay" x="590.1585124693868" y="248.51638141815997" width="34.416821515882475" height="129.09535452318997" fill="transparent"/><path class="sch-component-symbol-path" d="M 607.366923227328 248.51638141815997 L 607.366923227328 270.0365770171757" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.347188264058px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 607.366923227328 356.0915403423342 L 607.366923227328 377.61173594134993" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.347188264058px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 624.5753339852693 270.0365770171757 L 624.5753339852693 356.0915403423342 L 590.1585124693868 356.0915403423342 L 590.1585124693868 270.0365770171757 L 624.5753339852693 270.0365770171757" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.347188264058px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="641.7923511001787" y="278.6386308069043" stroke="rgb(245, 241, 237)" stroke-width="2.347188264058px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="21.124694376522px">R100</text><text class="sch-component-text" x="641.7923511001787" y="347.4894865526056" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="21.124694376522px"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="93.88753056243999" cy="389.34767726164" r="4.694376528116" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="93.88753056243999" cy="248.51638141816" r="4.694376528116" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="422.49388753055996" cy="248.51638141816" r="4.694376528116" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="422.49388753055996" cy="389.34767726164" r="4.694376528116" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="702.3960880194766" cy="354.13985330076997" r="4.694376528116" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="819.7555012223766" cy="471.49926650367" r="4.694376528116" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="702.3960880194766" cy="377.61173594135" r="4.694376528116" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="937.1149144252765" cy="365.87579462106" r="4.694376528116" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="1044.49877750593" cy="395.2156479217849" r="4.694376528116" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="1044.49877750593" cy="524.311002444975" r="4.694376528116" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="595.012224938823" cy="489.103178484105" r="4.694376528116" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="595.012224938823" cy="618.198533007295" r="4.694376528116" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="607.366923227328" cy="277.856234718885" r="4.694376528116" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="607.366923227328" cy="406.951589242075" r="4.694376528116" 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="
88
+ </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 937.1149144252765 365.87579462106 L 990.8068459656033 365.87579462106 L 990.8068459656033 342.4039119804799 L 1044.49877750593 342.4039119804799 L 1044.49877750593 365.8757946210599" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.777506112464px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 937.1149144252765 365.87579462106 L 990.8068459656033 365.87579462106 L 990.8068459656033 342.4039119804799 L 1044.49877750593 342.4039119804799 L 1044.49877750593 365.8757946210599" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.347188264058px" 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 702.3960880194766 354.13985330077 L 654.8815056234023 354.13985330077 L 654.8815056234023 412.81955990221996 L 595.012224938823 412.81955990221996 L 595.012224938823 459.76332518338" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.777506112464px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 702.3960880194766 354.13985330077 L 654.8815056234023 354.13985330077 L 654.8815056234023 412.81955990221996 L 595.012224938823 412.81955990221996 L 595.012224938823 459.76332518338" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.347188264058px" 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 607.366923227328 248.51638141815997 L 607.366923227328 225.04449877757995 L 654.8815056234023 225.04449877757995 L 654.8815056234023 354.13985330077" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.777506112464px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 607.366923227328 248.51638141815997 L 607.366923227328 225.04449877757995 L 654.8815056234023 225.04449877757995 L 654.8815056234023 354.13985330077" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.347188264058px" 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 607.366923227328 377.61173594135 L 607.366923227328 389.34767726164 L 678.9242053788964 389.34767726164 L 678.9242053788964 377.61173594135 L 702.3960880194766 377.61173594135" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.777506112464px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 607.366923227328 377.61173594135 L 607.366923227328 389.34767726164 L 678.9242053788964 389.34767726164 L 678.9242053788964 377.61173594135 L 702.3960880194766 377.61173594135" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.347188264058px" 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 819.7555012223766 471.49926650367 L 819.7555012223766 518.4430317848299 L 1044.49877750593 518.4430317848299" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.777506112464px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 819.7555012223766 471.49926650367 L 819.7555012223766 518.4430317848299 L 1044.49877750593 518.4430317848299" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.347188264058px" 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 93.88753056243999 389.34767726164 L 70.41564792186 389.34767726164 L 70.41564792186 459.76332518338 L 445.96577017114 459.76332518338 L 445.96577017114 389.34767726164 L 422.49388753055996 389.34767726164" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.777506112464px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 93.88753056243999 389.34767726164 L 70.41564792186 389.34767726164 L 70.41564792186 459.76332518338 L 445.96577017114 459.76332518338 L 445.96577017114 389.34767726164 L 422.49388753055996 389.34767726164" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.347188264058px" 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 595.012224938823 588.85867970657 L 595.012224938823 612.33056234715 L 1044.49877750593 612.33056234715 L 1044.49877750593 494.9711491442499" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.777506112464px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 595.012224938823 588.85867970657 L 595.012224938823 612.33056234715 L 1044.49877750593 612.33056234715 L 1044.49877750593 494.9711491442499" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.347188264058px" 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 93.88753056243999 248.51638141816 L 82.0342298289471 248.51638141816 L 82.0342298289471 201.4552567237971" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.777506112464px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 93.88753056243999 248.51638141816 L 82.0342298289471 248.51638141816 L 82.0342298289471 201.4552567237971" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.347188264058px" 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 422.49388753055996 248.51638141816 L 434.3471882640529 248.51638141816 L 434.3471882640529 201.4552567237971" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.777506112464px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 422.49388753055996 248.51638141816 L 434.3471882640529 248.51638141816 L 434.3471882640529 201.4552567237971" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.347188264058px" 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="654.8815056234023" cy="354.13985330077" r="3.5207823960869997" 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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="140.8312958436" y="201.572616137" width="234.71882640579997" height="234.71882640579997" stroke-width="2.347188264058px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="140.8312958436" y="201.572616137" width="234.71882640579997" height="234.71882640579997" fill="transparent"/><text class="sch-text" x="258.1907090465" y="318.9320293399" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="21.124694376522px" transform="rotate(0, 258.1907090465, 318.9320293399)">CORNERS</text><line class="component-pin sch-component-pin sch-port-line" x1="140.8312958436" y1="389.34767726164" x2="93.88753056243999" y2="389.34767726164" stroke-width="2.347188264058px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="91.54034229838199" y="387.000488997582" width="4.694376528116" height="4.694376528116" opacity="0"/></g><text class="pin-number sch-pin-number" x="117.35941320301998" y="387.000488997582" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.603911980435px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="140.8312958436" y1="248.51638141816" x2="93.88753056243999" y2="248.51638141816" stroke-width="2.347188264058px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="91.54034229838199" y="246.169193154102" width="4.694376528116" height="4.694376528116" opacity="0"/></g><text class="pin-number sch-pin-number" x="117.35941320301998" y="246.169193154102" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.603911980435px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="375.5501222494" y1="248.51638141816" x2="422.49388753055996" y2="248.51638141816" stroke-width="2.347188264058px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="420.14669926650197" y="246.169193154102" width="4.694376528116" height="4.694376528116" opacity="0"/></g><text class="pin-number sch-pin-number" x="399.02200488998" y="246.169193154102" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.603911980435px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="375.5501222494" y1="389.34767726164" x2="422.49388753055996" y2="389.34767726164" stroke-width="2.347188264058px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="420.14669926650197" y="387.000488997582" width="4.694376528116" height="4.694376528116" opacity="0"/></g><text class="pin-number sch-pin-number" x="399.02200488998" y="387.000488997582" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.603911980435px" transform="">4</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="749.3398533006366" y="307.19608801961" width="140.8312958434799" height="117.35941320289999" stroke-width="2.347188264058px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="749.3398533006366" y="307.19608801961" width="140.8312958434799" height="117.35941320289999" fill="transparent"/><text class="sch-text" x="819.7555012223766" y="365.87579462106" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="21.124694376522px" transform="rotate(0, 819.7555012223766, 365.87579462106)">U100</text><line class="component-pin sch-component-pin sch-port-line" x1="749.3398533006366" y1="354.13985330076997" x2="702.3960880194766" y2="354.13985330076997" stroke-width="2.347188264058px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="700.0488997554186" y="351.792665036712" width="4.694376528116" height="4.694376528116" opacity="0"/></g><text class="pin-number sch-pin-number" x="725.8679706600565" y="351.792665036712" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.603911980435px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="819.7555012223766" y1="424.55550122251" x2="819.7555012223766" y2="471.49926650367" stroke-width="2.347188264058px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="817.4083129583186" y="469.152078239612" width="4.694376528116" height="4.694376528116" opacity="0"/></g><text class="pin-number sch-pin-number" x="817.4083129583184" y="448.02738386309" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.603911980435px" transform="rotate(-90 817.4083129583184 448.02738386309)">2</text><line class="component-pin sch-component-pin sch-port-line" x1="749.3398533006366" y1="377.61173594135" x2="702.3960880194766" y2="377.61173594135" stroke-width="2.347188264058px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="700.0488997554186" y="375.264547677292" width="4.694376528116" height="4.694376528116" opacity="0"/></g><text class="pin-number sch-pin-number" x="725.8679706600565" y="375.264547677292" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.603911980435px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="890.1711491441165" y1="365.87579462106" x2="937.1149144252765" y2="365.87579462106" stroke-width="2.347188264058px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><rect x="934.7677261612185" y="363.528606357002" width="4.694376528116" height="4.694376528116" opacity="0"/></g><text class="pin-number sch-pin-number" x="913.6430317846964" y="363.528606357002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.603911980435px" transform="">5</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component-overlay sch-component-overlay" x="1010.0690464545953" y="365.87579462105987" width="68.85946210266957" height="129.09535452319005" fill="transparent"/><path class="sch-component-symbol-path" d="M 1044.49877750593 494.9711491442499 L 1044.49877750593 443.3330073349739" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.347188264058px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1044.49877750593 417.5139364303359 L 1044.49877750593 365.87579462105987" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.347188264058px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1078.9285085572649 443.3330073349739 L 1010.0690464545953 443.3330073349739" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.347188264058px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1078.9285085572649 417.5139364303359 L 1010.0690464545953 417.5139364303359" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.347188264058px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1069.2420537895416" y="387.3916870415916" stroke="rgb(245, 241, 237)" stroke-width="2.347188264058px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="21.124694376522px">C101</text><text class="sch-component-text" x="1069.2420537895416" y="473.4552567237182" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="21.124694376522px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component-overlay sch-component-overlay" x="560.5824938874882" y="459.76332518337995" width="68.85946210266957" height="129.09535452319005" fill="transparent"/><path class="sch-component-symbol-path" d="M 595.012224938823 588.85867970657 L 595.012224938823 537.220537897294" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.347188264058px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 595.012224938823 511.40146699265597 L 595.012224938823 459.76332518337995" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.347188264058px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 629.4419559901578 537.220537897294 L 560.5824938874882 537.220537897294" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.347188264058px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 629.4419559901578 511.40146699265597 L 560.5824938874882 511.40146699265597" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.347188264058px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="619.7555012224344" y="481.27921760391166" stroke="rgb(245, 241, 237)" stroke-width="2.347188264058px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="21.124694376522px">C100</text><text class="sch-component-text" x="619.7555012224344" y="567.3427872860383" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="21.124694376522px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component-overlay sch-component-overlay" x="590.1585124693868" y="248.51638141815997" width="34.416821515882475" height="129.09535452318997" fill="transparent"/><path class="sch-component-symbol-path" d="M 607.366923227328 248.51638141815997 L 607.366923227328 270.0365770171757" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.347188264058px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 607.366923227328 356.0915403423342 L 607.366923227328 377.61173594134993" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.347188264058px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 624.5753339852693 270.0365770171757 L 624.5753339852693 356.0915403423342 L 590.1585124693868 356.0915403423342 L 590.1585124693868 270.0365770171757 L 624.5753339852693 270.0365770171757" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.347188264058px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="641.7923511001787" y="278.6386308069043" stroke="rgb(245, 241, 237)" stroke-width="2.347188264058px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="21.124694376522px">R100</text><text class="sch-component-text" x="641.7923511001787" y="347.4894865526056" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="21.124694376522px"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="93.88753056243999" cy="389.34767726164" r="4.694376528116" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="93.88753056243999" cy="248.51638141816" r="4.694376528116" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="422.49388753055996" cy="248.51638141816" r="4.694376528116" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="422.49388753055996" cy="389.34767726164" r="4.694376528116" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="702.3960880194766" cy="354.13985330076997" r="4.694376528116" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="819.7555012223766" cy="471.49926650367" r="4.694376528116" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="702.3960880194766" cy="377.61173594135" r="4.694376528116" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="937.1149144252765" cy="365.87579462106" r="4.694376528116" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="1044.49877750593" cy="395.2156479217849" r="4.694376528116" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="1044.49877750593" cy="524.311002444975" r="4.694376528116" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="595.012224938823" cy="489.103178484105" r="4.694376528116" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="595.012224938823" cy="618.198533007295" r="4.694376528116" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="607.366923227328" cy="277.856234718885" r="4.694376528116" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="607.366923227328" cy="406.951589242075" r="4.694376528116" 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="
89
89
  M 70.41564792186,459.76332518338
90
90
  L 82.15158924215,466.1007334963366
91
91
  L 82.15158924215001,492.5613691931504
@@ -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="-3.4,-0.8999999999999999 0,-1.4" data-type="line" data-label="" points="113.04347826086953,371.76956521739135 320,402.204347826087" fill="none" stroke="hsl(336, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3.4,-0.49999999999999994 -1.3,-0.5" data-type="line" data-label="" points="113.04347826086953,347.4217391304348 240.8695652173913,347.42173913043484" fill="none" stroke="hsl(336, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3.4,-0.2999999999999999 -1.3,-0.30000000000000004" data-type="line" data-label="" points="113.04347826086953,335.24782608695654 240.8695652173913,335.24782608695654" fill="none" stroke="hsl(336, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3.4,-0.09999999999999992 -1.3,-0.10000000000000009" data-type="line" data-label="" points="113.04347826086953,323.0739130434783 240.8695652173913,323.0739130434783" fill="none" stroke="hsl(336, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3.4,0.10000000000000003 -1.3,0.09999999999999998" data-type="line" data-label="" points="113.04347826086953,310.90000000000003 240.8695652173913,310.90000000000003" fill="none" stroke="hsl(336, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="3.4,-0.5 1.3,-0.5" data-type="line" data-label="" points="526.9565217391305,347.42173913043484 399.1304347826087,347.42173913043484" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="3.4,-0.3000000000000001 1.3,-0.3" data-type="line" data-label="" points="526.9565217391305,335.24782608695654 399.1304347826087,335.24782608695654" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="3.4,-0.10000000000000003 1.3,-0.09999999999999998" data-type="line" data-label="" points="526.9565217391305,323.0739130434783 399.1304347826087,323.0739130434783" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="3.4,0.09999999999999998 1.3,0.10000000000000009" data-type="line" data-label="" points="526.9565217391305,310.90000000000003 399.1304347826087,310.90000000000003" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-0.2,1.4 -3.4,-0.7" data-type="line" data-label="" points="307.82608695652175,231.76956521739135 113.04347826086953,359.5956521739131" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0,-1.4 -3.4,-0.8999999999999999" data-type="line" data-label="" points="320,402.204347826087 113.04347826086953,371.76956521739135" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0,-1.4 3.4,-0.8999999999999999" data-type="line" data-label="" points="320,402.204347826087 526.9565217391305,371.76956521739135" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4,-0.8999999999999999 3.4,-0.8999999999999999" data-type="line" data-label="" points="113.04347826086953,371.76956521739135 526.9565217391305,371.76956521739135" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.2,1.4 3.4,-0.7" data-type="line" data-label="" points="332.17391304347825,231.76956521739135 526.9565217391305,359.5956521739131" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0,-1.4 0,-1.5999999999999999 -1.7,-1.5999999999999999 -1.7,-0.8999999999999999 -3.4,-0.8999999999999999" data-type="line" data-label="" points="320,402.204347826087 320,414.3782608695652 216.52173913043475,414.3782608695652 216.52173913043475,371.76956521739135 113.04347826086953,371.76956521739135" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.4,-0.8999999999999999 1.6999999999999997,-0.8999999999999999 1.6999999999999997,-1.5999999999999999 0,-1.5999999999999999 0,-1.4" data-type="line" data-label="" points="526.9565217391305,371.76956521739135 423.47826086956525,371.76956521739135 423.47826086956525,414.3782608695652 320,414.3782608695652 320,402.204347826087" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.4,-0.49999999999999994 -1.3,-0.5" data-type="line" data-label="" points="113.04347826086953,347.4217391304348 240.8695652173913,347.42173913043484" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.4,-0.2999999999999999 -1.3,-0.30000000000000004" data-type="line" data-label="" points="113.04347826086953,335.24782608695654 240.8695652173913,335.24782608695654" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.4,-0.09999999999999992 -1.3,-0.10000000000000009" data-type="line" data-label="" points="113.04347826086953,323.0739130434783 240.8695652173913,323.0739130434783" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.4,0.10000000000000003 -1.3,0.09999999999999998" data-type="line" data-label="" points="113.04347826086953,310.90000000000003 240.8695652173913,310.90000000000003" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.4,-0.5 1.3,-0.5" data-type="line" data-label="" points="526.9565217391305,347.42173913043484 399.1304347826087,347.42173913043484" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.4,-0.3000000000000001 1.3,-0.3" data-type="line" data-label="" points="526.9565217391305,335.24782608695654 399.1304347826087,335.24782608695654" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.4,-0.10000000000000003 1.3,-0.09999999999999998" data-type="line" data-label="" points="526.9565217391305,323.0739130434783 399.1304347826087,323.0739130434783" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.4,0.09999999999999998 1.3,0.10000000000000009" data-type="line" data-label="" points="526.9565217391305,310.90000000000003 399.1304347826087,310.90000000000003" 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="240.8695652173913" y="231.76956521739135" width="158.26086956521738" height="170.43478260869563" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.016428571428571428"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-4" data-y="-0.3" x="39.999999999999986" y="286.5521739130435" width="73.04347826086953" height="97.39130434782612" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.016428571428571428"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="4" data-y="-0.3" x="526.9565217391305" y="286.5521739130435" width="73.0434782608695" height="97.39130434782612" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.016428571428571428"/></g><g><rect data-type="rect" data-label="netId: V3_3
3
+ <rect width="100%" height="100%" fill="white"/><g><polyline data-points="-3.4,-0.8999999999999999 0,-1.4" data-type="line" data-label="" points="113.04347826086953,371.76956521739135 320,402.204347826087" fill="none" stroke="hsl(336, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3.4,-0.49999999999999994 -1.3,-0.5" data-type="line" data-label="" points="113.04347826086953,347.4217391304348 240.8695652173913,347.42173913043484" fill="none" stroke="hsl(336, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3.4,-0.2999999999999999 -1.3,-0.30000000000000004" data-type="line" data-label="" points="113.04347826086953,335.24782608695654 240.8695652173913,335.24782608695654" fill="none" stroke="hsl(336, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3.4,-0.09999999999999992 -1.3,-0.10000000000000009" data-type="line" data-label="" points="113.04347826086953,323.0739130434783 240.8695652173913,323.0739130434783" fill="none" stroke="hsl(336, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3.4,0.10000000000000003 -1.3,0.09999999999999998" data-type="line" data-label="" points="113.04347826086953,310.90000000000003 240.8695652173913,310.90000000000003" fill="none" stroke="hsl(336, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="3.4,-0.5 1.3,-0.5" data-type="line" data-label="" points="526.9565217391305,347.42173913043484 399.1304347826087,347.42173913043484" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="3.4,-0.3000000000000001 1.3,-0.3" data-type="line" data-label="" points="526.9565217391305,335.24782608695654 399.1304347826087,335.24782608695654" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="3.4,-0.10000000000000003 1.3,-0.09999999999999998" data-type="line" data-label="" points="526.9565217391305,323.0739130434783 399.1304347826087,323.0739130434783" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="3.4,0.09999999999999998 1.3,0.10000000000000009" data-type="line" data-label="" points="526.9565217391305,310.90000000000003 399.1304347826087,310.90000000000003" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-0.2,1.4 -3.4,-0.7" data-type="line" data-label="" points="307.82608695652175,231.76956521739135 113.04347826086953,359.5956521739131" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0,-1.4 -3.4,-0.8999999999999999" data-type="line" data-label="" points="320,402.204347826087 113.04347826086953,371.76956521739135" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0,-1.4 3.4,-0.8999999999999999" data-type="line" data-label="" points="320,402.204347826087 526.9565217391305,371.76956521739135" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4,-0.8999999999999999 3.4,-0.8999999999999999" data-type="line" data-label="" points="113.04347826086953,371.76956521739135 526.9565217391305,371.76956521739135" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.2,1.4 3.4,-0.7" data-type="line" data-label="" points="332.17391304347825,231.76956521739135 526.9565217391305,359.5956521739131" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0,-1.4 0,-1.5999999999999999 -1.7,-1.5999999999999999 -1.7,-0.8999999999999999 -3.4,-0.8999999999999999" data-type="line" data-label="" points="320,402.204347826087 320,414.3782608695652 216.52173913043475,414.3782608695652 216.52173913043475,371.76956521739135 113.04347826086953,371.76956521739135" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.4,-0.8999999999999999 1.6999999999999997,-0.8999999999999999 1.6999999999999997,-1.5999999999999999 0,-1.5999999999999999" data-type="line" data-label="" points="526.9565217391305,371.76956521739135 423.47826086956525,371.76956521739135 423.47826086956525,414.3782608695652 320,414.3782608695652" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.4,-0.49999999999999994 -1.3,-0.5" data-type="line" data-label="" points="113.04347826086953,347.4217391304348 240.8695652173913,347.42173913043484" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.4,-0.2999999999999999 -1.3,-0.30000000000000004" data-type="line" data-label="" points="113.04347826086953,335.24782608695654 240.8695652173913,335.24782608695654" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.4,-0.09999999999999992 -1.3,-0.10000000000000009" data-type="line" data-label="" points="113.04347826086953,323.0739130434783 240.8695652173913,323.0739130434783" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.4,0.10000000000000003 -1.3,0.09999999999999998" data-type="line" data-label="" points="113.04347826086953,310.90000000000003 240.8695652173913,310.90000000000003" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.4,-0.5 1.3,-0.5" data-type="line" data-label="" points="526.9565217391305,347.42173913043484 399.1304347826087,347.42173913043484" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.4,-0.3000000000000001 1.3,-0.3" data-type="line" data-label="" points="526.9565217391305,335.24782608695654 399.1304347826087,335.24782608695654" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.4,-0.10000000000000003 1.3,-0.09999999999999998" data-type="line" data-label="" points="526.9565217391305,323.0739130434783 399.1304347826087,323.0739130434783" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.4,0.09999999999999998 1.3,0.10000000000000009" data-type="line" data-label="" points="526.9565217391305,310.90000000000003 399.1304347826087,310.90000000000003" 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="240.8695652173913" y="231.76956521739135" width="158.26086956521738" height="170.43478260869563" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.016428571428571428"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-4" data-y="-0.3" x="39.999999999999986" y="286.5521739130435" width="73.04347826086953" height="97.39130434782612" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.016428571428571428"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="4" data-y="-0.3" x="526.9565217391305" y="286.5521739130435" width="73.0434782608695" height="97.39130434782612" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.016428571428571428"/></g><g><rect data-type="rect" data-label="netId: V3_3
4
4
  globalConnNetId: connectivity_net9" data-x="-0.2" data-y="1.6009999999999998" x="301.7391304347826" y="207.3608695652174" width="12.173913043478251" height="24.34782608695653" fill="#ef444466" stroke="#ef4444" stroke-width="0.016428571428571428"/></g><g><rect data-type="rect" data-label="netId: V3_3
5
5
  globalConnNetId: connectivity_net9" data-x="-3.199" data-y="-0.7" x="113.10434782608692" y="353.50869565217397" width="24.34782608695656" height="12.173913043478251" fill="#ef444466" stroke="#ef4444" stroke-width="0.016428571428571428"/></g><g><rect data-type="rect" data-label="netId: pinheader.JP1 &gt; port.pin6 to .U1 &gt; .pin2
6
6
  globalConnNetId: connectivity_net4" data-x="-2.35" data-y="0.325" x="170.86956521739125" y="283.5086956521739" width="12.17391304347828" height="27.39130434782612" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.016428571428571428"/></g><g><rect data-type="rect" data-label="netId: GND
@@ -97,7 +97,7 @@ orientation: x-" data-x="3.4" data-y="-0.7" cx="526.9565217391305" cy="359.59565
97
97
  .port-label { fill: rgb(0, 100, 100); }
98
98
  .component-name { fill: rgb(0, 100, 100); }
99
99
 
100
- </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 600 570.9098532495 L 600 596.0670859539 L 386.1635220126 596.0670859539 L 386.1635220126 508.01677148849996 L 172.32704402520005 508.01677148849996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="20.12578616352px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 600 570.9098532495 L 600 596.0670859539 L 386.1635220126 596.0670859539 L 386.1635220126 508.01677148849996 L 172.32704402520005 508.01677148849996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.51572327044px" 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 1027.6729559748 508.01677148849996 L 813.8364779873999 508.01677148849996 L 813.8364779873999 596.0670859539 L 600 596.0670859539 L 600 570.9098532495" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="20.12578616352px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1027.6729559748 508.01677148849996 L 813.8364779873999 508.01677148849996 L 813.8364779873999 596.0670859539 L 600 596.0670859539 L 600 570.9098532495" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.51572327044px" 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 172.32704402520005 457.70230607969995 L 436.47798742140003 457.7023060797" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="20.12578616352px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 172.32704402520005 457.70230607969995 L 436.47798742140003 457.7023060797" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.51572327044px" 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 172.32704402520005 432.5450733753 L 436.47798742140003 432.5450733753" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="20.12578616352px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 172.32704402520005 432.5450733753 L 436.47798742140003 432.5450733753" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.51572327044px" 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 172.32704402520005 407.3878406709 L 436.47798742140003 407.3878406709" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="20.12578616352px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 172.32704402520005 407.3878406709 L 436.47798742140003 407.3878406709" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.51572327044px" 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 172.32704402520005 382.2306079665 L 436.47798742140003 382.2306079665" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="20.12578616352px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 172.32704402520005 382.2306079665 L 436.47798742140003 382.2306079665" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.51572327044px" 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 1027.6729559748 457.7023060797 L 763.5220125786 457.7023060797" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="20.12578616352px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1027.6729559748 457.7023060797 L 763.5220125786 457.7023060797" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.51572327044px" 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 1027.6729559748 432.5450733753 L 763.5220125786 432.5450733753" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="20.12578616352px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1027.6729559748 432.5450733753 L 763.5220125786 432.5450733753" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.51572327044px" 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 1027.6729559748 407.3878406709 L 763.5220125786 407.3878406709" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="20.12578616352px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1027.6729559748 407.3878406709 L 763.5220125786 407.3878406709" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.51572327044px" 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 1027.6729559748 382.2306079665 L 763.5220125786 382.2306079665" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="20.12578616352px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1027.6729559748 382.2306079665 L 763.5220125786 382.2306079665" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.51572327044px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><circle cx="600" cy="570.9098532495" r="3.77358490566" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="600" cy="596.0670859539" r="3.77358490566" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="486.7924528302" y="269.0230607967" width="226.41509433960005" height="251.5723270439999" stroke-width="2.51572327044px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="486.7924528302" y="269.0230607967" width="226.41509433960005" height="251.5723270439999" fill="transparent"/><text class="sch-text" x="600" y="394.8092243187" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="22.64150943396px" transform="rotate(0, 600, 394.8092243187)">U1</text><line class="component-pin sch-component-pin sch-port-line" x1="574.8427672956" y1="269.0230607967" x2="574.8427672956" y2="221.22431865834" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="574.8427672956" cy="218.7085953879" r="2.51572327044" stroke-width="2.51572327044px"/><rect x="572.3270440251599" y="216.19287211746" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="572.32704402516" y="243.8658280923" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="rotate(-90 572.32704402516 243.8658280923)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="486.7924528302" y1="382.2306079665" x2="436.47798742140003" y2="382.2306079665" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="433.96226415096004" y="379.71488469606" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="461.6352201258" y="379.71488469606" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="486.7924528302" y1="407.3878406709" x2="436.47798742140003" y2="407.3878406709" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="433.96226415096004" y="404.87211740046" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="461.6352201258" y="404.87211740046" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="486.7924528302" y1="432.5450733753" x2="436.47798742140003" y2="432.5450733753" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="433.96226415096004" y="430.02935010486" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="461.6352201258" y="430.02935010486" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="486.7924528302" y1="457.7023060797" x2="436.47798742140003" y2="457.7023060797" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="433.96226415096004" y="455.18658280926" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="461.6352201258" y="455.18658280926" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="600" y1="520.5953878406999" x2="600" y2="570.9098532495" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="597.48427672956" y="568.3941299790599" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="597.48427672956" y="545.7526205451" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="rotate(-90 597.48427672956 545.7526205451)">7</text><line class="component-pin sch-component-pin sch-port-line" x1="486.7924528302" y1="331.91614255769997" x2="438.99371069183996" y2="331.91614255769997" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="436.47798742140003" cy="331.91614255769997" r="2.51572327044" stroke-width="2.51572327044px"/><rect x="433.96226415096004" y="329.40041928726" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="461.6352201258" y="329.40041928726" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="">8</text><line class="component-pin sch-component-pin sch-port-line" x1="713.2075471698" y1="457.7023060797" x2="763.5220125786" y2="457.7023060797" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="761.0062893081599" y="455.18658280926" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="738.3647798741999" y="455.18658280926" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="">10</text><line class="component-pin sch-component-pin sch-port-line" x1="713.2075471698" y1="432.5450733753" x2="763.5220125786" y2="432.5450733753" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="761.0062893081599" y="430.02935010486" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="738.3647798741999" y="430.02935010486" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="">11</text><line class="component-pin sch-component-pin sch-port-line" x1="713.2075471698" y1="407.3878406709" x2="763.5220125786" y2="407.3878406709" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><rect x="761.0062893081599" y="404.87211740046" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="738.3647798741999" y="404.87211740046" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="">12</text><line class="component-pin sch-component-pin sch-port-line" x1="713.2075471698" y1="382.2306079665" x2="763.5220125786" y2="382.2306079665" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><rect x="761.0062893081599" y="379.71488469606" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="738.3647798741999" y="379.71488469606" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="">13</text><line class="component-pin sch-component-pin sch-port-line" x1="625.1572327044" y1="269.0230607967" x2="625.1572327044" y2="221.22431865834" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="625.1572327044" cy="218.7085953879" r="2.51572327044" stroke-width="2.51572327044px"/><rect x="622.64150943396" y="216.19287211746" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="622.64150943396" y="243.8658280923" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="rotate(-90 622.64150943396 243.8658280923)">14</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="71.69811320760004" y="331.91614255769997" width="50.314465408800004" height="201.25786163519996" stroke-width="2.51572327044px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="71.69811320760004" y="331.91614255769997" width="50.314465408800004" height="201.25786163519996" fill="transparent"/><text class="sch-text" x="96.85534591200002" y="432.5450733753" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="22.64150943396px" transform="rotate(0, 96.85534591200002, 432.5450733753)">JP1</text><line class="component-pin sch-component-pin sch-port-line" x1="122.01257861640005" y1="508.01677148849996" x2="172.32704402520005" y2="508.01677148849996" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="169.81132075476006" y="505.50104821805996" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="147.16981132080002" y="505.50104821805996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="122.01257861640005" y1="482.8595387841" x2="169.81132075476" y2="482.8595387841" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="172.32704402520005" cy="482.8595387841" r="2.51572327044" stroke-width="2.51572327044px"/><rect x="169.81132075476006" y="480.34381551366" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="147.16981132080002" y="480.34381551366" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="122.01257861640005" y1="457.70230607969995" x2="172.32704402520005" y2="457.70230607969995" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="169.81132075476006" y="455.18658280925996" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="147.16981132080002" y="455.18658280925996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="122.01257861640005" y1="432.5450733753" x2="172.32704402520005" y2="432.5450733753" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><rect x="169.81132075476006" y="430.02935010486" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="147.16981132080002" y="430.02935010486" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="122.01257861640005" y1="407.3878406709" x2="172.32704402520005" y2="407.3878406709" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_1_4__stack1"><rect x="169.81132075476006" y="404.87211740046" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="147.16981132080002" y="404.87211740045996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="122.01257861640005" y1="382.2306079665" x2="172.32704402520005" y2="382.2306079665" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_1_5__stack1"><rect x="169.81132075476006" y="379.71488469606" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="147.16981132080002" y="379.71488469606" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="122.01257861640005" y1="357.0733752621" x2="169.81132075476" y2="357.0733752621" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_1_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="172.32704402520005" cy="357.0733752621" r="2.51572327044" stroke-width="2.51572327044px"/><rect x="169.81132075476006" y="354.55765199166" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="147.16981132080002" y="354.55765199166" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="">7</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="1077.9874213836" y="331.91614255769997" width="50.31446540880006" height="201.25786163519996" stroke-width="2.51572327044px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1077.9874213836" y="331.91614255769997" width="50.31446540880006" height="201.25786163519996" fill="transparent"/><text class="sch-text" x="1103.144654088" y="432.5450733753" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="22.64150943396px" transform="rotate(0, 1103.144654088, 432.5450733753)">JP2</text><line class="component-pin sch-component-pin sch-port-line" x1="1077.9874213836" y1="508.01677148849996" x2="1027.6729559748" y2="508.01677148849996" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="1025.15723270436" y="505.50104821805996" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="1052.8301886792" y="505.50104821805996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="1077.9874213836" y1="482.8595387841" x2="1030.18867924524" y2="482.8595387841" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1027.6729559748" cy="482.8595387841" r="2.51572327044" stroke-width="2.51572327044px"/><rect x="1025.15723270436" y="480.34381551366" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="1052.8301886792" y="480.34381551366" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="1077.9874213836" y1="457.7023060797" x2="1027.6729559748" y2="457.7023060797" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_2_2__stack1"><rect x="1025.15723270436" y="455.18658280926" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="1052.8301886792" y="455.18658280926" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="1077.9874213836" y1="432.5450733753" x2="1027.6729559748" y2="432.5450733753" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_2_3__stack1"><rect x="1025.15723270436" y="430.02935010486" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="1052.8301886792" y="430.02935010486" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="1077.9874213836" y1="407.3878406709" x2="1027.6729559748" y2="407.3878406709" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_2_4__stack1"><rect x="1025.15723270436" y="404.87211740046" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="1052.8301886792" y="404.87211740046" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="1077.9874213836" y1="382.2306079665" x2="1027.6729559748" y2="382.2306079665" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_2_5__stack1"><rect x="1025.15723270436" y="379.71488469606" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="1052.8301886792" y="379.71488469606" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="1077.9874213836" y1="357.0733752621" x2="1030.18867924524" y2="357.0733752621" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_2_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1027.6729559748" cy="357.0733752621" r="2.51572327044" stroke-width="2.51572327044px"/><rect x="1025.15723270436" y="354.55765199166" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="1052.8301886792" y="354.55765199166" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="">7</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="574.8427672956" cy="218.7085953879" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="436.47798742140003" cy="382.2306079665" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="436.47798742140003" cy="407.3878406709" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="436.47798742140003" cy="432.5450733753" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="436.47798742140003" cy="457.7023060797" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="600" cy="570.9098532495" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="436.47798742140003" cy="331.91614255769997" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="763.5220125786" cy="457.7023060797" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="763.5220125786" cy="432.5450733753" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="763.5220125786" cy="407.3878406709" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="763.5220125786" cy="382.2306079665" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="625.1572327044" cy="218.7085953879" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="172.32704402520005" cy="508.01677148849996" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="172.32704402520005" cy="482.8595387841" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="172.32704402520005" cy="457.70230607969995" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="172.32704402520005" cy="432.5450733753" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_4__stack1"><circle cx="172.32704402520005" cy="407.3878406709" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_5__stack1"><circle cx="172.32704402520005" cy="382.2306079665" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_6__stack1"><circle cx="172.32704402520005" cy="357.0733752621" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="1027.6729559748" cy="508.01677148849996" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="1027.6729559748" cy="482.8595387841" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_2__stack1"><circle cx="1027.6729559748" cy="457.7023060797" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_3__stack1"><circle cx="1027.6729559748" cy="432.5450733753" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_4__stack1"><circle cx="1027.6729559748" cy="407.3878406709" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_5__stack1"><circle cx="1027.6729559748" cy="382.2306079665" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_6__stack1"><circle cx="1027.6729559748" cy="357.0733752621" r="5.03144654088" 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="
100
+ </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 600 570.9098532495 L 600 596.0670859539 L 386.1635220126 596.0670859539 L 386.1635220126 508.01677148849996 L 172.32704402520005 508.01677148849996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="20.12578616352px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 600 570.9098532495 L 600 596.0670859539 L 386.1635220126 596.0670859539 L 386.1635220126 508.01677148849996 L 172.32704402520005 508.01677148849996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.51572327044px" 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 1027.6729559748 508.01677148849996 L 813.8364779873999 508.01677148849996 L 813.8364779873999 596.0670859539 L 600 596.0670859539" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="20.12578616352px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1027.6729559748 508.01677148849996 L 813.8364779873999 508.01677148849996 L 813.8364779873999 596.0670859539 L 600 596.0670859539" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.51572327044px" 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 172.32704402520005 457.70230607969995 L 436.47798742140003 457.7023060797" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="20.12578616352px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 172.32704402520005 457.70230607969995 L 436.47798742140003 457.7023060797" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.51572327044px" 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 172.32704402520005 432.5450733753 L 436.47798742140003 432.5450733753" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="20.12578616352px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 172.32704402520005 432.5450733753 L 436.47798742140003 432.5450733753" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.51572327044px" 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 172.32704402520005 407.3878406709 L 436.47798742140003 407.3878406709" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="20.12578616352px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 172.32704402520005 407.3878406709 L 436.47798742140003 407.3878406709" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.51572327044px" 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 172.32704402520005 382.2306079665 L 436.47798742140003 382.2306079665" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="20.12578616352px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 172.32704402520005 382.2306079665 L 436.47798742140003 382.2306079665" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.51572327044px" 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 1027.6729559748 457.7023060797 L 763.5220125786 457.7023060797" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="20.12578616352px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1027.6729559748 457.7023060797 L 763.5220125786 457.7023060797" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.51572327044px" 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 1027.6729559748 432.5450733753 L 763.5220125786 432.5450733753" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="20.12578616352px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1027.6729559748 432.5450733753 L 763.5220125786 432.5450733753" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.51572327044px" 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 1027.6729559748 407.3878406709 L 763.5220125786 407.3878406709" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="20.12578616352px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1027.6729559748 407.3878406709 L 763.5220125786 407.3878406709" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.51572327044px" 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 1027.6729559748 382.2306079665 L 763.5220125786 382.2306079665" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="20.12578616352px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1027.6729559748 382.2306079665 L 763.5220125786 382.2306079665" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.51572327044px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><circle cx="600" cy="596.0670859539" r="3.77358490566" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="486.7924528302" y="269.0230607967" width="226.41509433960005" height="251.5723270439999" stroke-width="2.51572327044px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="486.7924528302" y="269.0230607967" width="226.41509433960005" height="251.5723270439999" fill="transparent"/><text class="sch-text" x="600" y="394.8092243187" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="22.64150943396px" transform="rotate(0, 600, 394.8092243187)">U1</text><line class="component-pin sch-component-pin sch-port-line" x1="574.8427672956" y1="269.0230607967" x2="574.8427672956" y2="221.22431865834" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="574.8427672956" cy="218.7085953879" r="2.51572327044" stroke-width="2.51572327044px"/><rect x="572.3270440251599" y="216.19287211746" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="572.32704402516" y="243.8658280923" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="rotate(-90 572.32704402516 243.8658280923)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="486.7924528302" y1="382.2306079665" x2="436.47798742140003" y2="382.2306079665" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="433.96226415096004" y="379.71488469606" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="461.6352201258" y="379.71488469606" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="486.7924528302" y1="407.3878406709" x2="436.47798742140003" y2="407.3878406709" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="433.96226415096004" y="404.87211740046" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="461.6352201258" y="404.87211740046" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="486.7924528302" y1="432.5450733753" x2="436.47798742140003" y2="432.5450733753" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="433.96226415096004" y="430.02935010486" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="461.6352201258" y="430.02935010486" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="486.7924528302" y1="457.7023060797" x2="436.47798742140003" y2="457.7023060797" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="433.96226415096004" y="455.18658280926" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="461.6352201258" y="455.18658280926" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="600" y1="520.5953878406999" x2="600" y2="570.9098532495" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="597.48427672956" y="568.3941299790599" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="597.48427672956" y="545.7526205451" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="rotate(-90 597.48427672956 545.7526205451)">7</text><line class="component-pin sch-component-pin sch-port-line" x1="486.7924528302" y1="331.91614255769997" x2="438.99371069183996" y2="331.91614255769997" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="436.47798742140003" cy="331.91614255769997" r="2.51572327044" stroke-width="2.51572327044px"/><rect x="433.96226415096004" y="329.40041928726" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="461.6352201258" y="329.40041928726" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="">8</text><line class="component-pin sch-component-pin sch-port-line" x1="713.2075471698" y1="457.7023060797" x2="763.5220125786" y2="457.7023060797" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="761.0062893081599" y="455.18658280926" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="738.3647798741999" y="455.18658280926" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="">10</text><line class="component-pin sch-component-pin sch-port-line" x1="713.2075471698" y1="432.5450733753" x2="763.5220125786" y2="432.5450733753" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="761.0062893081599" y="430.02935010486" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="738.3647798741999" y="430.02935010486" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="">11</text><line class="component-pin sch-component-pin sch-port-line" x1="713.2075471698" y1="407.3878406709" x2="763.5220125786" y2="407.3878406709" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><rect x="761.0062893081599" y="404.87211740046" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="738.3647798741999" y="404.87211740046" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="">12</text><line class="component-pin sch-component-pin sch-port-line" x1="713.2075471698" y1="382.2306079665" x2="763.5220125786" y2="382.2306079665" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><rect x="761.0062893081599" y="379.71488469606" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="738.3647798741999" y="379.71488469606" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="">13</text><line class="component-pin sch-component-pin sch-port-line" x1="625.1572327044" y1="269.0230607967" x2="625.1572327044" y2="221.22431865834" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="625.1572327044" cy="218.7085953879" r="2.51572327044" stroke-width="2.51572327044px"/><rect x="622.64150943396" y="216.19287211746" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="622.64150943396" y="243.8658280923" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="rotate(-90 622.64150943396 243.8658280923)">14</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="71.69811320760004" y="331.91614255769997" width="50.314465408800004" height="201.25786163519996" stroke-width="2.51572327044px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="71.69811320760004" y="331.91614255769997" width="50.314465408800004" height="201.25786163519996" fill="transparent"/><text class="sch-text" x="96.85534591200002" y="432.5450733753" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="22.64150943396px" transform="rotate(0, 96.85534591200002, 432.5450733753)">JP1</text><line class="component-pin sch-component-pin sch-port-line" x1="122.01257861640005" y1="508.01677148849996" x2="172.32704402520005" y2="508.01677148849996" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="169.81132075476006" y="505.50104821805996" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="147.16981132080002" y="505.50104821805996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="122.01257861640005" y1="482.8595387841" x2="169.81132075476" y2="482.8595387841" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="172.32704402520005" cy="482.8595387841" r="2.51572327044" stroke-width="2.51572327044px"/><rect x="169.81132075476006" y="480.34381551366" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="147.16981132080002" y="480.34381551366" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="122.01257861640005" y1="457.70230607969995" x2="172.32704402520005" y2="457.70230607969995" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="169.81132075476006" y="455.18658280925996" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="147.16981132080002" y="455.18658280925996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="122.01257861640005" y1="432.5450733753" x2="172.32704402520005" y2="432.5450733753" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><rect x="169.81132075476006" y="430.02935010486" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="147.16981132080002" y="430.02935010486" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="122.01257861640005" y1="407.3878406709" x2="172.32704402520005" y2="407.3878406709" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_1_4__stack1"><rect x="169.81132075476006" y="404.87211740046" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="147.16981132080002" y="404.87211740045996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="122.01257861640005" y1="382.2306079665" x2="172.32704402520005" y2="382.2306079665" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_1_5__stack1"><rect x="169.81132075476006" y="379.71488469606" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="147.16981132080002" y="379.71488469606" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="122.01257861640005" y1="357.0733752621" x2="169.81132075476" y2="357.0733752621" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_1_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="172.32704402520005" cy="357.0733752621" r="2.51572327044" stroke-width="2.51572327044px"/><rect x="169.81132075476006" y="354.55765199166" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="147.16981132080002" y="354.55765199166" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="">7</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="1077.9874213836" y="331.91614255769997" width="50.31446540880006" height="201.25786163519996" stroke-width="2.51572327044px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1077.9874213836" y="331.91614255769997" width="50.31446540880006" height="201.25786163519996" fill="transparent"/><text class="sch-text" x="1103.144654088" y="432.5450733753" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="22.64150943396px" transform="rotate(0, 1103.144654088, 432.5450733753)">JP2</text><line class="component-pin sch-component-pin sch-port-line" x1="1077.9874213836" y1="508.01677148849996" x2="1027.6729559748" y2="508.01677148849996" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="1025.15723270436" y="505.50104821805996" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="1052.8301886792" y="505.50104821805996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="1077.9874213836" y1="482.8595387841" x2="1030.18867924524" y2="482.8595387841" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1027.6729559748" cy="482.8595387841" r="2.51572327044" stroke-width="2.51572327044px"/><rect x="1025.15723270436" y="480.34381551366" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="1052.8301886792" y="480.34381551366" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="1077.9874213836" y1="457.7023060797" x2="1027.6729559748" y2="457.7023060797" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_2_2__stack1"><rect x="1025.15723270436" y="455.18658280926" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="1052.8301886792" y="455.18658280926" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="1077.9874213836" y1="432.5450733753" x2="1027.6729559748" y2="432.5450733753" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_2_3__stack1"><rect x="1025.15723270436" y="430.02935010486" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="1052.8301886792" y="430.02935010486" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="1077.9874213836" y1="407.3878406709" x2="1027.6729559748" y2="407.3878406709" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_2_4__stack1"><rect x="1025.15723270436" y="404.87211740046" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="1052.8301886792" y="404.87211740046" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="1077.9874213836" y1="382.2306079665" x2="1027.6729559748" y2="382.2306079665" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_2_5__stack1"><rect x="1025.15723270436" y="379.71488469606" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="1052.8301886792" y="379.71488469606" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="1077.9874213836" y1="357.0733752621" x2="1030.18867924524" y2="357.0733752621" stroke-width="2.51572327044px"/><g class="sch-port" data-schematic-port-id="source_port_2_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1027.6729559748" cy="357.0733752621" r="2.51572327044" stroke-width="2.51572327044px"/><rect x="1025.15723270436" y="354.55765199166" width="5.03144654088" height="5.03144654088" opacity="0"/></g><text class="pin-number sch-pin-number" x="1052.8301886792" y="354.55765199166" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.867924528299998px" transform="">7</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="574.8427672956" cy="218.7085953879" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="436.47798742140003" cy="382.2306079665" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="436.47798742140003" cy="407.3878406709" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="436.47798742140003" cy="432.5450733753" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="436.47798742140003" cy="457.7023060797" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="600" cy="570.9098532495" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="436.47798742140003" cy="331.91614255769997" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="763.5220125786" cy="457.7023060797" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="763.5220125786" cy="432.5450733753" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="763.5220125786" cy="407.3878406709" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="763.5220125786" cy="382.2306079665" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="625.1572327044" cy="218.7085953879" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="172.32704402520005" cy="508.01677148849996" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="172.32704402520005" cy="482.8595387841" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="172.32704402520005" cy="457.70230607969995" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="172.32704402520005" cy="432.5450733753" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_4__stack1"><circle cx="172.32704402520005" cy="407.3878406709" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_5__stack1"><circle cx="172.32704402520005" cy="382.2306079665" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_6__stack1"><circle cx="172.32704402520005" cy="357.0733752621" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="1027.6729559748" cy="508.01677148849996" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="1027.6729559748" cy="482.8595387841" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_2__stack1"><circle cx="1027.6729559748" cy="457.7023060797" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_3__stack1"><circle cx="1027.6729559748" cy="432.5450733753" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_4__stack1"><circle cx="1027.6729559748" cy="407.3878406709" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_5__stack1"><circle cx="1027.6729559748" cy="382.2306079665" r="5.03144654088" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_6__stack1"><circle cx="1027.6729559748" cy="357.0733752621" r="5.03144654088" 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="
101
101
  M 574.8427672956,218.7085953879
102
102
  L 562.2641509434,211.916142557712
103
103
  L 562.2641509434,168.7798742139008