@tscircuit/schematic-trace-solver 0.0.190 → 0.0.192

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 (58) hide show
  1. package/dist/index.d.ts +2 -0
  2. package/dist/index.js +437 -211
  3. package/lib/solvers/InlineNetLabelSolver/getLocalTraceLabelShifts.ts +29 -0
  4. package/lib/solvers/LongDistancePairSolver/LongDistancePairSolver.ts +7 -0
  5. package/lib/solvers/LongDistancePairSolver/getParallelNetLabelPolicy.ts +98 -0
  6. package/lib/solvers/MspConnectionPairSolver/MspConnectionPairSolver.ts +24 -2
  7. package/lib/solvers/MspConnectionPairSolver/getParallelRailPairs.ts +178 -0
  8. package/lib/solvers/NetLabelToTraceSolver/NetLabelToTraceSolver.ts +13 -0
  9. package/lib/solvers/SameNetJunctionAlignmentSolver/collapseRedundantSharedEndpointStubs.ts +12 -6
  10. package/package.json +1 -1
  11. package/tests/bug-reports/bug-report-20260706T213649Z/__snapshots__/bug-report-20260706T213649Z.snap.svg +837 -799
  12. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +904 -866
  13. package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +533 -524
  14. package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +2 -2
  15. package/tests/bug-reports/bug-report-20260724T175257Z/__snapshots__/bug-report-20260724T175257Z.snap.svg +2 -2
  16. package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +2 -2
  17. package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +2 -2
  18. package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +94 -94
  19. package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +2 -2
  20. package/tests/bug-reports/bug-report-20260901T055358Z/__snapshots__/bug-report-20260901T055358Z.snap.svg +2 -2
  21. package/tests/bug-reports/bug-report-20260901T064117Z/bug-report-20260901T064117Z.test.ts +13 -2
  22. package/tests/bug-reports/bug-report-20260902T092425Z/__snapshots__/bug-report-20260902T092425Z.snap.svg +2 -2
  23. package/tests/bug-reports/bug-report-20260902T092425Z/bug-report-20260902T092425Z.test.ts +16 -2
  24. package/tests/bug-reports/bug-report-20260905T041712Z/__snapshots__/bug-report-20260905T041712Z.snap.svg +2 -2
  25. package/tests/bug-reports/bug-report-20260907T083336Z/__snapshots__/bug-report-20260907T083336Z.snap.svg +2 -2
  26. package/tests/bug-reports/bug-report-20260907T110144Z/__snapshots__/bug-report-20260907T110144Z.snap.svg +19 -58
  27. package/tests/bug-reports/bug-report-20260907T110144Z/bug-report-20260907T110144Z.test.ts +2 -2
  28. package/tests/bug-reports/bug-report-20260907T145640Z/__snapshots__/bug-report-20260907T145640Z.snap.svg +917 -933
  29. package/tests/examples/__snapshots__/example13.snap.svg +2 -2
  30. package/tests/examples/__snapshots__/example15.snap.svg +2 -2
  31. package/tests/examples/__snapshots__/example51.snap.svg +2 -2
  32. package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +2 -2
  33. package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +2 -2
  34. package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +2 -2
  35. package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +2 -2
  36. package/tests/repros/__snapshots__/repro-esp12f-section.snap.svg +2 -2
  37. package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +2 -2
  38. package/tests/repros/__snapshots__/repro-hub-usb-sheet.snap.svg +2 -2
  39. package/tests/repros/__snapshots__/repro-isolated-rs485-isow7841.snap.svg +2 -2
  40. package/tests/repros/__snapshots__/repro-pga300-redundant-ground-traces.snap.svg +2 -2
  41. package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +2 -2
  42. package/tests/repros/__snapshots__/repro-powerbank-3v-system-power.snap.svg +2 -2
  43. package/tests/repros/__snapshots__/repro-repeated-power-rail-junctions.snap.svg +2 -2
  44. package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +2 -2
  45. package/tests/repros/__snapshots__/repro-smartwatch-power-sheet.snap.svg +111 -75
  46. package/tests/repros/__snapshots__/repro-tida00553-j4-cell-divider.snap.svg +2 -2
  47. package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +2 -2
  48. package/tests/repros/__snapshots__/repro-type-c-vbus-led-ground-label.snap.svg +2 -2
  49. package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +2 -2
  50. package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +2 -2
  51. package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +2 -2
  52. package/tests/repros/repro-trellis-core-decoupling-snake-traces.test.ts +66 -0
  53. package/tests/solvers/InlineNetLabelSolver/local-trace-label-shifts.test.ts +62 -0
  54. package/tests/solvers/LongDistancePairSolver/__snapshots__/decoupling-mixed-supplies.snap.svg +112 -0
  55. package/tests/solvers/LongDistancePairSolver/__snapshots__/horizontal-rails.snap.svg +79 -0
  56. package/tests/solvers/LongDistancePairSolver/__snapshots__/vertical-rails.snap.svg +86 -0
  57. package/tests/solvers/LongDistancePairSolver/parallel-decoupling-labels.test.ts +505 -0
  58. package/tests/solvers/SameNetJunctionAlignmentSolver/collapse-redundant-shared-endpoint-stubs.test.ts +45 -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="-1.85,0.49999999999999994 -1.85,-0.7" data-type="line" data-label="" points="241.61338512100383,297.7193506622847 241.61338512100383,364.644955681705" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,0.49999999999999994 -3.4749999999999996,0.945000000000001" data-type="line" data-label="" points="241.61338512100383,297.7193506622847 150.98496165720545,272.9011054675829" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,0.49999999999999994 -1.85,-3.3" data-type="line" data-label="" points="241.61338512100383,297.7193506622847 241.61338512100383,509.6504332237825" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,0.49999999999999994 -1.85,-4.5" data-type="line" data-label="" points="241.61338512100383,297.7193506622847 241.61338512100383,576.5760382432029" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,0.49999999999999994 -3.4749999999999996,-0.8649999999999998" data-type="line" data-label="" points="241.61338512100383,297.7193506622847 150.98496165720545,373.8472263718753" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,0.49999999999999994 -1.85,4.3" data-type="line" data-label="" points="241.61338512100383,297.7193506622847 241.61338512100383,85.78826810078684" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,0.49999999999999994 -1.85,3.0999999999999996" data-type="line" data-label="" points="241.61338512100383,297.7193506622847 241.61338512100383,152.7138731202072" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,0.49999999999999994 -3.4749999999999996,-2.6750000000000003" data-type="line" data-label="" points="241.61338512100383,297.7193506622847 150.98496165720545,474.79334727616776" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,-0.7 -3.4749999999999996,0.945000000000001" data-type="line" data-label="" points="241.61338512100383,364.644955681705 150.98496165720545,272.9011054675829" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,-0.7 -1.85,-3.3" data-type="line" data-label="" points="241.61338512100383,364.644955681705 241.61338512100383,509.6504332237825" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,-0.7 -1.85,-4.5" data-type="line" data-label="" points="241.61338512100383,364.644955681705 241.61338512100383,576.5760382432029" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,-0.7 -3.4749999999999996,-0.8649999999999998" data-type="line" data-label="" points="241.61338512100383,364.644955681705 150.98496165720545,373.8472263718753" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,-0.7 -1.85,4.3" data-type="line" data-label="" points="241.61338512100383,364.644955681705 241.61338512100383,85.78826810078684" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,-0.7 -1.85,3.0999999999999996" data-type="line" data-label="" points="241.61338512100383,364.644955681705 241.61338512100383,152.7138731202072" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,-0.7 -3.4749999999999996,-2.6750000000000003" data-type="line" data-label="" points="241.61338512100383,364.644955681705 150.98496165720545,474.79334727616776" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4749999999999996,0.945000000000001 -1.85,-3.3" data-type="line" data-label="" points="150.98496165720545,272.9011054675829 241.61338512100383,509.6504332237825" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4749999999999996,0.945000000000001 -1.85,-4.5" data-type="line" data-label="" points="150.98496165720545,272.9011054675829 241.61338512100383,576.5760382432029" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4749999999999996,0.945000000000001 -3.4749999999999996,-0.8649999999999998" data-type="line" data-label="" points="150.98496165720545,272.9011054675829 150.98496165720545,373.8472263718753" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4749999999999996,0.945000000000001 -1.85,4.3" data-type="line" data-label="" points="150.98496165720545,272.9011054675829 241.61338512100383,85.78826810078684" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4749999999999996,0.945000000000001 -1.85,3.0999999999999996" data-type="line" data-label="" points="150.98496165720545,272.9011054675829 241.61338512100383,152.7138731202072" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4749999999999996,0.945000000000001 -3.4749999999999996,-2.6750000000000003" data-type="line" data-label="" points="150.98496165720545,272.9011054675829 150.98496165720545,474.79334727616776" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,-3.3 -1.85,-4.5" data-type="line" data-label="" points="241.61338512100383,509.6504332237825 241.61338512100383,576.5760382432029" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,-3.3 -3.4749999999999996,-0.8649999999999998" data-type="line" data-label="" points="241.61338512100383,509.6504332237825 150.98496165720545,373.8472263718753" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,-3.3 -1.85,4.3" data-type="line" data-label="" points="241.61338512100383,509.6504332237825 241.61338512100383,85.78826810078684" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,-3.3 -1.85,3.0999999999999996" data-type="line" data-label="" points="241.61338512100383,509.6504332237825 241.61338512100383,152.7138731202072" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,-3.3 -3.4749999999999996,-2.6750000000000003" data-type="line" data-label="" points="241.61338512100383,509.6504332237825 150.98496165720545,474.79334727616776" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,-4.5 -3.4749999999999996,-0.8649999999999998" data-type="line" data-label="" points="241.61338512100383,576.5760382432029 150.98496165720545,373.8472263718753" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,-4.5 -1.85,4.3" data-type="line" data-label="" points="241.61338512100383,576.5760382432029 241.61338512100383,85.78826810078684" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,-4.5 -1.85,3.0999999999999996" data-type="line" data-label="" points="241.61338512100383,576.5760382432029 241.61338512100383,152.7138731202072" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,-4.5 -3.4749999999999996,-2.6750000000000003" data-type="line" data-label="" points="241.61338512100383,576.5760382432029 150.98496165720545,474.79334727616776" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4749999999999996,-0.8649999999999998 -1.85,4.3" data-type="line" data-label="" points="150.98496165720545,373.8472263718753 241.61338512100383,85.78826810078684" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4749999999999996,-0.8649999999999998 -1.85,3.0999999999999996" data-type="line" data-label="" points="150.98496165720545,373.8472263718753 241.61338512100383,152.7138731202072" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4749999999999996,-0.8649999999999998 -3.4749999999999996,-2.6750000000000003" data-type="line" data-label="" points="150.98496165720545,373.8472263718753 150.98496165720545,474.79334727616776" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,4.3 -1.85,3.0999999999999996" data-type="line" data-label="" points="241.61338512100383,85.78826810078684 241.61338512100383,152.7138731202072" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,4.3 -3.4749999999999996,-2.6750000000000003" data-type="line" data-label="" points="241.61338512100383,85.78826810078684 150.98496165720545,474.79334727616776" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,3.0999999999999996 -3.4749999999999996,-2.6750000000000003" data-type="line" data-label="" points="241.61338512100383,152.7138731202072 150.98496165720545,474.79334727616776" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,0.29999999999999993 1.85,0.7" data-type="line" data-label="" points="241.61338512100383,308.8736181655214 447.96733393088334,286.56508315904796" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,0.29999999999999993 -3.4749999999999996,1.7050000000000007" data-type="line" data-label="" points="241.61338512100383,308.8736181655214 150.98496165720545,230.51488895528334" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,0.29999999999999993 -1.85,-3.5" data-type="line" data-label="" points="241.61338512100383,308.8736181655214 241.61338512100383,520.8047007270193" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,0.29999999999999993 1.85,-3.0999999999999996" data-type="line" data-label="" points="241.61338512100383,308.8736181655214 447.96733393088334,498.4961657205458" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,0.29999999999999993 -3.4749999999999996,-0.10499999999999965" data-type="line" data-label="" points="241.61338512100383,308.8736181655214 150.98496165720545,331.46100985957577" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,0.29999999999999993 -1.85,4.1" data-type="line" data-label="" points="241.61338512100383,308.8736181655214 241.61338512100383,96.94253560402359" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,0.29999999999999993 1.85,4.5" data-type="line" data-label="" points="241.61338512100383,308.8736181655214 447.96733393088334,74.63400059755011" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,0.29999999999999993 -3.4749999999999996,-1.9149999999999996" data-type="line" data-label="" points="241.61338512100383,308.8736181655214 150.98496165720545,432.40713076386817" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.85,0.7 -3.4749999999999996,1.7050000000000007" data-type="line" data-label="" points="447.96733393088334,286.56508315904796 150.98496165720545,230.51488895528334" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.85,0.7 -1.85,-3.5" data-type="line" data-label="" points="447.96733393088334,286.56508315904796 241.61338512100383,520.8047007270193" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.85,0.7 1.85,-3.0999999999999996" data-type="line" data-label="" points="447.96733393088334,286.56508315904796 447.96733393088334,498.4961657205458" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.85,0.7 -3.4749999999999996,-0.10499999999999965" data-type="line" data-label="" points="447.96733393088334,286.56508315904796 150.98496165720545,331.46100985957577" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.85,0.7 -1.85,4.1" data-type="line" data-label="" points="447.96733393088334,286.56508315904796 241.61338512100383,96.94253560402359" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.85,0.7 1.85,4.5" data-type="line" data-label="" points="447.96733393088334,286.56508315904796 447.96733393088334,74.63400059755011" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.85,0.7 -3.4749999999999996,-1.9149999999999996" data-type="line" data-label="" points="447.96733393088334,286.56508315904796 150.98496165720545,432.40713076386817" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4749999999999996,1.7050000000000007 -1.85,-3.5" data-type="line" data-label="" points="150.98496165720545,230.51488895528334 241.61338512100383,520.8047007270193" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4749999999999996,1.7050000000000007 1.85,-3.0999999999999996" data-type="line" data-label="" points="150.98496165720545,230.51488895528334 447.96733393088334,498.4961657205458" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4749999999999996,1.7050000000000007 -3.4749999999999996,-0.10499999999999965" data-type="line" data-label="" points="150.98496165720545,230.51488895528334 150.98496165720545,331.46100985957577" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4749999999999996,1.7050000000000007 -1.85,4.1" data-type="line" data-label="" points="150.98496165720545,230.51488895528334 241.61338512100383,96.94253560402359" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4749999999999996,1.7050000000000007 1.85,4.5" data-type="line" data-label="" points="150.98496165720545,230.51488895528334 447.96733393088334,74.63400059755011" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4749999999999996,1.7050000000000007 -3.4749999999999996,-1.9149999999999996" data-type="line" data-label="" points="150.98496165720545,230.51488895528334 150.98496165720545,432.40713076386817" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,-3.5 1.85,-3.0999999999999996" data-type="line" data-label="" points="241.61338512100383,520.8047007270193 447.96733393088334,498.4961657205458" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,-3.5 -3.4749999999999996,-0.10499999999999965" data-type="line" data-label="" points="241.61338512100383,520.8047007270193 150.98496165720545,331.46100985957577" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,-3.5 -1.85,4.1" data-type="line" data-label="" points="241.61338512100383,520.8047007270193 241.61338512100383,96.94253560402359" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,-3.5 1.85,4.5" data-type="line" data-label="" points="241.61338512100383,520.8047007270193 447.96733393088334,74.63400059755011" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,-3.5 -3.4749999999999996,-1.9149999999999996" data-type="line" data-label="" points="241.61338512100383,520.8047007270193 150.98496165720545,432.40713076386817" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.85,-3.0999999999999996 -3.4749999999999996,-0.10499999999999965" data-type="line" data-label="" points="447.96733393088334,498.4961657205458 150.98496165720545,331.46100985957577" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.85,-3.0999999999999996 -1.85,4.1" data-type="line" data-label="" points="447.96733393088334,498.4961657205458 241.61338512100383,96.94253560402359" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.85,-3.0999999999999996 1.85,4.5" data-type="line" data-label="" points="447.96733393088334,498.4961657205458 447.96733393088334,74.63400059755011" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.85,-3.0999999999999996 -3.4749999999999996,-1.9149999999999996" data-type="line" data-label="" points="447.96733393088334,498.4961657205458 150.98496165720545,432.40713076386817" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4749999999999996,-0.10499999999999965 -1.85,4.1" data-type="line" data-label="" points="150.98496165720545,331.46100985957577 241.61338512100383,96.94253560402359" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4749999999999996,-0.10499999999999965 1.85,4.5" data-type="line" data-label="" points="150.98496165720545,331.46100985957577 447.96733393088334,74.63400059755011" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4749999999999996,-0.10499999999999965 -3.4749999999999996,-1.9149999999999996" data-type="line" data-label="" points="150.98496165720545,331.46100985957577 150.98496165720545,432.40713076386817" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,4.1 1.85,4.5" data-type="line" data-label="" points="241.61338512100383,96.94253560402359 447.96733393088334,74.63400059755011" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,4.1 -3.4749999999999996,-1.9149999999999996" data-type="line" data-label="" points="241.61338512100383,96.94253560402359 150.98496165720545,432.40713076386817" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.85,4.5 -3.4749999999999996,-1.9149999999999996" data-type="line" data-label="" points="447.96733393088334,74.63400059755011 150.98496165720545,432.40713076386817" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4749999999999996,-0.8649999999999993 -3.4749999999999996,-1.0650000000000004 -4.1,-1.0650000000000004 -4.1,-2.8750000000000004 -3.4749999999999996,-2.8750000000000004 -3.4749999999999996,-2.6750000000000003" data-type="line" data-label="" points="150.98496165720545,373.8472263718753 150.98496165720545,385.0014938751121 116.12787570959068,385.0014938751121 116.12787570959068,485.9476147794045 150.98496165720545,485.9476147794045 150.98496165720545,474.79334727616776" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.85,-0.6999999999999997 -2.7199999999999998,-0.6999999999999997 -2.7199999999999998,-1.065 -3.4749999999999996,-1.0650000000000004" data-type="line" data-label="" points="241.61338512100383,364.644955681705 193.0923214819241,364.644955681705 193.0923214819241,385.0014938751121 150.98496165720545,385.0014938751121" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.4749999999999996,0.9450000000000007 -3.4749999999999996,0.7450000000000006 -4.1,0.7450000000000006 -4.1,-1.065 -3.4749999999999996,-1.065 -3.4749999999999996,-0.8649999999999998" data-type="line" data-label="" points="150.98496165720545,272.9011054675829 150.98496165720545,284.05537297081963 116.12787570959068,284.05537297081963 116.12787570959068,385.0014938751121 150.98496165720545,385.0014938751121 150.98496165720545,373.8472263718753" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.85,-3.3 -3.4749999999999996,-3.3 -3.4749999999999996,-2.6750000000000003" data-type="line" data-label="" points="241.61338512100383,509.6504332237825 150.98496165720545,509.6504332237825 150.98496165720545,474.79334727616776" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.4749999999999996,-0.10499999999999965 -3.4749999999999996,0.5 -3.031,0.5 -3.031,0.8999999999999999 -3.8310000000000004,0.9 -3.8310000000000004,-1.5 -3.4749999999999996,-1.5 -3.4749999999999996,-1.9149999999999996" data-type="line" data-label="" points="150.98496165720545,331.46100985957577 150.98496165720545,297.7193506622847 175.74743551439096,297.7193506622847 175.74743551439096,275.41081565581123 131.13036550144403,275.41081565581123 131.13036550144403,409.2620256946519 150.98496165720545,409.2620256946519 150.98496165720545,432.40713076386817" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.4749999999999996,1.705000000000001 -3.4749999999999996,1.9050000000000011 -2.659999999999999,1.9050000000000011 -2.659999999999999,0.8999999999999999 -3.031,0.8999999999999999" data-type="line" data-label="" points="150.98496165720545,230.5148889552833 150.98496165720545,219.3606214520466 196.43860173289517,219.3606214520466 196.43860173289517,275.41081565581123 175.74743551439096,275.41081565581123" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.85,0.2999999999999997 -3.4749999999999996,0.2999999999999997 -3.4749999999999996,-0.10499999999999965" data-type="line" data-label="" points="241.61338512100383,308.8736181655214 150.98496165720545,308.8736181655214 150.98496165720545,331.46100985957577" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.85,3.0999999999999996 -3.031,3.099999999999999 -3.031,4.299999999999999 -1.85,4.3" data-type="line" data-label="" points="241.61338512100383,152.7138731202072 175.74743551439096,152.71387312020724 175.74743551439096,85.7882681007869 241.61338512100383,85.78826810078684" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.85,0.49999999999999994 -2.7199999999999998,0.49999999999999994 -2.7199999999999998,-0.6999999999999997" data-type="line" data-label="" points="241.61338512100383,297.7193506622847 193.0923214819241,297.7193506622847 193.0923214819241,364.644955681705" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.85,-4.5 -3.4749999999999996,-4.499999999999999 -3.4749999999999996,-3.3" data-type="line" data-label="" points="241.61338512100383,576.5760382432029 150.98496165720545,576.5760382432029 150.98496165720545,509.6504332237825" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.85,0.7 3.031,0.7 3.031,-3.0999999999999996 1.85,-3.0999999999999996" data-type="line" data-label="" points="447.96733393088334,286.56508315904796 513.8332835374962,286.56508315904796 513.8332835374962,498.4961657205458 447.96733393088334,498.4961657205458" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.85,-3.5 -3.781000000000001,-3.5 -3.781000000000001,-3.4490000000000003" data-type="line" data-label="" points="241.61338512100383,520.8047007270193 133.91893237725318,520.8047007270193 133.91893237725318,517.9603625136939" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.85,4.1 -3.2310000000000008,4.1 -3.2310000000000008,4.401" data-type="line" data-label="" points="241.61338512100383,96.94253560402359 164.5931680111542,96.94253560402359 164.5931680111542,80.1553630116523" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.85,4.5 2.031,4.5 2.031,4.7010000000000005" data-type="line" data-label="" points="447.96733393088334,74.63400059755011 458.06194602131256,74.63400059755011 458.06194602131256,63.423961756797155" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.85,-0.49999999999999994 2.77,-0.49999999999999994" data-type="line" data-label="" points="447.96733393088334,353.4906881784683 499.27696444577225,353.4906881784683" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.85,-0.09999999999999987 2.77,-0.09999999999999987" data-type="line" data-label="" points="447.96733393088334,331.18215317199486 499.27696444577225,331.18215317199486" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.85,0.10000000000000009 2.77,0.10000000000000009" data-type="line" data-label="" points="447.96733393088334,320.02788566875813 499.27696444577225,320.02788566875813" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.85,-0.7 2.77,-0.7" data-type="line" data-label="" points="447.96733393088334,364.644955681705 499.27696444577225,364.644955681705" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.85,-0.29999999999999993 2.77,-0.29999999999999993" data-type="line" data-label="" points="447.96733393088334,342.3364206752316 499.27696444577225,342.3364206752316" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.85,-0.30000000000000004 -2.67,-0.30000000000000004" data-type="line" data-label="" points="241.61338512100383,342.3364206752316 195.88088835773326,342.3364206752316" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.85,-0.5 -2.67,-0.5" data-type="line" data-label="" points="241.61338512100383,353.4906881784683 195.88088835773326,353.4906881784683" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.85,0.7 -2.77,0.7" data-type="line" data-label="" points="241.61338512100383,286.56508315904796 190.3037546061149,286.56508315904796" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.85,-0.10000000000000009 -2.67,-0.10000000000000009" data-type="line" data-label="" points="241.61338512100383,331.18215317199486 195.88088835773326,331.18215317199486" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.85,0.5 2.77,0.5" data-type="line" data-label="" points="447.96733393088334,297.7193506622847 499.27696444577225,297.7193506622847" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.85,-4.3 2.77,-4.3" data-type="line" data-label="" points="447.96733393088334,565.4217707399662 499.27696444577225,565.4217707399662" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.85,-3.8999999999999995 2.77,-3.8999999999999995" data-type="line" data-label="" points="447.96733393088334,543.1132357334927 499.27696444577225,543.1132357334927" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.85,-3.6999999999999997 2.77,-3.6999999999999997" data-type="line" data-label="" points="447.96733393088334,531.958968230256 499.27696444577225,531.958968230256" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.85,-4.5 2.77,-4.5" data-type="line" data-label="" points="447.96733393088334,576.5760382432029 499.27696444577225,576.5760382432029" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.85,-4.1 2.77,-4.1" data-type="line" data-label="" points="447.96733393088334,554.2675032367295 499.27696444577225,554.2675032367295" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.85,-4.1 -2.77,-4.1" data-type="line" data-label="" points="241.61338512100383,554.2675032367295 190.3037546061149,554.2675032367295" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.85,-4.3 -2.77,-4.3" data-type="line" data-label="" points="241.61338512100383,565.4217707399662 190.3037546061149,565.4217707399662" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.85,-3.0999999999999996 -2.77,-3.0999999999999996" data-type="line" data-label="" points="241.61338512100383,498.4961657205458 190.3037546061149,498.4961657205458" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.85,-3.9 -2.77,-3.9" data-type="line" data-label="" points="241.61338512100383,543.1132357334927 190.3037546061149,543.1132357334927" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.85,-3.3 2.77,-3.3" data-type="line" data-label="" points="447.96733393088334,509.6504332237825 499.27696444577225,509.6504332237825" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.85,3.3 2.77,3.3" data-type="line" data-label="" points="447.96733393088334,141.5596056169705 499.27696444577225,141.5596056169705" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.85,3.7 2.77,3.7" data-type="line" data-label="" points="447.96733393088334,119.25107061049701 499.27696444577225,119.25107061049701" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.85,3.9 2.77,3.9" data-type="line" data-label="" points="447.96733393088334,108.09680310726029 499.27696444577225,108.09680310726029" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.85,3.0999999999999996 2.77,3.0999999999999996" data-type="line" data-label="" points="447.96733393088334,152.7138731202072 499.27696444577225,152.7138731202072" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.85,3.5 2.77,3.5" data-type="line" data-label="" points="447.96733393088334,130.40533811373373 499.27696444577225,130.40533811373373" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.85,3.5 -2.77,3.5" data-type="line" data-label="" points="241.61338512100383,130.40533811373373 190.3037546061149,130.40533811373373" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.85,3.3 -2.77,3.3" data-type="line" data-label="" points="241.61338512100383,141.5596056169705 190.3037546061149,141.5596056169705" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.85,4.5 -2.77,4.5" data-type="line" data-label="" points="241.61338512100383,74.63400059755011 190.3037546061149,74.63400059755011" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.85,3.6999999999999997 -2.77,3.6999999999999997" data-type="line" data-label="" points="241.61338512100383,119.25107061049704 190.3037546061149,119.25107061049704" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.85,4.3 2.77,4.3" data-type="line" data-label="" points="447.96733393088334,85.78826810078684 499.27696444577225,85.78826810078684" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="U_DS1" data-x="0" data-y="0" x="241.61338512100383" y="275.41081565581123" width="206.3539488098795" height="100.38840752913052" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.017930357142857144"/></g><g><rect data-type="rect" data-label="C_DS1" data-x="-3.2799999999999994" data-y="1.3250000000000008" x="132.85927696444577" y="230.5148889552833" width="58.00219101683106" height="42.38621651229957" fill="hsl(302, 100%, 50%, 0.8)" stroke="black" stroke-width="0.017930357142857144"/></g><g><rect data-type="rect" data-label="U_DS2" data-x="0" data-y="-3.8" x="241.61338512100383" y="487.3418982173091" width="206.3539488098795" height="100.38840752913052" fill="hsl(321, 100%, 50%, 0.8)" stroke="black" stroke-width="0.017930357142857144"/></g><g><rect data-type="rect" data-label="C_DS2" data-x="-3.2799999999999994" data-y="-0.4849999999999997" x="132.85927696444577" y="331.4610098595758" width="58.00219101683106" height="42.38621651229954" fill="hsl(303, 100%, 50%, 0.8)" stroke="black" stroke-width="0.017930357142857144"/></g><g><rect data-type="rect" data-label="U_DS3" data-x="0" data-y="3.8" x="241.61338512100383" y="63.4797330943134" width="206.3539488098795" height="100.38840752913049" fill="hsl(322, 100%, 50%, 0.8)" stroke="black" stroke-width="0.017930357142857144"/></g><g><rect data-type="rect" data-label="C_DS3" data-x="-3.2799999999999994" data-y="-2.295" x="132.85927696444577" y="432.40713076386817" width="58.00219101683106" height="42.3862165122996" fill="hsl(304, 100%, 50%, 0.8)" stroke="black" stroke-width="0.017930357142857144"/></g><g><rect data-type="rect" data-label="netId: GND
3
+ <rect width="100%" height="100%" fill="white"/><g><polyline data-points="-1.85,0.49999999999999994 -1.85,-0.7" data-type="line" data-label="" points="241.61338512100383,297.7193506622847 241.61338512100383,364.644955681705" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,0.49999999999999994 -3.4749999999999996,0.945000000000001" data-type="line" data-label="" points="241.61338512100383,297.7193506622847 150.98496165720545,272.9011054675829" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,0.49999999999999994 -1.85,-3.3" data-type="line" data-label="" points="241.61338512100383,297.7193506622847 241.61338512100383,509.6504332237825" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,0.49999999999999994 -1.85,-4.5" data-type="line" data-label="" points="241.61338512100383,297.7193506622847 241.61338512100383,576.5760382432029" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,0.49999999999999994 -3.4749999999999996,-0.8649999999999998" data-type="line" data-label="" points="241.61338512100383,297.7193506622847 150.98496165720545,373.8472263718753" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,0.49999999999999994 -1.85,4.3" data-type="line" data-label="" points="241.61338512100383,297.7193506622847 241.61338512100383,85.78826810078684" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,0.49999999999999994 -1.85,3.0999999999999996" data-type="line" data-label="" points="241.61338512100383,297.7193506622847 241.61338512100383,152.7138731202072" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,0.49999999999999994 -3.4749999999999996,-2.6750000000000003" data-type="line" data-label="" points="241.61338512100383,297.7193506622847 150.98496165720545,474.79334727616776" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,-0.7 -3.4749999999999996,0.945000000000001" data-type="line" data-label="" points="241.61338512100383,364.644955681705 150.98496165720545,272.9011054675829" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,-0.7 -1.85,-3.3" data-type="line" data-label="" points="241.61338512100383,364.644955681705 241.61338512100383,509.6504332237825" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,-0.7 -1.85,-4.5" data-type="line" data-label="" points="241.61338512100383,364.644955681705 241.61338512100383,576.5760382432029" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,-0.7 -3.4749999999999996,-0.8649999999999998" data-type="line" data-label="" points="241.61338512100383,364.644955681705 150.98496165720545,373.8472263718753" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,-0.7 -1.85,4.3" data-type="line" data-label="" points="241.61338512100383,364.644955681705 241.61338512100383,85.78826810078684" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,-0.7 -1.85,3.0999999999999996" data-type="line" data-label="" points="241.61338512100383,364.644955681705 241.61338512100383,152.7138731202072" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,-0.7 -3.4749999999999996,-2.6750000000000003" data-type="line" data-label="" points="241.61338512100383,364.644955681705 150.98496165720545,474.79334727616776" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4749999999999996,0.945000000000001 -1.85,-3.3" data-type="line" data-label="" points="150.98496165720545,272.9011054675829 241.61338512100383,509.6504332237825" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4749999999999996,0.945000000000001 -1.85,-4.5" data-type="line" data-label="" points="150.98496165720545,272.9011054675829 241.61338512100383,576.5760382432029" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4749999999999996,0.945000000000001 -3.4749999999999996,-0.8649999999999998" data-type="line" data-label="" points="150.98496165720545,272.9011054675829 150.98496165720545,373.8472263718753" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4749999999999996,0.945000000000001 -1.85,4.3" data-type="line" data-label="" points="150.98496165720545,272.9011054675829 241.61338512100383,85.78826810078684" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4749999999999996,0.945000000000001 -1.85,3.0999999999999996" data-type="line" data-label="" points="150.98496165720545,272.9011054675829 241.61338512100383,152.7138731202072" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4749999999999996,0.945000000000001 -3.4749999999999996,-2.6750000000000003" data-type="line" data-label="" points="150.98496165720545,272.9011054675829 150.98496165720545,474.79334727616776" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,-3.3 -1.85,-4.5" data-type="line" data-label="" points="241.61338512100383,509.6504332237825 241.61338512100383,576.5760382432029" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,-3.3 -3.4749999999999996,-0.8649999999999998" data-type="line" data-label="" points="241.61338512100383,509.6504332237825 150.98496165720545,373.8472263718753" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,-3.3 -1.85,4.3" data-type="line" data-label="" points="241.61338512100383,509.6504332237825 241.61338512100383,85.78826810078684" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,-3.3 -1.85,3.0999999999999996" data-type="line" data-label="" points="241.61338512100383,509.6504332237825 241.61338512100383,152.7138731202072" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,-3.3 -3.4749999999999996,-2.6750000000000003" data-type="line" data-label="" points="241.61338512100383,509.6504332237825 150.98496165720545,474.79334727616776" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,-4.5 -3.4749999999999996,-0.8649999999999998" data-type="line" data-label="" points="241.61338512100383,576.5760382432029 150.98496165720545,373.8472263718753" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,-4.5 -1.85,4.3" data-type="line" data-label="" points="241.61338512100383,576.5760382432029 241.61338512100383,85.78826810078684" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,-4.5 -1.85,3.0999999999999996" data-type="line" data-label="" points="241.61338512100383,576.5760382432029 241.61338512100383,152.7138731202072" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,-4.5 -3.4749999999999996,-2.6750000000000003" data-type="line" data-label="" points="241.61338512100383,576.5760382432029 150.98496165720545,474.79334727616776" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4749999999999996,-0.8649999999999998 -1.85,4.3" data-type="line" data-label="" points="150.98496165720545,373.8472263718753 241.61338512100383,85.78826810078684" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4749999999999996,-0.8649999999999998 -1.85,3.0999999999999996" data-type="line" data-label="" points="150.98496165720545,373.8472263718753 241.61338512100383,152.7138731202072" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4749999999999996,-0.8649999999999998 -3.4749999999999996,-2.6750000000000003" data-type="line" data-label="" points="150.98496165720545,373.8472263718753 150.98496165720545,474.79334727616776" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,4.3 -1.85,3.0999999999999996" data-type="line" data-label="" points="241.61338512100383,85.78826810078684 241.61338512100383,152.7138731202072" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,4.3 -3.4749999999999996,-2.6750000000000003" data-type="line" data-label="" points="241.61338512100383,85.78826810078684 150.98496165720545,474.79334727616776" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,3.0999999999999996 -3.4749999999999996,-2.6750000000000003" data-type="line" data-label="" points="241.61338512100383,152.7138731202072 150.98496165720545,474.79334727616776" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,0.29999999999999993 1.85,0.7" data-type="line" data-label="" points="241.61338512100383,308.8736181655214 447.96733393088334,286.56508315904796" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,0.29999999999999993 -3.4749999999999996,1.7050000000000007" data-type="line" data-label="" points="241.61338512100383,308.8736181655214 150.98496165720545,230.51488895528334" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,0.29999999999999993 -1.85,-3.5" data-type="line" data-label="" points="241.61338512100383,308.8736181655214 241.61338512100383,520.8047007270193" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,0.29999999999999993 1.85,-3.0999999999999996" data-type="line" data-label="" points="241.61338512100383,308.8736181655214 447.96733393088334,498.4961657205458" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,0.29999999999999993 -3.4749999999999996,-0.10499999999999965" data-type="line" data-label="" points="241.61338512100383,308.8736181655214 150.98496165720545,331.46100985957577" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,0.29999999999999993 -1.85,4.1" data-type="line" data-label="" points="241.61338512100383,308.8736181655214 241.61338512100383,96.94253560402359" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,0.29999999999999993 1.85,4.5" data-type="line" data-label="" points="241.61338512100383,308.8736181655214 447.96733393088334,74.63400059755011" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,0.29999999999999993 -3.4749999999999996,-1.9149999999999996" data-type="line" data-label="" points="241.61338512100383,308.8736181655214 150.98496165720545,432.40713076386817" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.85,0.7 -3.4749999999999996,1.7050000000000007" data-type="line" data-label="" points="447.96733393088334,286.56508315904796 150.98496165720545,230.51488895528334" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.85,0.7 -1.85,-3.5" data-type="line" data-label="" points="447.96733393088334,286.56508315904796 241.61338512100383,520.8047007270193" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.85,0.7 1.85,-3.0999999999999996" data-type="line" data-label="" points="447.96733393088334,286.56508315904796 447.96733393088334,498.4961657205458" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.85,0.7 -3.4749999999999996,-0.10499999999999965" data-type="line" data-label="" points="447.96733393088334,286.56508315904796 150.98496165720545,331.46100985957577" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.85,0.7 -1.85,4.1" data-type="line" data-label="" points="447.96733393088334,286.56508315904796 241.61338512100383,96.94253560402359" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.85,0.7 1.85,4.5" data-type="line" data-label="" points="447.96733393088334,286.56508315904796 447.96733393088334,74.63400059755011" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.85,0.7 -3.4749999999999996,-1.9149999999999996" data-type="line" data-label="" points="447.96733393088334,286.56508315904796 150.98496165720545,432.40713076386817" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4749999999999996,1.7050000000000007 -1.85,-3.5" data-type="line" data-label="" points="150.98496165720545,230.51488895528334 241.61338512100383,520.8047007270193" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4749999999999996,1.7050000000000007 1.85,-3.0999999999999996" data-type="line" data-label="" points="150.98496165720545,230.51488895528334 447.96733393088334,498.4961657205458" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4749999999999996,1.7050000000000007 -3.4749999999999996,-0.10499999999999965" data-type="line" data-label="" points="150.98496165720545,230.51488895528334 150.98496165720545,331.46100985957577" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4749999999999996,1.7050000000000007 -1.85,4.1" data-type="line" data-label="" points="150.98496165720545,230.51488895528334 241.61338512100383,96.94253560402359" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4749999999999996,1.7050000000000007 1.85,4.5" data-type="line" data-label="" points="150.98496165720545,230.51488895528334 447.96733393088334,74.63400059755011" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4749999999999996,1.7050000000000007 -3.4749999999999996,-1.9149999999999996" data-type="line" data-label="" points="150.98496165720545,230.51488895528334 150.98496165720545,432.40713076386817" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,-3.5 1.85,-3.0999999999999996" data-type="line" data-label="" points="241.61338512100383,520.8047007270193 447.96733393088334,498.4961657205458" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,-3.5 -3.4749999999999996,-0.10499999999999965" data-type="line" data-label="" points="241.61338512100383,520.8047007270193 150.98496165720545,331.46100985957577" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,-3.5 -1.85,4.1" data-type="line" data-label="" points="241.61338512100383,520.8047007270193 241.61338512100383,96.94253560402359" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,-3.5 1.85,4.5" data-type="line" data-label="" points="241.61338512100383,520.8047007270193 447.96733393088334,74.63400059755011" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,-3.5 -3.4749999999999996,-1.9149999999999996" data-type="line" data-label="" points="241.61338512100383,520.8047007270193 150.98496165720545,432.40713076386817" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.85,-3.0999999999999996 -3.4749999999999996,-0.10499999999999965" data-type="line" data-label="" points="447.96733393088334,498.4961657205458 150.98496165720545,331.46100985957577" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.85,-3.0999999999999996 -1.85,4.1" data-type="line" data-label="" points="447.96733393088334,498.4961657205458 241.61338512100383,96.94253560402359" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.85,-3.0999999999999996 1.85,4.5" data-type="line" data-label="" points="447.96733393088334,498.4961657205458 447.96733393088334,74.63400059755011" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.85,-3.0999999999999996 -3.4749999999999996,-1.9149999999999996" data-type="line" data-label="" points="447.96733393088334,498.4961657205458 150.98496165720545,432.40713076386817" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4749999999999996,-0.10499999999999965 -1.85,4.1" data-type="line" data-label="" points="150.98496165720545,331.46100985957577 241.61338512100383,96.94253560402359" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4749999999999996,-0.10499999999999965 1.85,4.5" data-type="line" data-label="" points="150.98496165720545,331.46100985957577 447.96733393088334,74.63400059755011" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4749999999999996,-0.10499999999999965 -3.4749999999999996,-1.9149999999999996" data-type="line" data-label="" points="150.98496165720545,331.46100985957577 150.98496165720545,432.40713076386817" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,4.1 1.85,4.5" data-type="line" data-label="" points="241.61338512100383,96.94253560402359 447.96733393088334,74.63400059755011" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.85,4.1 -3.4749999999999996,-1.9149999999999996" data-type="line" data-label="" points="241.61338512100383,96.94253560402359 150.98496165720545,432.40713076386817" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.85,4.5 -3.4749999999999996,-1.9149999999999996" data-type="line" data-label="" points="447.96733393088334,74.63400059755011 150.98496165720545,432.40713076386817" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.4749999999999996,-0.8649999999999993 -3.4749999999999996,-1.0650000000000004 -4.1,-1.0650000000000004 -4.1,-2.8750000000000004 -3.4749999999999996,-2.8750000000000004" data-type="line" data-label="" points="150.98496165720545,373.8472263718753 150.98496165720545,385.0014938751121 116.12787570959068,385.0014938751121 116.12787570959068,485.9476147794045 150.98496165720545,485.9476147794045" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.85,-0.6999999999999997 -2.7199999999999998,-0.6999999999999997 -2.7199999999999998,-1.065 -3.4749999999999996,-1.0650000000000004" data-type="line" data-label="" points="241.61338512100383,364.644955681705 193.0923214819241,364.644955681705 193.0923214819241,385.0014938751121 150.98496165720545,385.0014938751121" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.4749999999999996,0.9450000000000007 -3.4749999999999996,0.7450000000000006 -4.1,0.7450000000000006 -4.1,-1.065" data-type="line" data-label="" points="150.98496165720545,272.9011054675829 150.98496165720545,284.05537297081963 116.12787570959068,284.05537297081963 116.12787570959068,385.0014938751121" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.85,-3.3 -3.4749999999999996,-3.3 -3.4749999999999996,-2.6750000000000003" data-type="line" data-label="" points="241.61338512100383,509.6504332237825 150.98496165720545,509.6504332237825 150.98496165720545,474.79334727616776" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.4749999999999996,-0.10499999999999965 -3.4749999999999996,0.5 -3.031,0.5 -3.031,0.8999999999999999 -3.8310000000000004,0.9 -3.8310000000000004,-1.5 -3.4749999999999996,-1.5 -3.4749999999999996,-1.9149999999999996" data-type="line" data-label="" points="150.98496165720545,331.46100985957577 150.98496165720545,297.7193506622847 175.74743551439096,297.7193506622847 175.74743551439096,275.41081565581123 131.13036550144403,275.41081565581123 131.13036550144403,409.2620256946519 150.98496165720545,409.2620256946519 150.98496165720545,432.40713076386817" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.4749999999999996,1.705000000000001 -3.4749999999999996,1.9050000000000011 -2.659999999999999,1.9050000000000011 -2.659999999999999,0.8999999999999999 -3.031,0.8999999999999999 -3.031,0.5" data-type="line" data-label="" points="150.98496165720545,230.5148889552833 150.98496165720545,219.3606214520466 196.43860173289517,219.3606214520466 196.43860173289517,275.41081565581123 175.74743551439096,275.41081565581123 175.74743551439096,297.7193506622847" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.4749999999999996,0.2999999999999997 -1.85,0.2999999999999997" data-type="line" data-label="" points="150.98496165720545,308.8736181655214 241.61338512100383,308.8736181655214" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.85,3.0999999999999996 -3.031,3.099999999999999 -3.031,4.299999999999999 -1.85,4.3" data-type="line" data-label="" points="241.61338512100383,152.7138731202072 175.74743551439096,152.71387312020724 175.74743551439096,85.7882681007869 241.61338512100383,85.78826810078684" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.85,0.49999999999999994 -2.7199999999999998,0.49999999999999994 -2.7199999999999998,-0.6999999999999997" data-type="line" data-label="" points="241.61338512100383,297.7193506622847 193.0923214819241,297.7193506622847 193.0923214819241,364.644955681705" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.85,-4.5 -3.4749999999999996,-4.499999999999999 -3.4749999999999996,-3.3" data-type="line" data-label="" points="241.61338512100383,576.5760382432029 150.98496165720545,576.5760382432029 150.98496165720545,509.6504332237825" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.85,0.7 3.031,0.7 3.031,-3.0999999999999996 1.85,-3.0999999999999996" data-type="line" data-label="" points="447.96733393088334,286.56508315904796 513.8332835374962,286.56508315904796 513.8332835374962,498.4961657205458 447.96733393088334,498.4961657205458" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.85,-3.5 -3.781000000000001,-3.5 -3.781000000000001,-3.4490000000000003" data-type="line" data-label="" points="241.61338512100383,520.8047007270193 133.91893237725318,520.8047007270193 133.91893237725318,517.9603625136939" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.85,4.1 -3.2310000000000008,4.1 -3.2310000000000008,4.401" data-type="line" data-label="" points="241.61338512100383,96.94253560402359 164.5931680111542,96.94253560402359 164.5931680111542,80.1553630116523" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.85,4.5 2.031,4.5 2.031,4.7010000000000005" data-type="line" data-label="" points="447.96733393088334,74.63400059755011 458.06194602131256,74.63400059755011 458.06194602131256,63.423961756797155" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.85,-0.49999999999999994 2.77,-0.49999999999999994" data-type="line" data-label="" points="447.96733393088334,353.4906881784683 499.27696444577225,353.4906881784683" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.85,-0.09999999999999987 2.77,-0.09999999999999987" data-type="line" data-label="" points="447.96733393088334,331.18215317199486 499.27696444577225,331.18215317199486" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.85,0.10000000000000009 2.77,0.10000000000000009" data-type="line" data-label="" points="447.96733393088334,320.02788566875813 499.27696444577225,320.02788566875813" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.85,-0.7 2.77,-0.7" data-type="line" data-label="" points="447.96733393088334,364.644955681705 499.27696444577225,364.644955681705" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.85,-0.29999999999999993 2.77,-0.29999999999999993" data-type="line" data-label="" points="447.96733393088334,342.3364206752316 499.27696444577225,342.3364206752316" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.85,-0.30000000000000004 -2.67,-0.30000000000000004" data-type="line" data-label="" points="241.61338512100383,342.3364206752316 195.88088835773326,342.3364206752316" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.85,-0.5 -2.67,-0.5" data-type="line" data-label="" points="241.61338512100383,353.4906881784683 195.88088835773326,353.4906881784683" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.85,0.7 -2.77,0.7" data-type="line" data-label="" points="241.61338512100383,286.56508315904796 190.3037546061149,286.56508315904796" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.85,-0.10000000000000009 -2.67,-0.10000000000000009" data-type="line" data-label="" points="241.61338512100383,331.18215317199486 195.88088835773326,331.18215317199486" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.85,0.5 2.77,0.5" data-type="line" data-label="" points="447.96733393088334,297.7193506622847 499.27696444577225,297.7193506622847" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.85,-4.3 2.77,-4.3" data-type="line" data-label="" points="447.96733393088334,565.4217707399662 499.27696444577225,565.4217707399662" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.85,-3.8999999999999995 2.77,-3.8999999999999995" data-type="line" data-label="" points="447.96733393088334,543.1132357334927 499.27696444577225,543.1132357334927" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.85,-3.6999999999999997 2.77,-3.6999999999999997" data-type="line" data-label="" points="447.96733393088334,531.958968230256 499.27696444577225,531.958968230256" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.85,-4.5 2.77,-4.5" data-type="line" data-label="" points="447.96733393088334,576.5760382432029 499.27696444577225,576.5760382432029" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.85,-4.1 2.77,-4.1" data-type="line" data-label="" points="447.96733393088334,554.2675032367295 499.27696444577225,554.2675032367295" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.85,-4.1 -2.77,-4.1" data-type="line" data-label="" points="241.61338512100383,554.2675032367295 190.3037546061149,554.2675032367295" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.85,-4.3 -2.77,-4.3" data-type="line" data-label="" points="241.61338512100383,565.4217707399662 190.3037546061149,565.4217707399662" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.85,-3.0999999999999996 -2.77,-3.0999999999999996" data-type="line" data-label="" points="241.61338512100383,498.4961657205458 190.3037546061149,498.4961657205458" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.85,-3.9 -2.77,-3.9" data-type="line" data-label="" points="241.61338512100383,543.1132357334927 190.3037546061149,543.1132357334927" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.85,-3.3 2.77,-3.3" data-type="line" data-label="" points="447.96733393088334,509.6504332237825 499.27696444577225,509.6504332237825" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.85,3.3 2.77,3.3" data-type="line" data-label="" points="447.96733393088334,141.5596056169705 499.27696444577225,141.5596056169705" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.85,3.7 2.77,3.7" data-type="line" data-label="" points="447.96733393088334,119.25107061049701 499.27696444577225,119.25107061049701" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.85,3.9 2.77,3.9" data-type="line" data-label="" points="447.96733393088334,108.09680310726029 499.27696444577225,108.09680310726029" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.85,3.0999999999999996 2.77,3.0999999999999996" data-type="line" data-label="" points="447.96733393088334,152.7138731202072 499.27696444577225,152.7138731202072" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.85,3.5 2.77,3.5" data-type="line" data-label="" points="447.96733393088334,130.40533811373373 499.27696444577225,130.40533811373373" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.85,3.5 -2.77,3.5" data-type="line" data-label="" points="241.61338512100383,130.40533811373373 190.3037546061149,130.40533811373373" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.85,3.3 -2.77,3.3" data-type="line" data-label="" points="241.61338512100383,141.5596056169705 190.3037546061149,141.5596056169705" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.85,4.5 -2.77,4.5" data-type="line" data-label="" points="241.61338512100383,74.63400059755011 190.3037546061149,74.63400059755011" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.85,3.6999999999999997 -2.77,3.6999999999999997" data-type="line" data-label="" points="241.61338512100383,119.25107061049704 190.3037546061149,119.25107061049704" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.85,4.3 2.77,4.3" data-type="line" data-label="" points="447.96733393088334,85.78826810078684 499.27696444577225,85.78826810078684" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="U_DS1" data-x="0" data-y="0" x="241.61338512100383" y="275.41081565581123" width="206.3539488098795" height="100.38840752913052" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.017930357142857144"/></g><g><rect data-type="rect" data-label="C_DS1" data-x="-3.2799999999999994" data-y="1.3250000000000008" x="132.85927696444577" y="230.5148889552833" width="58.00219101683106" height="42.38621651229957" fill="hsl(302, 100%, 50%, 0.8)" stroke="black" stroke-width="0.017930357142857144"/></g><g><rect data-type="rect" data-label="U_DS2" data-x="0" data-y="-3.8" x="241.61338512100383" y="487.3418982173091" width="206.3539488098795" height="100.38840752913052" fill="hsl(321, 100%, 50%, 0.8)" stroke="black" stroke-width="0.017930357142857144"/></g><g><rect data-type="rect" data-label="C_DS2" data-x="-3.2799999999999994" data-y="-0.4849999999999997" x="132.85927696444577" y="331.4610098595758" width="58.00219101683106" height="42.38621651229954" fill="hsl(303, 100%, 50%, 0.8)" stroke="black" stroke-width="0.017930357142857144"/></g><g><rect data-type="rect" data-label="U_DS3" data-x="0" data-y="3.8" x="241.61338512100383" y="63.4797330943134" width="206.3539488098795" height="100.38840752913049" fill="hsl(322, 100%, 50%, 0.8)" stroke="black" stroke-width="0.017930357142857144"/></g><g><rect data-type="rect" data-label="C_DS3" data-x="-3.2799999999999994" data-y="-2.295" x="132.85927696444577" y="432.40713076386817" width="58.00219101683106" height="42.3862165122996" fill="hsl(304, 100%, 50%, 0.8)" stroke="black" stroke-width="0.017930357142857144"/></g><g><rect data-type="rect" data-label="netId: GND
4
4
  globalConnNetId: connectivity_net0" data-x="-3.031" data-y="-4.71" x="162.3623145105069" y="576.5760382432029" width="26.770242007768104" height="23.423961756797098" fill="#00000066" stroke="#000000" stroke-width="0.017930357142857144"/></g><g><rect data-type="rect" data-label="netId: GND
5
5
  globalConnNetId: connectivity_net0" data-x="-3.031" data-y="2.8899999999999992" x="162.3623145105069" y="152.71387312020727" width="26.770242007768104" height="23.423961756797127" fill="#00000066" stroke="#000000" stroke-width="0.017930357142857144"/></g><g><rect data-type="rect" data-label="netId: V5
6
6
  globalConnNetId: connectivity_net9" data-x="-3.4749999999999996" data-y="2.115000000000001" x="140.94612090429237" y="195.9366596952495" width="20.07768150582615" height="23.423961756797127" fill="#ef444466" stroke="#ef4444" stroke-width="0.017930357142857144"/></g><g><rect data-type="rect" data-label="netId: V5
@@ -215,7 +215,7 @@ D3_RESET" data-x="2.31" data-y="4.3" cx="473.6221491883278" cy="85.7882681007868
215
215
  .port-label { fill: rgb(0, 100, 100); }
216
216
  .component-name { fill: rgb(0, 100, 100); }
217
217
 
218
- </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 384.22657846387506 470.25096560215496 L 384.22657846387506 484.80321119555504 L 338.75081098450005 484.80321119555504 L 338.75081098450005 616.501033815825 L 384.22657846387506 616.501033815825 L 384.22657846387506 601.948788222425" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 384.22657846387506 470.25096560215496 L 384.22657846387506 484.80321119555504 L 338.75081098450005 484.80321119555504 L 338.75081098450005 616.501033815825 L 384.22657846387506 616.501033815825 L 384.22657846387506 601.948788222425" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" 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 502.46357391025 458.2453629876 L 439.16130557896 458.2453629876 L 439.16130557896 484.803211195555 L 384.22657846387506 484.80321119555504" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 502.46357391025 458.2453629876 L 439.16130557896 458.2453629876 L 439.16130557896 484.803211195555 L 384.22657846387506 484.80321119555504" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" 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 384.22657846387506 338.55314298188495 L 384.22657846387506 353.10538857528496 L 338.75081098450005 353.10538857528496 L 338.75081098450005 484.803211195555 L 384.22657846387506 484.803211195555 L 384.22657846387506 470.25096560215496" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 384.22657846387506 338.55314298188495 L 384.22657846387506 353.10538857528496 L 338.75081098450005 353.10538857528496 L 338.75081098450005 484.803211195555 L 384.22657846387506 484.803211195555 L 384.22657846387506 470.25096560215496" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" 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 502.46357391025 647.4245557018 L 384.22657846387506 647.4245557018 L 384.22657846387506 601.948788222425" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 502.46357391025 647.4245557018 L 384.22657846387506 647.4245557018 L 384.22657846387506 601.948788222425" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" 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 384.22657846387506 414.952432347235 L 384.22657846387506 370.9318894272 L 416.532563681223 370.9318894272 L 416.532563681223 341.82739824040004 L 358.323581307623 341.8273982404 L 358.323581307623 516.4543453612 L 384.22657846387506 516.4543453612 L 384.22657846387506 546.6502549675049" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 384.22657846387506 414.952432347235 L 384.22657846387506 370.9318894272 L 416.532563681223 370.9318894272 L 416.532563681223 341.82739824040004 L 358.323581307623 341.8273982404 L 358.323581307623 516.4543453612 L 384.22657846387506 516.4543453612 L 384.22657846387506 546.6502549675049" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" 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 384.22657846387506 283.25460972696493 L 384.22657846387506 268.70236413356497 L 443.5269792569801 268.70236413356497 L 443.5269792569801 341.82739824040004 L 416.532563681223 341.82739824040004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 384.22657846387506 283.25460972696493 L 384.22657846387506 268.70236413356497 L 443.5269792569801 268.70236413356497 L 443.5269792569801 341.82739824040004 L 416.532563681223 341.82739824040004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" 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 502.46357391025 385.48413502060004 L 384.22657846387506 385.48413502060004 L 384.22657846387506 414.952432347235" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 502.46357391025 385.48413502060004 L 384.22657846387506 385.48413502060004 L 384.22657846387506 414.952432347235" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" 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 502.46357391025 181.75269671300003 L 416.532563681223 181.75269671300006 L 416.532563681223 94.4392231526001 L 502.46357391025 94.43922315260005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 502.46357391025 181.75269671300003 L 416.532563681223 181.75269671300006 L 416.532563681223 94.4392231526001 L 502.46357391025 94.43922315260005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" 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 502.46357391025 370.9318894272 L 439.16130557896 370.9318894272 L 439.16130557896 458.2453629876" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 502.46357391025 370.9318894272 L 439.16130557896 370.9318894272 L 439.16130557896 458.2453629876" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" 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 502.46357391025 734.7380292621999 L 384.22657846387506 734.7380292621999 L 384.22657846387506 647.4245557018" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 502.46357391025 734.7380292621999 L 384.22657846387506 734.7380292621999 L 384.22657846387506 647.4245557018" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"><path d="M 771.6801173881499 356.3796438338 L 857.611127617177 356.3796438338 L 857.611127617177 632.8723101083999 L 771.6801173881499 632.8723101083999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 771.6801173881499 356.3796438338 L 857.611127617177 356.3796438338 L 857.611127617177 632.8723101083999 L 771.6801173881499 632.8723101083999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"><path d="M 502.46357391025 661.9768012952 L 361.9616427059729 661.9768012952 L 361.9616427059729 658.265978668883" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 502.46357391025 661.9768012952 L 361.9616427059729 661.9768012952 L 361.9616427059729 658.265978668883" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"><path d="M 502.46357391025 108.99146874600007 L 401.980318087823 108.99146874600007 L 401.980318087823 87.09033912793302" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 502.46357391025 108.99146874600007 L 401.980318087823 108.99146874600007 L 401.980318087823 87.09033912793302" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"><path d="M 771.6801173881499 79.88697755920003 L 784.849899650177 79.88697755920003 L 784.849899650177 65.261970737833" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 771.6801173881499 79.88697755920003 L 784.849899650177 79.88697755920003 L 784.849899650177 65.261970737833" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"><path d="M 771.6801173881499 443.6931173942 L 838.62044711779 443.6931173942" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 771.6801173881499 443.6931173942 L 838.62044711779 443.6931173942" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"><path d="M 771.6801173881499 414.5886262074 L 838.62044711779 414.5886262074" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 771.6801173881499 414.5886262074 L 838.62044711779 414.5886262074" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"><path d="M 771.6801173881499 400.036380614 L 838.62044711779 400.036380614" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 771.6801173881499 400.036380614 L 838.62044711779 400.036380614" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"><path d="M 771.6801173881499 458.2453629876 L 838.62044711779 458.2453629876" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 771.6801173881499 458.2453629876 L 838.62044711779 458.2453629876" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"><path d="M 771.6801173881499 429.14087180079997 L 838.62044711779 429.14087180079997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 771.6801173881499 429.14087180079997 L 838.62044711779 429.14087180079997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"><path d="M 502.46357391025 429.1408718008 L 442.79936697731 429.1408718008" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 502.46357391025 429.1408718008 L 442.79936697731 429.1408718008" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"><path d="M 502.46357391025 443.6931173942 L 442.79936697731 443.6931173942" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 502.46357391025 443.6931173942 L 442.79936697731 443.6931173942" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"><path d="M 502.46357391025 356.3796438338 L 435.52324418061 356.3796438338" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 502.46357391025 356.3796438338 L 435.52324418061 356.3796438338" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"><path d="M 502.46357391025 414.5886262074 L 442.79936697731 414.5886262074" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 502.46357391025 414.5886262074 L 442.79936697731 414.5886262074" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_23__stack1"><path d="M 771.6801173881499 370.9318894272 L 838.62044711779 370.9318894272" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 771.6801173881499 370.9318894272 L 838.62044711779 370.9318894272" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_24__stack1"><path d="M 771.6801173881499 720.1857836688 L 838.62044711779 720.1857836688" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 771.6801173881499 720.1857836688 L 838.62044711779 720.1857836688" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_25__stack1"><path d="M 771.6801173881499 691.081292482 L 838.62044711779 691.081292482" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 771.6801173881499 691.081292482 L 838.62044711779 691.081292482" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_26__stack1"><path d="M 771.6801173881499 676.5290468886 L 838.62044711779 676.5290468886" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 771.6801173881499 676.5290468886 L 838.62044711779 676.5290468886" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_27__stack1"><path d="M 771.6801173881499 734.7380292621999 L 838.62044711779 734.7380292621999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 771.6801173881499 734.7380292621999 L 838.62044711779 734.7380292621999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_28__stack1"><path d="M 771.6801173881499 705.6335380753999 L 838.62044711779 705.6335380753999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 771.6801173881499 705.6335380753999 L 838.62044711779 705.6335380753999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_29__stack1"><path d="M 502.46357391025 705.6335380753999 L 435.52324418061 705.6335380753999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 502.46357391025 705.6335380753999 L 435.52324418061 705.6335380753999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_30__stack1"><path d="M 502.46357391025 720.1857836688 L 435.52324418061 720.1857836688" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 502.46357391025 720.1857836688 L 435.52324418061 720.1857836688" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_31__stack1"><path d="M 502.46357391025 632.8723101083999 L 435.52324418061 632.8723101083999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 502.46357391025 632.8723101083999 L 435.52324418061 632.8723101083999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_32__stack1"><path d="M 502.46357391025 691.081292482 L 435.52324418061 691.081292482" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 502.46357391025 691.081292482 L 435.52324418061 691.081292482" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_33__stack1"><path d="M 771.6801173881499 647.4245557018 L 838.62044711779 647.4245557018" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 771.6801173881499 647.4245557018 L 838.62044711779 647.4245557018" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_34__stack1"><path d="M 771.6801173881499 167.20045111960002 L 838.62044711779 167.20045111960002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 771.6801173881499 167.20045111960002 L 838.62044711779 167.20045111960002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_35__stack1"><path d="M 771.6801173881499 138.09595993279999 L 838.62044711779 138.09595993279999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 771.6801173881499 138.09595993279999 L 838.62044711779 138.09595993279999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_36__stack1"><path d="M 771.6801173881499 123.54371433940003 L 838.62044711779 123.54371433940003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 771.6801173881499 123.54371433940003 L 838.62044711779 123.54371433940003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_37__stack1"><path d="M 771.6801173881499 181.75269671300003 L 838.62044711779 181.75269671300003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 771.6801173881499 181.75269671300003 L 838.62044711779 181.75269671300003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_38__stack1"><path d="M 771.6801173881499 152.6482055262 L 838.62044711779 152.6482055262" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 771.6801173881499 152.6482055262 L 838.62044711779 152.6482055262" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_39__stack1"><path d="M 502.46357391025 152.6482055262 L 435.52324418061 152.6482055262" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 502.46357391025 152.6482055262 L 435.52324418061 152.6482055262" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_40__stack1"><path d="M 502.46357391025 167.20045111960002 L 435.52324418061 167.20045111960002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 502.46357391025 167.20045111960002 L 435.52324418061 167.20045111960002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_41__stack1"><path d="M 502.46357391025 79.88697755920003 L 435.52324418061 79.88697755920003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 502.46357391025 79.88697755920003 L 435.52324418061 79.88697755920003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_42__stack1"><path d="M 502.46357391025 138.09595993280004 L 435.52324418061 138.09595993280004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 502.46357391025 138.09595993280004 L 435.52324418061 138.09595993280004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_43__stack1"><path d="M 771.6801173881499 94.43922315260005 L 838.62044711779 94.43922315260005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 771.6801173881499 94.43922315260005 L 838.62044711779 94.43922315260005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" 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="384.22657846387506" cy="470.25096560215496" r="2.1828368390099997" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="384.22657846387506" cy="484.80321119555504" r="2.1828368390099997" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="338.75081098450005" cy="484.80321119555504" r="2.1828368390099997" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="384.22657846387506" cy="601.948788222425" r="2.1828368390099997" 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"><circle cx="439.16130557896" cy="458.2453629876" r="2.1828368390099997" 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"><circle cx="384.22657846387506" cy="647.4245557018" r="2.1828368390099997" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><circle cx="384.22657846387506" cy="414.952432347235" r="2.1828368390099997" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="416.532563681223" cy="341.82739824040004" r="2.1828368390099997" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_23__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_24__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_25__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_26__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_27__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_28__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_29__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_30__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_31__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_32__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_33__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_34__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_35__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_36__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_37__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_38__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_39__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_40__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_41__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_42__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_43__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="531.56806509705" y="341.82739824040004" width="211.00756110430007" height="130.97021034059992" stroke-width="1.45522455934px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="531.56806509705" y="341.82739824040004" width="211.00756110430007" height="130.97021034059992" fill="transparent"/><text class="sch-text" x="637.0718456492" y="407.3125034107" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="13.097021034059999px" transform="rotate(0, 637.0718456492, 407.3125034107)">U_DS1</text><line class="component-pin sch-component-pin sch-port-line" x1="531.56806509705" y1="356.3796438338" x2="502.46357391025" y2="356.3796438338" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="501.00834935090995" y="354.92441927446" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.0158195036499" y="354.92441927446" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="538.84418789375" y="356.3796438338" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.91418419505px" transform="">CLOCK</text><line class="component-pin sch-component-pin sch-port-line" x1="531.56806509705" y1="370.9318894272" x2="502.46357391025" y2="370.9318894272" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="501.00834935090995" y="369.47666486786" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.0158195036499" y="369.47666486786" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="538.84418789375" y="370.9318894272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.91418419505px" transform="">CLOCK_INHIBIT</text><line class="component-pin sch-component-pin sch-port-line" x1="531.56806509705" y1="385.48413502060004" x2="502.46357391025" y2="385.48413502060004" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="501.00834935090995" y="384.02891046126" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.0158195036499" y="384.02891046126" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="538.84418789375" y="385.48413502060004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.91418419505px" transform="">DISPLAY_ENABLE_IN</text><line class="component-pin sch-component-pin sch-port-line" x1="531.56806509705" y1="400.036380614" x2="503.91879846959" y2="400.036380614" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="502.46357391025" cy="400.036380614" r="1.45522455934" stroke-width="1.45522455934px"/><rect x="501.00834935090995" y="398.58115605465997" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.0158195036499" y="398.58115605466" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="538.84418789375" y="400.036380614" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.91418419505px" transform="">DISPLAY_ENABLE_OUT</text><line class="component-pin sch-component-pin sch-port-line" x1="531.56806509705" y1="414.5886262074" x2="502.46357391025" y2="414.5886262074" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="501.00834935090995" y="413.13340164806" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.0158195036499" y="413.13340164806" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="538.84418789375" y="414.5886262074" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.91418419505px" transform="">CARRY_OUT</text><line class="component-pin sch-component-pin sch-port-line" x1="531.56806509705" y1="429.1408718008" x2="502.46357391025" y2="429.1408718008" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="501.00834935090995" y="427.68564724146" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.0158195036499" y="427.68564724146" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="538.84418789375" y="429.1408718008" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.91418419505px" transform="">F</text><line class="component-pin sch-component-pin sch-port-line" x1="531.56806509705" y1="443.6931173942" x2="502.46357391025" y2="443.6931173942" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="501.00834935090995" y="442.23789283485996" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.0158195036499" y="442.23789283486" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="538.84418789375" y="443.6931173942" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.91418419505px" transform="">G</text><line class="component-pin sch-component-pin sch-port-line" x1="531.56806509705" y1="458.2453629876" x2="502.46357391025" y2="458.2453629876" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="501.00834935090995" y="456.79013842826" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.0158195036499" y="456.79013842826" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="538.84418789375" y="458.2453629876" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.91418419505px" transform="">VSS</text><line class="component-pin sch-component-pin sch-port-line" x1="742.57562620135" y1="458.2453629876" x2="771.6801173881499" y2="458.2453629876" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="770.22489282881" y="456.79013842826" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.12787179475" y="456.79013842826" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="735.29950340465" y="458.2453629876" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.91418419505px" transform="">D</text><line class="component-pin sch-component-pin sch-port-line" x1="742.57562620135" y1="443.6931173942" x2="771.6801173881499" y2="443.6931173942" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><rect x="770.22489282881" y="442.23789283485996" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.12787179475" y="442.23789283486" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="735.29950340465" y="443.6931173942" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.91418419505px" transform="">A</text><line class="component-pin sch-component-pin sch-port-line" x1="742.57562620135" y1="429.14087180079997" x2="771.6801173881499" y2="429.14087180079997" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><rect x="770.22489282881" y="427.68564724145995" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.12787179475" y="427.68564724146" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="735.29950340465" y="429.14087180079997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.91418419505px" transform="">E</text><line class="component-pin sch-component-pin sch-port-line" x1="742.57562620135" y1="414.5886262074" x2="771.6801173881499" y2="414.5886262074" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><rect x="770.22489282881" y="413.13340164806" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.12787179475" y="413.13340164806" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="735.29950340465" y="414.5886262074" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.91418419505px" transform="">B</text><line class="component-pin sch-component-pin sch-port-line" x1="742.57562620135" y1="400.036380614" x2="771.6801173881499" y2="400.036380614" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><rect x="770.22489282881" y="398.58115605465997" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.12787179475" y="398.58115605465997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="735.29950340465" y="400.036380614" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.91418419505px" transform="">C</text><line class="component-pin sch-component-pin sch-port-line" x1="742.57562620135" y1="385.4841350206" x2="770.22489282881" y2="385.4841350206" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="771.6801173881499" cy="385.4841350206" r="1.45522455934" stroke-width="1.45522455934px"/><rect x="770.22489282881" y="384.02891046125995" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.12787179475" y="384.02891046126" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="735.29950340465" y="385.4841350206" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.91418419505px" transform="">UNGATED_C</text><line class="component-pin sch-component-pin sch-port-line" x1="742.57562620135" y1="370.9318894272" x2="771.6801173881499" y2="370.9318894272" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><rect x="770.22489282881" y="369.47666486786" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.12787179475" y="369.47666486786" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="735.29950340465" y="370.9318894272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.91418419505px" transform="">RESET</text><line class="component-pin sch-component-pin sch-port-line" x1="742.57562620135" y1="356.3796438338" x2="771.6801173881499" y2="356.3796438338" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><rect x="770.22489282881" y="354.92441927446" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.12787179475" y="354.92441927446" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="735.29950340465" y="356.3796438338" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.91418419505px" transform="">VDD</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component-overlay sch-component-overlay" x="369.4784596447879" y="283.25460972696493" width="29.496237638174307" height="55.29853325492002" fill="transparent"/><path class="sch-component-symbol-path" d="M 384.22657846387506 338.55314298188495 L 384.22657846387506 316.43372967991695" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 384.22657846387506 305.3740230289329 L 384.22657846387506 283.25460972696493" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 398.9746972829622 316.43372967991695 L 369.4784596447879 316.43372967991695" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 398.9746972829622 305.3740230289329 L 369.4784596447879 305.3740230289329" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="394.8254640044014" y="292.47103193611827" stroke="rgb(245, 241, 237)" stroke-width="1.45522455934px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="13.097021034059999px">C_DS1</text><text class="sch-component-text" x="394.8254640044014" y="329.3367207727316" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="13.097021034059999px"></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="531.56806509705" y="618.320064515" width="211.00756110430007" height="130.97021034059992" stroke-width="1.45522455934px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="531.56806509705" y="618.320064515" width="211.00756110430007" height="130.97021034059992" fill="transparent"/><text class="sch-text" x="637.0718456492" y="683.8051696852999" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="13.097021034059999px" transform="rotate(0, 637.0718456492, 683.8051696852999)">U_DS2</text><line class="component-pin sch-component-pin sch-port-line" x1="531.56806509705" y1="632.8723101083999" x2="502.46357391025" y2="632.8723101083999" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="501.00834935090995" y="631.41708554906" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.0158195036499" y="631.41708554906" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="538.84418789375" y="632.8723101083999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.91418419505px" transform="">CLOCK</text><line class="component-pin sch-component-pin sch-port-line" x1="531.56806509705" y1="647.4245557018" x2="502.46357391025" y2="647.4245557018" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="501.00834935090995" y="645.9693311424601" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.0158195036499" y="645.96933114246" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="538.84418789375" y="647.4245557018" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.91418419505px" transform="">CLOCK_INHIBIT</text><line class="component-pin sch-component-pin sch-port-line" x1="531.56806509705" y1="661.9768012952" x2="502.46357391025" y2="661.9768012952" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_2_2__stack1"><rect x="501.00834935090995" y="660.52157673586" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.0158195036499" y="660.52157673586" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="538.84418789375" y="661.9768012952" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.91418419505px" transform="">DISPLAY_ENABLE_IN</text><line class="component-pin sch-component-pin sch-port-line" x1="531.56806509705" y1="676.5290468886001" x2="503.91879846959" y2="676.5290468886001" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_2_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="502.46357391025" cy="676.5290468886001" r="1.45522455934" stroke-width="1.45522455934px"/><rect x="501.00834935090995" y="675.0738223292601" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.0158195036499" y="675.07382232926" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="538.84418789375" y="676.5290468886001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.91418419505px" transform="">DISPLAY_ENABLE_OUT</text><line class="component-pin sch-component-pin sch-port-line" x1="531.56806509705" y1="691.081292482" x2="502.46357391025" y2="691.081292482" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_2_4__stack1"><rect x="501.00834935090995" y="689.62606792266" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.0158195036499" y="689.62606792266" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="538.84418789375" y="691.081292482" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.91418419505px" transform="">CARRY_OUT</text><line class="component-pin sch-component-pin sch-port-line" x1="531.56806509705" y1="705.6335380753999" x2="502.46357391025" y2="705.6335380753999" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_2_5__stack1"><rect x="501.00834935090995" y="704.1783135160599" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.0158195036499" y="704.1783135160599" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="538.84418789375" y="705.6335380753999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.91418419505px" transform="">F</text><line class="component-pin sch-component-pin sch-port-line" x1="531.56806509705" y1="720.1857836688" x2="502.46357391025" y2="720.1857836688" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_2_6__stack1"><rect x="501.00834935090995" y="718.73055910946" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.0158195036499" y="718.73055910946" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="538.84418789375" y="720.1857836688" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.91418419505px" transform="">G</text><line class="component-pin sch-component-pin sch-port-line" x1="531.56806509705" y1="734.7380292621999" x2="502.46357391025" y2="734.7380292621999" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_2_7__stack1"><rect x="501.00834935090995" y="733.28280470286" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.0158195036499" y="733.28280470286" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="538.84418789375" y="734.7380292621999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.91418419505px" transform="">VSS</text><line class="component-pin sch-component-pin sch-port-line" x1="742.57562620135" y1="734.7380292621999" x2="771.6801173881499" y2="734.7380292621999" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_2_8__stack1"><rect x="770.22489282881" y="733.28280470286" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.12787179475" y="733.28280470286" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="735.29950340465" y="734.7380292621999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.91418419505px" transform="">D</text><line class="component-pin sch-component-pin sch-port-line" x1="742.57562620135" y1="720.1857836688" x2="771.6801173881499" y2="720.1857836688" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_2_9__stack1"><rect x="770.22489282881" y="718.73055910946" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.12787179475" y="718.73055910946" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="735.29950340465" y="720.1857836688" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.91418419505px" transform="">A</text><line class="component-pin sch-component-pin sch-port-line" x1="742.57562620135" y1="705.6335380753999" x2="771.6801173881499" y2="705.6335380753999" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_2_10__stack1"><rect x="770.22489282881" y="704.1783135160599" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.12787179475" y="704.1783135160599" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="735.29950340465" y="705.6335380753999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.91418419505px" transform="">E</text><line class="component-pin sch-component-pin sch-port-line" x1="742.57562620135" y1="691.081292482" x2="771.6801173881499" y2="691.081292482" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_2_11__stack1"><rect x="770.22489282881" y="689.62606792266" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.12787179475" y="689.62606792266" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="735.29950340465" y="691.081292482" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.91418419505px" transform="">B</text><line class="component-pin sch-component-pin sch-port-line" x1="742.57562620135" y1="676.5290468886" x2="771.6801173881499" y2="676.5290468886" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_2_12__stack1"><rect x="770.22489282881" y="675.07382232926" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.12787179475" y="675.07382232926" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="735.29950340465" y="676.5290468886" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.91418419505px" transform="">C</text><line class="component-pin sch-component-pin sch-port-line" x1="742.57562620135" y1="661.9768012952" x2="770.22489282881" y2="661.9768012952" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_2_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="771.6801173881499" cy="661.9768012952" r="1.45522455934" stroke-width="1.45522455934px"/><rect x="770.22489282881" y="660.52157673586" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.12787179475" y="660.52157673586" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="735.29950340465" y="661.9768012952" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.91418419505px" transform="">UNGATED_C</text><line class="component-pin sch-component-pin sch-port-line" x1="742.57562620135" y1="647.4245557018" x2="771.6801173881499" y2="647.4245557018" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_2_14__stack1"><rect x="770.22489282881" y="645.9693311424601" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.12787179475" y="645.96933114246" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="735.29950340465" y="647.4245557018" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.91418419505px" transform="">RESET</text><line class="component-pin sch-component-pin sch-port-line" x1="742.57562620135" y1="632.8723101083999" x2="771.6801173881499" y2="632.8723101083999" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_2_15__stack1"><rect x="770.22489282881" y="631.41708554906" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.12787179475" y="631.41708554906" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="735.29950340465" y="632.8723101083999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.91418419505px" transform="">VDD</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="369.4784596447879" y="414.95243234723495" width="29.496237638174307" height="55.29853325492002" fill="transparent"/><path class="sch-component-symbol-path" d="M 384.22657846387506 470.25096560215496 L 384.22657846387506 448.13155230018697" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 384.22657846387506 437.07184564920294 L 384.22657846387506 414.95243234723495" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 398.9746972829622 448.13155230018697 L 369.4784596447879 448.13155230018697" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 398.9746972829622 437.07184564920294 L 369.4784596447879 437.07184564920294" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="394.8254640044014" y="424.1688545563883" stroke="rgb(245, 241, 237)" stroke-width="1.45522455934px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="13.097021034059999px">C_DS2</text><text class="sch-component-text" x="394.8254640044014" y="461.0345433930016" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="13.097021034059999px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component chip sch-component-body" x="531.56806509705" y="65.33473196580007" width="211.00756110430007" height="130.97021034059992" stroke-width="1.45522455934px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="531.56806509705" y="65.33473196580007" width="211.00756110430007" height="130.97021034059992" fill="transparent"/><text class="sch-text" x="637.0718456492" y="130.81983713610003" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="13.097021034059999px" transform="rotate(0, 637.0718456492, 130.81983713610003)">U_DS3</text><line class="component-pin sch-component-pin sch-port-line" x1="531.56806509705" y1="79.88697755920003" x2="502.46357391025" y2="79.88697755920003" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="501.00834935090995" y="78.43175299986004" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.0158195036499" y="78.43175299986007" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="538.84418789375" y="79.88697755920003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.91418419505px" transform="">CLOCK</text><line class="component-pin sch-component-pin sch-port-line" x1="531.56806509705" y1="94.43922315260005" x2="502.46357391025" y2="94.43922315260005" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="501.00834935090995" y="92.98399859326005" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.0158195036499" y="92.98399859326008" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="538.84418789375" y="94.43922315260005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.91418419505px" transform="">CLOCK_INHIBIT</text><line class="component-pin sch-component-pin sch-port-line" x1="531.56806509705" y1="108.99146874600007" x2="502.46357391025" y2="108.99146874600007" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_4_2__stack1"><rect x="501.00834935090995" y="107.53624418666007" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.0158195036499" y="107.5362441866601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="538.84418789375" y="108.99146874600007" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.91418419505px" transform="">DISPLAY_ENABLE_IN</text><line class="component-pin sch-component-pin sch-port-line" x1="531.56806509705" y1="123.54371433940008" x2="503.91879846959" y2="123.54371433940008" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_4_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="502.46357391025" cy="123.54371433940008" r="1.45522455934" stroke-width="1.45522455934px"/><rect x="501.00834935090995" y="122.08848978006009" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.0158195036499" y="122.08848978006006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="538.84418789375" y="123.54371433940008" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.91418419505px" transform="">DISPLAY_ENABLE_OUT</text><line class="component-pin sch-component-pin sch-port-line" x1="531.56806509705" y1="138.09595993280004" x2="502.46357391025" y2="138.09595993280004" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_4_4__stack1"><rect x="501.00834935090995" y="136.64073537346005" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.0158195036499" y="136.64073537346002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="538.84418789375" y="138.09595993280004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.91418419505px" transform="">CARRY_OUT</text><line class="component-pin sch-component-pin sch-port-line" x1="531.56806509705" y1="152.6482055262" x2="502.46357391025" y2="152.6482055262" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_4_5__stack1"><rect x="501.00834935090995" y="151.19298096686" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.0158195036499" y="151.19298096686003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="538.84418789375" y="152.6482055262" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.91418419505px" transform="">F</text><line class="component-pin sch-component-pin sch-port-line" x1="531.56806509705" y1="167.20045111960002" x2="502.46357391025" y2="167.20045111960002" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_4_6__stack1"><rect x="501.00834935090995" y="165.74522656026002" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.0158195036499" y="165.74522656026002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="538.84418789375" y="167.20045111960002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.91418419505px" transform="">G</text><line class="component-pin sch-component-pin sch-port-line" x1="531.56806509705" y1="181.75269671300003" x2="502.46357391025" y2="181.75269671300003" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_4_7__stack1"><rect x="501.00834935090995" y="180.29747215366004" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.0158195036499" y="180.29747215366004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="538.84418789375" y="181.75269671300003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.91418419505px" transform="">VSS</text><line class="component-pin sch-component-pin sch-port-line" x1="742.57562620135" y1="181.75269671300003" x2="771.6801173881499" y2="181.75269671300003" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_4_8__stack1"><rect x="770.22489282881" y="180.29747215366004" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.12787179475" y="180.29747215366004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="735.29950340465" y="181.75269671300003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.91418419505px" transform="">D</text><line class="component-pin sch-component-pin sch-port-line" x1="742.57562620135" y1="167.20045111960002" x2="771.6801173881499" y2="167.20045111960002" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_4_9__stack1"><rect x="770.22489282881" y="165.74522656026002" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.12787179475" y="165.74522656026002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="735.29950340465" y="167.20045111960002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.91418419505px" transform="">A</text><line class="component-pin sch-component-pin sch-port-line" x1="742.57562620135" y1="152.6482055262" x2="771.6801173881499" y2="152.6482055262" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_4_10__stack1"><rect x="770.22489282881" y="151.19298096686" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.12787179475" y="151.19298096686003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="735.29950340465" y="152.6482055262" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.91418419505px" transform="">E</text><line class="component-pin sch-component-pin sch-port-line" x1="742.57562620135" y1="138.09595993279999" x2="771.6801173881499" y2="138.09595993279999" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_4_11__stack1"><rect x="770.22489282881" y="136.64073537346" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.12787179475" y="136.64073537346002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="735.29950340465" y="138.09595993279999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.91418419505px" transform="">B</text><line class="component-pin sch-component-pin sch-port-line" x1="742.57562620135" y1="123.54371433940003" x2="771.6801173881499" y2="123.54371433940003" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_4_12__stack1"><rect x="770.22489282881" y="122.08848978006003" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.12787179475" y="122.08848978006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="735.29950340465" y="123.54371433940003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.91418419505px" transform="">C</text><line class="component-pin sch-component-pin sch-port-line" x1="742.57562620135" y1="108.99146874600007" x2="770.22489282881" y2="108.99146874600007" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_4_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="771.6801173881499" cy="108.99146874600007" r="1.45522455934" stroke-width="1.45522455934px"/><rect x="770.22489282881" y="107.53624418666007" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.12787179475" y="107.5362441866601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="735.29950340465" y="108.99146874600007" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.91418419505px" transform="">UNGATED_C</text><line class="component-pin sch-component-pin sch-port-line" x1="742.57562620135" y1="94.43922315260005" x2="771.6801173881499" y2="94.43922315260005" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_4_14__stack1"><rect x="770.22489282881" y="92.98399859326005" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.12787179475" y="92.98399859326008" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="735.29950340465" y="94.43922315260005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.91418419505px" transform="">RESET</text><line class="component-pin sch-component-pin sch-port-line" x1="742.57562620135" y1="79.88697755920003" x2="771.6801173881499" y2="79.88697755920003" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_4_15__stack1"><rect x="770.22489282881" y="78.43175299986004" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.12787179475" y="78.43175299986007" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="735.29950340465" y="79.88697755920003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.91418419505px" transform="">VDD</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component-overlay sch-component-overlay" x="369.4784596447879" y="546.6502549675049" width="29.496237638174307" height="55.29853325492013" fill="transparent"/><path class="sch-component-symbol-path" d="M 384.22657846387506 601.948788222425 L 384.22657846387506 579.829374920457" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 384.22657846387506 568.769668269473 L 384.22657846387506 546.6502549675049" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 398.9746972829622 579.829374920457 L 369.4784596447879 579.829374920457" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 398.9746972829622 568.769668269473 L 369.4784596447879 568.769668269473" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="394.8254640044014" y="555.8666771766583" stroke="rgb(245, 241, 237)" stroke-width="1.45522455934px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="13.097021034059999px">C_DS3</text><text class="sch-component-text" x="394.8254640044014" y="592.7323660132716" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="13.097021034059999px"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="502.46357391025" cy="356.3796438338" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="502.46357391025" cy="370.9318894272" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="502.46357391025" cy="385.48413502060004" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="502.46357391025" cy="400.036380614" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="502.46357391025" cy="414.5886262074" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="502.46357391025" cy="429.1408718008" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="502.46357391025" cy="443.6931173942" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="502.46357391025" cy="458.2453629876" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="771.6801173881499" cy="458.2453629876" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="771.6801173881499" cy="443.6931173942" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="771.6801173881499" cy="429.14087180079997" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="771.6801173881499" cy="414.5886262074" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="771.6801173881499" cy="400.036380614" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="771.6801173881499" cy="385.4841350206" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="771.6801173881499" cy="370.9318894272" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="771.6801173881499" cy="356.3796438338" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="384.22657846387506" cy="289.07550796432497" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="384.22657846387506" cy="344.37404121924493" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="502.46357391025" cy="632.8723101083999" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="502.46357391025" cy="647.4245557018" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_2__stack1"><circle cx="502.46357391025" cy="661.9768012952" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_3__stack1"><circle cx="502.46357391025" cy="676.5290468886001" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_4__stack1"><circle cx="502.46357391025" cy="691.081292482" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_5__stack1"><circle cx="502.46357391025" cy="705.6335380753999" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_6__stack1"><circle cx="502.46357391025" cy="720.1857836688" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_7__stack1"><circle cx="502.46357391025" cy="734.7380292621999" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_8__stack1"><circle cx="771.6801173881499" cy="734.7380292621999" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_9__stack1"><circle cx="771.6801173881499" cy="720.1857836688" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_10__stack1"><circle cx="771.6801173881499" cy="705.6335380753999" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_11__stack1"><circle cx="771.6801173881499" cy="691.081292482" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_12__stack1"><circle cx="771.6801173881499" cy="676.5290468886" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_13__stack1"><circle cx="771.6801173881499" cy="661.9768012952" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_14__stack1"><circle cx="771.6801173881499" cy="647.4245557018" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_15__stack1"><circle cx="771.6801173881499" cy="632.8723101083999" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="384.22657846387506" cy="420.773330584595" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="384.22657846387506" cy="476.071863839515" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="502.46357391025" cy="79.88697755920003" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="502.46357391025" cy="94.43922315260005" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_2__stack1"><circle cx="502.46357391025" cy="108.99146874600007" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_3__stack1"><circle cx="502.46357391025" cy="123.54371433940008" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_4__stack1"><circle cx="502.46357391025" cy="138.09595993280004" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_5__stack1"><circle cx="502.46357391025" cy="152.6482055262" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_6__stack1"><circle cx="502.46357391025" cy="167.20045111960002" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_7__stack1"><circle cx="502.46357391025" cy="181.75269671300003" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_8__stack1"><circle cx="771.6801173881499" cy="181.75269671300003" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_9__stack1"><circle cx="771.6801173881499" cy="167.20045111960002" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_10__stack1"><circle cx="771.6801173881499" cy="152.6482055262" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_11__stack1"><circle cx="771.6801173881499" cy="138.09595993279999" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_12__stack1"><circle cx="771.6801173881499" cy="123.54371433940003" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_13__stack1"><circle cx="771.6801173881499" cy="108.99146874600007" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_14__stack1"><circle cx="771.6801173881499" cy="94.43922315260005" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_15__stack1"><circle cx="771.6801173881499" cy="79.88697755920003" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="384.22657846387506" cy="552.471153204865" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="384.22657846387506" cy="607.769686459785" r="2.91044911868" fill="red" opacity="0"/></g><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" x="407.801216325183" y="734.7380292622" width="17.46269471207995" height="13.097021034059935" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="M 407.801216325183 747.83505029626 L 425.263911037263 747.83505029626" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="M 416.532563681223 747.83505029626 L 416.532563681223 734.7380292622" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" x="416.532563681223" y="751.47311169461" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="13.097021034059999px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="407.801216325183" y="181.75269671300006" width="17.46269471207995" height="13.097021034059992" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="M 407.801216325183 194.84971774706005 L 425.263911037263 194.84971774706005" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="M 416.532563681223 194.84971774706005 L 416.532563681223 181.75269671300006" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="416.532563681223" y="198.48777914541006" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="13.097021034059999px">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
218
+ </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 384.22657846387506 470.25096560215496 L 384.22657846387506 484.80321119555504 L 338.75081098450005 484.80321119555504 L 338.75081098450005 616.501033815825 L 384.22657846387506 616.501033815825" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 384.22657846387506 470.25096560215496 L 384.22657846387506 484.80321119555504 L 338.75081098450005 484.80321119555504 L 338.75081098450005 616.501033815825 L 384.22657846387506 616.501033815825" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" 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 502.46357391025 458.2453629876 L 439.16130557896 458.2453629876 L 439.16130557896 484.803211195555 L 384.22657846387506 484.80321119555504" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 502.46357391025 458.2453629876 L 439.16130557896 458.2453629876 L 439.16130557896 484.803211195555 L 384.22657846387506 484.80321119555504" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" 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 384.22657846387506 338.55314298188495 L 384.22657846387506 353.10538857528496 L 338.75081098450005 353.10538857528496 L 338.75081098450005 484.803211195555" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 384.22657846387506 338.55314298188495 L 384.22657846387506 353.10538857528496 L 338.75081098450005 353.10538857528496 L 338.75081098450005 484.803211195555" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" 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 502.46357391025 647.4245557018 L 384.22657846387506 647.4245557018 L 384.22657846387506 601.948788222425" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 502.46357391025 647.4245557018 L 384.22657846387506 647.4245557018 L 384.22657846387506 601.948788222425" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" 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 384.22657846387506 414.952432347235 L 384.22657846387506 370.9318894272 L 416.532563681223 370.9318894272 L 416.532563681223 341.82739824040004 L 358.323581307623 341.8273982404 L 358.323581307623 516.4543453612 L 384.22657846387506 516.4543453612 L 384.22657846387506 546.6502549675049" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 384.22657846387506 414.952432347235 L 384.22657846387506 370.9318894272 L 416.532563681223 370.9318894272 L 416.532563681223 341.82739824040004 L 358.323581307623 341.8273982404 L 358.323581307623 516.4543453612 L 384.22657846387506 516.4543453612 L 384.22657846387506 546.6502549675049" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" 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 384.22657846387506 283.25460972696493 L 384.22657846387506 268.70236413356497 L 443.5269792569801 268.70236413356497 L 443.5269792569801 341.82739824040004 L 416.532563681223 341.82739824040004 L 416.532563681223 370.9318894272" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 384.22657846387506 283.25460972696493 L 384.22657846387506 268.70236413356497 L 443.5269792569801 268.70236413356497 L 443.5269792569801 341.82739824040004 L 416.532563681223 341.82739824040004 L 416.532563681223 370.9318894272" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" 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 384.22657846387506 385.48413502060004 L 502.46357391025 385.48413502060004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 384.22657846387506 385.48413502060004 L 502.46357391025 385.48413502060004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" 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 502.46357391025 181.75269671300003 L 416.532563681223 181.75269671300006 L 416.532563681223 94.4392231526001 L 502.46357391025 94.43922315260005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 502.46357391025 181.75269671300003 L 416.532563681223 181.75269671300006 L 416.532563681223 94.4392231526001 L 502.46357391025 94.43922315260005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" 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 502.46357391025 370.9318894272 L 439.16130557896 370.9318894272 L 439.16130557896 458.2453629876" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 502.46357391025 370.9318894272 L 439.16130557896 370.9318894272 L 439.16130557896 458.2453629876" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" 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 502.46357391025 734.7380292621999 L 384.22657846387506 734.7380292621999 L 384.22657846387506 647.4245557018" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 502.46357391025 734.7380292621999 L 384.22657846387506 734.7380292621999 L 384.22657846387506 647.4245557018" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"><path d="M 771.6801173881499 356.3796438338 L 857.611127617177 356.3796438338 L 857.611127617177 632.8723101083999 L 771.6801173881499 632.8723101083999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 771.6801173881499 356.3796438338 L 857.611127617177 356.3796438338 L 857.611127617177 632.8723101083999 L 771.6801173881499 632.8723101083999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"><path d="M 502.46357391025 661.9768012952 L 361.9616427059729 661.9768012952 L 361.9616427059729 658.265978668883" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 502.46357391025 661.9768012952 L 361.9616427059729 661.9768012952 L 361.9616427059729 658.265978668883" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"><path d="M 502.46357391025 108.99146874600007 L 401.980318087823 108.99146874600007 L 401.980318087823 87.09033912793302" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 502.46357391025 108.99146874600007 L 401.980318087823 108.99146874600007 L 401.980318087823 87.09033912793302" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"><path d="M 771.6801173881499 79.88697755920003 L 784.849899650177 79.88697755920003 L 784.849899650177 65.261970737833" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 771.6801173881499 79.88697755920003 L 784.849899650177 79.88697755920003 L 784.849899650177 65.261970737833" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"><path d="M 771.6801173881499 443.6931173942 L 838.62044711779 443.6931173942" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 771.6801173881499 443.6931173942 L 838.62044711779 443.6931173942" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"><path d="M 771.6801173881499 414.5886262074 L 838.62044711779 414.5886262074" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 771.6801173881499 414.5886262074 L 838.62044711779 414.5886262074" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"><path d="M 771.6801173881499 400.036380614 L 838.62044711779 400.036380614" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 771.6801173881499 400.036380614 L 838.62044711779 400.036380614" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"><path d="M 771.6801173881499 458.2453629876 L 838.62044711779 458.2453629876" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 771.6801173881499 458.2453629876 L 838.62044711779 458.2453629876" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"><path d="M 771.6801173881499 429.14087180079997 L 838.62044711779 429.14087180079997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 771.6801173881499 429.14087180079997 L 838.62044711779 429.14087180079997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"><path d="M 502.46357391025 429.1408718008 L 442.79936697731 429.1408718008" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 502.46357391025 429.1408718008 L 442.79936697731 429.1408718008" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"><path d="M 502.46357391025 443.6931173942 L 442.79936697731 443.6931173942" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 502.46357391025 443.6931173942 L 442.79936697731 443.6931173942" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"><path d="M 502.46357391025 356.3796438338 L 435.52324418061 356.3796438338" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 502.46357391025 356.3796438338 L 435.52324418061 356.3796438338" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"><path d="M 502.46357391025 414.5886262074 L 442.79936697731 414.5886262074" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 502.46357391025 414.5886262074 L 442.79936697731 414.5886262074" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_23__stack1"><path d="M 771.6801173881499 370.9318894272 L 838.62044711779 370.9318894272" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 771.6801173881499 370.9318894272 L 838.62044711779 370.9318894272" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_24__stack1"><path d="M 771.6801173881499 720.1857836688 L 838.62044711779 720.1857836688" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 771.6801173881499 720.1857836688 L 838.62044711779 720.1857836688" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_25__stack1"><path d="M 771.6801173881499 691.081292482 L 838.62044711779 691.081292482" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 771.6801173881499 691.081292482 L 838.62044711779 691.081292482" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_26__stack1"><path d="M 771.6801173881499 676.5290468886 L 838.62044711779 676.5290468886" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 771.6801173881499 676.5290468886 L 838.62044711779 676.5290468886" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_27__stack1"><path d="M 771.6801173881499 734.7380292621999 L 838.62044711779 734.7380292621999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 771.6801173881499 734.7380292621999 L 838.62044711779 734.7380292621999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_28__stack1"><path d="M 771.6801173881499 705.6335380753999 L 838.62044711779 705.6335380753999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 771.6801173881499 705.6335380753999 L 838.62044711779 705.6335380753999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_29__stack1"><path d="M 502.46357391025 705.6335380753999 L 435.52324418061 705.6335380753999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 502.46357391025 705.6335380753999 L 435.52324418061 705.6335380753999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_30__stack1"><path d="M 502.46357391025 720.1857836688 L 435.52324418061 720.1857836688" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 502.46357391025 720.1857836688 L 435.52324418061 720.1857836688" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_31__stack1"><path d="M 502.46357391025 632.8723101083999 L 435.52324418061 632.8723101083999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 502.46357391025 632.8723101083999 L 435.52324418061 632.8723101083999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_32__stack1"><path d="M 502.46357391025 691.081292482 L 435.52324418061 691.081292482" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 502.46357391025 691.081292482 L 435.52324418061 691.081292482" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_33__stack1"><path d="M 771.6801173881499 647.4245557018 L 838.62044711779 647.4245557018" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 771.6801173881499 647.4245557018 L 838.62044711779 647.4245557018" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_34__stack1"><path d="M 771.6801173881499 167.20045111960002 L 838.62044711779 167.20045111960002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 771.6801173881499 167.20045111960002 L 838.62044711779 167.20045111960002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_35__stack1"><path d="M 771.6801173881499 138.09595993279999 L 838.62044711779 138.09595993279999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 771.6801173881499 138.09595993279999 L 838.62044711779 138.09595993279999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_36__stack1"><path d="M 771.6801173881499 123.54371433940003 L 838.62044711779 123.54371433940003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 771.6801173881499 123.54371433940003 L 838.62044711779 123.54371433940003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_37__stack1"><path d="M 771.6801173881499 181.75269671300003 L 838.62044711779 181.75269671300003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 771.6801173881499 181.75269671300003 L 838.62044711779 181.75269671300003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_38__stack1"><path d="M 771.6801173881499 152.6482055262 L 838.62044711779 152.6482055262" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 771.6801173881499 152.6482055262 L 838.62044711779 152.6482055262" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_39__stack1"><path d="M 502.46357391025 152.6482055262 L 435.52324418061 152.6482055262" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 502.46357391025 152.6482055262 L 435.52324418061 152.6482055262" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_40__stack1"><path d="M 502.46357391025 167.20045111960002 L 435.52324418061 167.20045111960002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 502.46357391025 167.20045111960002 L 435.52324418061 167.20045111960002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_41__stack1"><path d="M 502.46357391025 79.88697755920003 L 435.52324418061 79.88697755920003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 502.46357391025 79.88697755920003 L 435.52324418061 79.88697755920003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_42__stack1"><path d="M 502.46357391025 138.09595993280004 L 435.52324418061 138.09595993280004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 502.46357391025 138.09595993280004 L 435.52324418061 138.09595993280004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_43__stack1"><path d="M 771.6801173881499 94.43922315260005 L 838.62044711779 94.43922315260005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.64179647472px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 771.6801173881499 94.43922315260005 L 838.62044711779 94.43922315260005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.45522455934px" 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="384.22657846387506" cy="484.80321119555504" r="2.1828368390099997" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="338.75081098450005" cy="484.80321119555504" r="2.1828368390099997" 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"><circle cx="439.16130557896" cy="458.2453629876" r="2.1828368390099997" 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"><circle cx="384.22657846387506" cy="647.4245557018" r="2.1828368390099997" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><circle cx="416.532563681223" cy="370.9318894272" r="2.1828368390099997" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="416.532563681223" cy="341.82739824040004" r="2.1828368390099997" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_23__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_24__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_25__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_26__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_27__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_28__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_29__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_30__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_31__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_32__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_33__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_34__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_35__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_36__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_37__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_38__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_39__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_40__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_41__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_42__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_43__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="531.56806509705" y="341.82739824040004" width="211.00756110430007" height="130.97021034059992" stroke-width="1.45522455934px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="531.56806509705" y="341.82739824040004" width="211.00756110430007" height="130.97021034059992" fill="transparent"/><text class="sch-text" x="637.0718456492" y="407.3125034107" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="13.097021034059999px" transform="rotate(0, 637.0718456492, 407.3125034107)">U_DS1</text><line class="component-pin sch-component-pin sch-port-line" x1="531.56806509705" y1="356.3796438338" x2="502.46357391025" y2="356.3796438338" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="501.00834935090995" y="354.92441927446" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.0158195036499" y="354.92441927446" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="538.84418789375" y="356.3796438338" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.91418419505px" transform="">CLOCK</text><line class="component-pin sch-component-pin sch-port-line" x1="531.56806509705" y1="370.9318894272" x2="502.46357391025" y2="370.9318894272" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="501.00834935090995" y="369.47666486786" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.0158195036499" y="369.47666486786" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="538.84418789375" y="370.9318894272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.91418419505px" transform="">CLOCK_INHIBIT</text><line class="component-pin sch-component-pin sch-port-line" x1="531.56806509705" y1="385.48413502060004" x2="502.46357391025" y2="385.48413502060004" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="501.00834935090995" y="384.02891046126" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.0158195036499" y="384.02891046126" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="538.84418789375" y="385.48413502060004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.91418419505px" transform="">DISPLAY_ENABLE_IN</text><line class="component-pin sch-component-pin sch-port-line" x1="531.56806509705" y1="400.036380614" x2="503.91879846959" y2="400.036380614" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="502.46357391025" cy="400.036380614" r="1.45522455934" stroke-width="1.45522455934px"/><rect x="501.00834935090995" y="398.58115605465997" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.0158195036499" y="398.58115605466" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="538.84418789375" y="400.036380614" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.91418419505px" transform="">DISPLAY_ENABLE_OUT</text><line class="component-pin sch-component-pin sch-port-line" x1="531.56806509705" y1="414.5886262074" x2="502.46357391025" y2="414.5886262074" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="501.00834935090995" y="413.13340164806" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.0158195036499" y="413.13340164806" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="538.84418789375" y="414.5886262074" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.91418419505px" transform="">CARRY_OUT</text><line class="component-pin sch-component-pin sch-port-line" x1="531.56806509705" y1="429.1408718008" x2="502.46357391025" y2="429.1408718008" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="501.00834935090995" y="427.68564724146" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.0158195036499" y="427.68564724146" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="538.84418789375" y="429.1408718008" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.91418419505px" transform="">F</text><line class="component-pin sch-component-pin sch-port-line" x1="531.56806509705" y1="443.6931173942" x2="502.46357391025" y2="443.6931173942" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="501.00834935090995" y="442.23789283485996" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.0158195036499" y="442.23789283486" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="538.84418789375" y="443.6931173942" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.91418419505px" transform="">G</text><line class="component-pin sch-component-pin sch-port-line" x1="531.56806509705" y1="458.2453629876" x2="502.46357391025" y2="458.2453629876" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="501.00834935090995" y="456.79013842826" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.0158195036499" y="456.79013842826" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="538.84418789375" y="458.2453629876" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.91418419505px" transform="">VSS</text><line class="component-pin sch-component-pin sch-port-line" x1="742.57562620135" y1="458.2453629876" x2="771.6801173881499" y2="458.2453629876" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="770.22489282881" y="456.79013842826" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.12787179475" y="456.79013842826" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="735.29950340465" y="458.2453629876" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.91418419505px" transform="">D</text><line class="component-pin sch-component-pin sch-port-line" x1="742.57562620135" y1="443.6931173942" x2="771.6801173881499" y2="443.6931173942" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><rect x="770.22489282881" y="442.23789283485996" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.12787179475" y="442.23789283486" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="735.29950340465" y="443.6931173942" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.91418419505px" transform="">A</text><line class="component-pin sch-component-pin sch-port-line" x1="742.57562620135" y1="429.14087180079997" x2="771.6801173881499" y2="429.14087180079997" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><rect x="770.22489282881" y="427.68564724145995" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.12787179475" y="427.68564724146" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="735.29950340465" y="429.14087180079997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.91418419505px" transform="">E</text><line class="component-pin sch-component-pin sch-port-line" x1="742.57562620135" y1="414.5886262074" x2="771.6801173881499" y2="414.5886262074" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><rect x="770.22489282881" y="413.13340164806" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.12787179475" y="413.13340164806" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="735.29950340465" y="414.5886262074" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.91418419505px" transform="">B</text><line class="component-pin sch-component-pin sch-port-line" x1="742.57562620135" y1="400.036380614" x2="771.6801173881499" y2="400.036380614" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><rect x="770.22489282881" y="398.58115605465997" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.12787179475" y="398.58115605465997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="735.29950340465" y="400.036380614" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.91418419505px" transform="">C</text><line class="component-pin sch-component-pin sch-port-line" x1="742.57562620135" y1="385.4841350206" x2="770.22489282881" y2="385.4841350206" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="771.6801173881499" cy="385.4841350206" r="1.45522455934" stroke-width="1.45522455934px"/><rect x="770.22489282881" y="384.02891046125995" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.12787179475" y="384.02891046126" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="735.29950340465" y="385.4841350206" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.91418419505px" transform="">UNGATED_C</text><line class="component-pin sch-component-pin sch-port-line" x1="742.57562620135" y1="370.9318894272" x2="771.6801173881499" y2="370.9318894272" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><rect x="770.22489282881" y="369.47666486786" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.12787179475" y="369.47666486786" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="735.29950340465" y="370.9318894272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.91418419505px" transform="">RESET</text><line class="component-pin sch-component-pin sch-port-line" x1="742.57562620135" y1="356.3796438338" x2="771.6801173881499" y2="356.3796438338" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><rect x="770.22489282881" y="354.92441927446" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.12787179475" y="354.92441927446" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="735.29950340465" y="356.3796438338" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.91418419505px" transform="">VDD</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component-overlay sch-component-overlay" x="369.4784596447879" y="283.25460972696493" width="29.496237638174307" height="55.29853325492002" fill="transparent"/><path class="sch-component-symbol-path" d="M 384.22657846387506 338.55314298188495 L 384.22657846387506 316.43372967991695" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 384.22657846387506 305.3740230289329 L 384.22657846387506 283.25460972696493" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 398.9746972829622 316.43372967991695 L 369.4784596447879 316.43372967991695" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 398.9746972829622 305.3740230289329 L 369.4784596447879 305.3740230289329" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="394.8254640044014" y="292.47103193611827" stroke="rgb(245, 241, 237)" stroke-width="1.45522455934px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="13.097021034059999px">C_DS1</text><text class="sch-component-text" x="394.8254640044014" y="329.3367207727316" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="13.097021034059999px"></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="531.56806509705" y="618.320064515" width="211.00756110430007" height="130.97021034059992" stroke-width="1.45522455934px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="531.56806509705" y="618.320064515" width="211.00756110430007" height="130.97021034059992" fill="transparent"/><text class="sch-text" x="637.0718456492" y="683.8051696852999" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="13.097021034059999px" transform="rotate(0, 637.0718456492, 683.8051696852999)">U_DS2</text><line class="component-pin sch-component-pin sch-port-line" x1="531.56806509705" y1="632.8723101083999" x2="502.46357391025" y2="632.8723101083999" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="501.00834935090995" y="631.41708554906" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.0158195036499" y="631.41708554906" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="538.84418789375" y="632.8723101083999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.91418419505px" transform="">CLOCK</text><line class="component-pin sch-component-pin sch-port-line" x1="531.56806509705" y1="647.4245557018" x2="502.46357391025" y2="647.4245557018" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="501.00834935090995" y="645.9693311424601" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.0158195036499" y="645.96933114246" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="538.84418789375" y="647.4245557018" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.91418419505px" transform="">CLOCK_INHIBIT</text><line class="component-pin sch-component-pin sch-port-line" x1="531.56806509705" y1="661.9768012952" x2="502.46357391025" y2="661.9768012952" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_2_2__stack1"><rect x="501.00834935090995" y="660.52157673586" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.0158195036499" y="660.52157673586" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="538.84418789375" y="661.9768012952" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.91418419505px" transform="">DISPLAY_ENABLE_IN</text><line class="component-pin sch-component-pin sch-port-line" x1="531.56806509705" y1="676.5290468886001" x2="503.91879846959" y2="676.5290468886001" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_2_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="502.46357391025" cy="676.5290468886001" r="1.45522455934" stroke-width="1.45522455934px"/><rect x="501.00834935090995" y="675.0738223292601" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.0158195036499" y="675.07382232926" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="538.84418789375" y="676.5290468886001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.91418419505px" transform="">DISPLAY_ENABLE_OUT</text><line class="component-pin sch-component-pin sch-port-line" x1="531.56806509705" y1="691.081292482" x2="502.46357391025" y2="691.081292482" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_2_4__stack1"><rect x="501.00834935090995" y="689.62606792266" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.0158195036499" y="689.62606792266" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="538.84418789375" y="691.081292482" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.91418419505px" transform="">CARRY_OUT</text><line class="component-pin sch-component-pin sch-port-line" x1="531.56806509705" y1="705.6335380753999" x2="502.46357391025" y2="705.6335380753999" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_2_5__stack1"><rect x="501.00834935090995" y="704.1783135160599" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.0158195036499" y="704.1783135160599" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="538.84418789375" y="705.6335380753999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.91418419505px" transform="">F</text><line class="component-pin sch-component-pin sch-port-line" x1="531.56806509705" y1="720.1857836688" x2="502.46357391025" y2="720.1857836688" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_2_6__stack1"><rect x="501.00834935090995" y="718.73055910946" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.0158195036499" y="718.73055910946" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="538.84418789375" y="720.1857836688" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.91418419505px" transform="">G</text><line class="component-pin sch-component-pin sch-port-line" x1="531.56806509705" y1="734.7380292621999" x2="502.46357391025" y2="734.7380292621999" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_2_7__stack1"><rect x="501.00834935090995" y="733.28280470286" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.0158195036499" y="733.28280470286" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="538.84418789375" y="734.7380292621999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.91418419505px" transform="">VSS</text><line class="component-pin sch-component-pin sch-port-line" x1="742.57562620135" y1="734.7380292621999" x2="771.6801173881499" y2="734.7380292621999" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_2_8__stack1"><rect x="770.22489282881" y="733.28280470286" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.12787179475" y="733.28280470286" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="735.29950340465" y="734.7380292621999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.91418419505px" transform="">D</text><line class="component-pin sch-component-pin sch-port-line" x1="742.57562620135" y1="720.1857836688" x2="771.6801173881499" y2="720.1857836688" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_2_9__stack1"><rect x="770.22489282881" y="718.73055910946" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.12787179475" y="718.73055910946" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="735.29950340465" y="720.1857836688" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.91418419505px" transform="">A</text><line class="component-pin sch-component-pin sch-port-line" x1="742.57562620135" y1="705.6335380753999" x2="771.6801173881499" y2="705.6335380753999" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_2_10__stack1"><rect x="770.22489282881" y="704.1783135160599" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.12787179475" y="704.1783135160599" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="735.29950340465" y="705.6335380753999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.91418419505px" transform="">E</text><line class="component-pin sch-component-pin sch-port-line" x1="742.57562620135" y1="691.081292482" x2="771.6801173881499" y2="691.081292482" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_2_11__stack1"><rect x="770.22489282881" y="689.62606792266" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.12787179475" y="689.62606792266" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="735.29950340465" y="691.081292482" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.91418419505px" transform="">B</text><line class="component-pin sch-component-pin sch-port-line" x1="742.57562620135" y1="676.5290468886" x2="771.6801173881499" y2="676.5290468886" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_2_12__stack1"><rect x="770.22489282881" y="675.07382232926" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.12787179475" y="675.07382232926" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="735.29950340465" y="676.5290468886" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.91418419505px" transform="">C</text><line class="component-pin sch-component-pin sch-port-line" x1="742.57562620135" y1="661.9768012952" x2="770.22489282881" y2="661.9768012952" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_2_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="771.6801173881499" cy="661.9768012952" r="1.45522455934" stroke-width="1.45522455934px"/><rect x="770.22489282881" y="660.52157673586" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.12787179475" y="660.52157673586" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="735.29950340465" y="661.9768012952" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.91418419505px" transform="">UNGATED_C</text><line class="component-pin sch-component-pin sch-port-line" x1="742.57562620135" y1="647.4245557018" x2="771.6801173881499" y2="647.4245557018" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_2_14__stack1"><rect x="770.22489282881" y="645.9693311424601" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.12787179475" y="645.96933114246" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="735.29950340465" y="647.4245557018" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.91418419505px" transform="">RESET</text><line class="component-pin sch-component-pin sch-port-line" x1="742.57562620135" y1="632.8723101083999" x2="771.6801173881499" y2="632.8723101083999" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_2_15__stack1"><rect x="770.22489282881" y="631.41708554906" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.12787179475" y="631.41708554906" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="735.29950340465" y="632.8723101083999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.91418419505px" transform="">VDD</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="369.4784596447879" y="414.95243234723495" width="29.496237638174307" height="55.29853325492002" fill="transparent"/><path class="sch-component-symbol-path" d="M 384.22657846387506 470.25096560215496 L 384.22657846387506 448.13155230018697" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 384.22657846387506 437.07184564920294 L 384.22657846387506 414.95243234723495" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 398.9746972829622 448.13155230018697 L 369.4784596447879 448.13155230018697" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 398.9746972829622 437.07184564920294 L 369.4784596447879 437.07184564920294" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="394.8254640044014" y="424.1688545563883" stroke="rgb(245, 241, 237)" stroke-width="1.45522455934px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="13.097021034059999px">C_DS2</text><text class="sch-component-text" x="394.8254640044014" y="461.0345433930016" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="13.097021034059999px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component chip sch-component-body" x="531.56806509705" y="65.33473196580007" width="211.00756110430007" height="130.97021034059992" stroke-width="1.45522455934px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="531.56806509705" y="65.33473196580007" width="211.00756110430007" height="130.97021034059992" fill="transparent"/><text class="sch-text" x="637.0718456492" y="130.81983713610003" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="13.097021034059999px" transform="rotate(0, 637.0718456492, 130.81983713610003)">U_DS3</text><line class="component-pin sch-component-pin sch-port-line" x1="531.56806509705" y1="79.88697755920003" x2="502.46357391025" y2="79.88697755920003" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="501.00834935090995" y="78.43175299986004" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.0158195036499" y="78.43175299986007" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="538.84418789375" y="79.88697755920003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.91418419505px" transform="">CLOCK</text><line class="component-pin sch-component-pin sch-port-line" x1="531.56806509705" y1="94.43922315260005" x2="502.46357391025" y2="94.43922315260005" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="501.00834935090995" y="92.98399859326005" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.0158195036499" y="92.98399859326008" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="538.84418789375" y="94.43922315260005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.91418419505px" transform="">CLOCK_INHIBIT</text><line class="component-pin sch-component-pin sch-port-line" x1="531.56806509705" y1="108.99146874600007" x2="502.46357391025" y2="108.99146874600007" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_4_2__stack1"><rect x="501.00834935090995" y="107.53624418666007" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.0158195036499" y="107.5362441866601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="538.84418789375" y="108.99146874600007" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.91418419505px" transform="">DISPLAY_ENABLE_IN</text><line class="component-pin sch-component-pin sch-port-line" x1="531.56806509705" y1="123.54371433940008" x2="503.91879846959" y2="123.54371433940008" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_4_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="502.46357391025" cy="123.54371433940008" r="1.45522455934" stroke-width="1.45522455934px"/><rect x="501.00834935090995" y="122.08848978006009" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.0158195036499" y="122.08848978006006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="538.84418789375" y="123.54371433940008" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.91418419505px" transform="">DISPLAY_ENABLE_OUT</text><line class="component-pin sch-component-pin sch-port-line" x1="531.56806509705" y1="138.09595993280004" x2="502.46357391025" y2="138.09595993280004" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_4_4__stack1"><rect x="501.00834935090995" y="136.64073537346005" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.0158195036499" y="136.64073537346002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="538.84418789375" y="138.09595993280004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.91418419505px" transform="">CARRY_OUT</text><line class="component-pin sch-component-pin sch-port-line" x1="531.56806509705" y1="152.6482055262" x2="502.46357391025" y2="152.6482055262" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_4_5__stack1"><rect x="501.00834935090995" y="151.19298096686" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.0158195036499" y="151.19298096686003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="538.84418789375" y="152.6482055262" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.91418419505px" transform="">F</text><line class="component-pin sch-component-pin sch-port-line" x1="531.56806509705" y1="167.20045111960002" x2="502.46357391025" y2="167.20045111960002" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_4_6__stack1"><rect x="501.00834935090995" y="165.74522656026002" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.0158195036499" y="165.74522656026002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="538.84418789375" y="167.20045111960002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.91418419505px" transform="">G</text><line class="component-pin sch-component-pin sch-port-line" x1="531.56806509705" y1="181.75269671300003" x2="502.46357391025" y2="181.75269671300003" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_4_7__stack1"><rect x="501.00834935090995" y="180.29747215366004" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.0158195036499" y="180.29747215366004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="538.84418789375" y="181.75269671300003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="10.91418419505px" transform="">VSS</text><line class="component-pin sch-component-pin sch-port-line" x1="742.57562620135" y1="181.75269671300003" x2="771.6801173881499" y2="181.75269671300003" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_4_8__stack1"><rect x="770.22489282881" y="180.29747215366004" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.12787179475" y="180.29747215366004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="735.29950340465" y="181.75269671300003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.91418419505px" transform="">D</text><line class="component-pin sch-component-pin sch-port-line" x1="742.57562620135" y1="167.20045111960002" x2="771.6801173881499" y2="167.20045111960002" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_4_9__stack1"><rect x="770.22489282881" y="165.74522656026002" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.12787179475" y="165.74522656026002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="735.29950340465" y="167.20045111960002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.91418419505px" transform="">A</text><line class="component-pin sch-component-pin sch-port-line" x1="742.57562620135" y1="152.6482055262" x2="771.6801173881499" y2="152.6482055262" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_4_10__stack1"><rect x="770.22489282881" y="151.19298096686" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.12787179475" y="151.19298096686003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="735.29950340465" y="152.6482055262" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.91418419505px" transform="">E</text><line class="component-pin sch-component-pin sch-port-line" x1="742.57562620135" y1="138.09595993279999" x2="771.6801173881499" y2="138.09595993279999" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_4_11__stack1"><rect x="770.22489282881" y="136.64073537346" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.12787179475" y="136.64073537346002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="735.29950340465" y="138.09595993279999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.91418419505px" transform="">B</text><line class="component-pin sch-component-pin sch-port-line" x1="742.57562620135" y1="123.54371433940003" x2="771.6801173881499" y2="123.54371433940003" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_4_12__stack1"><rect x="770.22489282881" y="122.08848978006003" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.12787179475" y="122.08848978006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="735.29950340465" y="123.54371433940003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.91418419505px" transform="">C</text><line class="component-pin sch-component-pin sch-port-line" x1="742.57562620135" y1="108.99146874600007" x2="770.22489282881" y2="108.99146874600007" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_4_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="771.6801173881499" cy="108.99146874600007" r="1.45522455934" stroke-width="1.45522455934px"/><rect x="770.22489282881" y="107.53624418666007" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.12787179475" y="107.5362441866601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="735.29950340465" y="108.99146874600007" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.91418419505px" transform="">UNGATED_C</text><line class="component-pin sch-component-pin sch-port-line" x1="742.57562620135" y1="94.43922315260005" x2="771.6801173881499" y2="94.43922315260005" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_4_14__stack1"><rect x="770.22489282881" y="92.98399859326005" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.12787179475" y="92.98399859326008" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="735.29950340465" y="94.43922315260005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.91418419505px" transform="">RESET</text><line class="component-pin sch-component-pin sch-port-line" x1="742.57562620135" y1="79.88697755920003" x2="771.6801173881499" y2="79.88697755920003" stroke-width="1.45522455934px"/><g class="sch-port" data-schematic-port-id="source_port_4_15__stack1"><rect x="770.22489282881" y="78.43175299986004" width="2.91044911868" height="2.91044911868" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.12787179475" y="78.43175299986007" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.91418419505px" transform=""></text><text class="pin-number sch-pin-label" x="735.29950340465" y="79.88697755920003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="10.91418419505px" transform="">VDD</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component-overlay sch-component-overlay" x="369.4784596447879" y="546.6502549675049" width="29.496237638174307" height="55.29853325492013" fill="transparent"/><path class="sch-component-symbol-path" d="M 384.22657846387506 601.948788222425 L 384.22657846387506 579.829374920457" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 384.22657846387506 568.769668269473 L 384.22657846387506 546.6502549675049" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 398.9746972829622 579.829374920457 L 369.4784596447879 579.829374920457" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 398.9746972829622 568.769668269473 L 369.4784596447879 568.769668269473" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="394.8254640044014" y="555.8666771766583" stroke="rgb(245, 241, 237)" stroke-width="1.45522455934px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="13.097021034059999px">C_DS3</text><text class="sch-component-text" x="394.8254640044014" y="592.7323660132716" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="13.097021034059999px"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="502.46357391025" cy="356.3796438338" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="502.46357391025" cy="370.9318894272" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="502.46357391025" cy="385.48413502060004" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="502.46357391025" cy="400.036380614" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="502.46357391025" cy="414.5886262074" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="502.46357391025" cy="429.1408718008" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="502.46357391025" cy="443.6931173942" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="502.46357391025" cy="458.2453629876" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="771.6801173881499" cy="458.2453629876" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="771.6801173881499" cy="443.6931173942" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="771.6801173881499" cy="429.14087180079997" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="771.6801173881499" cy="414.5886262074" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="771.6801173881499" cy="400.036380614" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="771.6801173881499" cy="385.4841350206" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="771.6801173881499" cy="370.9318894272" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="771.6801173881499" cy="356.3796438338" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="384.22657846387506" cy="289.07550796432497" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="384.22657846387506" cy="344.37404121924493" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="502.46357391025" cy="632.8723101083999" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="502.46357391025" cy="647.4245557018" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_2__stack1"><circle cx="502.46357391025" cy="661.9768012952" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_3__stack1"><circle cx="502.46357391025" cy="676.5290468886001" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_4__stack1"><circle cx="502.46357391025" cy="691.081292482" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_5__stack1"><circle cx="502.46357391025" cy="705.6335380753999" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_6__stack1"><circle cx="502.46357391025" cy="720.1857836688" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_7__stack1"><circle cx="502.46357391025" cy="734.7380292621999" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_8__stack1"><circle cx="771.6801173881499" cy="734.7380292621999" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_9__stack1"><circle cx="771.6801173881499" cy="720.1857836688" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_10__stack1"><circle cx="771.6801173881499" cy="705.6335380753999" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_11__stack1"><circle cx="771.6801173881499" cy="691.081292482" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_12__stack1"><circle cx="771.6801173881499" cy="676.5290468886" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_13__stack1"><circle cx="771.6801173881499" cy="661.9768012952" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_14__stack1"><circle cx="771.6801173881499" cy="647.4245557018" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_15__stack1"><circle cx="771.6801173881499" cy="632.8723101083999" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="384.22657846387506" cy="420.773330584595" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="384.22657846387506" cy="476.071863839515" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="502.46357391025" cy="79.88697755920003" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="502.46357391025" cy="94.43922315260005" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_2__stack1"><circle cx="502.46357391025" cy="108.99146874600007" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_3__stack1"><circle cx="502.46357391025" cy="123.54371433940008" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_4__stack1"><circle cx="502.46357391025" cy="138.09595993280004" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_5__stack1"><circle cx="502.46357391025" cy="152.6482055262" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_6__stack1"><circle cx="502.46357391025" cy="167.20045111960002" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_7__stack1"><circle cx="502.46357391025" cy="181.75269671300003" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_8__stack1"><circle cx="771.6801173881499" cy="181.75269671300003" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_9__stack1"><circle cx="771.6801173881499" cy="167.20045111960002" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_10__stack1"><circle cx="771.6801173881499" cy="152.6482055262" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_11__stack1"><circle cx="771.6801173881499" cy="138.09595993279999" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_12__stack1"><circle cx="771.6801173881499" cy="123.54371433940003" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_13__stack1"><circle cx="771.6801173881499" cy="108.99146874600007" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_14__stack1"><circle cx="771.6801173881499" cy="94.43922315260005" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_15__stack1"><circle cx="771.6801173881499" cy="79.88697755920003" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="384.22657846387506" cy="552.471153204865" r="2.91044911868" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="384.22657846387506" cy="607.769686459785" r="2.91044911868" fill="red" opacity="0"/></g><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" x="407.801216325183" y="734.7380292622" width="17.46269471207995" height="13.097021034059935" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="M 407.801216325183 747.83505029626 L 425.263911037263 747.83505029626" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="M 416.532563681223 747.83505029626 L 416.532563681223 734.7380292622" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" x="416.532563681223" y="751.47311169461" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="13.097021034059999px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="407.801216325183" y="181.75269671300006" width="17.46269471207995" height="13.097021034059992" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="M 407.801216325183 194.84971774706005 L 425.263911037263 194.84971774706005" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="M 416.532563681223 194.84971774706005 L 416.532563681223 181.75269671300006" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.45522455934px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="416.532563681223" y="198.48777914541006" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="13.097021034059999px">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
219
219
  M 384.22657846387506,268.70236413356497
220
220
  L 376.95045566717505,264.77325782334697
221
221
  L 376.95045566717505,239.8210073791971