@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,312 +1,322 @@
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="17.565,0 17.765,0 17.765,2 17.565,2" data-type="line" data-label="" points="594.9036857272865,290.95950250265435 598.301228575762,290.95950250265435 598.301228575762,256.9840740178978 594.9036857272865,256.9840740178978" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="17.565,-2 17.765,-2 17.765,0" data-type="line" data-label="" points="594.9036857272865,324.9349309874109 598.301228575762,324.9349309874109 598.301228575762,290.95950250265435" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="17.565,-4 17.765,-4 17.765,-2" data-type="line" data-label="" points="594.9036857272865,358.91035947216744 598.301228575762,358.91035947216744 598.301228575762,324.9349309874109" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.949999999999999,9 -4.5249999999999995,9 -4.5249999999999995,2.3 -4.1,2.3" data-type="line" data-label="" points="212.4252995601395,138.07007432124985 219.64507811315028,138.07007432124985 219.64507811315028,251.88775974518433 226.86485666616105,251.88775974518433" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.85,1.7 -5.975,1.7 -5.975,2.1 -4.1,2.1" data-type="line" data-label="" points="163.1609282572425,262.08038829061127 195.01289246170177,262.08038829061127 195.01289246170177,255.28530259365996 226.86485666616105,255.28530259365996" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.15,2.1 10.450000000000001,2.1 10.450000000000001,5.55 8.75,5.55 8.75,9 8.95,9" data-type="line" data-label="" points="468.9397846200515,255.28530259365996 474.03609889276504,255.28530259365996 474.03609889276504,196.6776884574549 445.1569846807219,196.6776884574549 445.1569846807219,138.07007432124985 448.55452752919757,138.07007432124985" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.9,-4.3 -6,-4.3 -6,-4.1 -4.1,-4.1" data-type="line" data-label="" points="162.3115425451236,364.0066737448809 194.5881996056423,364.0066737448809 194.5881996056423,360.6091308964053 226.86485666616105,360.6091308964053" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="15.05,9 15.7425,9 15.7425,-4 16.435,-4" data-type="line" data-label="" points="552.1795844077051,138.07007432124985 563.943576520552,138.07007432124985 563.943576520552,358.91035947216744 575.707568633399,358.91035947216744" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.15,-9.5 1.3499999999999999,-9.5 1.3499999999999999,-10.75 0.25,-10.75 0.25,-12 0.44999999999999996,-12" data-type="line" data-label="" points="316.050356438647,452.342787805248 319.44789928712265,452.342787805248 319.44789928712265,473.5774306082208 300.7614136205066,473.5774306082208 300.7614136205066,494.8120734111937 304.1589564689822,494.8120734111937" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.15,2.3 4.3500000000000005,2.3 4.3500000000000005,2.7 10.25,2.7 10.25,2.3 10.15,2.3" data-type="line" data-label="" points="367.0134991657818,251.88775974518433 370.4110420142575,251.88775974518433 370.4110420142575,245.092674048233 470.6385560442893,245.092674048233 470.6385560442893,251.88775974518433 468.9397846200515,251.88775974518433" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.9,-3.7 -7.7,-3.7 -7.7,-3.3 -1.7,-3.3 -1.7,-3.7 -1.9,-3.7" data-type="line" data-label="" points="162.3115425451236,353.814045199454 165.70908539359922,353.814045199454 165.70908539359922,347.01895950250264 267.6353708478689,347.01895950250264 267.6353708478689,353.814045199454 264.23782799939323,353.814045199454" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-11.55,-12 -11.75,-12 -11.75,-12.819999999999999 -8.75,-12.819999999999999 -8.75,-12 -8.55,-12" data-type="line" data-label="" points="100.30638556044286,494.8120734111937 96.90884271196722,494.8120734111937 96.90884271196722,508.7419990899439 147.87198543910205,508.7419990899439 147.87198543910205,494.8120734111937 151.26952828757769,494.8120734111937" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.55,-12 -5.75,-12 -5.75,-12.819999999999999 -2.7499999999999982,-12.819999999999999 -2.7499999999999982,-12 -2.549999999999999,-12" data-type="line" data-label="" points="202.23267101471254,494.8120734111937 198.83512816623687,494.8120734111937 198.83512816623687,508.7419990899439 249.79827089337175,508.7419990899439 249.79827089337175,494.8120734111937 253.1958137418474,494.8120734111937" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.45,-12 3.25,-12 3.25,-12.819999999999999 6.25,-12.819999999999999 6.25,-12 6.45,-12" data-type="line" data-label="" points="355.12209919611706,494.8120734111937 351.7245563476414,494.8120734111937 351.7245563476414,508.7419990899439 402.6876990747762,508.7419990899439 402.6876990747762,494.8120734111937 406.0852419232519,494.8120734111937" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.15,-9.3 1.75,-9.3 1.75,-12 1.55,-12" data-type="line" data-label="" points="316.050356438647,448.94524495677234 326.242984984074,448.94524495677234 326.242984984074,494.8120734111937 322.8454421355983,494.8120734111937" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.55,-12 7.75,-12 7.75,-12.819999999999999 10.75,-12.819999999999999 10.75,-12 10.55,-12" data-type="line" data-label="" points="424.77172758986796,494.8120734111937 428.16927043834363,494.8120734111937 428.16927043834363,508.7419990899439 479.13241316547845,508.7419990899439 479.13241316547845,494.8120734111937 475.7348703170028,494.8120734111937" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.9,4.3 -12.700000000000001,4.3 -12.700000000000001,6.65 -13.75,6.65 -13.75,9 -13.55,9" data-type="line" data-label="" points="77.37297133323219,217.91233126042775 80.77051418170782,217.91233126042775 80.77051418170782,177.9912027908388 62.93341422721065,177.9912027908388 62.93341422721065,138.07007432124985 66.33095707568629,138.07007432124985" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.45,9 -11.600999999999999,9 -11.600999999999999,2.3 -10.15,2.3" data-type="line" data-label="" points="85.01744274230242,138.07007432124985 99.4400121340816,138.07007432124985 99.4400121340816,251.88775974518433 124.08918549977244,251.88775974518433" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.8499999999999996,2.3 -1.319,2.3 -1.319,9 -2.45,9" data-type="line" data-label="" points="327.9417564083118,251.88775974518433 274.107689974215,251.88775974518433 274.107689974215,138.07007432124985 254.8945851660852,138.07007432124985" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9000000000000021,1.7 -1.7000000000000028,1.7 -1.7000000000000028,-0.9 -10.650999999999998,-0.9 -10.650999999999998,-3.9 -10.1,-3.9" data-type="line" data-label="" points="264.23782799939323,262.08038829061127 267.63537084786884,262.08038829061127 267.63537084786884,306.2484453207948 115.57834066434097,306.2484453207948 115.57834066434097,357.21158804792964 124.93857121189137,357.21158804792964" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.15,1.9 4.701,1.9 4.701,-0.9000000000000001 1.6499999999999995,-0.9000000000000001 1.6499999999999995,-3.7 1.8499999999999996,-3.7" data-type="line" data-label="" points="367.0134991657818,258.6828454421356 376.37372971333224,258.6828454421356 376.37372971333224,306.2484453207948 324.5442135598361,306.2484453207948 324.5442135598361,353.814045199454 327.9417564083118,353.814045199454" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.15,1.7 15.800999999999998,1.7 15.800999999999998,4.3 15.15,4.3" data-type="line" data-label="" points="468.9397846200515,262.08038829061127 564.9373578037312,262.08038829061127 564.9373578037312,217.91233126042775 553.8783558319428,217.91233126042775" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.15,-4.1 10.700999999999999,-4.1000000000000005 10.700999999999999,-4.8 -1.049,-4.8 -1.049,-3.8000000000000003 -1.3489999999999998,-3.8000000000000003 -1.3489999999999998,-4.1 -1.9,-4.1" data-type="line" data-label="" points="468.9397846200515,360.6091308964053 478.30001516760194,360.6091308964053 478.30001516760194,372.5005308660701 278.6943728196572,372.5005308660701 278.6943728196572,355.51281662369183 273.59805854694366,355.51281662369183 273.59805854694366,360.6091308964053 264.23782799939323,360.6091308964053" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.85,-3.9 7.299,-3.9 7.299,0.6000000000000001 15.900999999999998,0.6000000000000001 15.900999999999998,4.7 15.15,4.7" data-type="line" data-label="" points="429.86804186258144,357.21158804792964 420.50781131503106,357.21158804792964 420.50781131503106,280.7668739572274 566.6361292279689,280.7668739572274 566.6361292279689,211.11724556347644 553.8783558319428,211.11724556347644" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-10.15,1.7 -10.750999999999998,1.7 -10.750999999999998,-4.3 -10.1,-4.3" data-type="line" data-label="" points="124.08918549977244,262.08038829061127 113.87956924010314,262.08038829061127 113.87956924010314,364.0066737448809 124.93857121189137,364.0066737448809" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.9,4.7 -12.8,4.7 -12.8,4.751 -12.499,4.751" data-type="line" data-label="" points="77.37297133323219,211.11724556347644 79.07174275747002,211.11724556347644 79.07174275747002,210.25087213711515 84.18504474442588,210.25087213711515" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="15.15,3.3 16.151,3.3 16.151,3.3509999999999995" data-type="line" data-label="" points="553.8783558319428,234.90004550280602 570.8830577885635,234.90004550280602 570.8830577885635,234.03367207644476" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.85,2.3 -7.749,2.3 -7.749,2.501" data-type="line" data-label="" points="163.1609282572425,251.88775974518433 164.8766873957227,251.88775974518433 164.8766873957227,248.47322918246627" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9,2.3 -1.799,2.3 -1.799,2.501" data-type="line" data-label="" points="264.23782799939323,251.88775974518433 265.95358713787346,251.88775974518433 265.95358713787346,248.47322918246627" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.15,-3.7 4.251,-3.7 4.251,-3.499" data-type="line" data-label="" points="367.0134991657818,353.814045199454 368.72925830426203,353.814045199454 368.72925830426203,350.39951463673594" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.15,-3.7 10.251,-3.7 10.251,-3.499" data-type="line" data-label="" points="468.9397846200515,353.814045199454 470.65554375853173,353.814045199454 470.65554375853173,350.39951463673594" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.55,9 -3.651,9 -3.651,9.401" data-type="line" data-label="" points="236.20809949946909,138.07007432124985 234.4923403609889,138.07007432124985 234.4923403609889,131.25800091005615" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.05,9 -1.151,9 -1.151,9.401" data-type="line" data-label="" points="278.67738510541477,138.07007432124985 276.96162596693455,138.07007432124985 276.96162596693455,131.25800091005615" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.45,-12 9.349,-12 9.349,-11.349" data-type="line" data-label="" points="457.04838465038665,494.8120734111937 455.3326255119065,494.8120734111937 455.3326255119065,483.7530714394054" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.9,4.5 -12.8,4.5 -12.8,4.449 -12.349000000000002,4.449" data-type="line" data-label="" points="77.37297133323219,214.5147884119521 79.07174275747002,214.5147884119521 79.07174275747002,215.3811618383134 86.73320188078259,215.3811618383134" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="15.15,3.5 15.251,3.5 15.251,3.099" data-type="line" data-label="" points="553.8783558319428,231.50250265433039 555.5941149704231,231.50250265433039 555.5941149704231,238.31457606552405" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.1,1.7 -4.201,1.7 -4.201,1.499" data-type="line" data-label="" points="226.86485666616105,262.08038829061127 225.14909752768085,262.08038829061127 225.14909752768085,265.4949188533293" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.8499999999999996,1.7 1.7489999999999997,1.7 1.7489999999999997,1.499" data-type="line" data-label="" points="327.9417564083118,262.08038829061127 326.22599726983157,262.08038829061127 326.22599726983157,265.4949188533293" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.85,1.7 7.749,1.7 7.749,1.499" data-type="line" data-label="" points="429.86804186258144,262.08038829061127 428.15228272410127,262.08038829061127 428.15228272410127,265.4949188533293" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.1,-4.3 -4.201,-4.3 -4.201,-4.501" data-type="line" data-label="" points="226.86485666616105,364.0066737448809 225.14909752768085,364.0066737448809 225.14909752768085,367.421204307599" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.8499999999999996,-4.3 -1.150999999999998,-4.3 -1.150999999999998,-4.901" data-type="line" data-label="" points="327.9417564083118,364.0066737448809 276.9616259669346,364.0066737448809 276.9616259669346,374.2162900045503" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-10.45,-12 -10.299,-12 -10.299,-12.051" data-type="line" data-label="" points="118.992871227059,494.8120734111937 121.5580160776581,494.8120734111937 121.5580160776581,495.678446837555" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.449999999999999,-12 -7.348999999999999,-12 -7.348999999999999,-12.651" data-type="line" data-label="" points="169.95601395419382,494.8120734111937 171.67177309267402,494.8120734111937 171.67177309267402,505.8710753829819" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.45,-12 -4.299,-12 -4.299,-12.051" data-type="line" data-label="" points="220.91915668132862,494.8120734111937 223.48430153192777,494.8120734111937 223.48430153192777,495.678446837555" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.45,-12 -1.349,-12 -1.349,-12.651" data-type="line" data-label="" points="271.8822994084635,494.8120734111937 273.59805854694366,494.8120734111937 273.59805854694366,505.8710753829819" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.55,-12 4.701,-12 4.701,-12.051" data-type="line" data-label="" points="373.80858486273314,494.8120734111937 376.37372971333224,494.8120734111937 376.37372971333224,495.678446837555" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9,-4.3 -1.7,-4.3 -1.7,-4.7 10.35,-4.7 10.35,-4.3 10.15,-4.3" data-type="line" data-label="" points="264.23782799939323,364.0066737448809 267.6353708478689,364.0066737448809 267.6353708478689,370.80175944183225 472.3373274685272,370.80175944183225 472.3373274685272,364.0066737448809 468.9397846200515,364.0066737448809" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.95,9 -9.75,9 -9.75,5.55 -10.35,5.55 -10.35,2.1 -10.15,2.1" data-type="line" data-label="" points="127.48672834824814,138.07007432124985 130.88427119672377,138.07007432124985 130.88427119672377,196.6776884574549 120.6916426512968,196.6776884574549 120.6916426512968,255.28530259365996 124.08918549977244,255.28530259365996" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.9,3.3 -12.700000000000001,3.3 -0.025000000000000133,3.3 -0.025000000000000133,2.1 1.6499999999999997,2.1 1.8499999999999996,2.1" data-type="line" data-label="" points="77.37297133323219,234.90004550280602 80.77051418170782,234.90004550280602 296.08979220385254,234.90004550280602 296.08979220385254,255.28530259365996 324.5442135598361,255.28530259365996 327.9417564083118,255.28530259365996" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.15,1.9 10.350000000000001,1.9 10.350000000000001,-0.9000000000000001 7.65,-0.9000000000000001 7.65,-3.7 7.85,-3.7" data-type="line" data-label="" points="468.9397846200515,258.6828454421356 472.3373274685272,258.6828454421356 472.3373274685272,306.2484453207948 426.4704990141058,306.2484453207948 426.4704990141058,353.814045199454 429.86804186258144,353.814045199454" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.15,-4.3 4.3500000000000005,-4.3 4.3500000000000005,-8.7 1.15,-8.7" data-type="line" data-label="" points="367.0134991657818,364.0066737448809 370.4110420142575,364.0066737448809 370.4110420142575,438.75261641134534 316.050356438647,438.75261641134534" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9,-3.9 1.3499999999999999,-3.9 1.3499999999999999,-8.5 1.15,-8.5" data-type="line" data-label="" points="264.23782799939323,357.21158804792964 319.44789928712265,357.21158804792964 319.44789928712265,435.35507356286973 316.050356438647,435.35507356286973" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.9,3.9000000000000004 -12.700000000000001,3.9000000000000004 -9.25,3.9000000000000004 -9.25,9 -8.75,9 -8.55,9" data-type="line" data-label="" points="77.37297133323219,224.70741695737905 80.77051418170782,224.70741695737905 139.3781283179129,224.70741695737905 139.3781283179129,138.07007432124985 147.87198543910205,138.07007432124985 151.26952828757769,138.07007432124985" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.9,3.7 -12.700000000000001,3.7 -6.75,3.7 -6.75,9 -6.250000000000001,9 -6.050000000000001,9" data-type="line" data-label="" points="77.37297133323219,228.10495980585472 80.77051418170782,228.10495980585472 181.8474139238586,228.10495980585472 181.8474139238586,138.07007432124985 190.34127104504773,138.07007432124985 193.7388138935234,138.07007432124985" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.050000000000001,9 5.250000000000001,9 5.75,9 5.75,0 16.235,0 16.435,0" data-type="line" data-label="" points="382.3024419839223,138.07007432124985 385.69998483239794,138.07007432124985 394.1938419535871,138.07007432124985 394.1938419535871,290.95950250265435 572.3100257849233,290.95950250265435 575.707568633399,290.95950250265435" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9,-4.3 -1.7,-4.3 -1.7,-4.7 10.35,-4.7 10.35,-4.3 10.15,-4.3" data-type="line" data-label="recovered from net labels: U6.5 -&gt; U8.5" points="264.23782799939323,364.0066737448809 267.6353708478689,364.0066737448809 267.6353708478689,370.80175944183225 472.3373274685272,370.80175944183225 472.3373274685272,364.0066737448809 468.9397846200515,364.0066737448809" fill="none" stroke="green" stroke-width="1px"/></g><g><polyline data-points="-9.95,9 -9.75,9 -9.75,5.55 -10.35,5.55 -10.35,2.1 -10.15,2.1" data-type="line" data-label="recovered from net labels: R2.2 -&gt; U1.2" points="127.48672834824814,138.07007432124985 130.88427119672377,138.07007432124985 130.88427119672377,196.6776884574549 120.6916426512968,196.6776884574549 120.6916426512968,255.28530259365996 124.08918549977244,255.28530259365996" fill="none" stroke="green" stroke-width="1px"/></g><g><polyline data-points="-12.9,3.3 -12.700000000000001,3.3 -0.025000000000000133,3.3 -0.025000000000000133,2.1 1.6499999999999997,2.1 1.8499999999999996,2.1" data-type="line" data-label="recovered from net labels: J1.8 -&gt; U3.2" points="77.37297133323219,234.90004550280602 80.77051418170782,234.90004550280602 296.08979220385254,234.90004550280602 296.08979220385254,255.28530259365996 324.5442135598361,255.28530259365996 327.9417564083118,255.28530259365996" fill="none" stroke="green" stroke-width="1px"/></g><g><polyline data-points="10.15,1.9 10.350000000000001,1.9 10.350000000000001,-0.9000000000000001 7.65,-0.9000000000000001 7.65,-3.7 7.85,-3.7" data-type="line" data-label="recovered from net labels: U4.6 -&gt; U8.1" points="468.9397846200515,258.6828454421356 472.3373274685272,258.6828454421356 472.3373274685272,306.2484453207948 426.4704990141058,306.2484453207948 426.4704990141058,353.814045199454 429.86804186258144,353.814045199454" fill="none" stroke="green" stroke-width="1px"/></g><g><polyline data-points="4.15,-4.3 4.3500000000000005,-4.3 4.3500000000000005,-8.7 1.15,-8.7" data-type="line" data-label="recovered from net labels: U7.5 -&gt; J3.2" points="367.0134991657818,364.0066737448809 370.4110420142575,364.0066737448809 370.4110420142575,438.75261641134534 316.050356438647,438.75261641134534" fill="none" stroke="green" stroke-width="1px"/></g><g><polyline data-points="-1.9,-3.9 1.3499999999999999,-3.9 1.3499999999999999,-8.5 1.15,-8.5" data-type="line" data-label="recovered from net labels: U6.7 -&gt; J3.1" points="264.23782799939323,357.21158804792964 319.44789928712265,357.21158804792964 319.44789928712265,435.35507356286973 316.050356438647,435.35507356286973" fill="none" stroke="green" stroke-width="1px"/></g><g><polyline data-points="-12.9,3.9000000000000004 -12.700000000000001,3.9000000000000004 -9.25,3.9000000000000004 -9.25,9 -8.75,9 -8.55,9" data-type="line" data-label="recovered from net labels: J1.5 -&gt; R3.1" points="77.37297133323219,224.70741695737905 80.77051418170782,224.70741695737905 139.3781283179129,224.70741695737905 139.3781283179129,138.07007432124985 147.87198543910205,138.07007432124985 151.26952828757769,138.07007432124985" fill="none" stroke="green" stroke-width="1px"/></g><g><polyline data-points="-12.9,3.7 -12.700000000000001,3.7 -6.75,3.7 -6.75,9 -6.250000000000001,9 -6.050000000000001,9" data-type="line" data-label="recovered from net labels: J1.6 -&gt; R4.1" points="77.37297133323219,228.10495980585472 80.77051418170782,228.10495980585472 181.8474139238586,228.10495980585472 181.8474139238586,138.07007432124985 190.34127104504773,138.07007432124985 193.7388138935234,138.07007432124985" fill="none" stroke="green" stroke-width="1px"/></g><g><polyline data-points="5.050000000000001,9 5.250000000000001,9 5.75,9 5.75,0 16.235,0 16.435,0" data-type="line" data-label="recovered from net labels: R8.2 -&gt; D2.1" points="382.3024419839223,138.07007432124985 385.69998483239794,138.07007432124985 394.1938419535871,138.07007432124985 394.1938419535871,290.95950250265435 572.3100257849233,290.95950250265435 575.707568633399,290.95950250265435" fill="none" stroke="green" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-14" data-y="4" x="39.999999999999986" y="207.71970271500078" width="37.37297133323219" height="30.57788563628091" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="14" data-y="4" x="514.8066130744728" y="207.71970271500078" width="39.07174275747002" height="30.57788563628091" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="0" data-y="-9" x="276.97861368117697" y="431.957530714394" width="39.07174275747002" height="23.78279993932955" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-9" data-y="2" x="124.08918549977246" y="248.49021689670866" width="39.07174275747005" height="16.987714242378274" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-3" data-y="2" x="226.86485666616107" y="248.49021689670866" width="37.37297133323219" height="16.987714242378274" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="3" data-y="2" x="327.9417564083118" y="248.49021689670866" width="39.07174275747002" height="16.987714242378274" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="9" data-y="2" x="429.86804186258144" y="248.49021689670866" width="39.071742757470076" height="16.987714242378274" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="-9" data-y="-4" x="124.93857121189137" y="350.4165023509783" width="37.372971333232215" height="16.987714242378274" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="-3" data-y="-4" x="226.86485666616107" y="350.4165023509783" width="37.37297133323219" height="16.987714242378274" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="3" data-y="-4" x="327.9417564083118" y="350.4165023509783" width="39.07174275747002" height="16.987714242378274" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="9" data-y="-4" x="429.86804186258144" y="350.4165023509783" width="39.071742757470076" height="16.987714242378274" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="-13" data-y="9" x="66.33095707568629" y="131.45411812528445" width="18.686485666616136" height="13.231912391930791" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_12" data-x="-10.5" data-y="9" x="108.800242681632" y="131.45411812528445" width="18.686485666616136" height="13.231912391930791" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_13" data-x="-8" data-y="9" x="151.26952828757769" y="131.45411812528445" width="18.686485666616136" height="13.231912391930791" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_14" data-x="-5.5" data-y="9" x="193.7388138935234" y="131.45411812528445" width="18.686485666616107" height="13.231912391930791" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_15" data-x="-3" data-y="9" x="236.20809949946909" y="131.45411812528445" width="18.686485666616107" height="13.231912391930791" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_16" data-x="-0.5" data-y="9" x="278.67738510541477" y="131.45411812528445" width="18.686485666616136" height="13.231912391930791" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_17" data-x="2" data-y="9" x="321.14667071136046" y="131.45411812528445" width="18.686485666616136" height="13.231912391930791" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_18" data-x="4.5" data-y="9" x="363.61595631730614" y="131.45411812528445" width="18.686485666616136" height="13.231912391930791" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_19" data-x="7" data-y="9" x="406.08524192325183" y="131.45411812528445" width="18.686485666616136" height="13.231912391930791" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_20" data-x="9.5" data-y="9" x="448.55452752919757" y="131.45411812528445" width="18.686485666616136" height="13.231912391930791" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_21" data-x="12" data-y="9" x="491.0238131351433" y="131.45411812528445" width="18.68648566661608" height="13.231912391930791" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_22" data-x="14.5" data-y="9" x="533.4930987410889" y="131.45411812528445" width="18.686485666616136" height="13.231912391930791" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_23" data-x="-11" data-y="-12" x="100.30638556044286" y="484.2796905809191" width="18.686485666616136" height="21.064765660549085" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_24" data-x="-8" data-y="-12" x="151.26952828757769" y="484.2796905809191" width="18.686485666616136" height="21.064765660549085" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_25" data-x="-5" data-y="-12" x="202.23267101471257" y="484.2796905809191" width="18.68648566661608" height="21.064765660549085" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_26" data-x="-2" data-y="-12" x="253.19581374184736" y="484.2796905809191" width="18.686485666616136" height="21.064765660549085" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_27" data-x="1" data-y="-12" x="304.1589564689822" y="484.2796905809191" width="18.686485666616136" height="21.064765660549085" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_28" data-x="4" data-y="-12" x="355.122099196117" y="484.2796905809191" width="18.68648566661608" height="21.064765660549085" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_29" data-x="7" data-y="-12" x="406.08524192325183" y="484.2796905809191" width="18.68648566661608" height="21.064765660549085" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_30" data-x="10" data-y="-12" x="457.04838465038665" y="484.2796905809191" width="18.686485666616136" height="21.064765660549085" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_31" data-x="17" data-y="2" x="575.707568633399" y="246.9613226148946" width="19.19611709388755" height="20.04550280600637" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_32" data-x="17" data-y="0" x="575.707568633399" y="280.93675109965113" width="19.19611709388755" height="20.045502806006425" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_33" data-x="17" data-y="-2" x="575.707568633399" y="314.9121795844077" width="19.19611709388755" height="20.04550280600637" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_34" data-x="17" data-y="-4" x="575.707568633399" y="348.88760806916423" width="19.19611709388755" height="20.04550280600637" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: VIN
4
- globalConnNetId: connectivity_net36" data-x="-12.499" data-y="4.9910000000000005" x="82.48627332018806" y="202.09676930077353" width="3.397542848475638" height="8.154102836341593" fill="#ef444466" stroke="#ef4444" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: VIN
5
- globalConnNetId: connectivity_net36" data-x="16.151" data-y="3.5909999999999993" x="569.1842863643258" y="225.87956924010314" width="3.3975428484756094" height="8.154102836341593" fill="#ef444466" stroke="#ef4444" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: VIN
6
- globalConnNetId: connectivity_net36" data-x="0.25" data-y="-10.51" x="299.0626421962687" y="465.42332777187926" width="3.3975428484756662" height="8.154102836341565" fill="#ef444466" stroke="#ef4444" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: VIN
7
- globalConnNetId: connectivity_net36" data-x="-7.749" data-y="2.7409999999999997" x="163.17791597148488" y="240.31912634612468" width="3.397542848475638" height="8.154102836341593" fill="#ef444466" stroke="#ef4444" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: VIN
8
- globalConnNetId: connectivity_net36" data-x="-1.799" data-y="2.7409999999999997" x="264.25481571363565" y="240.31912634612468" width="3.3975428484756094" height="8.154102836341593" fill="#ef444466" stroke="#ef4444" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: VIN
9
- globalConnNetId: connectivity_net36" data-x="4.3500000000000005" data-y="2.9400000000000004" x="368.71227059001967" y="236.93857121189143" width="3.3975428484756662" height="8.154102836341565" fill="#ef444466" stroke="#ef4444" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: VIN
10
- globalConnNetId: connectivity_net36" data-x="-7.7" data-y="-3.0599999999999996" x="164.0103139693614" y="338.86485666616113" width="3.397542848475638" height="8.154102836341565" fill="#ef444466" stroke="#ef4444" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: VIN
11
- globalConnNetId: connectivity_net36" data-x="4.251" data-y="-3.2590000000000003" x="367.0304868800242" y="342.24541180039444" width="3.3975428484756094" height="8.154102836341565" fill="#ef444466" stroke="#ef4444" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: VIN
12
- globalConnNetId: connectivity_net36" data-x="10.251" data-y="-3.2590000000000003" x="468.95677233429393" y="342.24541180039444" width="3.3975428484756094" height="8.154102836341565" fill="#ef444466" stroke="#ef4444" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: VIN
13
- globalConnNetId: connectivity_net36" data-x="-3.651" data-y="9.641" x="232.79356893675106" y="123.10389807371459" width="3.3975428484756662" height="8.154102836341565" fill="#ef444466" stroke="#ef4444" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: VIN
14
- globalConnNetId: connectivity_net36" data-x="-1.151" data-y="9.641" x="275.2628545426967" y="123.10389807371459" width="3.3975428484756662" height="8.154102836341565" fill="#ef444466" stroke="#ef4444" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: VIN
15
- globalConnNetId: connectivity_net36" data-x="-11.75" data-y="-11.76" x="95.2100712877294" y="486.65797057485213" width="3.397542848475638" height="8.154102836341565" fill="#ef444466" stroke="#ef4444" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: VIN
16
- globalConnNetId: connectivity_net36" data-x="-5.75" data-y="-11.76" x="197.13635674199907" y="486.65797057485213" width="3.397542848475638" height="8.154102836341565" fill="#ef444466" stroke="#ef4444" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: VIN
17
- globalConnNetId: connectivity_net36" data-x="3.25" data-y="-11.76" x="350.02578492340353" y="486.65797057485213" width="3.3975428484756662" height="8.154102836341565" fill="#ef444466" stroke="#ef4444" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: VIN
18
- globalConnNetId: connectivity_net36" data-x="9.349" data-y="-11.109" x="453.6338540876686" y="475.5989686030639" width="3.3975428484756662" height="8.154102836341565" fill="#ef444466" stroke="#ef4444" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: GND
19
- globalConnNetId: connectivity_net37" data-x="-12.349000000000002" data-y="4.209" x="85.03443045654475" y="215.3811618383134" width="3.3975428484756662" height="8.154102836341565" fill="#00000066" stroke="#000000" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: GND
20
- globalConnNetId: connectivity_net37" data-x="15.251" data-y="2.859" x="553.8953435461854" y="238.31457606552402" width="3.3975428484756094" height="8.154102836341593" fill="#00000066" stroke="#000000" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: GND
21
- globalConnNetId: connectivity_net37" data-x="1.75" data-y="-12.24" x="324.5442135598362" y="494.81207341119375" width="3.3975428484756662" height="8.154102836341565" fill="#00000066" stroke="#000000" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: GND
22
- globalConnNetId: connectivity_net37" data-x="-10.750999999999998" data-y="-4.54" x="112.18079781586532" y="364.0066737448809" width="3.397542848475638" height="8.154102836341622" fill="#00000066" stroke="#000000" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: GND
23
- globalConnNetId: connectivity_net37" data-x="-4.201" data-y="1.2590000000000001" x="223.45032610344305" y="265.4949188533293" width="3.397542848475638" height="8.154102836341565" fill="#00000066" stroke="#000000" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: GND
24
- globalConnNetId: connectivity_net37" data-x="1.7489999999999997" data-y="1.2590000000000001" x="324.52722584559376" y="265.4949188533293" width="3.3975428484756662" height="8.154102836341565" fill="#00000066" stroke="#000000" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: GND
25
- globalConnNetId: connectivity_net37" data-x="7.749" data-y="1.2590000000000001" x="426.4535112998634" y="265.4949188533293" width="3.3975428484756662" height="8.154102836341565" fill="#00000066" stroke="#000000" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: GND
26
- globalConnNetId: connectivity_net37" data-x="-4.201" data-y="-4.7410000000000005" x="223.45032610344305" y="367.42120430759894" width="3.397542848475638" height="8.154102836341565" fill="#00000066" stroke="#000000" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: GND
27
- globalConnNetId: connectivity_net37" data-x="-1.150999999999998" data-y="-5.141" x="275.2628545426968" y="374.2162900045503" width="3.3975428484756662" height="8.154102836341622" fill="#00000066" stroke="#000000" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: GND
28
- globalConnNetId: connectivity_net37" data-x="7.608999999999999" data-y="-4.3" x="421.6969513119975" y="362.30790232064305" width="8.154102836341565" height="3.3975428484756662" fill="#00000066" stroke="#000000" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: GND
29
- globalConnNetId: connectivity_net37" data-x="-10.299" data-y="-12.291" x="119.85924465342028" y="495.67844683755504" width="3.397542848475638" height="8.154102836341565" fill="#00000066" stroke="#000000" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: GND
30
- globalConnNetId: connectivity_net37" data-x="-7.348999999999999" data-y="-12.891" x="169.9730016684362" y="505.871075382982" width="3.397542848475638" height="8.154102836341565" fill="#00000066" stroke="#000000" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: GND
31
- globalConnNetId: connectivity_net37" data-x="-4.299" data-y="-12.291" x="221.78553010768997" y="495.67844683755504" width="3.397542848475638" height="8.154102836341565" fill="#00000066" stroke="#000000" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: GND
32
- globalConnNetId: connectivity_net37" data-x="-1.349" data-y="-12.891" x="271.8992871227058" y="505.871075382982" width="3.3975428484756662" height="8.154102836341565" fill="#00000066" stroke="#000000" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: GND
33
- globalConnNetId: connectivity_net37" data-x="4.701" data-y="-12.291" x="374.67495828909443" y="495.67844683755504" width="3.3975428484756094" height="8.154102836341565" fill="#00000066" stroke="#000000" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: GND
34
- globalConnNetId: connectivity_net37" data-x="7.75" data-y="-13.059999999999999" x="426.4704990141058" y="508.7419990899439" width="3.3975428484756094" height="8.154102836341508" fill="#00000066" stroke="#000000" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: GND
35
- globalConnNetId: connectivity_net37" data-x="17.765" data-y="-4.24" x="596.6024571515242" y="358.91035947216744" width="3.397542848475723" height="8.154102836341622" fill="#00000066" stroke="#000000" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .J1 &gt; .pin3 to .R1 &gt; .pin1
36
- globalConnNetId: connectivity_net0" data-x="-12.475000000000001" data-y="4.6000000000000005" x="80.77051418170782" y="211.11724556347644" width="7.644471409070206" height="3.397542848475638" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .J1 &gt; .pin4 to .R2 &gt; .pin1
37
- globalConnNetId: connectivity_net2" data-x="-12.674000000000001" data-y="4.1" x="77.38995904747455" y="219.61110268466558" width="7.644471409070206" height="3.3975428484756662" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .J1 &gt; .pin4 to .R2 &gt; .pin1
38
- globalConnNetId: connectivity_net2" data-x="-11.276" data-y="9" x="101.13878355831939" y="136.37130289701201" width="7.644471409070235" height="3.397542848475638" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .J1 &gt; .pin7 to .U3 &gt; .pin1
39
- globalConnNetId: connectivity_net8" data-x="-12.674000000000001" data-y="3.5" x="77.38995904747455" y="229.80373123009258" width="7.644471409070206" height="3.397542848475638" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .R5 &gt; .pin2 to .U3 &gt; .pin1
40
- globalConnNetId: connectivity_net8" data-x="0.26549999999999985" data-y="2.525" x="299.3259517670256" y="244.24328833611406" width="3.3975428484756662" height="7.644471409070235" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .R6 &gt; .pin2 to .U3 &gt; .pin2
41
- globalConnNetId: connectivity_net9" data-x="0.276" data-y="9" x="297.38085848627327" y="136.37130289701201" width="7.644471409070206" height="3.397542848475638" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U5 &gt; .pin7 to .U8 &gt; .pin2
42
- globalConnNetId: connectivity_net24" data-x="-7.674" data-y="-3.9" x="162.32853025936598" y="355.51281662369183" width="7.644471409070206" height="3.3975428484756094" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U8 &gt; .pin2 to .J2 &gt; .pin1
43
- globalConnNetId: connectivity_net24" data-x="7.074000000000001" data-y="-3.9" x="412.86333990596074" y="355.51281662369183" width="7.644471409070263" height="3.3975428484756094" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U8 &gt; .pin5 to .J2 &gt; .pin2
44
- globalConnNetId: connectivity_net25" data-x="15.376" data-y="4.5" x="553.8953435461851" y="212.8160169877143" width="7.644471409070206" height="3.397542848475638" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U4 &gt; .pin5 to .R9 &gt; .pin1
45
- globalConnNetId: connectivity_net19" data-x="12.7" data-y="1.925" x="510.5596845138782" y="254.43591688154106" width="3.3975428484756662" height="7.644471409070206" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U8 &gt; .pin6 to .J2 &gt; .pin3
46
- globalConnNetId: connectivity_net19" data-x="10.701" data-y="-3.8749999999999996" x="476.6012437433641" y="352.964659487335" width="3.3975428484756662" height="7.644471409070263" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U4 &gt; .pin5 to .R9 &gt; .pin1
47
- globalConnNetId: connectivity_net19" data-x="6.223999999999999" data-y="9" x="398.42378279993926" y="136.37130289701201" width="7.644471409070206" height="3.397542848475638" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U4 &gt; .pin7 to .R12 &gt; .pin1
48
- globalConnNetId: connectivity_net21" data-x="10.675" data-y="2.1" x="474.036098892765" y="253.58653116942213" width="7.644471409070206" height="3.3975428484756662" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U8 &gt; .pin7 to .J2 &gt; .pin4
49
- globalConnNetId: connectivity_net21" data-x="10.376" data-y="-3.9" x="468.9567723342939" y="355.51281662369183" width="7.644471409070206" height="3.3975428484756094" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U8 &gt; .pin7 to .J2 &gt; .pin4
50
- globalConnNetId: connectivity_net21" data-x="15.376" data-y="4.1" x="553.8953435461851" y="219.61110268466558" width="7.644471409070206" height="3.3975428484756662" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U4 &gt; .pin7 to .R12 &gt; .pin1
51
- globalConnNetId: connectivity_net21" data-x="13.724" data-y="9" x="525.8316396177763" y="136.37130289701201" width="7.64447140907032" height="3.397542848475638" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .R9 &gt; .pin2 to .J2 &gt; .pin5
52
- globalConnNetId: connectivity_net30" data-x="7.776000000000001" data-y="9" x="424.7887153041104" y="136.37130289701201" width="7.644471409070206" height="3.397542848475638" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .R9 &gt; .pin2 to .J2 &gt; .pin5
53
- globalConnNetId: connectivity_net30" data-x="15.376" data-y="3.9000000000000004" x="553.8953435461851" y="223.00864553314125" width="7.644471409070206" height="3.397542848475638" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .R10 &gt; .pin2 to .J2 &gt; .pin6
54
- globalConnNetId: connectivity_net31" data-x="10.276" data-y="9" x="467.258000910056" y="136.37130289701201" width="7.644471409070263" height="3.397542848475638" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .R10 &gt; .pin2 to .J2 &gt; .pin6
55
- globalConnNetId: connectivity_net31" data-x="15.376" data-y="3.7" x="553.8953435461851" y="226.4061883816169" width="7.644471409070206" height="3.3975428484756662" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U7 &gt; .pin6 to .J3 &gt; .pin3
56
- globalConnNetId: connectivity_net28" data-x="4.376" data-y="-4.1" x="367.0304868800242" y="358.91035947216744" width="7.644471409070206" height="3.3975428484756662" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U7 &gt; .pin6 to .J3 &gt; .pin3
57
- globalConnNetId: connectivity_net28" data-x="1.376" data-y="-8.9" x="316.0673441528894" y="440.45138783558326" width="7.644471409070263" height="3.3975428484756094" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U7 &gt; .pin7 to .J3 &gt; .pin4
58
- globalConnNetId: connectivity_net29" data-x="4.376" data-y="-3.9" x="367.0304868800242" y="355.51281662369183" width="7.644471409070206" height="3.3975428484756094" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U7 &gt; .pin7 to .J3 &gt; .pin4
59
- globalConnNetId: connectivity_net29" data-x="1.376" data-y="-9.1" x="316.0673441528894" y="443.8489306840588" width="7.644471409070263" height="3.3975428484756662" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .R1 &gt; .pin2 to .U1 &gt; .pin1
60
- globalConnNetId: connectivity_net1" data-x="-12.0255" data-y="9.225" x="90.52995601395418" y="130.42560291217964" width="3.3975428484756662" height="7.644471409070206" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .R3 &gt; .pin2 to .U1 &gt; .pin3
61
- globalConnNetId: connectivity_net5" data-x="-7.223999999999999" data-y="9" x="169.9730016684362" y="136.37130289701201" width="7.644471409070206" height="3.397542848475638" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .R3 &gt; .pin2 to .U1 &gt; .pin3
62
- globalConnNetId: connectivity_net5" data-x="-10.376" data-y="1.9" x="116.42772637645987" y="256.9840740178978" width="7.644471409070206" height="3.3975428484756662" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U1 &gt; .pin5 to .R7 &gt; .pin1
63
- globalConnNetId: connectivity_net10" data-x="-6.9125" data-y="1.925" x="177.38813893523434" y="254.43591688154106" width="3.397542848475638" height="7.644471409070206" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U1 &gt; .pin5 to .R7 &gt; .pin1
64
- globalConnNetId: connectivity_net10" data-x="1.224" data-y="9" x="313.4852115880479" y="136.37130289701201" width="7.644471409070206" height="3.397542848475638" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U1 &gt; .pin6 to .U2 &gt; .pin3
65
- globalConnNetId: connectivity_net11" data-x="-7.624" data-y="1.9" x="163.17791597148488" y="256.9840740178978" width="7.644471409070206" height="3.3975428484756662" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U1 &gt; .pin6 to .U2 &gt; .pin3
66
- globalConnNetId: connectivity_net11" data-x="-4.326" data-y="1.9" x="219.20339754284845" y="256.9840740178978" width="7.644471409070206" height="3.3975428484756662" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U1 &gt; .pin7 to .U5 &gt; .pin1
67
- globalConnNetId: connectivity_net12" data-x="-7.624" data-y="2.1" x="163.17791597148488" y="253.58653116942213" width="7.644471409070206" height="3.3975428484756662" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U1 &gt; .pin7 to .U5 &gt; .pin1
68
- globalConnNetId: connectivity_net12" data-x="-10.325999999999999" data-y="-3.7" x="117.2771120885788" y="352.1152737752161" width="7.644471409070206" height="3.3975428484756662" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .R4 &gt; .pin2 to .U2 &gt; .pin1
69
- globalConnNetId: connectivity_net7" data-x="-4.737499999999999" data-y="9.225" x="214.33641741240712" y="130.42560291217964" width="3.397542848475638" height="7.644471409070206" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U2 &gt; .pin5 to .R8 &gt; .pin1
70
- globalConnNetId: connectivity_net13" data-x="-1.4750000000000028" data-y="1.7" x="267.6353708478688" y="260.3816168663734" width="7.644471409070263" height="3.3975428484756662" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U2 &gt; .pin5 to .R8 &gt; .pin1
71
- globalConnNetId: connectivity_net13" data-x="3.7239999999999993" data-y="9" x="355.9544971939936" y="136.37130289701201" width="7.644471409070206" height="3.397542848475638" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U2 &gt; .pin6 to .U5 &gt; .pin3
72
- globalConnNetId: connectivity_net14" data-x="-1.674" data-y="1.9" x="264.25481571363565" y="256.9840740178978" width="7.644471409070206" height="3.3975428484756662" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U2 &gt; .pin6 to .U5 &gt; .pin3
73
- globalConnNetId: connectivity_net14" data-x="-10.325999999999999" data-y="-4.1" x="117.2771120885788" y="358.91035947216744" width="7.644471409070206" height="3.3975428484756662" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U2 &gt; .pin7 to .U6 &gt; .pin1
74
- globalConnNetId: connectivity_net15" data-x="-1.674" data-y="2.1" x="264.25481571363565" y="253.58653116942213" width="7.644471409070206" height="3.3975428484756662" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U2 &gt; .pin7 to .U6 &gt; .pin1
75
- globalConnNetId: connectivity_net15" data-x="-4.326" data-y="-3.7" x="219.20339754284845" y="352.1152737752161" width="7.644471409070206" height="3.3975428484756662" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U3 &gt; .pin5 to .R11 &gt; .pin1
76
- globalConnNetId: connectivity_net16" data-x="4.376" data-y="1.7" x="367.0304868800242" y="260.3816168663734" width="7.644471409070206" height="3.3975428484756662" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U3 &gt; .pin5 to .U6 &gt; .pin2
77
- globalConnNetId: connectivity_net16" data-x="-4.326" data-y="-3.9" x="219.20339754284845" y="355.51281662369183" width="7.644471409070206" height="3.3975428484756094" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U3 &gt; .pin5 to .R11 &gt; .pin1
78
- globalConnNetId: connectivity_net16" data-x="11.224" data-y="9" x="483.36235401183063" y="136.37130289701201" width="7.644471409070206" height="3.397542848475638" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U3 &gt; .pin6 to .U7 &gt; .pin1
79
- globalConnNetId: connectivity_net17" data-x="4.701" data-y="2.125" x="374.67495828909443" y="251.0383740330654" width="3.3975428484756094" height="7.644471409070206" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U3 &gt; .pin7 to .U7 &gt; .pin2
80
- globalConnNetId: connectivity_net18" data-x="4.376" data-y="2.1" x="367.0304868800242" y="253.58653116942213" width="7.644471409070206" height="3.3975428484756662" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U3 &gt; .pin7 to .U7 &gt; .pin2
81
- globalConnNetId: connectivity_net18" data-x="1.6239999999999997" data-y="-3.9" x="320.28029728499916" y="355.51281662369183" width="7.644471409070263" height="3.3975428484756094" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U5 &gt; .pin5 to .U6 &gt; .pin3
82
- globalConnNetId: connectivity_net22" data-x="-6.95" data-y="-4.075" x="176.75109965114513" y="356.3622023358107" width="3.397542848475638" height="7.644471409070206" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U5 &gt; .pin6 to .U7 &gt; .pin3
83
- globalConnNetId: connectivity_net23" data-x="-7.674" data-y="-4.1" x="162.32853025936598" y="358.91035947216744" width="7.644471409070206" height="3.3975428484756662" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U5 &gt; .pin6 to .U7 &gt; .pin3
84
- globalConnNetId: connectivity_net23" data-x="1.6239999999999997" data-y="-4.1" x="320.28029728499916" y="358.91035947216744" width="7.644471409070263" height="3.3975428484756662" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .R7 &gt; .pin2 to .D1 &gt; .pos
85
- globalConnNetId: connectivity_net32" data-x="2.776" data-y="9" x="339.8501440922189" y="136.37130289701201" width="7.644471409070263" height="3.397542848475638" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .R7 &gt; .pin2 to .D1 &gt; .pos
86
- globalConnNetId: connectivity_net32" data-x="16.208999999999996" data-y="2" x="568.0461095100864" y="255.28530259366" width="7.644471409070206" height="3.397542848475638" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .R11 &gt; .pin2 to .D3 &gt; .pos
87
- globalConnNetId: connectivity_net34" data-x="12.776" data-y="9" x="509.7272865160017" y="136.37130289701201" width="7.644471409070206" height="3.397542848475638" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .R11 &gt; .pin2 to .D3 &gt; .pos
88
- globalConnNetId: connectivity_net34" data-x="16.208999999999996" data-y="-2" x="568.0461095100864" y="323.23615956317303" width="7.644471409070206" height="3.3975428484756662" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .R12 &gt; .pin2 to .D4 &gt; .pos
89
- globalConnNetId: connectivity_net35" data-x="15.39625" data-y="9.225" x="556.3628090398907" y="130.42560291217964" width="3.397542848475723" height="7.644471409070206" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><circle data-type="point" data-label="J1.1
90
- x+" data-x="-12.9" data-y="4.7" cx="77.37297133323219" cy="211.11724556347644" r="3" fill="hsl(218, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J1.2
91
- x+" data-x="-12.9" data-y="4.5" cx="77.37297133323219" cy="214.5147884119521" r="3" fill="hsl(219, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J1.3
92
- x+" data-x="-12.9" data-y="4.3" cx="77.37297133323219" cy="217.91233126042775" r="3" fill="hsl(220, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J1.4
93
- x+" data-x="-12.9" data-y="4.1" cx="77.37297133323219" cy="221.30987410890341" r="3" fill="hsl(221, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J1.5
94
- x+" data-x="-12.9" data-y="3.9000000000000004" cx="77.37297133323219" cy="224.70741695737905" r="3" fill="hsl(222, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J1.6
95
- x+" data-x="-12.9" data-y="3.7" cx="77.37297133323219" cy="228.10495980585472" r="3" fill="hsl(223, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J1.7
96
- x+" data-x="-12.9" data-y="3.5" cx="77.37297133323219" cy="231.50250265433039" r="3" fill="hsl(224, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J1.8
97
- x+" data-x="-12.9" data-y="3.3" cx="77.37297133323219" cy="234.90004550280602" r="3" fill="hsl(225, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J2.1
98
- x+" data-x="15.15" data-y="4.7" cx="553.8783558319428" cy="211.11724556347644" r="3" fill="hsl(99, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J2.2
99
- x+" data-x="15.15" data-y="4.5" cx="553.8783558319428" cy="214.5147884119521" r="3" fill="hsl(100, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J2.3
100
- x+" data-x="15.15" data-y="4.3" cx="553.8783558319428" cy="217.91233126042775" r="3" fill="hsl(101, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J2.4
101
- x+" data-x="15.15" data-y="4.1" cx="553.8783558319428" cy="221.30987410890341" r="3" fill="hsl(102, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J2.5
102
- x+" data-x="15.15" data-y="3.9000000000000004" cx="553.8783558319428" cy="224.70741695737905" r="3" fill="hsl(103, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J2.6
103
- x+" data-x="15.15" data-y="3.7" cx="553.8783558319428" cy="228.10495980585472" r="3" fill="hsl(104, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J2.7
104
- x+" data-x="15.15" data-y="3.5" cx="553.8783558319428" cy="231.50250265433039" r="3" fill="hsl(105, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J2.8
105
- x+" data-x="15.15" data-y="3.3" cx="553.8783558319428" cy="234.90004550280602" r="3" fill="hsl(106, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J3.1
106
- x+" data-x="1.15" data-y="-8.5" cx="316.050356438647" cy="435.35507356286973" r="3" fill="hsl(340, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J3.2
107
- x+" data-x="1.15" data-y="-8.7" cx="316.050356438647" cy="438.75261641134534" r="3" fill="hsl(341, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J3.3
108
- x+" data-x="1.15" data-y="-8.9" cx="316.050356438647" cy="442.15015925982107" r="3" fill="hsl(342, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J3.4
109
- x+" data-x="1.15" data-y="-9.1" cx="316.050356438647" cy="445.5477021082967" r="3" fill="hsl(343, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J3.5
110
- x+" data-x="1.15" data-y="-9.3" cx="316.050356438647" cy="448.94524495677234" r="3" fill="hsl(344, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J3.6
111
- x+" data-x="1.15" data-y="-9.5" cx="316.050356438647" cy="452.342787805248" r="3" fill="hsl(345, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U1.1
112
- x-" data-x="-10.15" data-y="2.3" cx="124.08918549977244" cy="251.88775974518433" r="3" fill="hsl(319, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U1.2
113
- x-" data-x="-10.15" data-y="2.1" cx="124.08918549977244" cy="255.28530259365996" r="3" fill="hsl(320, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U1.3
114
- x-" data-x="-10.15" data-y="1.9" cx="124.08918549977244" cy="258.6828454421356" r="3" fill="hsl(321, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U1.4
115
- x-" data-x="-10.15" data-y="1.7" cx="124.08918549977244" cy="262.08038829061127" r="3" fill="hsl(322, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U1.5
116
- x+" data-x="-7.85" data-y="1.7" cx="163.1609282572425" cy="262.08038829061127" r="3" fill="hsl(323, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U1.6
117
- x+" data-x="-7.85" data-y="1.9" cx="163.1609282572425" cy="258.6828454421356" r="3" fill="hsl(324, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U1.7
118
- x+" data-x="-7.85" data-y="2.1" cx="163.1609282572425" cy="255.28530259365996" r="3" fill="hsl(325, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U1.8
119
- x+" data-x="-7.85" data-y="2.3" cx="163.1609282572425" cy="251.88775974518433" r="3" fill="hsl(326, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U2.1
120
- x-" data-x="-4.1" data-y="2.3" cx="226.86485666616105" cy="251.88775974518433" r="3" fill="hsl(200, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U2.2
121
- x-" data-x="-4.1" data-y="2.1" cx="226.86485666616105" cy="255.28530259365996" r="3" fill="hsl(201, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U2.3
122
- x-" data-x="-4.1" data-y="1.9" cx="226.86485666616105" cy="258.6828454421356" r="3" fill="hsl(202, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U2.4
123
- x-" data-x="-4.1" data-y="1.7" cx="226.86485666616105" cy="262.08038829061127" r="3" fill="hsl(203, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U2.5
124
- x+" data-x="-1.9" data-y="1.7" cx="264.23782799939323" cy="262.08038829061127" r="3" fill="hsl(204, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U2.6
125
- x+" data-x="-1.9" data-y="1.9" cx="264.23782799939323" cy="258.6828454421356" r="3" fill="hsl(205, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U2.7
126
- x+" data-x="-1.9" data-y="2.1" cx="264.23782799939323" cy="255.28530259365996" r="3" fill="hsl(206, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U2.8
127
- x+" data-x="-1.9" data-y="2.3" cx="264.23782799939323" cy="251.88775974518433" r="3" fill="hsl(207, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U3.1
128
- x-" data-x="1.8499999999999996" data-y="2.3" cx="327.9417564083118" cy="251.88775974518433" r="3" fill="hsl(81, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U3.2
129
- x-" data-x="1.8499999999999996" data-y="2.1" cx="327.9417564083118" cy="255.28530259365996" r="3" fill="hsl(82, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U3.3
130
- x-" data-x="1.8499999999999996" data-y="1.9" cx="327.9417564083118" cy="258.6828454421356" r="3" fill="hsl(83, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U3.4
131
- x-" data-x="1.8499999999999996" data-y="1.7" cx="327.9417564083118" cy="262.08038829061127" r="3" fill="hsl(84, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U3.5
132
- x+" data-x="4.15" data-y="1.7" cx="367.0134991657818" cy="262.08038829061127" r="3" fill="hsl(85, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U3.6
133
- x+" data-x="4.15" data-y="1.9" cx="367.0134991657818" cy="258.6828454421356" r="3" fill="hsl(86, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U3.7
134
- x+" data-x="4.15" data-y="2.1" cx="367.0134991657818" cy="255.28530259365996" r="3" fill="hsl(87, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U3.8
135
- x+" data-x="4.15" data-y="2.3" cx="367.0134991657818" cy="251.88775974518433" r="3" fill="hsl(88, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U4.1
136
- x-" data-x="7.85" data-y="2.3" cx="429.86804186258144" cy="251.88775974518433" r="3" fill="hsl(322, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U4.2
137
- x-" data-x="7.85" data-y="2.1" cx="429.86804186258144" cy="255.28530259365996" r="3" fill="hsl(323, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U4.3
138
- x-" data-x="7.85" data-y="1.9" cx="429.86804186258144" cy="258.6828454421356" r="3" fill="hsl(324, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U4.4
139
- x-" data-x="7.85" data-y="1.7" cx="429.86804186258144" cy="262.08038829061127" r="3" fill="hsl(325, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U4.5
140
- x+" data-x="10.15" data-y="1.7" cx="468.9397846200515" cy="262.08038829061127" r="3" fill="hsl(326, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U4.6
141
- x+" data-x="10.15" data-y="1.9" cx="468.9397846200515" cy="258.6828454421356" r="3" fill="hsl(327, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U4.7
142
- x+" data-x="10.15" data-y="2.1" cx="468.9397846200515" cy="255.28530259365996" r="3" fill="hsl(328, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U4.8
143
- x+" data-x="10.15" data-y="2.3" cx="468.9397846200515" cy="251.88775974518433" r="3" fill="hsl(329, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U5.1
144
- x-" data-x="-10.1" data-y="-3.7" cx="124.93857121189137" cy="353.814045199454" r="3" fill="hsl(203, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U5.2
145
- x-" data-x="-10.1" data-y="-3.9" cx="124.93857121189137" cy="357.21158804792964" r="3" fill="hsl(204, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U5.3
146
- x-" data-x="-10.1" data-y="-4.1" cx="124.93857121189137" cy="360.6091308964053" r="3" fill="hsl(205, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U5.4
147
- x-" data-x="-10.1" data-y="-4.3" cx="124.93857121189137" cy="364.0066737448809" r="3" fill="hsl(206, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U5.5
148
- x+" data-x="-7.9" data-y="-4.3" cx="162.3115425451236" cy="364.0066737448809" r="3" fill="hsl(207, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U5.6
149
- x+" data-x="-7.9" data-y="-4.1" cx="162.3115425451236" cy="360.6091308964053" r="3" fill="hsl(208, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U5.7
150
- x+" data-x="-7.9" data-y="-3.9" cx="162.3115425451236" cy="357.21158804792964" r="3" fill="hsl(209, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U5.8
151
- x+" data-x="-7.9" data-y="-3.7" cx="162.3115425451236" cy="353.814045199454" r="3" fill="hsl(210, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U6.1
152
- x-" data-x="-4.1" data-y="-3.7" cx="226.86485666616105" cy="353.814045199454" r="3" fill="hsl(84, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U6.2
153
- x-" data-x="-4.1" data-y="-3.9" cx="226.86485666616105" cy="357.21158804792964" r="3" fill="hsl(85, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U6.3
154
- x-" data-x="-4.1" data-y="-4.1" cx="226.86485666616105" cy="360.6091308964053" r="3" fill="hsl(86, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U6.4
155
- x-" data-x="-4.1" data-y="-4.3" cx="226.86485666616105" cy="364.0066737448809" r="3" fill="hsl(87, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U6.5
156
- x+" data-x="-1.9" data-y="-4.3" cx="264.23782799939323" cy="364.0066737448809" r="3" fill="hsl(88, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U6.6
157
- x+" data-x="-1.9" data-y="-4.1" cx="264.23782799939323" cy="360.6091308964053" r="3" fill="hsl(89, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U6.7
158
- x+" data-x="-1.9" data-y="-3.9" cx="264.23782799939323" cy="357.21158804792964" r="3" fill="hsl(90, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U6.8
159
- x+" data-x="-1.9" data-y="-3.7" cx="264.23782799939323" cy="353.814045199454" r="3" fill="hsl(91, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U7.1
160
- x-" data-x="1.8499999999999996" data-y="-3.7" cx="327.9417564083118" cy="353.814045199454" r="3" fill="hsl(325, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U7.2
161
- x-" data-x="1.8499999999999996" data-y="-3.9" cx="327.9417564083118" cy="357.21158804792964" r="3" fill="hsl(326, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U7.3
162
- x-" data-x="1.8499999999999996" data-y="-4.1" cx="327.9417564083118" cy="360.6091308964053" r="3" fill="hsl(327, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U7.4
163
- x-" data-x="1.8499999999999996" data-y="-4.3" cx="327.9417564083118" cy="364.0066737448809" r="3" fill="hsl(328, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U7.5
164
- x+" data-x="4.15" data-y="-4.3" cx="367.0134991657818" cy="364.0066737448809" r="3" fill="hsl(329, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U7.6
165
- x+" data-x="4.15" data-y="-4.1" cx="367.0134991657818" cy="360.6091308964053" r="3" fill="hsl(330, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U7.7
166
- x+" data-x="4.15" data-y="-3.9" cx="367.0134991657818" cy="357.21158804792964" r="3" fill="hsl(331, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U7.8
167
- x+" data-x="4.15" data-y="-3.7" cx="367.0134991657818" cy="353.814045199454" r="3" fill="hsl(332, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U8.1
168
- x-" data-x="7.85" data-y="-3.7" cx="429.86804186258144" cy="353.814045199454" r="3" fill="hsl(206, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U8.2
169
- x-" data-x="7.85" data-y="-3.9" cx="429.86804186258144" cy="357.21158804792964" r="3" fill="hsl(207, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U8.3
170
- x-" data-x="7.85" data-y="-4.1" cx="429.86804186258144" cy="360.6091308964053" r="3" fill="hsl(208, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U8.4
171
- x-" data-x="7.85" data-y="-4.3" cx="429.86804186258144" cy="364.0066737448809" r="3" fill="hsl(209, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U8.5
172
- x+" data-x="10.15" data-y="-4.3" cx="468.9397846200515" cy="364.0066737448809" r="3" fill="hsl(210, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U8.6
173
- x+" data-x="10.15" data-y="-4.1" cx="468.9397846200515" cy="360.6091308964053" r="3" fill="hsl(211, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U8.7
174
- x+" data-x="10.15" data-y="-3.9" cx="468.9397846200515" cy="357.21158804792964" r="3" fill="hsl(212, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U8.8
175
- x+" data-x="10.15" data-y="-3.7" cx="468.9397846200515" cy="353.814045199454" r="3" fill="hsl(213, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R1.1
176
- x-" data-x="-13.55" data-y="9" cx="66.33095707568629" cy="138.07007432124985" r="3" fill="hsl(226, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R1.2
177
- x+" data-x="-12.45" data-y="9" cx="85.01744274230242" cy="138.07007432124985" r="3" fill="hsl(227, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R2.1
178
- x-" data-x="-11.05" data-y="9" cx="108.800242681632" cy="138.07007432124985" r="3" fill="hsl(107, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R2.2
179
- x+" data-x="-9.95" data-y="9" cx="127.48672834824814" cy="138.07007432124985" r="3" fill="hsl(108, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R3.1
180
- x-" data-x="-8.55" data-y="9" cx="151.26952828757769" cy="138.07007432124985" r="3" fill="hsl(348, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R3.2
181
- x+" data-x="-7.449999999999999" data-y="9" cx="169.95601395419382" cy="138.07007432124985" r="3" fill="hsl(349, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R4.1
182
- x-" data-x="-6.050000000000001" data-y="9" cx="193.7388138935234" cy="138.07007432124985" r="3" fill="hsl(229, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R4.2
183
- x+" data-x="-4.949999999999999" data-y="9" cx="212.4252995601395" cy="138.07007432124985" r="3" fill="hsl(230, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R5.1
184
- x-" data-x="-3.55" data-y="9" cx="236.20809949946909" cy="138.07007432124985" r="3" fill="hsl(110, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R5.2
185
- x+" data-x="-2.45" data-y="9" cx="254.8945851660852" cy="138.07007432124985" r="3" fill="hsl(111, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R6.1
186
- x-" data-x="-1.05" data-y="9" cx="278.67738510541477" cy="138.07007432124985" r="3" fill="hsl(351, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R6.2
187
- x+" data-x="0.050000000000000044" data-y="9" cx="297.3638707720309" cy="138.07007432124985" r="3" fill="hsl(352, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R7.1
188
- x-" data-x="1.45" data-y="9" cx="321.14667071136046" cy="138.07007432124985" r="3" fill="hsl(232, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R7.2
189
- x+" data-x="2.55" data-y="9" cx="339.8331563779766" cy="138.07007432124985" r="3" fill="hsl(233, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R8.1
190
- x-" data-x="3.9499999999999993" data-y="9" cx="363.61595631730614" cy="138.07007432124985" r="3" fill="hsl(113, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R8.2
191
- x+" data-x="5.050000000000001" data-y="9" cx="382.3024419839223" cy="138.07007432124985" r="3" fill="hsl(114, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R9.1
192
- x-" data-x="6.449999999999999" data-y="9" cx="406.08524192325183" cy="138.07007432124985" r="3" fill="hsl(354, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R9.2
193
- x+" data-x="7.550000000000001" data-y="9" cx="424.77172758986796" cy="138.07007432124985" r="3" fill="hsl(355, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R10.1
194
- x-" data-x="8.95" data-y="9" cx="448.55452752919757" cy="138.07007432124985" r="3" fill="hsl(244, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R10.2
195
- x+" data-x="10.05" data-y="9" cx="467.2410131958137" cy="138.07007432124985" r="3" fill="hsl(245, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R11.1
196
- x-" data-x="11.45" data-y="9" cx="491.02381313514326" cy="138.07007432124985" r="3" fill="hsl(125, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R11.2
197
- x+" data-x="12.55" data-y="9" cx="509.71029880175934" cy="138.07007432124985" r="3" fill="hsl(126, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R12.1
198
- x-" data-x="13.95" data-y="9" cx="533.4930987410889" cy="138.07007432124985" r="3" fill="hsl(6, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R12.2
199
- x+" data-x="15.05" data-y="9" cx="552.1795844077051" cy="138.07007432124985" r="3" fill="hsl(7, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="C1.1
200
- x-" data-x="-11.55" data-y="-12" cx="100.30638556044286" cy="494.8120734111937" r="3" fill="hsl(121, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="C1.2
201
- x+" data-x="-10.45" data-y="-12" cx="118.992871227059" cy="494.8120734111937" r="3" fill="hsl(122, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="C2.1
202
- x-" data-x="-8.55" data-y="-12" cx="151.26952828757769" cy="494.8120734111937" r="3" fill="hsl(2, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="C2.2
203
- x+" data-x="-7.449999999999999" data-y="-12" cx="169.95601395419382" cy="494.8120734111937" r="3" fill="hsl(3, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="C3.1
204
- x-" data-x="-5.55" data-y="-12" cx="202.23267101471254" cy="494.8120734111937" r="3" fill="hsl(243, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="C3.2
205
- x+" data-x="-4.45" data-y="-12" cx="220.91915668132862" cy="494.8120734111937" r="3" fill="hsl(244, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="C4.1
206
- x-" data-x="-2.55" data-y="-12" cx="253.19581374184736" cy="494.8120734111937" r="3" fill="hsl(124, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="C4.2
207
- x+" data-x="-1.45" data-y="-12" cx="271.8822994084635" cy="494.8120734111937" r="3" fill="hsl(125, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="C5.1
208
- x-" data-x="0.44999999999999996" data-y="-12" cx="304.1589564689822" cy="494.8120734111937" r="3" fill="hsl(5, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="C5.2
209
- x+" data-x="1.55" data-y="-12" cx="322.8454421355983" cy="494.8120734111937" r="3" fill="hsl(6, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="C6.1
210
- x-" data-x="3.45" data-y="-12" cx="355.12209919611706" cy="494.8120734111937" r="3" fill="hsl(246, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="C6.2
211
- x+" data-x="4.55" data-y="-12" cx="373.80858486273314" cy="494.8120734111937" r="3" fill="hsl(247, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="C7.1
212
- x-" data-x="6.45" data-y="-12" cx="406.0852419232519" cy="494.8120734111937" r="3" fill="hsl(127, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="C7.2
213
- x+" data-x="7.55" data-y="-12" cx="424.77172758986796" cy="494.8120734111937" r="3" fill="hsl(128, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="C8.1
214
- x-" data-x="9.45" data-y="-12" cx="457.04838465038665" cy="494.8120734111937" r="3" fill="hsl(8, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="C8.2
215
- x+" data-x="10.55" data-y="-12" cx="475.7348703170028" cy="494.8120734111937" r="3" fill="hsl(9, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="D1.1
216
- x-" data-x="16.435" data-y="2" cx="575.707568633399" cy="256.9840740178978" r="3" fill="hsl(32, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="D1.2
217
- x+" data-x="17.565" data-y="2" cx="594.9036857272865" cy="256.9840740178978" r="3" fill="hsl(33, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="D2.1
218
- x-" data-x="16.435" data-y="0" cx="575.707568633399" cy="290.95950250265435" r="3" fill="hsl(273, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="D2.2
219
- x+" data-x="17.565" data-y="0" cx="594.9036857272865" cy="290.95950250265435" r="3" fill="hsl(274, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="D3.1
220
- x-" data-x="16.435" data-y="-2" cx="575.707568633399" cy="324.9349309874109" r="3" fill="hsl(154, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="D3.2
221
- x+" data-x="17.565" data-y="-2" cx="594.9036857272865" cy="324.9349309874109" r="3" fill="hsl(155, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="D4.1
222
- x-" data-x="16.435" data-y="-4" cx="575.707568633399" cy="358.91035947216744" r="3" fill="hsl(35, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="D4.2
223
- x+" data-x="17.565" data-y="-4" cx="594.9036857272865" cy="358.91035947216744" r="3" fill="hsl(36, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anchorPoint
224
- orientation: y+" data-x="-12.499" data-y="4.751" cx="84.18504474442588" cy="210.25087213711515" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
225
- orientation: y+" data-x="16.151" data-y="3.3509999999999995" cx="570.8830577885635" cy="234.03367207644476" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
226
- orientation: y+" data-x="0.25" data-y="-10.75" cx="300.7614136205066" cy="473.5774306082208" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
227
- orientation: y+" data-x="-7.749" data-y="2.501" cx="164.8766873957227" cy="248.47322918246627" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
228
- orientation: y+" data-x="-1.799" data-y="2.501" cx="265.95358713787346" cy="248.47322918246627" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
229
- orientation: y+" data-x="4.3500000000000005" data-y="2.7" cx="370.4110420142575" cy="245.092674048233" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
230
- orientation: y+" data-x="-7.7" data-y="-3.3" cx="165.70908539359922" cy="347.01895950250264" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
231
- orientation: y+" data-x="4.251" data-y="-3.499" cx="368.72925830426203" cy="350.39951463673594" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
232
- orientation: y+" data-x="10.251" data-y="-3.499" cx="470.65554375853173" cy="350.39951463673594" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
233
- orientation: y+" data-x="-3.651" data-y="9.401" cx="234.4923403609889" cy="131.25800091005615" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
234
- orientation: y+" data-x="-1.151" data-y="9.401" cx="276.96162596693455" cy="131.25800091005615" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
235
- orientation: y+" data-x="-11.75" data-y="-12" cx="96.90884271196722" cy="494.8120734111937" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
236
- orientation: y+" data-x="-5.75" data-y="-12" cx="198.83512816623687" cy="494.8120734111937" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
237
- orientation: y+" data-x="3.25" data-y="-12" cx="351.7245563476414" cy="494.8120734111937" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
238
- orientation: y+" data-x="9.349" data-y="-11.349" cx="455.3326255119065" cy="483.7530714394054" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
239
- orientation: y-" data-x="-12.349000000000002" data-y="4.449" cx="86.73320188078259" cy="215.3811618383134" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
240
- orientation: y-" data-x="15.251" data-y="3.099" cx="555.5941149704231" cy="238.31457606552405" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
241
- orientation: y-" data-x="1.75" data-y="-12" cx="326.242984984074" cy="494.8120734111937" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
242
- orientation: y-" data-x="-10.750999999999998" data-y="-4.3" cx="113.87956924010314" cy="364.0066737448809" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
243
- orientation: y-" data-x="-4.201" data-y="1.499" cx="225.14909752768085" cy="265.4949188533293" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
244
- orientation: y-" data-x="1.7489999999999997" data-y="1.499" cx="326.22599726983157" cy="265.4949188533293" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
245
- orientation: y-" data-x="7.749" data-y="1.499" cx="428.15228272410127" cy="265.4949188533293" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
246
- orientation: y-" data-x="-4.201" data-y="-4.501" cx="225.14909752768085" cy="367.421204307599" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
247
- orientation: y-" data-x="-1.150999999999998" data-y="-4.901" cx="276.9616259669346" cy="374.2162900045503" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
248
- orientation: x-" data-x="7.85" data-y="-4.3" cx="429.86804186258144" cy="364.0066737448809" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
249
- orientation: y-" data-x="-10.299" data-y="-12.051" cx="121.5580160776581" cy="495.678446837555" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
250
- orientation: y-" data-x="-7.348999999999999" data-y="-12.651" cx="171.67177309267402" cy="505.8710753829819" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
251
- orientation: y-" data-x="-4.299" data-y="-12.051" cx="223.48430153192777" cy="495.678446837555" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
252
- orientation: y-" data-x="-1.349" data-y="-12.651" cx="273.59805854694366" cy="505.8710753829819" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
253
- orientation: y-" data-x="4.701" data-y="-12.051" cx="376.37372971333224" cy="495.678446837555" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
254
- orientation: y-" data-x="7.75" data-y="-12.819999999999999" cx="428.16927043834363" cy="508.7419990899439" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
255
- orientation: y-" data-x="17.765" data-y="-4" cx="598.301228575762" cy="358.91035947216744" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
256
- orientation: x+" data-x="-12.700000000000001" data-y="4.6000000000000005" cx="80.77051418170782" cy="212.81601698771425" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
257
- orientation: x+" data-x="-12.9" data-y="4.1" cx="77.37297133323219" cy="221.30987410890341" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
258
- orientation: x-" data-x="-11.05" data-y="9" cx="108.800242681632" cy="138.07007432124985" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
259
- orientation: x+" data-x="-12.9" data-y="3.5" cx="77.37297133323219" cy="231.50250265433039" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
260
- orientation: y+" data-x="0.26549999999999985" data-y="2.3" cx="301.02472319126343" cy="251.88775974518433" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
261
- orientation: x+" data-x="0.050000000000000044" data-y="9" cx="297.3638707720309" cy="138.07007432124985" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
262
- orientation: x+" data-x="-7.9" data-y="-3.9" cx="162.3115425451236" cy="357.21158804792964" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
263
- orientation: x-" data-x="7.299" data-y="-3.9" cx="420.50781131503106" cy="357.21158804792964" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
264
- orientation: x+" data-x="15.15" data-y="4.5" cx="553.8783558319428" cy="214.5147884119521" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
265
- orientation: y+" data-x="12.7" data-y="1.7" cx="512.2584559381161" cy="262.08038829061127" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
266
- orientation: y+" data-x="10.701" data-y="-4.1" cx="478.30001516760194" cy="360.6091308964053" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
267
- orientation: x-" data-x="6.449999999999999" data-y="9" cx="406.08524192325183" cy="138.07007432124985" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
268
- orientation: x+" data-x="10.450000000000001" data-y="2.1" cx="474.03609889276504" cy="255.28530259365996" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
269
- orientation: x+" data-x="10.15" data-y="-3.9" cx="468.9397846200515" cy="357.21158804792964" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
270
- orientation: x+" data-x="15.15" data-y="4.1" cx="553.8783558319428" cy="221.30987410890341" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
271
- orientation: x-" data-x="13.95" data-y="9" cx="533.4930987410889" cy="138.07007432124985" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
272
- orientation: x+" data-x="7.550000000000001" data-y="9" cx="424.77172758986796" cy="138.07007432124985" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
273
- orientation: x+" data-x="15.15" data-y="3.9000000000000004" cx="553.8783558319428" cy="224.70741695737905" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
274
- orientation: x+" data-x="10.05" data-y="9" cx="467.2410131958137" cy="138.07007432124985" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
275
- orientation: x+" data-x="15.15" data-y="3.7" cx="553.8783558319428" cy="228.10495980585472" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
276
- orientation: x+" data-x="4.15" data-y="-4.1" cx="367.0134991657818" cy="360.6091308964053" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
277
- orientation: x+" data-x="1.15" data-y="-8.9" cx="316.050356438647" cy="442.15015925982107" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
278
- orientation: x+" data-x="4.15" data-y="-3.9" cx="367.0134991657818" cy="357.21158804792964" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
279
- orientation: x+" data-x="1.15" data-y="-9.1" cx="316.050356438647" cy="445.5477021082967" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
280
- orientation: y+" data-x="-12.0255" data-y="9" cx="92.22872743819201" cy="138.07007432124985" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
281
- orientation: x+" data-x="-7.449999999999999" data-y="9" cx="169.95601395419382" cy="138.07007432124985" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
282
- orientation: x-" data-x="-10.15" data-y="1.9" cx="124.08918549977244" cy="258.6828454421356" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
283
- orientation: y+" data-x="-6.9125" data-y="1.7" cx="179.08691035947214" cy="262.08038829061127" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
284
- orientation: x-" data-x="1.45" data-y="9" cx="321.14667071136046" cy="138.07007432124985" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
285
- orientation: x+" data-x="-7.85" data-y="1.9" cx="163.1609282572425" cy="258.6828454421356" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
286
- orientation: x-" data-x="-4.1" data-y="1.9" cx="226.86485666616105" cy="258.6828454421356" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
287
- orientation: x+" data-x="-7.85" data-y="2.1" cx="163.1609282572425" cy="255.28530259365996" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
288
- orientation: x-" data-x="-10.1" data-y="-3.7" cx="124.93857121189137" cy="353.814045199454" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
289
- orientation: y+" data-x="-4.737499999999999" data-y="9" cx="216.03518883664492" cy="138.07007432124985" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
290
- orientation: x+" data-x="-1.7000000000000028" data-y="1.7" cx="267.63537084786884" cy="262.08038829061127" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
291
- orientation: x-" data-x="3.9499999999999993" data-y="9" cx="363.61595631730614" cy="138.07007432124985" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
292
- orientation: x+" data-x="-1.9" data-y="1.9" cx="264.23782799939323" cy="258.6828454421356" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
293
- orientation: x-" data-x="-10.1" data-y="-4.1" cx="124.93857121189137" cy="360.6091308964053" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
294
- orientation: x+" data-x="-1.9" data-y="2.1" cx="264.23782799939323" cy="255.28530259365996" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
295
- orientation: x-" data-x="-4.1" data-y="-3.7" cx="226.86485666616105" cy="353.814045199454" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
296
- orientation: x+" data-x="4.15" data-y="1.7" cx="367.0134991657818" cy="262.08038829061127" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
297
- orientation: x-" data-x="-4.1" data-y="-3.9" cx="226.86485666616105" cy="357.21158804792964" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
298
- orientation: x-" data-x="11.45" data-y="9" cx="491.02381313514326" cy="138.07007432124985" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
299
- orientation: y+" data-x="4.701" data-y="1.9" cx="376.37372971333224" cy="258.6828454421356" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
300
- orientation: x+" data-x="4.15" data-y="2.1" cx="367.0134991657818" cy="255.28530259365996" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
301
- orientation: x-" data-x="1.8499999999999996" data-y="-3.9" cx="327.9417564083118" cy="357.21158804792964" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
302
- orientation: y+" data-x="-6.95" data-y="-4.3" cx="178.44987107538293" cy="364.0066737448809" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
303
- orientation: x+" data-x="-7.9" data-y="-4.1" cx="162.3115425451236" cy="360.6091308964053" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
304
- orientation: x-" data-x="1.8499999999999996" data-y="-4.1" cx="327.9417564083118" cy="360.6091308964053" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
305
- orientation: x+" data-x="2.55" data-y="9" cx="339.8331563779766" cy="138.07007432124985" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
306
- orientation: x-" data-x="16.435" data-y="2" cx="575.707568633399" cy="256.9840740178978" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
307
- orientation: x+" data-x="12.55" data-y="9" cx="509.71029880175934" cy="138.07007432124985" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
308
- orientation: x-" data-x="16.435" data-y="-2" cx="575.707568633399" cy="324.9349309874109" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
309
- orientation: y+" data-x="15.39625" data-y="9" cx="558.0615804641286" cy="138.07007432124985" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g id="crosshair" style="display: none"><line id="crosshair-h" y1="0" y2="640" stroke="#666" stroke-width="0.5"/><line id="crosshair-v" x1="0" x2="640" stroke="#666" stroke-width="0.5"/><text id="coordinates" font-family="monospace" font-size="12" fill="#666"></text></g><script><![CDATA[
3
+ <rect width="100%" height="100%" fill="white"/><g><polyline data-points="17.565,0 17.765,0 17.765,2 17.565,2" data-type="line" data-label="" points="594.9036857272865,292.3949643561353 598.301228575762,292.3949643561353 598.301228575762,258.41953587137874 594.9036857272865,258.41953587137874" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="17.565,-2 17.765,-2 17.765,0" data-type="line" data-label="" points="594.9036857272865,326.37039284089184 598.301228575762,326.37039284089184 598.301228575762,292.3949643561353" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="17.565,-4 17.765,-4 17.765,-2" data-type="line" data-label="" points="594.9036857272865,360.3458213256484 598.301228575762,360.3458213256484 598.301228575762,326.37039284089184" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.949999999999999,9 -4.5249999999999995,9 -4.5249999999999995,2.3 -4.1,2.3" data-type="line" data-label="" points="212.4252995601395,139.5055361747308 219.64507811315028,139.5055361747308 219.64507811315028,253.32322159866527 226.86485666616105,253.32322159866527" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.85,1.7 -5.975,1.7 -5.975,2.1 -4.1,2.1" data-type="line" data-label="" points="163.1609282572425,263.5158501440922 195.01289246170177,263.5158501440922 195.01289246170177,256.72076444714094 226.86485666616105,256.72076444714094" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.15,2.1 10.450000000000001,2.1 10.450000000000001,5.55 8.75,5.55 8.75,9 8.95,9" data-type="line" data-label="" points="468.9397846200515,256.72076444714094 474.03609889276504,256.72076444714094 474.03609889276504,198.11315031093585 445.1569846807219,198.11315031093585 445.1569846807219,139.5055361747308 448.55452752919757,139.5055361747308" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.9,-4.3 -6,-4.3 -6,-4.1 -4.1,-4.1" data-type="line" data-label="" points="162.3115425451236,365.4421355983619 194.5881996056423,365.4421355983619 194.5881996056423,362.0445927498862 226.86485666616105,362.0445927498862" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="15.05,9 15.7425,9 15.7425,-4 16.435,-4" data-type="line" data-label="" points="552.1795844077051,139.5055361747308 563.943576520552,139.5055361747308 563.943576520552,360.3458213256484 575.707568633399,360.3458213256484" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.15,2.3 4.3500000000000005,2.3 4.3500000000000005,2.7 10.25,2.7 10.25,2.3 10.15,2.3" data-type="line" data-label="" points="367.0134991657818,253.32322159866527 370.4110420142575,253.32322159866527 370.4110420142575,246.52813590171394 470.6385560442893,246.52813590171394 470.6385560442893,253.32322159866527 468.9397846200515,253.32322159866527" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.9,-3.7 -7.7,-3.7 -7.7,-3.3 -1.7,-3.3 -1.7,-3.7 -1.9,-3.7" data-type="line" data-label="" points="162.3115425451236,355.2495070529349 165.70908539359922,355.2495070529349 165.70908539359922,348.4544213559836 267.6353708478689,348.4544213559836 267.6353708478689,355.2495070529349 264.23782799939323,355.2495070529349" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.9,4.3 -12.700000000000001,4.3 -12.700000000000001,6.65 -13.75,6.65 -13.75,9 -13.55,9" data-type="line" data-label="" points="77.37297133323219,219.3477931139087 80.77051418170782,219.3477931139087 80.77051418170782,179.42666464431974 62.93341422721065,179.42666464431974 62.93341422721065,139.5055361747308 66.33095707568629,139.5055361747308" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.45,9 -11.600999999999999,9 -11.600999999999999,2.3 -10.15,2.3" data-type="line" data-label="" points="85.01744274230242,139.5055361747308 99.4400121340816,139.5055361747308 99.4400121340816,253.32322159866527 124.08918549977244,253.32322159866527" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.8499999999999996,2.3 -1.319,2.3 -1.319,9 -2.45,9" data-type="line" data-label="" points="327.9417564083118,253.32322159866527 274.107689974215,253.32322159866527 274.107689974215,139.5055361747308 254.8945851660852,139.5055361747308" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9000000000000021,1.7 -1.7000000000000028,1.7 -1.7000000000000028,-0.9 -10.650999999999998,-0.9 -10.650999999999998,-3.9 -10.1,-3.9" data-type="line" data-label="" points="264.23782799939323,263.5158501440922 267.63537084786884,263.5158501440922 267.63537084786884,307.68390717427576 115.57834066434097,307.68390717427576 115.57834066434097,358.6470499014106 124.93857121189137,358.6470499014106" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.15,1.9 4.701,1.9 4.701,-0.9000000000000001 1.6499999999999995,-0.9000000000000001 1.6499999999999995,-3.7 1.8499999999999996,-3.7" data-type="line" data-label="" points="367.0134991657818,260.11830729561655 376.37372971333224,260.11830729561655 376.37372971333224,307.68390717427576 324.5442135598361,307.68390717427576 324.5442135598361,355.2495070529349 327.9417564083118,355.2495070529349" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.15,1.7 15.800999999999998,1.7 15.800999999999998,4.3 15.15,4.3" data-type="line" data-label="" points="468.9397846200515,263.5158501440922 564.9373578037312,263.5158501440922 564.9373578037312,219.3477931139087 553.8783558319428,219.3477931139087" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.15,-4.1 10.700999999999999,-4.1000000000000005 10.700999999999999,-4.8 -1.049,-4.8 -1.049,-3.8000000000000003 -1.3489999999999998,-3.8000000000000003 -1.3489999999999998,-4.1 -1.9,-4.1" data-type="line" data-label="" points="468.9397846200515,362.0445927498862 478.30001516760194,362.04459274988625 478.30001516760194,373.935992719551 278.6943728196572,373.935992719551 278.6943728196572,356.9482784771727 273.59805854694366,356.9482784771727 273.59805854694366,362.0445927498862 264.23782799939323,362.0445927498862" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.85,-3.9 7.299,-3.9 7.299,0.6000000000000001 15.900999999999998,0.6000000000000001 15.900999999999998,4.7 15.15,4.7" data-type="line" data-label="" points="429.86804186258144,358.6470499014106 420.50781131503106,358.6470499014106 420.50781131503106,282.20233581070835 566.6361292279689,282.20233581070835 566.6361292279689,212.5527074169574 553.8783558319428,212.5527074169574" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.1500000000000004,-9.3 1.701,-9.3 1.701,-6.800000000000001 -4.3,-6.800000000000001 -4.3,-4.3 -4.1,-4.3" data-type="line" data-label="" points="316.050356438647,450.3807068102533 325.4105869861974,450.3807068102533 325.4105869861974,407.9114212043076 223.46731381768538,407.9114212043076 223.46731381768538,365.4421355983619 226.86485666616105,365.4421355983619" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-10.15,1.7 -10.750999999999998,1.7 -10.750999999999998,-4.3 -10.1,-4.3" data-type="line" data-label="" points="124.08918549977244,263.5158501440922 113.87956924010314,263.5158501440922 113.87956924010314,365.4421355983619 124.93857121189137,365.4421355983619" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.9,4.7 -12.8,4.7 -12.8,4.751 -12.499,4.751" data-type="line" data-label="" points="77.37297133323219,212.5527074169574 79.07174275747002,212.5527074169574 79.07174275747002,211.6863339905961 84.18504474442588,211.6863339905961" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="15.15,3.3 16.151,3.3 16.151,3.3509999999999995" data-type="line" data-label="" points="553.8783558319428,236.33550735628697 570.8830577885635,236.33550735628697 570.8830577885635,235.4691339299257" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.85,2.3 -7.749,2.3 -7.749,2.501" data-type="line" data-label="" points="163.1609282572425,253.32322159866527 164.8766873957227,253.32322159866527 164.8766873957227,249.90869103594721" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9,2.3 -1.799,2.3 -1.799,2.501" data-type="line" data-label="" points="264.23782799939323,253.32322159866527 265.95358713787346,253.32322159866527 265.95358713787346,249.90869103594721" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.15,-3.7 4.251,-3.7 4.251,-3.499" data-type="line" data-label="" points="367.0134991657818,355.2495070529349 368.72925830426203,355.2495070529349 368.72925830426203,351.8349764902169" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.15,-3.7 10.251,-3.7 10.251,-3.499" data-type="line" data-label="" points="468.9397846200515,355.2495070529349 470.65554375853173,355.2495070529349 470.65554375853173,351.8349764902169" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.55,9 -3.651,9 -3.651,9.401" data-type="line" data-label="" points="236.20809949946909,139.5055361747308 234.4923403609889,139.5055361747308 234.4923403609889,132.6934627635371" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.05,9 -1.151,9 -1.151,9.401" data-type="line" data-label="" points="278.67738510541477,139.5055361747308 276.96162596693455,139.5055361747308 276.96162596693455,132.6934627635371" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-11.55,-12 -11.651,-12 -11.651,-11.349" data-type="line" data-label="" points="100.30638556044286,496.24753526467464 98.59062642196267,496.24753526467464 98.59062642196267,485.1885332928864" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-8.55,-12 -8.651,-12 -8.651,-11.349" data-type="line" data-label="" points="151.26952828757769,496.24753526467464 149.5537691490975,496.24753526467464 149.5537691490975,485.1885332928864" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.55,-12 -5.651,-12 -5.651,-11.349" data-type="line" data-label="" points="202.23267101471254,496.24753526467464 200.5169118762323,496.24753526467464 200.5169118762323,485.1885332928864" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.55,-12 -2.651,-12 -2.651,-11.349" data-type="line" data-label="" points="253.19581374184736,496.24753526467464 251.48005460336717,496.24753526467464 251.48005460336717,485.1885332928864" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.44999999999999996,-12 0.349,-12 0.349,-11.349" data-type="line" data-label="" points="304.1589564689822,496.24753526467464 302.443197330502,496.24753526467464 302.443197330502,485.1885332928864" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.45,-12 3.349,-12 3.349,-11.349" data-type="line" data-label="" points="355.12209919611706,496.24753526467464 353.40634005763684,496.24753526467464 353.40634005763684,485.1885332928864" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.45,-12 6.349,-12 6.349,-11.349" data-type="line" data-label="" points="406.0852419232519,496.24753526467464 404.36948278477166,496.24753526467464 404.36948278477166,485.1885332928864" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.45,-12 9.349,-12 9.349,-11.349" data-type="line" data-label="" points="457.04838465038665,496.24753526467464 455.3326255119065,496.24753526467464 455.3326255119065,485.1885332928864" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.9,4.5 -12.8,4.5 -12.8,4.449 -12.349000000000002,4.449" data-type="line" data-label="" points="77.37297133323219,215.95025026543306 79.07174275747002,215.95025026543306 79.07174275747002,216.81662369179435 86.73320188078259,216.81662369179435" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="15.15,3.5 15.251,3.5 15.251,3.099" data-type="line" data-label="" points="553.8783558319428,232.93796450781133 555.5941149704231,232.93796450781133 555.5941149704231,239.750037919005" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.1,1.7 -4.201,1.7 -4.201,1.499" data-type="line" data-label="" points="226.86485666616105,263.5158501440922 225.14909752768085,263.5158501440922 225.14909752768085,266.93038070681024" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.8499999999999996,1.7 1.7489999999999997,1.7 1.7489999999999997,1.499" data-type="line" data-label="" points="327.9417564083118,263.5158501440922 326.22599726983157,263.5158501440922 326.22599726983157,266.93038070681024" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.85,1.7 7.749,1.7 7.749,1.499" data-type="line" data-label="" points="429.86804186258144,263.5158501440922 428.15228272410127,263.5158501440922 428.15228272410127,266.93038070681024" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.8499999999999996,-4.3 -1.150999999999998,-4.3 -1.150999999999998,-4.901" data-type="line" data-label="" points="327.9417564083118,365.4421355983619 276.9616259669346,365.4421355983619 276.9616259669346,375.6517518580312" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-10.45,-12 -10.349,-12 -10.349,-12.651" data-type="line" data-label="" points="118.992871227059,496.24753526467464 120.70863036553916,496.24753526467464 120.70863036553916,507.3065372364629" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.449999999999999,-12 -7.348999999999999,-12 -7.348999999999999,-12.651" data-type="line" data-label="" points="169.95601395419382,496.24753526467464 171.67177309267402,496.24753526467464 171.67177309267402,507.3065372364629" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.45,-12 -4.349,-12 -4.349,-12.651" data-type="line" data-label="" points="220.91915668132862,496.24753526467464 222.63491581980884,496.24753526467464 222.63491581980884,507.3065372364629" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.45,-12 -1.349,-12 -1.349,-12.651" data-type="line" data-label="" points="271.8822994084635,496.24753526467464 273.59805854694366,496.24753526467464 273.59805854694366,507.3065372364629" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.55,-12 1.651,-12 1.651,-12.651" data-type="line" data-label="" points="322.8454421355983,496.24753526467464 324.5612012740785,496.24753526467464 324.5612012740785,507.3065372364629" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.55,-12 4.651,-12 4.651,-12.651" data-type="line" data-label="" points="373.80858486273314,496.24753526467464 375.52434400121336,496.24753526467464 375.52434400121336,507.3065372364629" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.55,-12 7.651,-12 7.651,-12.651" data-type="line" data-label="" points="424.77172758986796,496.24753526467464 426.4874867283482,496.24753526467464 426.4874867283482,507.3065372364629" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.55,-12 10.651,-12 10.651,-12.651" data-type="line" data-label="" points="475.7348703170028,496.24753526467464 477.450629455483,496.24753526467464 477.450629455483,507.3065372364629" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9,-4.3 -1.7,-4.3 -1.7,-4.7 10.35,-4.7 10.35,-4.3 10.15,-4.3" data-type="line" data-label="" points="264.23782799939323,365.4421355983619 267.6353708478689,365.4421355983619 267.6353708478689,372.2372212953132 472.3373274685272,372.2372212953132 472.3373274685272,365.4421355983619 468.9397846200515,365.4421355983619" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.95,9 -9.75,9 -9.75,5.55 -10.35,5.55 -10.35,2.1 -10.15,2.1" data-type="line" data-label="" points="127.48672834824814,139.5055361747308 130.88427119672377,139.5055361747308 130.88427119672377,198.11315031093585 120.6916426512968,198.11315031093585 120.6916426512968,256.72076444714094 124.08918549977244,256.72076444714094" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.9,3.3 -12.700000000000001,3.3 -0.025000000000000133,3.3 -0.025000000000000133,2.1 1.6499999999999997,2.1 1.8499999999999996,2.1" data-type="line" data-label="" points="77.37297133323219,236.33550735628697 80.77051418170782,236.33550735628697 296.08979220385254,236.33550735628697 296.08979220385254,256.72076444714094 324.5442135598361,256.72076444714094 327.9417564083118,256.72076444714094" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.15,1.9 10.350000000000001,1.9 10.350000000000001,-0.9000000000000001 7.65,-0.9000000000000001 7.65,-3.7 7.85,-3.7" data-type="line" data-label="" points="468.9397846200515,260.11830729561655 472.3373274685272,260.11830729561655 472.3373274685272,307.68390717427576 426.4704990141058,307.68390717427576 426.4704990141058,355.2495070529349 429.86804186258144,355.2495070529349" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.15,-4.3 4.3500000000000005,-4.3 4.3500000000000005,-8.7 1.15,-8.7" data-type="line" data-label="" points="367.0134991657818,365.4421355983619 370.4110420142575,365.4421355983619 370.4110420142575,440.1880782648263 316.050356438647,440.1880782648263" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9,-3.9 1.3499999999999999,-3.9 1.3499999999999999,-8.5 1.15,-8.5" data-type="line" data-label="" points="264.23782799939323,358.6470499014106 319.44789928712265,358.6470499014106 319.44789928712265,436.7905354163506 316.050356438647,436.7905354163506" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.9,3.9000000000000004 -12.700000000000001,3.9000000000000004 -9.25,3.9000000000000004 -9.25,9 -8.75,9 -8.55,9" data-type="line" data-label="" points="77.37297133323219,226.14287881086 80.77051418170782,226.14287881086 139.3781283179129,226.14287881086 139.3781283179129,139.5055361747308 147.87198543910205,139.5055361747308 151.26952828757769,139.5055361747308" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.9,3.7 -12.700000000000001,3.7 -6.75,3.7 -6.75,9 -6.250000000000001,9 -6.050000000000001,9" data-type="line" data-label="" points="77.37297133323219,229.54042165933566 80.77051418170782,229.54042165933566 181.8474139238586,229.54042165933566 181.8474139238586,139.5055361747308 190.34127104504773,139.5055361747308 193.7388138935234,139.5055361747308" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.050000000000001,9 5.250000000000001,9 5.75,9 5.75,0 16.235,0 16.435,0" data-type="line" data-label="" points="382.3024419839223,139.5055361747308 385.69998483239794,139.5055361747308 394.1938419535871,139.5055361747308 394.1938419535871,292.3949643561353 572.3100257849233,292.3949643561353 575.707568633399,292.3949643561353" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9,-4.3 -1.7,-4.3 -1.7,-4.7 10.35,-4.7 10.35,-4.3 10.15,-4.3" data-type="line" data-label="recovered from net labels: U6.5 -&gt; U8.5" points="264.23782799939323,365.4421355983619 267.6353708478689,365.4421355983619 267.6353708478689,372.2372212953132 472.3373274685272,372.2372212953132 472.3373274685272,365.4421355983619 468.9397846200515,365.4421355983619" fill="none" stroke="green" stroke-width="1px"/></g><g><polyline data-points="-9.95,9 -9.75,9 -9.75,5.55 -10.35,5.55 -10.35,2.1 -10.15,2.1" data-type="line" data-label="recovered from net labels: R2.2 -&gt; U1.2" points="127.48672834824814,139.5055361747308 130.88427119672377,139.5055361747308 130.88427119672377,198.11315031093585 120.6916426512968,198.11315031093585 120.6916426512968,256.72076444714094 124.08918549977244,256.72076444714094" fill="none" stroke="green" stroke-width="1px"/></g><g><polyline data-points="-12.9,3.3 -12.700000000000001,3.3 -0.025000000000000133,3.3 -0.025000000000000133,2.1 1.6499999999999997,2.1 1.8499999999999996,2.1" data-type="line" data-label="recovered from net labels: J1.8 -&gt; U3.2" points="77.37297133323219,236.33550735628697 80.77051418170782,236.33550735628697 296.08979220385254,236.33550735628697 296.08979220385254,256.72076444714094 324.5442135598361,256.72076444714094 327.9417564083118,256.72076444714094" fill="none" stroke="green" stroke-width="1px"/></g><g><polyline data-points="10.15,1.9 10.350000000000001,1.9 10.350000000000001,-0.9000000000000001 7.65,-0.9000000000000001 7.65,-3.7 7.85,-3.7" data-type="line" data-label="recovered from net labels: U4.6 -&gt; U8.1" points="468.9397846200515,260.11830729561655 472.3373274685272,260.11830729561655 472.3373274685272,307.68390717427576 426.4704990141058,307.68390717427576 426.4704990141058,355.2495070529349 429.86804186258144,355.2495070529349" fill="none" stroke="green" stroke-width="1px"/></g><g><polyline data-points="4.15,-4.3 4.3500000000000005,-4.3 4.3500000000000005,-8.7 1.15,-8.7" data-type="line" data-label="recovered from net labels: U7.5 -&gt; J3.2" points="367.0134991657818,365.4421355983619 370.4110420142575,365.4421355983619 370.4110420142575,440.1880782648263 316.050356438647,440.1880782648263" fill="none" stroke="green" stroke-width="1px"/></g><g><polyline data-points="-1.9,-3.9 1.3499999999999999,-3.9 1.3499999999999999,-8.5 1.15,-8.5" data-type="line" data-label="recovered from net labels: U6.7 -&gt; J3.1" points="264.23782799939323,358.6470499014106 319.44789928712265,358.6470499014106 319.44789928712265,436.7905354163506 316.050356438647,436.7905354163506" fill="none" stroke="green" stroke-width="1px"/></g><g><polyline data-points="-12.9,3.9000000000000004 -12.700000000000001,3.9000000000000004 -9.25,3.9000000000000004 -9.25,9 -8.75,9 -8.55,9" data-type="line" data-label="recovered from net labels: J1.5 -&gt; R3.1" points="77.37297133323219,226.14287881086 80.77051418170782,226.14287881086 139.3781283179129,226.14287881086 139.3781283179129,139.5055361747308 147.87198543910205,139.5055361747308 151.26952828757769,139.5055361747308" fill="none" stroke="green" stroke-width="1px"/></g><g><polyline data-points="-12.9,3.7 -12.700000000000001,3.7 -6.75,3.7 -6.75,9 -6.250000000000001,9 -6.050000000000001,9" data-type="line" data-label="recovered from net labels: J1.6 -&gt; R4.1" points="77.37297133323219,229.54042165933566 80.77051418170782,229.54042165933566 181.8474139238586,229.54042165933566 181.8474139238586,139.5055361747308 190.34127104504773,139.5055361747308 193.7388138935234,139.5055361747308" fill="none" stroke="green" stroke-width="1px"/></g><g><polyline data-points="5.050000000000001,9 5.250000000000001,9 5.75,9 5.75,0 16.235,0 16.435,0" data-type="line" data-label="recovered from net labels: R8.2 -&gt; D2.1" points="382.3024419839223,139.5055361747308 385.69998483239794,139.5055361747308 394.1938419535871,139.5055361747308 394.1938419535871,292.3949643561353 572.3100257849233,292.3949643561353 575.707568633399,292.3949643561353" fill="none" stroke="green" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-14" data-y="4" x="39.999999999999986" y="209.15516456848172" width="37.37297133323219" height="30.57788563628091" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="14" data-y="4" x="514.8066130744728" y="209.15516456848172" width="39.07174275747002" height="30.57788563628091" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="0" data-y="-9" x="276.97861368117697" y="433.392992567875" width="39.07174275747002" height="23.78279993932955" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-9" data-y="2" x="124.08918549977246" y="249.9256787501896" width="39.07174275747005" height="16.987714242378274" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-3" data-y="2" x="226.86485666616107" y="249.9256787501896" width="37.37297133323219" height="16.987714242378274" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="3" data-y="2" x="327.9417564083118" y="249.9256787501896" width="39.07174275747002" height="16.987714242378274" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="9" data-y="2" x="429.86804186258144" y="249.9256787501896" width="39.071742757470076" height="16.987714242378274" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="-9" data-y="-4" x="124.93857121189137" y="351.85196420445925" width="37.372971333232215" height="16.987714242378274" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="-3" data-y="-4" x="226.86485666616107" y="351.85196420445925" width="37.37297133323219" height="16.987714242378274" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="3" data-y="-4" x="327.9417564083118" y="351.85196420445925" width="39.07174275747002" height="16.987714242378274" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="9" data-y="-4" x="429.86804186258144" y="351.85196420445925" width="39.071742757470076" height="16.987714242378274" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="-13" data-y="9" x="66.33095707568629" y="132.8895799787654" width="18.686485666616136" height="13.231912391930791" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_12" data-x="-10.5" data-y="9" x="108.800242681632" y="132.8895799787654" width="18.686485666616136" height="13.231912391930791" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_13" data-x="-8" data-y="9" x="151.26952828757769" y="132.8895799787654" width="18.686485666616136" height="13.231912391930791" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_14" data-x="-5.5" data-y="9" x="193.7388138935234" y="132.8895799787654" width="18.686485666616107" height="13.231912391930791" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_15" data-x="-3" data-y="9" x="236.20809949946909" y="132.8895799787654" width="18.686485666616107" height="13.231912391930791" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_16" data-x="-0.5" data-y="9" x="278.67738510541477" y="132.8895799787654" width="18.686485666616136" height="13.231912391930791" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_17" data-x="2" data-y="9" x="321.14667071136046" y="132.8895799787654" width="18.686485666616136" height="13.231912391930791" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_18" data-x="4.5" data-y="9" x="363.61595631730614" y="132.8895799787654" width="18.686485666616136" height="13.231912391930791" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_19" data-x="7" data-y="9" x="406.08524192325183" y="132.8895799787654" width="18.686485666616136" height="13.231912391930791" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_20" data-x="9.5" data-y="9" x="448.55452752919757" y="132.8895799787654" width="18.686485666616136" height="13.231912391930791" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_21" data-x="12" data-y="9" x="491.0238131351433" y="132.8895799787654" width="18.68648566661608" height="13.231912391930791" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_22" data-x="14.5" data-y="9" x="533.4930987410889" y="132.8895799787654" width="18.686485666616136" height="13.231912391930791" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_23" data-x="-11" data-y="-12" x="100.30638556044286" y="485.7151524344001" width="18.686485666616136" height="21.06476566054903" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_24" data-x="-8" data-y="-12" x="151.26952828757769" y="485.7151524344001" width="18.686485666616136" height="21.06476566054903" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_25" data-x="-5" data-y="-12" x="202.23267101471257" y="485.7151524344001" width="18.68648566661608" height="21.06476566054903" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_26" data-x="-2" data-y="-12" x="253.19581374184736" y="485.7151524344001" width="18.686485666616136" height="21.06476566054903" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_27" data-x="1" data-y="-12" x="304.1589564689822" y="485.7151524344001" width="18.686485666616136" height="21.06476566054903" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_28" data-x="4" data-y="-12" x="355.122099196117" y="485.7151524344001" width="18.68648566661608" height="21.06476566054903" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_29" data-x="7" data-y="-12" x="406.08524192325183" y="485.7151524344001" width="18.68648566661608" height="21.06476566054903" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_30" data-x="10" data-y="-12" x="457.04838465038665" y="485.7151524344001" width="18.686485666616136" height="21.06476566054903" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_31" data-x="17" data-y="2" x="575.707568633399" y="248.39678446837556" width="19.19611709388755" height="20.04550280600637" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_32" data-x="17" data-y="0" x="575.707568633399" y="282.37221295313213" width="19.19611709388755" height="20.04550280600631" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_33" data-x="17" data-y="-2" x="575.707568633399" y="316.3476414378887" width="19.19611709388755" height="20.04550280600637" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="schematic_component_34" data-x="17" data-y="-4" x="575.707568633399" y="350.32306992264523" width="19.19611709388755" height="20.04550280600637" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: VIN
4
+ globalConnNetId: connectivity_net36" data-x="-12.499" data-y="4.9910000000000005" x="82.48627332018806" y="203.53223115425448" width="3.397542848475638" height="8.154102836341593" fill="#ef444466" stroke="#ef4444" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: VIN
5
+ globalConnNetId: connectivity_net36" data-x="16.151" data-y="3.5909999999999993" x="569.1842863643258" y="227.31503109358408" width="3.3975428484756094" height="8.154102836341593" fill="#ef444466" stroke="#ef4444" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: VIN
6
+ globalConnNetId: connectivity_net36" data-x="1.3909999999999998" data-y="-9.5" x="316.06734415288935" y="452.0794782344911" width="8.154102836341622" height="3.3975428484756094" fill="#ef444466" stroke="#ef4444" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: VIN
7
+ globalConnNetId: connectivity_net36" data-x="-7.749" data-y="2.7409999999999997" x="163.17791597148488" y="241.75458819960562" width="3.397542848475638" height="8.154102836341593" fill="#ef444466" stroke="#ef4444" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: VIN
8
+ globalConnNetId: connectivity_net36" data-x="-1.799" data-y="2.7409999999999997" x="264.25481571363565" y="241.75458819960562" width="3.3975428484756094" height="8.154102836341593" fill="#ef444466" stroke="#ef4444" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: VIN
9
+ globalConnNetId: connectivity_net36" data-x="4.3500000000000005" data-y="2.9400000000000004" x="368.71227059001967" y="238.37403306537237" width="3.3975428484756662" height="8.154102836341565" fill="#ef444466" stroke="#ef4444" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: VIN
10
+ globalConnNetId: connectivity_net36" data-x="-7.7" data-y="-3.0599999999999996" x="164.0103139693614" y="340.300318519642" width="3.397542848475638" height="8.154102836341565" fill="#ef444466" stroke="#ef4444" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: VIN
11
+ globalConnNetId: connectivity_net36" data-x="4.251" data-y="-3.2590000000000003" x="367.0304868800242" y="343.6808736538753" width="3.3975428484756094" height="8.154102836341565" fill="#ef444466" stroke="#ef4444" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: VIN
12
+ globalConnNetId: connectivity_net36" data-x="10.251" data-y="-3.2590000000000003" x="468.95677233429393" y="343.6808736538753" width="3.3975428484756094" height="8.154102836341565" fill="#ef444466" stroke="#ef4444" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: VIN
13
+ globalConnNetId: connectivity_net36" data-x="-3.651" data-y="9.641" x="232.79356893675106" y="124.53935992719553" width="3.3975428484756662" height="8.154102836341565" fill="#ef444466" stroke="#ef4444" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: VIN
14
+ globalConnNetId: connectivity_net36" data-x="-1.151" data-y="9.641" x="275.2628545426967" y="124.53935992719553" width="3.3975428484756662" height="8.154102836341565" fill="#ef444466" stroke="#ef4444" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: VIN
15
+ globalConnNetId: connectivity_net36" data-x="-11.651" data-y="-11.109" x="96.89185499772485" y="477.0344304565447" width="3.397542848475638" height="8.154102836341622" fill="#ef444466" stroke="#ef4444" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: VIN
16
+ globalConnNetId: connectivity_net36" data-x="-8.651" data-y="-11.109" x="147.8549977248597" y="477.0344304565447" width="3.397542848475638" height="8.154102836341622" fill="#ef444466" stroke="#ef4444" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: VIN
17
+ globalConnNetId: connectivity_net36" data-x="-5.651" data-y="-11.109" x="198.8181404519945" y="477.0344304565447" width="3.397542848475638" height="8.154102836341622" fill="#ef444466" stroke="#ef4444" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: VIN
18
+ globalConnNetId: connectivity_net36" data-x="-2.651" data-y="-11.109" x="249.78128317912933" y="477.0344304565447" width="3.3975428484756662" height="8.154102836341622" fill="#ef444466" stroke="#ef4444" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: VIN
19
+ globalConnNetId: connectivity_net36" data-x="0.349" data-y="-11.109" x="300.74442590626415" y="477.0344304565447" width="3.3975428484756662" height="8.154102836341622" fill="#ef444466" stroke="#ef4444" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: VIN
20
+ globalConnNetId: connectivity_net36" data-x="3.349" data-y="-11.109" x="351.707568633399" y="477.0344304565447" width="3.3975428484756662" height="8.154102836341622" fill="#ef444466" stroke="#ef4444" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: VIN
21
+ globalConnNetId: connectivity_net36" data-x="6.349" data-y="-11.109" x="402.67071136053386" y="477.0344304565447" width="3.3975428484756094" height="8.154102836341622" fill="#ef444466" stroke="#ef4444" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: VIN
22
+ globalConnNetId: connectivity_net36" data-x="9.349" data-y="-11.109" x="453.6338540876686" y="477.0344304565447" width="3.3975428484756662" height="8.154102836341622" fill="#ef444466" stroke="#ef4444" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: GND
23
+ globalConnNetId: connectivity_net37" data-x="-12.349000000000002" data-y="4.209" x="85.03443045654475" y="216.81662369179435" width="3.3975428484756662" height="8.154102836341565" fill="#00000066" stroke="#000000" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: GND
24
+ globalConnNetId: connectivity_net37" data-x="15.251" data-y="2.859" x="553.8953435461854" y="239.75003791900497" width="3.3975428484756094" height="8.154102836341593" fill="#00000066" stroke="#000000" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: GND
25
+ globalConnNetId: connectivity_net37" data-x="-4.3" data-y="-7.040000000000001" x="221.76854239344755" y="407.91142120430766" width="3.3975428484756662" height="8.154102836341565" fill="#00000066" stroke="#000000" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: GND
26
+ globalConnNetId: connectivity_net37" data-x="-10.750999999999998" data-y="-4.54" x="112.18079781586532" y="365.4421355983619" width="3.397542848475638" height="8.154102836341565" fill="#00000066" stroke="#000000" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: GND
27
+ globalConnNetId: connectivity_net37" data-x="-4.201" data-y="1.2590000000000001" x="223.45032610344305" y="266.9303807068103" width="3.397542848475638" height="8.154102836341565" fill="#00000066" stroke="#000000" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: GND
28
+ globalConnNetId: connectivity_net37" data-x="1.7489999999999997" data-y="1.2590000000000001" x="324.52722584559376" y="266.9303807068103" width="3.3975428484756662" height="8.154102836341565" fill="#00000066" stroke="#000000" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: GND
29
+ globalConnNetId: connectivity_net37" data-x="7.749" data-y="1.2590000000000001" x="426.4535112998634" y="266.9303807068103" width="3.3975428484756662" height="8.154102836341565" fill="#00000066" stroke="#000000" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: GND
30
+ globalConnNetId: connectivity_net37" data-x="-1.150999999999998" data-y="-5.141" x="275.2628545426968" y="375.6517518580313" width="3.3975428484756662" height="8.154102836341565" fill="#00000066" stroke="#000000" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: GND
31
+ globalConnNetId: connectivity_net37" data-x="7.608999999999999" data-y="-4.3" x="421.6969513119975" y="363.74336417412405" width="8.154102836341565" height="3.3975428484756662" fill="#00000066" stroke="#000000" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: GND
32
+ globalConnNetId: connectivity_net37" data-x="-10.349" data-y="-12.891" x="119.00985894130135" y="507.3065372364629" width="3.397542848475638" height="8.154102836341622" fill="#00000066" stroke="#000000" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: GND
33
+ globalConnNetId: connectivity_net37" data-x="-7.348999999999999" data-y="-12.891" x="169.9730016684362" y="507.3065372364629" width="3.397542848475638" height="8.154102836341622" fill="#00000066" stroke="#000000" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: GND
34
+ globalConnNetId: connectivity_net37" data-x="-4.349" data-y="-12.891" x="220.93614439557103" y="507.3065372364629" width="3.3975428484756094" height="8.154102836341622" fill="#00000066" stroke="#000000" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: GND
35
+ globalConnNetId: connectivity_net37" data-x="-1.349" data-y="-12.891" x="271.8992871227058" y="507.3065372364629" width="3.3975428484756662" height="8.154102836341622" fill="#00000066" stroke="#000000" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: GND
36
+ globalConnNetId: connectivity_net37" data-x="1.651" data-y="-12.891" x="322.8624298498406" y="507.3065372364629" width="3.3975428484756662" height="8.154102836341622" fill="#00000066" stroke="#000000" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: GND
37
+ globalConnNetId: connectivity_net37" data-x="4.651" data-y="-12.891" x="373.82557257697556" y="507.3065372364629" width="3.3975428484756662" height="8.154102836341622" fill="#00000066" stroke="#000000" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: GND
38
+ globalConnNetId: connectivity_net37" data-x="7.651" data-y="-12.891" x="424.7887153041104" y="507.3065372364629" width="3.3975428484756094" height="8.154102836341622" fill="#00000066" stroke="#000000" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: GND
39
+ globalConnNetId: connectivity_net37" data-x="10.651" data-y="-12.891" x="475.7518580312452" y="507.3065372364629" width="3.3975428484756094" height="8.154102836341622" fill="#00000066" stroke="#000000" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: GND
40
+ globalConnNetId: connectivity_net37" data-x="17.765" data-y="-4.24" x="596.6024571515242" y="360.34582132564844" width="3.397542848475723" height="8.154102836341565" fill="#00000066" stroke="#000000" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .J1 &gt; .pin3 to .R1 &gt; .pin1
41
+ globalConnNetId: connectivity_net0" data-x="-12.475000000000001" data-y="4.6000000000000005" x="80.77051418170782" y="212.5527074169574" width="7.644471409070206" height="3.397542848475638" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .J1 &gt; .pin4 to .R2 &gt; .pin1
42
+ globalConnNetId: connectivity_net2" data-x="-12.674000000000001" data-y="4.1" x="77.38995904747455" y="221.04656453814653" width="7.644471409070206" height="3.3975428484756662" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .J1 &gt; .pin4 to .R2 &gt; .pin1
43
+ globalConnNetId: connectivity_net2" data-x="-11.276" data-y="9" x="101.13878355831939" y="137.80676475049296" width="7.644471409070235" height="3.397542848475638" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .J1 &gt; .pin7 to .U3 &gt; .pin1
44
+ globalConnNetId: connectivity_net8" data-x="-12.674000000000001" data-y="3.5" x="77.38995904747455" y="231.23919308357353" width="7.644471409070206" height="3.397542848475638" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .R5 &gt; .pin2 to .U3 &gt; .pin1
45
+ globalConnNetId: connectivity_net8" data-x="0.26549999999999985" data-y="2.525" x="299.3259517670256" y="245.678750189595" width="3.3975428484756662" height="7.644471409070235" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .R6 &gt; .pin2 to .U3 &gt; .pin2
46
+ globalConnNetId: connectivity_net9" data-x="0.276" data-y="9" x="297.38085848627327" y="137.80676475049296" width="7.644471409070206" height="3.397542848475638" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U5 &gt; .pin7 to .U8 &gt; .pin2
47
+ globalConnNetId: connectivity_net24" data-x="-7.674" data-y="-3.9" x="162.32853025936598" y="356.9482784771727" width="7.644471409070206" height="3.3975428484756662" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U8 &gt; .pin2 to .J2 &gt; .pin1
48
+ globalConnNetId: connectivity_net24" data-x="7.074000000000001" data-y="-3.9" x="412.86333990596074" y="356.9482784771727" width="7.644471409070263" height="3.3975428484756662" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U8 &gt; .pin5 to .J2 &gt; .pin2
49
+ globalConnNetId: connectivity_net25" data-x="15.376" data-y="4.5" x="553.8953435461851" y="214.25147884119525" width="7.644471409070206" height="3.397542848475638" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U4 &gt; .pin5 to .R9 &gt; .pin1
50
+ globalConnNetId: connectivity_net19" data-x="12.7" data-y="1.925" x="510.5596845138782" y="255.871378735022" width="3.3975428484756662" height="7.644471409070206" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U8 &gt; .pin6 to .J2 &gt; .pin3
51
+ globalConnNetId: connectivity_net19" data-x="10.701" data-y="-3.8749999999999996" x="476.6012437433641" y="354.400121340816" width="3.3975428484756662" height="7.644471409070206" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U4 &gt; .pin5 to .R9 &gt; .pin1
52
+ globalConnNetId: connectivity_net19" data-x="6.223999999999999" data-y="9" x="398.42378279993926" y="137.80676475049296" width="7.644471409070206" height="3.397542848475638" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U4 &gt; .pin7 to .R12 &gt; .pin1
53
+ globalConnNetId: connectivity_net21" data-x="10.675" data-y="2.1" x="474.036098892765" y="255.0219930229031" width="7.644471409070206" height="3.3975428484756662" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U8 &gt; .pin7 to .J2 &gt; .pin4
54
+ globalConnNetId: connectivity_net21" data-x="10.376" data-y="-3.9" x="468.9567723342939" y="356.9482784771727" width="7.644471409070206" height="3.3975428484756662" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U8 &gt; .pin7 to .J2 &gt; .pin4
55
+ globalConnNetId: connectivity_net21" data-x="15.376" data-y="4.1" x="553.8953435461851" y="221.04656453814653" width="7.644471409070206" height="3.3975428484756662" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U4 &gt; .pin7 to .R12 &gt; .pin1
56
+ globalConnNetId: connectivity_net21" data-x="13.724" data-y="9" x="525.8316396177763" y="137.80676475049296" width="7.64447140907032" height="3.397542848475638" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .R9 &gt; .pin2 to .J2 &gt; .pin5
57
+ globalConnNetId: connectivity_net30" data-x="7.776000000000001" data-y="9" x="424.7887153041104" y="137.80676475049296" width="7.644471409070206" height="3.397542848475638" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .R9 &gt; .pin2 to .J2 &gt; .pin5
58
+ globalConnNetId: connectivity_net30" data-x="15.376" data-y="3.9000000000000004" x="553.8953435461851" y="224.4441073866222" width="7.644471409070206" height="3.397542848475638" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .R10 &gt; .pin2 to .J2 &gt; .pin6
59
+ globalConnNetId: connectivity_net31" data-x="10.276" data-y="9" x="467.258000910056" y="137.80676475049296" width="7.644471409070263" height="3.397542848475638" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .R10 &gt; .pin2 to .J2 &gt; .pin6
60
+ globalConnNetId: connectivity_net31" data-x="15.376" data-y="3.7" x="553.8953435461851" y="227.84165023509783" width="7.644471409070206" height="3.3975428484756662" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U7 &gt; .pin6 to .J3 &gt; .pin3
61
+ globalConnNetId: connectivity_net28" data-x="4.376" data-y="-4.1" x="367.0304868800242" y="360.34582132564833" width="7.644471409070206" height="3.3975428484756662" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U7 &gt; .pin6 to .J3 &gt; .pin3
62
+ globalConnNetId: connectivity_net28" data-x="1.376" data-y="-8.9" x="316.0673441528894" y="441.8868496890641" width="7.644471409070263" height="3.3975428484756662" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U7 &gt; .pin7 to .J3 &gt; .pin4
63
+ globalConnNetId: connectivity_net29" data-x="4.376" data-y="-3.9" x="367.0304868800242" y="356.9482784771727" width="7.644471409070206" height="3.3975428484756662" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U7 &gt; .pin7 to .J3 &gt; .pin4
64
+ globalConnNetId: connectivity_net29" data-x="1.376" data-y="-9.1" x="316.0673441528894" y="445.2843925375398" width="7.644471409070263" height="3.3975428484756094" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .R1 &gt; .pin2 to .U1 &gt; .pin1
65
+ globalConnNetId: connectivity_net1" data-x="-12.0255" data-y="9.225" x="90.52995601395418" y="131.8610647656606" width="3.3975428484756662" height="7.644471409070206" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .R3 &gt; .pin2 to .U1 &gt; .pin3
66
+ globalConnNetId: connectivity_net5" data-x="-7.223999999999999" data-y="9" x="169.9730016684362" y="137.80676475049296" width="7.644471409070206" height="3.397542848475638" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .R3 &gt; .pin2 to .U1 &gt; .pin3
67
+ globalConnNetId: connectivity_net5" data-x="-10.376" data-y="1.9" x="116.42772637645987" y="258.4195358713787" width="7.644471409070206" height="3.3975428484756662" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U1 &gt; .pin5 to .R7 &gt; .pin1
68
+ globalConnNetId: connectivity_net10" data-x="-6.9125" data-y="1.925" x="177.38813893523434" y="255.871378735022" width="3.397542848475638" height="7.644471409070206" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U1 &gt; .pin5 to .R7 &gt; .pin1
69
+ globalConnNetId: connectivity_net10" data-x="1.224" data-y="9" x="313.4852115880479" y="137.80676475049296" width="7.644471409070206" height="3.397542848475638" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U1 &gt; .pin6 to .U2 &gt; .pin3
70
+ globalConnNetId: connectivity_net11" data-x="-7.624" data-y="1.9" x="163.17791597148488" y="258.4195358713787" width="7.644471409070206" height="3.3975428484756662" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U1 &gt; .pin6 to .U2 &gt; .pin3
71
+ globalConnNetId: connectivity_net11" data-x="-4.326" data-y="1.9" x="219.20339754284845" y="258.4195358713787" width="7.644471409070206" height="3.3975428484756662" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U1 &gt; .pin7 to .U5 &gt; .pin1
72
+ globalConnNetId: connectivity_net12" data-x="-7.624" data-y="2.1" x="163.17791597148488" y="255.0219930229031" width="7.644471409070206" height="3.3975428484756662" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U1 &gt; .pin7 to .U5 &gt; .pin1
73
+ globalConnNetId: connectivity_net12" data-x="-10.325999999999999" data-y="-3.7" x="117.2771120885788" y="353.5507356286971" width="7.644471409070206" height="3.3975428484756094" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .R4 &gt; .pin2 to .U2 &gt; .pin1
74
+ globalConnNetId: connectivity_net7" data-x="-4.737499999999999" data-y="9.225" x="214.33641741240712" y="131.8610647656606" width="3.397542848475638" height="7.644471409070206" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U2 &gt; .pin5 to .R8 &gt; .pin1
75
+ globalConnNetId: connectivity_net13" data-x="-1.4750000000000028" data-y="1.7" x="267.6353708478688" y="261.8170787198544" width="7.644471409070263" height="3.3975428484756662" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U2 &gt; .pin5 to .R8 &gt; .pin1
76
+ globalConnNetId: connectivity_net13" data-x="3.7239999999999993" data-y="9" x="355.9544971939936" y="137.80676475049296" width="7.644471409070206" height="3.397542848475638" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U2 &gt; .pin6 to .U5 &gt; .pin3
77
+ globalConnNetId: connectivity_net14" data-x="-1.674" data-y="1.9" x="264.25481571363565" y="258.4195358713787" width="7.644471409070206" height="3.3975428484756662" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U2 &gt; .pin6 to .U5 &gt; .pin3
78
+ globalConnNetId: connectivity_net14" data-x="-10.325999999999999" data-y="-4.1" x="117.2771120885788" y="360.34582132564833" width="7.644471409070206" height="3.3975428484756662" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U2 &gt; .pin7 to .U6 &gt; .pin1
79
+ globalConnNetId: connectivity_net15" data-x="-1.674" data-y="2.1" x="264.25481571363565" y="255.0219930229031" width="7.644471409070206" height="3.3975428484756662" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U2 &gt; .pin7 to .U6 &gt; .pin1
80
+ globalConnNetId: connectivity_net15" data-x="-4.326" data-y="-3.7" x="219.20339754284845" y="353.5507356286971" width="7.644471409070206" height="3.3975428484756094" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U3 &gt; .pin5 to .R11 &gt; .pin1
81
+ globalConnNetId: connectivity_net16" data-x="4.376" data-y="1.7" x="367.0304868800242" y="261.8170787198544" width="7.644471409070206" height="3.3975428484756662" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U3 &gt; .pin5 to .U6 &gt; .pin2
82
+ globalConnNetId: connectivity_net16" data-x="-4.326" data-y="-3.9" x="219.20339754284845" y="356.9482784771727" width="7.644471409070206" height="3.3975428484756662" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U3 &gt; .pin5 to .R11 &gt; .pin1
83
+ globalConnNetId: connectivity_net16" data-x="11.224" data-y="9" x="483.36235401183063" y="137.80676475049296" width="7.644471409070206" height="3.397542848475638" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U3 &gt; .pin6 to .U7 &gt; .pin1
84
+ globalConnNetId: connectivity_net17" data-x="4.701" data-y="2.125" x="374.67495828909443" y="252.47383588654634" width="3.3975428484756094" height="7.644471409070206" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U3 &gt; .pin7 to .U7 &gt; .pin2
85
+ globalConnNetId: connectivity_net18" data-x="4.376" data-y="2.1" x="367.0304868800242" y="255.0219930229031" width="7.644471409070206" height="3.3975428484756662" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U3 &gt; .pin7 to .U7 &gt; .pin2
86
+ globalConnNetId: connectivity_net18" data-x="1.6239999999999997" data-y="-3.9" x="320.28029728499916" y="356.9482784771727" width="7.644471409070263" height="3.3975428484756662" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U5 &gt; .pin5 to .U6 &gt; .pin3
87
+ globalConnNetId: connectivity_net22" data-x="-6.95" data-y="-4.075" x="176.75109965114513" y="357.7976641892916" width="3.397542848475638" height="7.644471409070263" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U5 &gt; .pin6 to .U7 &gt; .pin3
88
+ globalConnNetId: connectivity_net23" data-x="-7.674" data-y="-4.1" x="162.32853025936598" y="360.34582132564833" width="7.644471409070206" height="3.3975428484756662" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .U5 &gt; .pin6 to .U7 &gt; .pin3
89
+ globalConnNetId: connectivity_net23" data-x="1.6239999999999997" data-y="-4.1" x="320.28029728499916" y="360.34582132564833" width="7.644471409070263" height="3.3975428484756662" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .R7 &gt; .pin2 to .D1 &gt; .pos
90
+ globalConnNetId: connectivity_net32" data-x="2.776" data-y="9" x="339.8501440922189" y="137.80676475049296" width="7.644471409070263" height="3.397542848475638" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .R7 &gt; .pin2 to .D1 &gt; .pos
91
+ globalConnNetId: connectivity_net32" data-x="16.208999999999996" data-y="2" x="568.0461095100864" y="256.72076444714094" width="7.644471409070206" height="3.3975428484756094" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .R11 &gt; .pin2 to .D3 &gt; .pos
92
+ globalConnNetId: connectivity_net34" data-x="12.776" data-y="9" x="509.7272865160017" y="137.80676475049296" width="7.644471409070206" height="3.397542848475638" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .R11 &gt; .pin2 to .D3 &gt; .pos
93
+ globalConnNetId: connectivity_net34" data-x="16.208999999999996" data-y="-2" x="568.0461095100864" y="324.67162141665403" width="7.644471409070206" height="3.3975428484756094" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><rect data-type="rect" data-label="netId: .R12 &gt; .pin2 to .D4 &gt; .pos
94
+ globalConnNetId: connectivity_net35" data-x="15.39625" data-y="9.225" x="556.3628090398907" y="131.8610647656606" width="3.397542848475723" height="7.644471409070206" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.058866071428571434"/></g><g><circle data-type="point" data-label="J1.1
95
+ x+" data-x="-12.9" data-y="4.7" cx="77.37297133323219" cy="212.5527074169574" r="3" fill="hsl(218, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J1.2
96
+ x+" data-x="-12.9" data-y="4.5" cx="77.37297133323219" cy="215.95025026543306" r="3" fill="hsl(219, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J1.3
97
+ x+" data-x="-12.9" data-y="4.3" cx="77.37297133323219" cy="219.3477931139087" r="3" fill="hsl(220, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J1.4
98
+ x+" data-x="-12.9" data-y="4.1" cx="77.37297133323219" cy="222.74533596238436" r="3" fill="hsl(221, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J1.5
99
+ x+" data-x="-12.9" data-y="3.9000000000000004" cx="77.37297133323219" cy="226.14287881086" r="3" fill="hsl(222, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J1.6
100
+ x+" data-x="-12.9" data-y="3.7" cx="77.37297133323219" cy="229.54042165933566" r="3" fill="hsl(223, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J1.7
101
+ x+" data-x="-12.9" data-y="3.5" cx="77.37297133323219" cy="232.93796450781133" r="3" fill="hsl(224, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J1.8
102
+ x+" data-x="-12.9" data-y="3.3" cx="77.37297133323219" cy="236.33550735628697" r="3" fill="hsl(225, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J2.1
103
+ x+" data-x="15.15" data-y="4.7" cx="553.8783558319428" cy="212.5527074169574" r="3" fill="hsl(99, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J2.2
104
+ x+" data-x="15.15" data-y="4.5" cx="553.8783558319428" cy="215.95025026543306" r="3" fill="hsl(100, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J2.3
105
+ x+" data-x="15.15" data-y="4.3" cx="553.8783558319428" cy="219.3477931139087" r="3" fill="hsl(101, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J2.4
106
+ x+" data-x="15.15" data-y="4.1" cx="553.8783558319428" cy="222.74533596238436" r="3" fill="hsl(102, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J2.5
107
+ x+" data-x="15.15" data-y="3.9000000000000004" cx="553.8783558319428" cy="226.14287881086" r="3" fill="hsl(103, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J2.6
108
+ x+" data-x="15.15" data-y="3.7" cx="553.8783558319428" cy="229.54042165933566" r="3" fill="hsl(104, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J2.7
109
+ x+" data-x="15.15" data-y="3.5" cx="553.8783558319428" cy="232.93796450781133" r="3" fill="hsl(105, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J2.8
110
+ x+" data-x="15.15" data-y="3.3" cx="553.8783558319428" cy="236.33550735628697" r="3" fill="hsl(106, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J3.1
111
+ x+" data-x="1.15" data-y="-8.5" cx="316.050356438647" cy="436.7905354163506" r="3" fill="hsl(340, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J3.2
112
+ x+" data-x="1.15" data-y="-8.7" cx="316.050356438647" cy="440.1880782648263" r="3" fill="hsl(341, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J3.3
113
+ x+" data-x="1.15" data-y="-8.9" cx="316.050356438647" cy="443.58562111330195" r="3" fill="hsl(342, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J3.4
114
+ x+" data-x="1.15" data-y="-9.1" cx="316.050356438647" cy="446.9831639617776" r="3" fill="hsl(343, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J3.5
115
+ x+" data-x="1.15" data-y="-9.3" cx="316.050356438647" cy="450.3807068102533" r="3" fill="hsl(344, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J3.6
116
+ x+" data-x="1.15" data-y="-9.5" cx="316.050356438647" cy="453.7782496587289" r="3" fill="hsl(345, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U1.1
117
+ x-" data-x="-10.15" data-y="2.3" cx="124.08918549977244" cy="253.32322159866527" r="3" fill="hsl(319, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U1.2
118
+ x-" data-x="-10.15" data-y="2.1" cx="124.08918549977244" cy="256.72076444714094" r="3" fill="hsl(320, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U1.3
119
+ x-" data-x="-10.15" data-y="1.9" cx="124.08918549977244" cy="260.11830729561655" r="3" fill="hsl(321, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U1.4
120
+ x-" data-x="-10.15" data-y="1.7" cx="124.08918549977244" cy="263.5158501440922" r="3" fill="hsl(322, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U1.5
121
+ x+" data-x="-7.85" data-y="1.7" cx="163.1609282572425" cy="263.5158501440922" r="3" fill="hsl(323, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U1.6
122
+ x+" data-x="-7.85" data-y="1.9" cx="163.1609282572425" cy="260.11830729561655" r="3" fill="hsl(324, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U1.7
123
+ x+" data-x="-7.85" data-y="2.1" cx="163.1609282572425" cy="256.72076444714094" r="3" fill="hsl(325, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U1.8
124
+ x+" data-x="-7.85" data-y="2.3" cx="163.1609282572425" cy="253.32322159866527" r="3" fill="hsl(326, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U2.1
125
+ x-" data-x="-4.1" data-y="2.3" cx="226.86485666616105" cy="253.32322159866527" r="3" fill="hsl(200, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U2.2
126
+ x-" data-x="-4.1" data-y="2.1" cx="226.86485666616105" cy="256.72076444714094" r="3" fill="hsl(201, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U2.3
127
+ x-" data-x="-4.1" data-y="1.9" cx="226.86485666616105" cy="260.11830729561655" r="3" fill="hsl(202, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U2.4
128
+ x-" data-x="-4.1" data-y="1.7" cx="226.86485666616105" cy="263.5158501440922" r="3" fill="hsl(203, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U2.5
129
+ x+" data-x="-1.9" data-y="1.7" cx="264.23782799939323" cy="263.5158501440922" r="3" fill="hsl(204, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U2.6
130
+ x+" data-x="-1.9" data-y="1.9" cx="264.23782799939323" cy="260.11830729561655" r="3" fill="hsl(205, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U2.7
131
+ x+" data-x="-1.9" data-y="2.1" cx="264.23782799939323" cy="256.72076444714094" r="3" fill="hsl(206, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U2.8
132
+ x+" data-x="-1.9" data-y="2.3" cx="264.23782799939323" cy="253.32322159866527" r="3" fill="hsl(207, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U3.1
133
+ x-" data-x="1.8499999999999996" data-y="2.3" cx="327.9417564083118" cy="253.32322159866527" r="3" fill="hsl(81, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U3.2
134
+ x-" data-x="1.8499999999999996" data-y="2.1" cx="327.9417564083118" cy="256.72076444714094" r="3" fill="hsl(82, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U3.3
135
+ x-" data-x="1.8499999999999996" data-y="1.9" cx="327.9417564083118" cy="260.11830729561655" r="3" fill="hsl(83, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U3.4
136
+ x-" data-x="1.8499999999999996" data-y="1.7" cx="327.9417564083118" cy="263.5158501440922" r="3" fill="hsl(84, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U3.5
137
+ x+" data-x="4.15" data-y="1.7" cx="367.0134991657818" cy="263.5158501440922" r="3" fill="hsl(85, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U3.6
138
+ x+" data-x="4.15" data-y="1.9" cx="367.0134991657818" cy="260.11830729561655" r="3" fill="hsl(86, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U3.7
139
+ x+" data-x="4.15" data-y="2.1" cx="367.0134991657818" cy="256.72076444714094" r="3" fill="hsl(87, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U3.8
140
+ x+" data-x="4.15" data-y="2.3" cx="367.0134991657818" cy="253.32322159866527" r="3" fill="hsl(88, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U4.1
141
+ x-" data-x="7.85" data-y="2.3" cx="429.86804186258144" cy="253.32322159866527" r="3" fill="hsl(322, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U4.2
142
+ x-" data-x="7.85" data-y="2.1" cx="429.86804186258144" cy="256.72076444714094" r="3" fill="hsl(323, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U4.3
143
+ x-" data-x="7.85" data-y="1.9" cx="429.86804186258144" cy="260.11830729561655" r="3" fill="hsl(324, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U4.4
144
+ x-" data-x="7.85" data-y="1.7" cx="429.86804186258144" cy="263.5158501440922" r="3" fill="hsl(325, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U4.5
145
+ x+" data-x="10.15" data-y="1.7" cx="468.9397846200515" cy="263.5158501440922" r="3" fill="hsl(326, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U4.6
146
+ x+" data-x="10.15" data-y="1.9" cx="468.9397846200515" cy="260.11830729561655" r="3" fill="hsl(327, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U4.7
147
+ x+" data-x="10.15" data-y="2.1" cx="468.9397846200515" cy="256.72076444714094" r="3" fill="hsl(328, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U4.8
148
+ x+" data-x="10.15" data-y="2.3" cx="468.9397846200515" cy="253.32322159866527" r="3" fill="hsl(329, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U5.1
149
+ x-" data-x="-10.1" data-y="-3.7" cx="124.93857121189137" cy="355.2495070529349" r="3" fill="hsl(203, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U5.2
150
+ x-" data-x="-10.1" data-y="-3.9" cx="124.93857121189137" cy="358.6470499014106" r="3" fill="hsl(204, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U5.3
151
+ x-" data-x="-10.1" data-y="-4.1" cx="124.93857121189137" cy="362.0445927498862" r="3" fill="hsl(205, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U5.4
152
+ x-" data-x="-10.1" data-y="-4.3" cx="124.93857121189137" cy="365.4421355983619" r="3" fill="hsl(206, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U5.5
153
+ x+" data-x="-7.9" data-y="-4.3" cx="162.3115425451236" cy="365.4421355983619" r="3" fill="hsl(207, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U5.6
154
+ x+" data-x="-7.9" data-y="-4.1" cx="162.3115425451236" cy="362.0445927498862" r="3" fill="hsl(208, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U5.7
155
+ x+" data-x="-7.9" data-y="-3.9" cx="162.3115425451236" cy="358.6470499014106" r="3" fill="hsl(209, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U5.8
156
+ x+" data-x="-7.9" data-y="-3.7" cx="162.3115425451236" cy="355.2495070529349" r="3" fill="hsl(210, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U6.1
157
+ x-" data-x="-4.1" data-y="-3.7" cx="226.86485666616105" cy="355.2495070529349" r="3" fill="hsl(84, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U6.2
158
+ x-" data-x="-4.1" data-y="-3.9" cx="226.86485666616105" cy="358.6470499014106" r="3" fill="hsl(85, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U6.3
159
+ x-" data-x="-4.1" data-y="-4.1" cx="226.86485666616105" cy="362.0445927498862" r="3" fill="hsl(86, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U6.4
160
+ x-" data-x="-4.1" data-y="-4.3" cx="226.86485666616105" cy="365.4421355983619" r="3" fill="hsl(87, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U6.5
161
+ x+" data-x="-1.9" data-y="-4.3" cx="264.23782799939323" cy="365.4421355983619" r="3" fill="hsl(88, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U6.6
162
+ x+" data-x="-1.9" data-y="-4.1" cx="264.23782799939323" cy="362.0445927498862" r="3" fill="hsl(89, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U6.7
163
+ x+" data-x="-1.9" data-y="-3.9" cx="264.23782799939323" cy="358.6470499014106" r="3" fill="hsl(90, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U6.8
164
+ x+" data-x="-1.9" data-y="-3.7" cx="264.23782799939323" cy="355.2495070529349" r="3" fill="hsl(91, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U7.1
165
+ x-" data-x="1.8499999999999996" data-y="-3.7" cx="327.9417564083118" cy="355.2495070529349" r="3" fill="hsl(325, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U7.2
166
+ x-" data-x="1.8499999999999996" data-y="-3.9" cx="327.9417564083118" cy="358.6470499014106" r="3" fill="hsl(326, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U7.3
167
+ x-" data-x="1.8499999999999996" data-y="-4.1" cx="327.9417564083118" cy="362.0445927498862" r="3" fill="hsl(327, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U7.4
168
+ x-" data-x="1.8499999999999996" data-y="-4.3" cx="327.9417564083118" cy="365.4421355983619" r="3" fill="hsl(328, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U7.5
169
+ x+" data-x="4.15" data-y="-4.3" cx="367.0134991657818" cy="365.4421355983619" r="3" fill="hsl(329, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U7.6
170
+ x+" data-x="4.15" data-y="-4.1" cx="367.0134991657818" cy="362.0445927498862" r="3" fill="hsl(330, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U7.7
171
+ x+" data-x="4.15" data-y="-3.9" cx="367.0134991657818" cy="358.6470499014106" r="3" fill="hsl(331, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U7.8
172
+ x+" data-x="4.15" data-y="-3.7" cx="367.0134991657818" cy="355.2495070529349" r="3" fill="hsl(332, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U8.1
173
+ x-" data-x="7.85" data-y="-3.7" cx="429.86804186258144" cy="355.2495070529349" r="3" fill="hsl(206, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U8.2
174
+ x-" data-x="7.85" data-y="-3.9" cx="429.86804186258144" cy="358.6470499014106" r="3" fill="hsl(207, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U8.3
175
+ x-" data-x="7.85" data-y="-4.1" cx="429.86804186258144" cy="362.0445927498862" r="3" fill="hsl(208, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U8.4
176
+ x-" data-x="7.85" data-y="-4.3" cx="429.86804186258144" cy="365.4421355983619" r="3" fill="hsl(209, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U8.5
177
+ x+" data-x="10.15" data-y="-4.3" cx="468.9397846200515" cy="365.4421355983619" r="3" fill="hsl(210, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U8.6
178
+ x+" data-x="10.15" data-y="-4.1" cx="468.9397846200515" cy="362.0445927498862" r="3" fill="hsl(211, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U8.7
179
+ x+" data-x="10.15" data-y="-3.9" cx="468.9397846200515" cy="358.6470499014106" r="3" fill="hsl(212, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U8.8
180
+ x+" data-x="10.15" data-y="-3.7" cx="468.9397846200515" cy="355.2495070529349" r="3" fill="hsl(213, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R1.1
181
+ x-" data-x="-13.55" data-y="9" cx="66.33095707568629" cy="139.5055361747308" r="3" fill="hsl(226, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R1.2
182
+ x+" data-x="-12.45" data-y="9" cx="85.01744274230242" cy="139.5055361747308" r="3" fill="hsl(227, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R2.1
183
+ x-" data-x="-11.05" data-y="9" cx="108.800242681632" cy="139.5055361747308" r="3" fill="hsl(107, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R2.2
184
+ x+" data-x="-9.95" data-y="9" cx="127.48672834824814" cy="139.5055361747308" r="3" fill="hsl(108, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R3.1
185
+ x-" data-x="-8.55" data-y="9" cx="151.26952828757769" cy="139.5055361747308" r="3" fill="hsl(348, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R3.2
186
+ x+" data-x="-7.449999999999999" data-y="9" cx="169.95601395419382" cy="139.5055361747308" r="3" fill="hsl(349, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R4.1
187
+ x-" data-x="-6.050000000000001" data-y="9" cx="193.7388138935234" cy="139.5055361747308" r="3" fill="hsl(229, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R4.2
188
+ x+" data-x="-4.949999999999999" data-y="9" cx="212.4252995601395" cy="139.5055361747308" r="3" fill="hsl(230, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R5.1
189
+ x-" data-x="-3.55" data-y="9" cx="236.20809949946909" cy="139.5055361747308" r="3" fill="hsl(110, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R5.2
190
+ x+" data-x="-2.45" data-y="9" cx="254.8945851660852" cy="139.5055361747308" r="3" fill="hsl(111, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R6.1
191
+ x-" data-x="-1.05" data-y="9" cx="278.67738510541477" cy="139.5055361747308" r="3" fill="hsl(351, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R6.2
192
+ x+" data-x="0.050000000000000044" data-y="9" cx="297.3638707720309" cy="139.5055361747308" r="3" fill="hsl(352, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R7.1
193
+ x-" data-x="1.45" data-y="9" cx="321.14667071136046" cy="139.5055361747308" r="3" fill="hsl(232, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R7.2
194
+ x+" data-x="2.55" data-y="9" cx="339.8331563779766" cy="139.5055361747308" r="3" fill="hsl(233, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R8.1
195
+ x-" data-x="3.9499999999999993" data-y="9" cx="363.61595631730614" cy="139.5055361747308" r="3" fill="hsl(113, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R8.2
196
+ x+" data-x="5.050000000000001" data-y="9" cx="382.3024419839223" cy="139.5055361747308" r="3" fill="hsl(114, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R9.1
197
+ x-" data-x="6.449999999999999" data-y="9" cx="406.08524192325183" cy="139.5055361747308" r="3" fill="hsl(354, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R9.2
198
+ x+" data-x="7.550000000000001" data-y="9" cx="424.77172758986796" cy="139.5055361747308" r="3" fill="hsl(355, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R10.1
199
+ x-" data-x="8.95" data-y="9" cx="448.55452752919757" cy="139.5055361747308" r="3" fill="hsl(244, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R10.2
200
+ x+" data-x="10.05" data-y="9" cx="467.2410131958137" cy="139.5055361747308" r="3" fill="hsl(245, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R11.1
201
+ x-" data-x="11.45" data-y="9" cx="491.02381313514326" cy="139.5055361747308" r="3" fill="hsl(125, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R11.2
202
+ x+" data-x="12.55" data-y="9" cx="509.71029880175934" cy="139.5055361747308" r="3" fill="hsl(126, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R12.1
203
+ x-" data-x="13.95" data-y="9" cx="533.4930987410889" cy="139.5055361747308" r="3" fill="hsl(6, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R12.2
204
+ x+" data-x="15.05" data-y="9" cx="552.1795844077051" cy="139.5055361747308" r="3" fill="hsl(7, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="C1.1
205
+ x-" data-x="-11.55" data-y="-12" cx="100.30638556044286" cy="496.24753526467464" r="3" fill="hsl(121, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="C1.2
206
+ x+" data-x="-10.45" data-y="-12" cx="118.992871227059" cy="496.24753526467464" r="3" fill="hsl(122, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="C2.1
207
+ x-" data-x="-8.55" data-y="-12" cx="151.26952828757769" cy="496.24753526467464" r="3" fill="hsl(2, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="C2.2
208
+ x+" data-x="-7.449999999999999" data-y="-12" cx="169.95601395419382" cy="496.24753526467464" r="3" fill="hsl(3, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="C3.1
209
+ x-" data-x="-5.55" data-y="-12" cx="202.23267101471254" cy="496.24753526467464" r="3" fill="hsl(243, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="C3.2
210
+ x+" data-x="-4.45" data-y="-12" cx="220.91915668132862" cy="496.24753526467464" r="3" fill="hsl(244, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="C4.1
211
+ x-" data-x="-2.55" data-y="-12" cx="253.19581374184736" cy="496.24753526467464" r="3" fill="hsl(124, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="C4.2
212
+ x+" data-x="-1.45" data-y="-12" cx="271.8822994084635" cy="496.24753526467464" r="3" fill="hsl(125, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="C5.1
213
+ x-" data-x="0.44999999999999996" data-y="-12" cx="304.1589564689822" cy="496.24753526467464" r="3" fill="hsl(5, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="C5.2
214
+ x+" data-x="1.55" data-y="-12" cx="322.8454421355983" cy="496.24753526467464" r="3" fill="hsl(6, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="C6.1
215
+ x-" data-x="3.45" data-y="-12" cx="355.12209919611706" cy="496.24753526467464" r="3" fill="hsl(246, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="C6.2
216
+ x+" data-x="4.55" data-y="-12" cx="373.80858486273314" cy="496.24753526467464" r="3" fill="hsl(247, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="C7.1
217
+ x-" data-x="6.45" data-y="-12" cx="406.0852419232519" cy="496.24753526467464" r="3" fill="hsl(127, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="C7.2
218
+ x+" data-x="7.55" data-y="-12" cx="424.77172758986796" cy="496.24753526467464" r="3" fill="hsl(128, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="C8.1
219
+ x-" data-x="9.45" data-y="-12" cx="457.04838465038665" cy="496.24753526467464" r="3" fill="hsl(8, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="C8.2
220
+ x+" data-x="10.55" data-y="-12" cx="475.7348703170028" cy="496.24753526467464" r="3" fill="hsl(9, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="D1.1
221
+ x-" data-x="16.435" data-y="2" cx="575.707568633399" cy="258.41953587137874" r="3" fill="hsl(32, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="D1.2
222
+ x+" data-x="17.565" data-y="2" cx="594.9036857272865" cy="258.41953587137874" r="3" fill="hsl(33, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="D2.1
223
+ x-" data-x="16.435" data-y="0" cx="575.707568633399" cy="292.3949643561353" r="3" fill="hsl(273, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="D2.2
224
+ x+" data-x="17.565" data-y="0" cx="594.9036857272865" cy="292.3949643561353" r="3" fill="hsl(274, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="D3.1
225
+ x-" data-x="16.435" data-y="-2" cx="575.707568633399" cy="326.37039284089184" r="3" fill="hsl(154, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="D3.2
226
+ x+" data-x="17.565" data-y="-2" cx="594.9036857272865" cy="326.37039284089184" r="3" fill="hsl(155, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="D4.1
227
+ x-" data-x="16.435" data-y="-4" cx="575.707568633399" cy="360.3458213256484" r="3" fill="hsl(35, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="D4.2
228
+ x+" data-x="17.565" data-y="-4" cx="594.9036857272865" cy="360.3458213256484" r="3" fill="hsl(36, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anchorPoint
229
+ orientation: y+" data-x="-12.499" data-y="4.751" cx="84.18504474442588" cy="211.6863339905961" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
230
+ orientation: y+" data-x="16.151" data-y="3.3509999999999995" cx="570.8830577885635" cy="235.4691339299257" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
231
+ orientation: x+" data-x="1.15" data-y="-9.5" cx="316.050356438647" cy="453.7782496587289" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
232
+ orientation: y+" data-x="-7.749" data-y="2.501" cx="164.8766873957227" cy="249.90869103594721" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
233
+ orientation: y+" data-x="-1.799" data-y="2.501" cx="265.95358713787346" cy="249.90869103594721" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
234
+ orientation: y+" data-x="4.3500000000000005" data-y="2.7" cx="370.4110420142575" cy="246.52813590171394" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
235
+ orientation: y+" data-x="-7.7" data-y="-3.3" cx="165.70908539359922" cy="348.4544213559836" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
236
+ orientation: y+" data-x="4.251" data-y="-3.499" cx="368.72925830426203" cy="351.8349764902169" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
237
+ orientation: y+" data-x="10.251" data-y="-3.499" cx="470.65554375853173" cy="351.8349764902169" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
238
+ orientation: y+" data-x="-3.651" data-y="9.401" cx="234.4923403609889" cy="132.6934627635371" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
239
+ orientation: y+" data-x="-1.151" data-y="9.401" cx="276.96162596693455" cy="132.6934627635371" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
240
+ orientation: y+" data-x="-11.651" data-y="-11.349" cx="98.59062642196267" cy="485.1885332928864" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
241
+ orientation: y+" data-x="-8.651" data-y="-11.349" cx="149.5537691490975" cy="485.1885332928864" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
242
+ orientation: y+" data-x="-5.651" data-y="-11.349" cx="200.5169118762323" cy="485.1885332928864" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
243
+ orientation: y+" data-x="-2.651" data-y="-11.349" cx="251.48005460336717" cy="485.1885332928864" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
244
+ orientation: y+" data-x="0.349" data-y="-11.349" cx="302.443197330502" cy="485.1885332928864" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
245
+ orientation: y+" data-x="3.349" data-y="-11.349" cx="353.40634005763684" cy="485.1885332928864" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
246
+ orientation: y+" data-x="6.349" data-y="-11.349" cx="404.36948278477166" cy="485.1885332928864" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
247
+ orientation: y+" data-x="9.349" data-y="-11.349" cx="455.3326255119065" cy="485.1885332928864" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
248
+ orientation: y-" data-x="-12.349000000000002" data-y="4.449" cx="86.73320188078259" cy="216.81662369179435" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
249
+ orientation: y-" data-x="15.251" data-y="3.099" cx="555.5941149704231" cy="239.750037919005" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
250
+ orientation: y-" data-x="-4.3" data-y="-6.800000000000001" cx="223.46731381768538" cy="407.9114212043076" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
251
+ orientation: y-" data-x="-10.750999999999998" data-y="-4.3" cx="113.87956924010314" cy="365.4421355983619" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
252
+ orientation: y-" data-x="-4.201" data-y="1.499" cx="225.14909752768085" cy="266.93038070681024" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
253
+ orientation: y-" data-x="1.7489999999999997" data-y="1.499" cx="326.22599726983157" cy="266.93038070681024" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
254
+ orientation: y-" data-x="7.749" data-y="1.499" cx="428.15228272410127" cy="266.93038070681024" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
255
+ orientation: y-" data-x="-1.150999999999998" data-y="-4.901" cx="276.9616259669346" cy="375.6517518580312" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
256
+ orientation: x-" data-x="7.85" data-y="-4.3" cx="429.86804186258144" cy="365.4421355983619" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
257
+ orientation: y-" data-x="-10.349" data-y="-12.651" cx="120.70863036553916" cy="507.3065372364629" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
258
+ orientation: y-" data-x="-7.348999999999999" data-y="-12.651" cx="171.67177309267402" cy="507.3065372364629" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
259
+ orientation: y-" data-x="-4.349" data-y="-12.651" cx="222.63491581980884" cy="507.3065372364629" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
260
+ orientation: y-" data-x="-1.349" data-y="-12.651" cx="273.59805854694366" cy="507.3065372364629" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
261
+ orientation: y-" data-x="1.651" data-y="-12.651" cx="324.5612012740785" cy="507.3065372364629" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
262
+ orientation: y-" data-x="4.651" data-y="-12.651" cx="375.52434400121336" cy="507.3065372364629" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
263
+ orientation: y-" data-x="7.651" data-y="-12.651" cx="426.4874867283482" cy="507.3065372364629" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
264
+ orientation: y-" data-x="10.651" data-y="-12.651" cx="477.450629455483" cy="507.3065372364629" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
265
+ orientation: y-" data-x="17.765" data-y="-4" cx="598.301228575762" cy="360.3458213256484" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
266
+ orientation: x+" data-x="-12.700000000000001" data-y="4.6000000000000005" cx="80.77051418170782" cy="214.2514788411952" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
267
+ orientation: x+" data-x="-12.9" data-y="4.1" cx="77.37297133323219" cy="222.74533596238436" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
268
+ orientation: x-" data-x="-11.05" data-y="9" cx="108.800242681632" cy="139.5055361747308" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
269
+ orientation: x+" data-x="-12.9" data-y="3.5" cx="77.37297133323219" cy="232.93796450781133" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
270
+ orientation: y+" data-x="0.26549999999999985" data-y="2.3" cx="301.02472319126343" cy="253.32322159866527" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
271
+ orientation: x+" data-x="0.050000000000000044" data-y="9" cx="297.3638707720309" cy="139.5055361747308" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
272
+ orientation: x+" data-x="-7.9" data-y="-3.9" cx="162.3115425451236" cy="358.6470499014106" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
273
+ orientation: x-" data-x="7.299" data-y="-3.9" cx="420.50781131503106" cy="358.6470499014106" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
274
+ orientation: x+" data-x="15.15" data-y="4.5" cx="553.8783558319428" cy="215.95025026543306" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
275
+ orientation: y+" data-x="12.7" data-y="1.7" cx="512.2584559381161" cy="263.5158501440922" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
276
+ orientation: y+" data-x="10.701" data-y="-4.1" cx="478.30001516760194" cy="362.0445927498862" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
277
+ orientation: x-" data-x="6.449999999999999" data-y="9" cx="406.08524192325183" cy="139.5055361747308" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
278
+ orientation: x+" data-x="10.450000000000001" data-y="2.1" cx="474.03609889276504" cy="256.72076444714094" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
279
+ orientation: x+" data-x="10.15" data-y="-3.9" cx="468.9397846200515" cy="358.6470499014106" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
280
+ orientation: x+" data-x="15.15" data-y="4.1" cx="553.8783558319428" cy="222.74533596238436" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
281
+ orientation: x-" data-x="13.95" data-y="9" cx="533.4930987410889" cy="139.5055361747308" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
282
+ orientation: x+" data-x="7.550000000000001" data-y="9" cx="424.77172758986796" cy="139.5055361747308" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
283
+ orientation: x+" data-x="15.15" data-y="3.9000000000000004" cx="553.8783558319428" cy="226.14287881086" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
284
+ orientation: x+" data-x="10.05" data-y="9" cx="467.2410131958137" cy="139.5055361747308" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
285
+ orientation: x+" data-x="15.15" data-y="3.7" cx="553.8783558319428" cy="229.54042165933566" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
286
+ orientation: x+" data-x="4.15" data-y="-4.1" cx="367.0134991657818" cy="362.0445927498862" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
287
+ orientation: x+" data-x="1.15" data-y="-8.9" cx="316.050356438647" cy="443.58562111330195" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
288
+ orientation: x+" data-x="4.15" data-y="-3.9" cx="367.0134991657818" cy="358.6470499014106" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
289
+ orientation: x+" data-x="1.15" data-y="-9.1" cx="316.050356438647" cy="446.9831639617776" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
290
+ orientation: y+" data-x="-12.0255" data-y="9" cx="92.22872743819201" cy="139.5055361747308" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
291
+ orientation: x+" data-x="-7.449999999999999" data-y="9" cx="169.95601395419382" cy="139.5055361747308" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
292
+ orientation: x-" data-x="-10.15" data-y="1.9" cx="124.08918549977244" cy="260.11830729561655" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
293
+ orientation: y+" data-x="-6.9125" data-y="1.7" cx="179.08691035947214" cy="263.5158501440922" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
294
+ orientation: x-" data-x="1.45" data-y="9" cx="321.14667071136046" cy="139.5055361747308" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
295
+ orientation: x+" data-x="-7.85" data-y="1.9" cx="163.1609282572425" cy="260.11830729561655" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
296
+ orientation: x-" data-x="-4.1" data-y="1.9" cx="226.86485666616105" cy="260.11830729561655" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
297
+ orientation: x+" data-x="-7.85" data-y="2.1" cx="163.1609282572425" cy="256.72076444714094" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
298
+ orientation: x-" data-x="-10.1" data-y="-3.7" cx="124.93857121189137" cy="355.2495070529349" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
299
+ orientation: y+" data-x="-4.737499999999999" data-y="9" cx="216.03518883664492" cy="139.5055361747308" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
300
+ orientation: x+" data-x="-1.7000000000000028" data-y="1.7" cx="267.63537084786884" cy="263.5158501440922" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
301
+ orientation: x-" data-x="3.9499999999999993" data-y="9" cx="363.61595631730614" cy="139.5055361747308" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
302
+ orientation: x+" data-x="-1.9" data-y="1.9" cx="264.23782799939323" cy="260.11830729561655" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
303
+ orientation: x-" data-x="-10.1" data-y="-4.1" cx="124.93857121189137" cy="362.0445927498862" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
304
+ orientation: x+" data-x="-1.9" data-y="2.1" cx="264.23782799939323" cy="256.72076444714094" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
305
+ orientation: x-" data-x="-4.1" data-y="-3.7" cx="226.86485666616105" cy="355.2495070529349" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
306
+ orientation: x+" data-x="4.15" data-y="1.7" cx="367.0134991657818" cy="263.5158501440922" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
307
+ orientation: x-" data-x="-4.1" data-y="-3.9" cx="226.86485666616105" cy="358.6470499014106" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
308
+ orientation: x-" data-x="11.45" data-y="9" cx="491.02381313514326" cy="139.5055361747308" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
309
+ orientation: y+" data-x="4.701" data-y="1.9" cx="376.37372971333224" cy="260.11830729561655" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
310
+ orientation: x+" data-x="4.15" data-y="2.1" cx="367.0134991657818" cy="256.72076444714094" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
311
+ orientation: x-" data-x="1.8499999999999996" data-y="-3.9" cx="327.9417564083118" cy="358.6470499014106" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
312
+ orientation: y+" data-x="-6.95" data-y="-4.3" cx="178.44987107538293" cy="365.4421355983619" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
313
+ orientation: x+" data-x="-7.9" data-y="-4.1" cx="162.3115425451236" cy="362.0445927498862" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
314
+ orientation: x-" data-x="1.8499999999999996" data-y="-4.1" cx="327.9417564083118" cy="362.0445927498862" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
315
+ orientation: x+" data-x="2.55" data-y="9" cx="339.8331563779766" cy="139.5055361747308" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
316
+ orientation: x-" data-x="16.435" data-y="2" cx="575.707568633399" cy="258.41953587137874" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
317
+ orientation: x+" data-x="12.55" data-y="9" cx="509.71029880175934" cy="139.5055361747308" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
318
+ orientation: x-" data-x="16.435" data-y="-2" cx="575.707568633399" cy="326.37039284089184" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
319
+ orientation: y+" data-x="15.39625" data-y="9" cx="558.0615804641286" cy="139.5055361747308" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g id="crosshair" style="display: none"><line id="crosshair-h" y1="0" y2="640" stroke="#666" stroke-width="0.5"/><line id="crosshair-v" x1="0" x2="640" stroke="#666" stroke-width="0.5"/><text id="coordinates" font-family="monospace" font-size="12" fill="#666"></text></g><script><![CDATA[
310
320
  document.currentScript.parentElement.addEventListener('mousemove', (e) => {
311
321
  const svg = e.currentTarget;
312
322
  const rect = svg.getBoundingClientRect();
@@ -328,7 +338,7 @@ orientation: y+" data-x="15.39625" data-y="9" cx="558.0615804641286" cy="138.070
328
338
  v.setAttribute('y2', '640');
329
339
 
330
340
  // Calculate real coordinates using inverse transformation
331
- const matrix = {"a":16.987714242378278,"c":0,"e":296.514485059912,"b":0,"d":-16.987714242378278,"f":290.95950250265435};
341
+ const matrix = {"a":16.987714242378278,"c":0,"e":296.514485059912,"b":0,"d":-16.987714242378278,"f":292.3949643561353};
332
342
  // Manually invert and apply the affine transform
333
343
  // Since we only use translate and scale, we can directly compute:
334
344
  // x' = (x - tx) / sx
@@ -363,496 +373,524 @@ orientation: y+" data-x="15.39625" data-y="9" cx="558.0615804641286" cy="138.070
363
373
  .port-label { fill: rgb(0, 100, 100); }
364
374
  .component-name { fill: rgb(0, 100, 100); }
365
375
 
366
- </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 1127.2620805117472 343.6036585869 L 1133.860073072507 343.6036585869 L 1133.860073072507 277.62373297930003 L 1127.2620805117472 277.62373297930003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1127.2620805117472 343.6036585869 L 1133.860073072507 343.6036585869 L 1133.860073072507 277.62373297930003 L 1127.2620805117472 277.62373297930003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" 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 1127.2620805117472 409.58358419449996 L 1133.860073072507 409.58358419449996 L 1133.860073072507 343.6036585869" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1127.2620805117472 409.58358419449996 L 1133.860073072507 409.58358419449996 L 1133.860073072507 343.6036585869" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" 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 1127.2620805117472 475.5635098021 L 1133.860073072507 475.5635098021 L 1133.860073072507 409.58358419449996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1127.2620805117472 475.5635098021 L 1133.860073072507 475.5635098021 L 1133.860073072507 409.58358419449996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" 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 384.4930679841901 46.69399335270003 L 398.51380217580504 46.69399335270003 L 398.51380217580504 267.72674413816003 L 412.53453636742006 267.72674413816003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 384.4930679841901 46.69399335270003 L 398.51380217580504 46.69399335270003 L 398.51380217580504 267.72674413816003 L 412.53453636742006 267.72674413816003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" 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 288.82217585317005 287.52072182044003 L 350.67835611029506 287.52072182044003 L 350.67835611029506 274.32473669892 L 412.53453636742006 274.32473669892" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 288.82217585317005 287.52072182044003 L 350.67835611029506 287.52072182044003 L 350.67835611029506 274.32473669892 L 412.53453636742006 274.32473669892" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" 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 882.64150632157 274.32473669892 L 892.53849516271 274.32473669892 L 892.53849516271 160.50936502581 L 836.45555839625 160.50936502581 L 836.45555839625 46.69399335270003 L 843.05355095701 46.69399335270003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 882.64150632157 274.32473669892 L 892.53849516271 274.32473669892 L 892.53849516271 160.50936502581 L 836.45555839625 160.50936502581 L 836.45555839625 46.69399335270003 L 843.05355095701 46.69399335270003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" 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 287.17267771298003 485.46049864324 L 349.8536070402 485.46049864324 L 349.8536070402 478.86250608247997 L 412.53453636742006 478.86250608247997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 287.17267771298003 485.46049864324 L 349.8536070402 485.46049864324 L 349.8536070402 478.86250608247997 L 412.53453636742006 478.86250608247997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" 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 1044.29232406019 46.69399335270003 L 1067.1378733018214 46.69399335270003 L 1067.1378733018214 475.5635098021 L 1089.983422543453 475.5635098021" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1044.29232406019 46.69399335270003 L 1067.1378733018214 46.69399335270003 L 1067.1378733018214 475.5635098021 L 1089.983422543453 475.5635098021" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" 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 585.7318410873701 657.008305223 L 592.32983364813 657.008305223 L 592.32983364813 698.24575872775 L 556.0408745639501 698.24575872775 L 556.0408745639501 739.4832122324999 L 562.63886712471 739.4832122324999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 585.7318410873701 657.008305223 L 592.32983364813 657.008305223 L 592.32983364813 698.24575872775 L 556.0408745639501 698.24575872775 L 556.0408745639501 739.4832122324999 L 562.63886712471 739.4832122324999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" 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 684.70172949877 267.72674413816003 L 691.29972205953 267.72674413816003 L 691.29972205953 254.53075901664 L 885.94050260195 254.53075901664 L 885.94050260195 267.72674413816003 L 882.64150632157 267.72674413816003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 684.70172949877 267.72674413816003 L 691.29972205953 267.72674413816003 L 691.29972205953 254.53075901664 L 885.94050260195 254.53075901664 L 885.94050260195 267.72674413816003 L 882.64150632157 267.72674413816003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" 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 287.17267771298003 465.66652096096 L 293.77067027374005 465.66652096096 L 293.77067027374005 452.47053583944 L 491.71044709654007 452.47053583944 L 491.71044709654007 465.66652096096 L 485.11245453578005 465.66652096096" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 287.17267771298003 465.66652096096 L 293.77067027374005 465.66652096096 L 293.77067027374005 452.47053583944 L 491.71044709654007 452.47053583944 L 491.71044709654007 465.66652096096 L 485.11245453578005 465.66652096096" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" 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 166.75931347911006 739.4832122324999 L 160.16132091835004 739.4832122324999 L 160.16132091835004 766.534981731616 L 259.13120932975005 766.534981731616 L 259.13120932975005 739.4832122324999 L 265.72920189051 739.4832122324999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 166.75931347911006 739.4832122324999 L 160.16132091835004 739.4832122324999 L 160.16132091835004 766.534981731616 L 259.13120932975005 766.534981731616 L 259.13120932975005 739.4832122324999 L 265.72920189051 739.4832122324999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" 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 364.69909030191 739.4832122324999 L 358.10109774115006 739.4832122324999 L 358.10109774115006 766.534981731616 L 457.07098615255006 766.534981731616 L 457.07098615255006 739.4832122324999 L 463.6689787133101 739.4832122324999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 364.69909030191 739.4832122324999 L 358.10109774115006 739.4832122324999 L 358.10109774115006 766.534981731616 L 457.07098615255006 766.534981731616 L 457.07098615255006 739.4832122324999 L 463.6689787133101 739.4832122324999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" 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 661.60875553611 739.4832122324999 L 655.01076297535 739.4832122324999 L 655.01076297535 766.534981731616 L 753.98065138675 766.534981731616 L 753.98065138675 739.4832122324999 L 760.57864394751 739.4832122324999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 661.60875553611 739.4832122324999 L 655.01076297535 739.4832122324999 L 655.01076297535 766.534981731616 L 753.98065138675 766.534981731616 L 753.98065138675 739.4832122324999 L 760.57864394751 739.4832122324999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" 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 585.7318410873701 650.41031266224 L 605.5258187696501 650.41031266224 L 605.5258187696501 739.4832122324999 L 598.92782620889 739.4832122324999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 585.7318410873701 650.41031266224 L 605.5258187696501 650.41031266224 L 605.5258187696501 739.4832122324999 L 598.92782620889 739.4832122324999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" 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 796.86760303169 739.4832122324999 L 803.46559559245 739.4832122324999 L 803.46559559245 766.534981731616 L 902.43548400385 766.534981731616 L 902.43548400385 739.4832122324999 L 895.83749144309 739.4832122324999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 796.86760303169 739.4832122324999 L 803.46559559245 739.4832122324999 L 803.46559559245 766.534981731616 L 902.43548400385 766.534981731616 L 902.43548400385 739.4832122324999 L 895.83749144309 739.4832122324999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" 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 122.22286369398006 201.74681853056 L 128.82085625474002 201.74681853056 L 128.82085625474002 124.22040594162999 L 94.18139531075008 124.22040594162999 L 94.18139531075008 46.69399335270003 L 100.77938787151004 46.69399335270003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 122.22286369398006 201.74681853056 L 128.82085625474002 201.74681853056 L 128.82085625474002 124.22040594162999 L 94.18139531075008 124.22040594162999 L 94.18139531075008 46.69399335270003 L 100.77938787151004 46.69399335270003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" 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 137.06834695569006 46.69399335270003 L 165.0768253761163 46.69399335270003 L 165.0768253761163 267.72674413816003 L 212.94526140443003 267.72674413816003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 137.06834695569006 46.69399335270003 L 165.0768253761163 46.69399335270003 L 165.0768253761163 267.72674413816003 L 212.94526140443003 267.72674413816003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" 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 608.82481505003 267.72674413816003 L 504.2796229247878 267.72674413816003 L 504.2796229247878 46.69399335270003 L 466.96797499369006 46.69399335270003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 608.82481505003 267.72674413816003 L 504.2796229247878 267.72674413816003 L 504.2796229247878 46.69399335270003 L 466.96797499369006 46.69399335270003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" 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 485.11245453578 287.52072182044003 L 491.71044709653995 287.52072182044003 L 491.71044709653995 373.29462511032 L 196.4172900397263 373.29462511032 L 196.4172900397263 472.26451352172 L 214.59475954462005 472.26451352172" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 485.11245453578 287.52072182044003 L 491.71044709653995 287.52072182044003 L 491.71044709653995 373.29462511032 L 196.4172900397263 373.29462511032 L 196.4172900397263 472.26451352172 L 214.59475954462005 472.26451352172" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" 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 684.70172949877 280.92272925968 L 702.8791990036639 280.92272925968 L 702.8791990036639 373.29462511032 L 602.22682248927 373.29462511032 L 602.22682248927 465.66652096096 L 608.82481505003 465.66652096096" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 684.70172949877 280.92272925968 L 702.8791990036639 280.92272925968 L 702.8791990036639 373.29462511032 L 602.22682248927 373.29462511032 L 602.22682248927 465.66652096096 L 608.82481505003 465.66652096096" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" 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 882.64150632157 287.52072182044003 L 1069.0677861258437 287.52072182044003 L 1069.0677861258437 201.74681853056 L 1047.59132034057 201.74681853056" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 882.64150632157 287.52072182044003 L 1069.0677861258437 287.52072182044003 L 1069.0677861258437 201.74681853056 L 1047.59132034057 201.74681853056" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" 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 882.64150632157 478.86250608247997 L 900.8189758264638 478.86250608247997 L 900.8189758264638 501.95548004514 L 513.1869128818139 501.95548004514 L 513.1869128818139 468.96551724133997 L 503.28992404067384 468.96551724133997 L 503.28992404067384 478.86250608247997 L 485.11245453578005 478.86250608247997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 882.64150632157 478.86250608247997 L 900.8189758264638 478.86250608247997 L 900.8189758264638 501.95548004514 L 513.1869128818139 501.95548004514 L 513.1869128818139 468.96551724133997 L 503.28992404067384 468.96551724133997 L 503.28992404067384 478.86250608247997 L 485.11245453578005 478.86250608247997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" 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 806.76459187283 472.26451352172 L 788.5871223679362 472.26451352172 L 788.5871223679362 323.80968090462 L 1072.3667824062236 323.80968090462 L 1072.3667824062236 188.55083340904 L 1047.59132034057 188.55083340904" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 806.76459187283 472.26451352172 L 788.5871223679362 472.26451352172 L 788.5871223679362 323.80968090462 L 1072.3667824062236 323.80968090462 L 1072.3667824062236 188.55083340904 L 1047.59132034057 188.55083340904" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" 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 212.94526140443003 287.52072182044003 L 193.11829375934633 287.52072182044003 L 193.11829375934633 485.46049864324 L 214.59475954462005 485.46049864324" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 212.94526140443003 287.52072182044003 L 193.11829375934633 287.52072182044003 L 193.11829375934633 485.46049864324 L 214.59475954462005 485.46049864324" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" 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 122.22286369398006 188.55083340904 L 125.52185997436004 188.55083340904 L 125.52185997436004 186.8683453060462 L 135.45183877830385 186.8683453060462" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 122.22286369398006 188.55083340904 L 125.52185997436004 188.55083340904 L 125.52185997436004 186.8683453060462 L 135.45183877830385 186.8683453060462" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" 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 1047.59132034057 234.73678133436002 L 1080.6142731071736 234.73678133436002 L 1080.6142731071736 233.05429323136622" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1047.59132034057 234.73678133436002 L 1080.6142731071736 234.73678133436002 L 1080.6142731071736 233.05429323136622" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" 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 288.82217585317005 267.72674413816003 L 292.15416209635384 267.72674413816003 L 292.15416209635384 261.0957616145962" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 288.82217585317005 267.72674413816003 L 292.15416209635384 267.72674413816003 L 292.15416209635384 261.0957616145962" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" 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 485.11245453578005 267.72674413816003 L 488.44444077896384 267.72674413816003 L 488.44444077896384 261.0957616145962" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 485.11245453578005 267.72674413816003 L 488.44444077896384 267.72674413816003 L 488.44444077896384 261.0957616145962" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" 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 684.70172949877 465.66652096096 L 688.0337157419539 465.66652096096 L 688.0337157419539 459.0355384373962" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 684.70172949877 465.66652096096 L 688.0337157419539 465.66652096096 L 688.0337157419539 459.0355384373962" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" 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 882.64150632157 465.66652096096 L 885.9734925647538 465.66652096096 L 885.9734925647538 459.0355384373962" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 882.64150632157 465.66652096096 L 885.9734925647538 465.66652096096 L 885.9734925647538 459.0355384373962" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" 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 430.67901590951004 46.69399335270003 L 427.34702966632625 46.69399335270003 L 427.34702966632625 33.46501826837624" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 430.67901590951004 46.69399335270003 L 427.34702966632625 46.69399335270003 L 427.34702966632625 33.46501826837624" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" 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 513.15392291901 46.69399335270003 L 509.82193667582624 46.69399335270003 L 509.82193667582624 33.46501826837624" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 513.15392291901 46.69399335270003 L 509.82193667582624 46.69399335270003 L 509.82193667582624 33.46501826837624" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" 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 859.54853235891 739.4832122324999 L 856.2165461157263 739.4832122324999 L 856.2165461157263 718.0067464472262" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 859.54853235891 739.4832122324999 L 856.2165461157263 739.4832122324999 L 856.2165461157263 718.0067464472262" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" 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 122.22286369398006 195.14882596980001 L 125.52185997436004 195.14882596980001 L 125.52185997436004 196.83131407279382 L 140.4003331988738 196.83131407279382" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 122.22286369398006 195.14882596980001 L 125.52185997436004 195.14882596980001 L 125.52185997436004 196.83131407279382 L 140.4003331988738 196.83131407279382" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" 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 1047.59132034057 228.1387887736 L 1050.9233065837539 228.1387887736 L 1050.9233065837539 241.3677638579238" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1047.59132034057 228.1387887736 L 1050.9233065837539 228.1387887736 L 1050.9233065837539 241.3677638579238" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" 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 412.53453636742006 287.52072182044003 L 409.20255012423627 287.52072182044003 L 409.20255012423627 294.1517043440038" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 412.53453636742006 287.52072182044003 L 409.20255012423627 287.52072182044003 L 409.20255012423627 294.1517043440038" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" 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 608.82481505003 287.52072182044003 L 605.4928288068462 287.52072182044003 L 605.4928288068462 294.1517043440038" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 608.82481505003 287.52072182044003 L 605.4928288068462 287.52072182044003 L 605.4928288068462 294.1517043440038" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" 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 806.76459187283 287.52072182044003 L 803.4326056296462 287.52072182044003 L 803.4326056296462 294.1517043440038" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 806.76459187283 287.52072182044003 L 803.4326056296462 287.52072182044003 L 803.4326056296462 294.1517043440038" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" 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 412.53453636742006 485.46049864324 L 409.20255012423627 485.46049864324 L 409.20255012423627 492.09148116680376" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 412.53453636742006 485.46049864324 L 409.20255012423627 485.46049864324 L 409.20255012423627 492.09148116680376" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" 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 608.82481505003 485.46049864324 L 509.8219366758263 485.46049864324 L 509.8219366758263 505.2874662883238" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 608.82481505003 485.46049864324 L 509.8219366758263 485.46049864324 L 509.8219366758263 505.2874662883238" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" 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 203.04827256329008 739.4832122324999 L 208.0297569466639 739.4832122324999 L 208.0297569466639 741.1657003354937" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 203.04827256329008 739.4832122324999 L 208.0297569466639 739.4832122324999 L 208.0297569466639 741.1657003354937" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" 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 302.0181609746901 739.4832122324999 L 305.3501472178739 739.4832122324999 L 305.3501472178739 760.9596780177737" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 302.0181609746901 739.4832122324999 L 305.3501472178739 739.4832122324999 L 305.3501472178739 760.9596780177737" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" 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 400.98804938609004 739.4832122324999 L 405.96953376946385 739.4832122324999 L 405.96953376946385 741.1657003354937" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 400.98804938609004 739.4832122324999 L 405.96953376946385 739.4832122324999 L 405.96953376946385 741.1657003354937" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_44__stack1"><path d="M 499.95793779749005 739.4832122324999 L 503.28992404067384 739.4832122324999 L 503.28992404067384 760.9596780177737" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 499.95793779749005 739.4832122324999 L 503.28992404067384 739.4832122324999 L 503.28992404067384 760.9596780177737" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_45__stack1"><path d="M 697.89771462029 739.4832122324999 L 702.8791990036639 739.4832122324999 L 702.8791990036639 741.1657003354937" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 697.89771462029 739.4832122324999 L 702.8791990036639 739.4832122324999 L 702.8791990036639 741.1657003354937" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_46__stack1"><path d="M 485.11245453578005 485.46049864324 L 491.71044709654007 485.46049864324 L 491.71044709654007 498.65648376475997 L 889.23949888233 498.65648376475997 L 889.23949888233 485.46049864324 L 882.64150632157 485.46049864324" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 485.11245453578005 485.46049864324 L 491.71044709654007 485.46049864324 L 491.71044709654007 498.65648376475997 L 889.23949888233 498.65648376475997 L 889.23949888233 485.46049864324 L 882.64150632157 485.46049864324" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_47__stack1"><path d="M 219.5432539651901 46.69399335270003 L 226.14124652595007 46.69399335270003 L 226.14124652595007 160.50936502581 L 206.34726884367007 160.50936502581 L 206.34726884367007 274.32473669892 L 212.94526140443003 274.32473669892" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 219.5432539651901 46.69399335270003 L 226.14124652595007 46.69399335270003 L 226.14124652595007 160.50936502581 L 206.34726884367007 160.50936502581 L 206.34726884367007 274.32473669892 L 212.94526140443003 274.32473669892" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_48__stack1"><path d="M 122.22286369398006 234.73678133436002 L 128.82085625474002 234.73678133436002 L 546.968634792905 234.73678133436002 L 546.968634792905 274.32473669892 L 602.22682248927 274.32473669892 L 608.82481505003 274.32473669892" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 122.22286369398006 234.73678133436002 L 128.82085625474002 234.73678133436002 L 546.968634792905 234.73678133436002 L 546.968634792905 274.32473669892 L 602.22682248927 274.32473669892 L 608.82481505003 274.32473669892" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_49__stack1"><path d="M 882.64150632157 280.92272925968 L 889.23949888233 280.92272925968 L 889.23949888233 373.29462511032 L 800.16659931207 373.29462511032 L 800.16659931207 465.66652096096 L 806.76459187283 465.66652096096" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 882.64150632157 280.92272925968 L 889.23949888233 280.92272925968 L 889.23949888233 373.29462511032 L 800.16659931207 373.29462511032 L 800.16659931207 465.66652096096 L 806.76459187283 465.66652096096" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_50__stack1"><path d="M 684.70172949877 485.46049864324 L 691.29972205953 485.46049864324 L 691.29972205953 630.6163349799599 L 585.7318410873701 630.6163349799599" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 684.70172949877 485.46049864324 L 691.29972205953 485.46049864324 L 691.29972205953 630.6163349799599 L 585.7318410873701 630.6163349799599" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_51__stack1"><path d="M 485.11245453578005 472.26451352172 L 592.32983364813 472.26451352172 L 592.32983364813 624.0183424192 L 585.7318410873701 624.0183424192" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 485.11245453578005 472.26451352172 L 592.32983364813 472.26451352172 L 592.32983364813 624.0183424192 L 585.7318410873701 624.0183424192" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_52__stack1"><path d="M 122.22286369398006 214.94280365208 L 128.82085625474002 214.94280365208 L 242.63622792785003 214.94280365208 L 242.63622792785003 46.69399335270003 L 259.13120932975005 46.69399335270003 L 265.72920189051 46.69399335270003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 122.22286369398006 214.94280365208 L 128.82085625474002 214.94280365208 L 242.63622792785003 214.94280365208 L 242.63622792785003 46.69399335270003 L 259.13120932975005 46.69399335270003 L 265.72920189051 46.69399335270003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_53__stack1"><path d="M 122.22286369398006 221.54079621284 L 128.82085625474002 221.54079621284 L 325.11113493735 221.54079621284 L 325.11113493735 46.69399335270003 L 341.60611633925 46.69399335270003 L 348.20410890001006 46.69399335270003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 122.22286369398006 221.54079621284 L 128.82085625474002 221.54079621284 L 325.11113493735 221.54079621284 L 325.11113493735 46.69399335270003 L 341.60611633925 46.69399335270003 L 348.20410890001006 46.69399335270003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_54__stack1"><path d="M 714.3926960221901 46.69399335270003 L 720.99068858295 46.69399335270003 L 737.48566998485 46.69399335270003 L 737.48566998485 343.6036585869 L 1083.385429982693 343.6036585869 L 1089.983422543453 343.6036585869" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.278394048608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 714.3926960221901 46.69399335270003 L 720.99068858295 46.69399335270003 L 737.48566998485 46.69399335270003 L 737.48566998485 343.6036585869 L 1083.385429982693 343.6036585869 L 1089.983422543453 343.6036585869" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.659799256076px" 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="1133.860073072507" cy="343.6036585869" r="0.9896988841139999" 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="1133.860073072507" cy="409.58358419449996" r="0.9896988841139999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="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="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_44__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_45__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_46__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_47__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_48__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_49__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_50__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_51__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_52__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_53__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_54__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="62.84093064714011" y="181.95284084828" width="46.18594792531991" height="59.381933046840004" stroke-width="0.659799256076px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="62.84093064714011" y="181.95284084828" width="46.18594792531991" height="59.381933046840004" fill="transparent"/><text class="sch-text" x="85.93390460980004" y="211.6438073717" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.938193304683999px" transform="rotate(0, 85.93390460980004, 211.6438073717)">J1</text><line class="component-pin sch-component-pin sch-port-line" x1="109.02687857246002" y1="188.55083340904" x2="122.22286369398006" y2="188.55083340904" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="121.56306443790406" y="187.89103415296398" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="115.6248711332201" y="187.891034152964" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="109.02687857246002" y1="195.14882596980001" x2="122.22286369398006" y2="195.14882596980001" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="121.56306443790406" y="194.489026713724" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="115.6248711332201" y="194.48902671372403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="109.02687857246002" y1="201.74681853056" x2="122.22286369398006" y2="201.74681853056" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="121.56306443790406" y="201.087019274484" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="115.6248711332201" y="201.08701927448402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="109.02687857246002" y1="208.34481109132003" x2="121.56306443790407" y2="208.34481109132003" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="122.22286369398006" cy="208.34481109132003" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="121.56306443790406" y="207.685011835244" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="115.6248711332201" y="207.68501183524404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="109.02687857246002" y1="214.94280365208" x2="122.22286369398006" y2="214.94280365208" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="121.56306443790406" y="214.28300439600397" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="115.6248711332201" y="214.283004396004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="109.02687857246002" y1="221.54079621284" x2="122.22286369398006" y2="221.54079621284" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="121.56306443790406" y="220.880996956764" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="115.6248711332201" y="220.880996956764" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="109.02687857246002" y1="228.1387887736" x2="121.56306443790407" y2="228.1387887736" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="122.22286369398006" cy="228.1387887736" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="121.56306443790406" y="227.47898951752398" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="115.6248711332201" y="227.47898951752398" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="109.02687857246002" y1="234.73678133436002" x2="122.22286369398006" y2="234.73678133436002" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="121.56306443790406" y="234.076982078284" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="115.6248711332201" y="234.076982078284" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">8</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="984.91039101335" y="181.95284084828" width="49.48494420569989" height="59.381933046840004" stroke-width="0.659799256076px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="984.91039101335" y="181.95284084828" width="49.48494420569989" height="59.381933046840004" fill="transparent"/><text class="sch-text" x="1009.6528631162" y="211.6438073717" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.938193304683999px" transform="rotate(0, 1009.6528631162, 211.6438073717)">J2</text><line class="component-pin sch-component-pin sch-port-line" x1="1034.39533521905" y1="188.55083340904" x2="1047.59132034057" y2="188.55083340904" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="1046.931521084494" y="187.89103415296398" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="1040.99332777981" y="187.891034152964" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="1034.39533521905" y1="195.14882596980001" x2="1046.931521084494" y2="195.14882596980001" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1047.59132034057" cy="195.14882596980001" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="1046.931521084494" y="194.489026713724" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="1040.99332777981" y="194.48902671372403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="1034.39533521905" y1="201.74681853056" x2="1047.59132034057" y2="201.74681853056" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="1046.931521084494" y="201.087019274484" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="1040.99332777981" y="201.08701927448402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="1034.39533521905" y1="208.34481109132003" x2="1046.931521084494" y2="208.34481109132003" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1047.59132034057" cy="208.34481109132003" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="1046.931521084494" y="207.685011835244" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="1040.99332777981" y="207.68501183524404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="1034.39533521905" y1="214.94280365208" x2="1046.931521084494" y2="214.94280365208" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_1_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1047.59132034057" cy="214.94280365208" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="1046.931521084494" y="214.28300439600397" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="1040.99332777981" y="214.283004396004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="1034.39533521905" y1="221.54079621284" x2="1046.931521084494" y2="221.54079621284" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_1_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1047.59132034057" cy="221.54079621284" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="1046.931521084494" y="220.880996956764" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="1040.99332777981" y="220.880996956764" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="1034.39533521905" y1="228.1387887736" x2="1047.59132034057" y2="228.1387887736" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_1_6__stack1"><rect x="1046.931521084494" y="227.47898951752398" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="1040.99332777981" y="227.47898951752398" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="1034.39533521905" y1="234.73678133436002" x2="1047.59132034057" y2="234.73678133436002" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_1_7__stack1"><rect x="1046.931521084494" y="234.076982078284" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="1040.99332777981" y="234.076982078284" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">8</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="523.05091176015" y="617.42034985844" width="49.4849442057" height="46.185947925319965" stroke-width="0.659799256076px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="523.05091176015" y="617.42034985844" width="49.4849442057" height="46.185947925319965" fill="transparent"/><text class="sch-text" x="547.793383863" y="640.5133238210999" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.938193304683999px" transform="rotate(0, 547.793383863, 640.5133238210999)">J3</text><line class="component-pin sch-component-pin sch-port-line" x1="572.53585596585" y1="624.0183424192" x2="585.7318410873701" y2="624.0183424192" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="585.0720418312941" y="623.3585431631241" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="579.13384852661" y="623.3585431631241" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="572.53585596585" y1="630.6163349799599" x2="585.7318410873701" y2="630.6163349799599" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="585.0720418312941" y="629.9565357238839" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="579.13384852661" y="629.9565357238839" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="572.53585596585" y1="637.21432754072" x2="585.072041831294" y2="637.21432754072" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_2_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="585.7318410873701" cy="637.21432754072" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="585.0720418312941" y="636.554528284644" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="579.13384852661" y="636.554528284644" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="572.53585596585" y1="643.8123201014799" x2="585.072041831294" y2="643.8123201014799" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_2_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="585.7318410873701" cy="643.8123201014799" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="585.0720418312941" y="643.152520845404" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="579.13384852661" y="643.152520845404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="572.53585596585" y1="650.41031266224" x2="585.7318410873701" y2="650.41031266224" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_2_4__stack1"><rect x="585.0720418312941" y="649.750513406164" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="579.13384852661" y="649.750513406164" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="572.53585596585" y1="657.008305223" x2="585.7318410873701" y2="657.008305223" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_2_5__stack1"><rect x="585.0720418312941" y="656.348505966924" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="579.13384852661" y="656.348505966924" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">6</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="226.14124652595007" y="261.1287515774" width="49.4849442057" height="32.98996280379998" stroke-width="0.659799256076px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="226.14124652595007" y="261.1287515774" width="49.4849442057" height="32.98996280379998" fill="transparent"/><text class="sch-text" x="250.88371862880007" y="277.62373297930003" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.938193304683999px" transform="rotate(0, 250.88371862880007, 277.62373297930003)">U1</text><line class="component-pin sch-component-pin sch-port-line" x1="226.14124652595007" y1="267.72674413816003" x2="212.94526140443003" y2="267.72674413816003" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="212.28546214835401" y="267.06694488208404" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="219.54325396519005" y="267.066944882084" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="226.14124652595007" y1="274.32473669892" x2="212.94526140443003" y2="274.32473669892" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="212.28546214835401" y="273.664937442844" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="219.54325396519005" y="273.664937442844" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="226.14124652595007" y1="280.92272925968" x2="213.605060660506" y2="280.92272925968" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_3_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="212.94526140443003" cy="280.92272925968" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="212.28546214835401" y="280.262930003604" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="219.54325396519005" y="280.262930003604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="226.14124652595007" y1="287.52072182044003" x2="212.94526140443003" y2="287.52072182044003" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_3_3__stack1"><rect x="212.28546214835401" y="286.86092256436405" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="219.54325396519005" y="286.860922564364" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="275.62619073165007" y1="287.52072182044003" x2="288.82217585317005" y2="287.52072182044003" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_3_4__stack1"><rect x="288.16237659709407" y="286.86092256436405" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="282.2241832924101" y="286.860922564364" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="275.62619073165007" y1="280.92272925968" x2="288.16237659709407" y2="280.92272925968" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_3_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="288.82217585317005" cy="280.92272925968" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="288.16237659709407" y="280.262930003604" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="282.2241832924101" y="280.262930003604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="275.62619073165007" y1="274.32473669892" x2="288.16237659709407" y2="274.32473669892" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_3_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="288.82217585317005" cy="274.32473669892" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="288.16237659709407" y="273.664937442844" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="282.2241832924101" y="273.664937442844" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="275.62619073165007" y1="267.72674413816003" x2="288.82217585317005" y2="267.72674413816003" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_3_7__stack1"><rect x="288.16237659709407" y="267.06694488208404" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="282.2241832924101" y="267.066944882084" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">8</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="425.73052148894004" y="261.1287515774" width="46.18594792532002" height="32.98996280379998" stroke-width="0.659799256076px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="425.73052148894004" y="261.1287515774" width="46.18594792532002" height="32.98996280379998" fill="transparent"/><text class="sch-text" x="448.8234954516" y="277.62373297930003" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.938193304683999px" transform="rotate(0, 448.8234954516, 277.62373297930003)">U2</text><line class="component-pin sch-component-pin sch-port-line" x1="425.73052148894004" y1="267.72674413816003" x2="412.53453636742006" y2="267.72674413816003" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="411.8747371113441" y="267.06694488208404" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="419.13252892818" y="267.066944882084" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="425.73052148894004" y1="274.32473669892" x2="412.53453636742006" y2="274.32473669892" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="411.8747371113441" y="273.664937442844" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="419.13252892818" y="273.664937442844" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="425.73052148894004" y1="280.92272925968" x2="413.19433562349604" y2="280.92272925968" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_4_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="412.53453636742006" cy="280.92272925968" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="411.8747371113441" y="280.262930003604" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="419.13252892818" y="280.262930003604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="425.73052148894004" y1="287.52072182044003" x2="412.53453636742006" y2="287.52072182044003" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_4_3__stack1"><rect x="411.8747371113441" y="286.86092256436405" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="419.13252892818" y="286.860922564364" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="471.91646941426006" y1="287.52072182044003" x2="485.11245453578005" y2="287.52072182044003" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_4_4__stack1"><rect x="484.45265527970406" y="286.86092256436405" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.51446197502" y="286.860922564364" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="471.91646941426006" y1="280.92272925968" x2="484.45265527970406" y2="280.92272925968" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_4_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.11245453578005" cy="280.92272925968" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="484.45265527970406" y="280.262930003604" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.51446197502" y="280.262930003604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="471.91646941426006" y1="274.32473669892" x2="484.45265527970406" y2="274.32473669892" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_4_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="485.11245453578005" cy="274.32473669892" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="484.45265527970406" y="273.664937442844" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.51446197502" y="273.664937442844" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="471.91646941426006" y1="267.72674413816003" x2="485.11245453578005" y2="267.72674413816003" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_4_7__stack1"><rect x="484.45265527970406" y="267.06694488208404" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.51446197502" y="267.066944882084" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">8</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component chip sch-component-body" x="622.02080017155" y="261.1287515774" width="49.4849442057" height="32.98996280379998" stroke-width="0.659799256076px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="622.02080017155" y="261.1287515774" width="49.4849442057" height="32.98996280379998" fill="transparent"/><text class="sch-text" x="646.7632722744" y="277.62373297930003" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.938193304683999px" transform="rotate(0, 646.7632722744, 277.62373297930003)">U3</text><line class="component-pin sch-component-pin sch-port-line" x1="622.02080017155" y1="267.72674413816003" x2="608.82481505003" y2="267.72674413816003" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="608.165015793954" y="267.06694488208404" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="615.42280761079" y="267.066944882084" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="622.02080017155" y1="274.32473669892" x2="608.82481505003" y2="274.32473669892" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="608.165015793954" y="273.664937442844" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="615.42280761079" y="273.664937442844" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="622.02080017155" y1="280.92272925968" x2="609.484614306106" y2="280.92272925968" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_5_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="608.82481505003" cy="280.92272925968" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="608.165015793954" y="280.262930003604" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="615.42280761079" y="280.262930003604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="622.02080017155" y1="287.52072182044003" x2="608.82481505003" y2="287.52072182044003" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_5_3__stack1"><rect x="608.165015793954" y="286.86092256436405" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="615.42280761079" y="286.860922564364" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="671.50574437725" y1="287.52072182044003" x2="684.041930242694" y2="287.52072182044003" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_5_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="684.70172949877" cy="287.52072182044003" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="684.041930242694" y="286.86092256436405" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="678.10373693801" y="286.860922564364" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="671.50574437725" y1="280.92272925968" x2="684.70172949877" y2="280.92272925968" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_5_5__stack1"><rect x="684.041930242694" y="280.262930003604" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="678.10373693801" y="280.262930003604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="671.50574437725" y1="274.32473669892" x2="684.041930242694" y2="274.32473669892" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_5_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="684.70172949877" cy="274.32473669892" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="684.041930242694" y="273.664937442844" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="678.10373693801" y="273.664937442844" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="671.50574437725" y1="267.72674413816003" x2="684.70172949877" y2="267.72674413816003" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_5_7__stack1"><rect x="684.041930242694" y="267.06694488208404" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="678.10373693801" y="267.066944882084" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">8</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component chip sch-component-body" x="819.96057699435" y="261.1287515774" width="49.4849442057" height="32.98996280379998" stroke-width="0.659799256076px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="819.96057699435" y="261.1287515774" width="49.4849442057" height="32.98996280379998" fill="transparent"/><text class="sch-text" x="844.7030490971999" y="277.62373297930003" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.938193304683999px" transform="rotate(0, 844.7030490971999, 277.62373297930003)">U4</text><line class="component-pin sch-component-pin sch-port-line" x1="819.96057699435" y1="267.72674413816003" x2="807.424391128906" y2="267.72674413816003" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="806.76459187283" cy="267.72674413816003" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="806.104792616754" y="267.06694488208404" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="813.36258443359" y="267.066944882084" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="819.96057699435" y1="274.32473669892" x2="807.424391128906" y2="274.32473669892" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="806.76459187283" cy="274.32473669892" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="806.104792616754" y="273.664937442844" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="813.36258443359" y="273.664937442844" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="819.96057699435" y1="280.92272925968" x2="807.424391128906" y2="280.92272925968" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_6_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="806.76459187283" cy="280.92272925968" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="806.104792616754" y="280.262930003604" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="813.36258443359" y="280.262930003604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="819.96057699435" y1="287.52072182044003" x2="806.76459187283" y2="287.52072182044003" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_6_3__stack1"><rect x="806.104792616754" y="286.86092256436405" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="813.36258443359" y="286.860922564364" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="869.44552120005" y1="287.52072182044003" x2="882.64150632157" y2="287.52072182044003" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_6_4__stack1"><rect x="881.981707065494" y="286.86092256436405" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="876.04351376081" y="286.860922564364" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="869.44552120005" y1="280.92272925968" x2="882.64150632157" y2="280.92272925968" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_6_5__stack1"><rect x="881.981707065494" y="280.262930003604" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="876.04351376081" y="280.262930003604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="869.44552120005" y1="274.32473669892" x2="882.64150632157" y2="274.32473669892" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_6_6__stack1"><rect x="881.981707065494" y="273.664937442844" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="876.04351376081" y="273.664937442844" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="869.44552120005" y1="267.72674413816003" x2="882.64150632157" y2="267.72674413816003" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_6_7__stack1"><rect x="881.981707065494" y="267.06694488208404" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="876.04351376081" y="267.066944882084" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">8</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_7__stack1"><rect class="component chip sch-component-body" x="227.79074466614009" y="459.06852840019997" width="46.185947925319965" height="32.98996280380004" stroke-width="0.659799256076px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="227.79074466614009" y="459.06852840019997" width="46.185947925319965" height="32.98996280380004" fill="transparent"/><text class="sch-text" x="250.88371862880007" y="475.5635098021" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.938193304683999px" transform="rotate(0, 250.88371862880007, 475.5635098021)">U5</text><line class="component-pin sch-component-pin sch-port-line" x1="227.79074466614009" y1="465.66652096096" x2="215.25455880069603" y2="465.66652096096" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="214.59475954462005" cy="465.66652096096" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="213.93496028854403" y="465.006721704884" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="221.19275210538007" y="465.006721704884" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="227.79074466614009" y1="472.26451352172" x2="214.59475954462005" y2="472.26451352172" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="213.93496028854403" y="471.604714265644" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="221.19275210538007" y="471.604714265644" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="227.79074466614009" y1="478.86250608247997" x2="215.25455880069603" y2="478.86250608247997" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_7_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="214.59475954462005" cy="478.86250608247997" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="213.93496028854403" y="478.202706826404" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="221.19275210538007" y="478.202706826404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="227.79074466614009" y1="485.46049864324" x2="214.59475954462005" y2="485.46049864324" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_7_3__stack1"><rect x="213.93496028854403" y="484.800699387164" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="221.19275210538007" y="484.800699387164" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="273.97669259146005" y1="485.46049864324" x2="287.17267771298003" y2="485.46049864324" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_7_4__stack1"><rect x="286.51287845690405" y="484.800699387164" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.57468515222007" y="484.800699387164" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="273.97669259146005" y1="478.86250608247997" x2="286.51287845690405" y2="478.86250608247997" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_7_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.17267771298003" cy="478.86250608247997" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="286.51287845690405" y="478.202706826404" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.57468515222007" y="478.202706826404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="273.97669259146005" y1="472.26451352172" x2="286.51287845690405" y2="472.26451352172" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_7_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="287.17267771298003" cy="472.26451352172" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="286.51287845690405" y="471.604714265644" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.57468515222007" y="471.604714265644" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="273.97669259146005" y1="465.66652096096" x2="287.17267771298003" y2="465.66652096096" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_7_7__stack1"><rect x="286.51287845690405" y="465.006721704884" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.57468515222007" y="465.006721704884" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">8</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_8__stack1"><rect class="component chip sch-component-body" x="425.73052148894004" y="459.06852840019997" width="46.18594792532002" height="32.98996280380004" stroke-width="0.659799256076px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="425.73052148894004" y="459.06852840019997" width="46.18594792532002" height="32.98996280380004" fill="transparent"/><text class="sch-text" x="448.8234954516" y="475.5635098021" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.938193304683999px" transform="rotate(0, 448.8234954516, 475.5635098021)">U6</text><line class="component-pin sch-component-pin sch-port-line" x1="425.73052148894004" y1="465.66652096096" x2="413.19433562349604" y2="465.66652096096" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="412.53453636742006" cy="465.66652096096" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="411.8747371113441" y="465.006721704884" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="419.13252892818" y="465.006721704884" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="425.73052148894004" y1="472.26451352172" x2="413.19433562349604" y2="472.26451352172" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="412.53453636742006" cy="472.26451352172" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="411.8747371113441" y="471.604714265644" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="419.13252892818" y="471.604714265644" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="425.73052148894004" y1="478.86250608247997" x2="412.53453636742006" y2="478.86250608247997" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_8_2__stack1"><rect x="411.8747371113441" y="478.202706826404" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="419.13252892818" y="478.202706826404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="425.73052148894004" y1="485.46049864324" x2="412.53453636742006" y2="485.46049864324" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_8_3__stack1"><rect x="411.8747371113441" y="484.800699387164" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="419.13252892818" y="484.800699387164" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="471.91646941426006" y1="485.46049864324" x2="485.11245453578005" y2="485.46049864324" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_8_4__stack1"><rect x="484.45265527970406" y="484.800699387164" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.51446197502" y="484.800699387164" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="471.91646941426006" y1="478.86250608247997" x2="485.11245453578005" y2="478.86250608247997" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_8_5__stack1"><rect x="484.45265527970406" y="478.202706826404" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.51446197502" y="478.202706826404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="471.91646941426006" y1="472.26451352172" x2="485.11245453578005" y2="472.26451352172" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_8_6__stack1"><rect x="484.45265527970406" y="471.604714265644" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.51446197502" y="471.604714265644" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="471.91646941426006" y1="465.66652096096" x2="485.11245453578005" y2="465.66652096096" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_8_7__stack1"><rect x="484.45265527970406" y="465.006721704884" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="478.51446197502" y="465.006721704884" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">8</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_9__stack1"><rect class="component chip sch-component-body" x="622.02080017155" y="459.06852840019997" width="49.4849442057" height="32.98996280380004" stroke-width="0.659799256076px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="622.02080017155" y="459.06852840019997" width="49.4849442057" height="32.98996280380004" fill="transparent"/><text class="sch-text" x="646.7632722744" y="475.5635098021" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.938193304683999px" transform="rotate(0, 646.7632722744, 475.5635098021)">U7</text><line class="component-pin sch-component-pin sch-port-line" x1="622.02080017155" y1="465.66652096096" x2="608.82481505003" y2="465.66652096096" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="608.165015793954" y="465.006721704884" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="615.42280761079" y="465.006721704884" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="622.02080017155" y1="472.26451352172" x2="609.484614306106" y2="472.26451352172" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="608.82481505003" cy="472.26451352172" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="608.165015793954" y="471.604714265644" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="615.42280761079" y="471.604714265644" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="622.02080017155" y1="478.86250608247997" x2="609.484614306106" y2="478.86250608247997" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_9_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="608.82481505003" cy="478.86250608247997" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="608.165015793954" y="478.202706826404" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="615.42280761079" y="478.202706826404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="622.02080017155" y1="485.46049864324" x2="608.82481505003" y2="485.46049864324" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_9_3__stack1"><rect x="608.165015793954" y="484.800699387164" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="615.42280761079" y="484.800699387164" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="671.50574437725" y1="485.46049864324" x2="684.70172949877" y2="485.46049864324" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_9_4__stack1"><rect x="684.041930242694" y="484.800699387164" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="678.10373693801" y="484.800699387164" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="671.50574437725" y1="478.86250608247997" x2="684.041930242694" y2="478.86250608247997" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_9_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="684.70172949877" cy="478.86250608247997" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="684.041930242694" y="478.202706826404" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="678.10373693801" y="478.202706826404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="671.50574437725" y1="472.26451352172" x2="684.041930242694" y2="472.26451352172" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_9_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="684.70172949877" cy="472.26451352172" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="684.041930242694" y="471.604714265644" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="678.10373693801" y="471.604714265644" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="671.50574437725" y1="465.66652096096" x2="684.70172949877" y2="465.66652096096" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_9_7__stack1"><rect x="684.041930242694" y="465.006721704884" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="678.10373693801" y="465.006721704884" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">8</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_10__stack1"><rect class="component chip sch-component-body" x="819.96057699435" y="459.06852840019997" width="49.4849442057" height="32.98996280380004" stroke-width="0.659799256076px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="819.96057699435" y="459.06852840019997" width="49.4849442057" height="32.98996280380004" fill="transparent"/><text class="sch-text" x="844.7030490971999" y="475.5635098021" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.938193304683999px" transform="rotate(0, 844.7030490971999, 475.5635098021)">U8</text><line class="component-pin sch-component-pin sch-port-line" x1="819.96057699435" y1="465.66652096096" x2="806.76459187283" y2="465.66652096096" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><rect x="806.104792616754" y="465.006721704884" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="813.36258443359" y="465.006721704884" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="819.96057699435" y1="472.26451352172" x2="806.76459187283" y2="472.26451352172" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><rect x="806.104792616754" y="471.604714265644" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="813.36258443359" y="471.604714265644" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="819.96057699435" y1="478.86250608247997" x2="807.424391128906" y2="478.86250608247997" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_10_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="806.76459187283" cy="478.86250608247997" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="806.104792616754" y="478.202706826404" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="813.36258443359" y="478.202706826404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="819.96057699435" y1="485.46049864324" x2="807.424391128906" y2="485.46049864324" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_10_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="806.76459187283" cy="485.46049864324" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="806.104792616754" y="484.800699387164" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="813.36258443359" y="484.800699387164" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="869.44552120005" y1="485.46049864324" x2="882.64150632157" y2="485.46049864324" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_10_4__stack1"><rect x="881.981707065494" y="484.800699387164" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="876.04351376081" y="484.800699387164" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="869.44552120005" y1="478.86250608247997" x2="882.64150632157" y2="478.86250608247997" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_10_5__stack1"><rect x="881.981707065494" y="478.202706826404" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="876.04351376081" y="478.202706826404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="869.44552120005" y1="472.26451352172" x2="881.981707065494" y2="472.26451352172" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_10_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="882.64150632157" cy="472.26451352172" r="0.659799256076" stroke-width="0.659799256076px"/><rect x="881.981707065494" y="471.604714265644" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="876.04351376081" y="471.604714265644" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="869.44552120005" y1="465.66652096096" x2="882.64150632157" y2="465.66652096096" stroke-width="0.659799256076px"/><g class="sch-port" data-schematic-port-id="source_port_10_7__stack1"><rect x="881.981707065494" y="465.006721704884" width="1.319598512152" height="1.319598512152" opacity="0"/></g><text class="pin-number sch-pin-number" x="876.04351376081" y="465.006721704884" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.948494420569999px" transform="">8</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_11__stack1"><rect class="component-overlay sch-component-overlay" x="100.77938787151005" y="41.85667510677884" width="36.288959084180036" height="9.674636491842392" fill="transparent"/><path class="sch-component-symbol-path" d="M 100.77938787151005 46.69399335270003 L 106.82875735084286 46.69399335270003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 131.0189774763573 46.69399335270003 L 137.0683469556901 46.69399335270003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 106.82875735084286 41.85667510677884 L 131.0189774763573 41.85667510677884 L 131.0189774763573 51.53131159862123 L 106.82875735084286 51.53131159862123 L 106.82875735084286 41.85667510677884" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="118.92386741360008" y="37.01693759691869" stroke="rgb(245, 241, 237)" stroke-width="0.659799256076px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.938193304683999px">R1</text><text class="sch-component-text" x="118.92386741360008" y="56.37104910848138" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_12__stack1"><rect class="component-overlay sch-component-overlay" x="183.25429488101005" y="41.85667510677884" width="36.28895908418002" height="9.674636491842392" fill="transparent"/><path class="sch-component-symbol-path" d="M 183.25429488101005 46.69399335270003 L 189.30366436034285 46.69399335270003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 213.49388448585728 46.69399335270003 L 219.54325396519008 46.69399335270003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 189.30366436034285 41.85667510677884 L 213.49388448585728 41.85667510677884 L 213.49388448585728 51.53131159862123 L 189.30366436034285 51.53131159862123 L 189.30366436034285 41.85667510677884" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="201.39877442310006" y="37.01693759691869" stroke="rgb(245, 241, 237)" stroke-width="0.659799256076px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.938193304683999px">R2</text><text class="sch-component-text" x="201.39877442310006" y="56.37104910848138" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px"></text><circle class="component-pin sch-component-pin" cx="183.25429488101005" cy="46.69399335270003" r="0.659799256076px" stroke-width="0.659799256076px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_13__stack1"><rect class="component-overlay sch-component-overlay" x="265.72920189051" y="41.85667510677883" width="36.28895908418008" height="9.674636491842406" fill="transparent"/><path class="sch-component-symbol-path" d="M 265.72920189051 46.69399335270003 L 271.77857136984284 46.69399335270003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 295.96879149535727 46.69399335270003 L 302.0181609746901 46.69399335270003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 271.77857136984284 41.85667510677883 L 295.96879149535727 41.85667510677883 L 295.96879149535727 51.53131159862124 L 271.77857136984284 51.53131159862124 L 271.77857136984284 41.85667510677883" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="283.87368143260005" y="37.01693759691868" stroke="rgb(245, 241, 237)" stroke-width="0.659799256076px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.938193304683999px">R3</text><text class="sch-component-text" x="283.87368143260005" y="56.37104910848139" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px"></text><circle class="component-pin sch-component-pin" cx="302.0181609746901" cy="46.69399335270003" r="0.659799256076px" stroke-width="0.659799256076px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_14__stack1"><rect class="component-overlay sch-component-overlay" x="348.20410890001" y="41.85667510677884" width="36.28895908418008" height="9.674636491842392" fill="transparent"/><path class="sch-component-symbol-path" d="M 348.20410890001 46.69399335270003 L 354.2534783793428 46.69399335270003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 378.44369850485725 46.69399335270003 L 384.4930679841901 46.69399335270003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 354.2534783793428 41.85667510677884 L 378.44369850485725 41.85667510677884 L 378.44369850485725 51.53131159862123 L 354.2534783793428 51.53131159862123 L 354.2534783793428 41.85667510677884" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="366.34858844210004" y="37.01693759691869" stroke="rgb(245, 241, 237)" stroke-width="0.659799256076px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.938193304683999px">R4</text><text class="sch-component-text" x="366.34858844210004" y="56.37104910848138" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_15__stack1"><rect class="component-overlay sch-component-overlay" x="430.67901590951004" y="41.856675106778845" width="36.288959084179965" height="9.674636491842378" fill="transparent"/><path class="sch-component-symbol-path" d="M 430.67901590951004 46.69399335270003 L 436.7283853888428 46.69399335270003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 460.91860551435724 46.69399335270003 L 466.96797499369 46.69399335270003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 436.7283853888428 41.856675106778845 L 460.91860551435724 41.856675106778845 L 460.91860551435724 51.53131159862122 L 436.7283853888428 51.53131159862122 L 436.7283853888428 41.856675106778845" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="448.8234954516" y="37.0169375969187" stroke="rgb(245, 241, 237)" stroke-width="0.659799256076px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.938193304683999px">R5</text><text class="sch-component-text" x="448.8234954516" y="56.371049108481365" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_16__stack1"><rect class="component-overlay sch-component-overlay" x="513.15392291901" y="41.85667510677884" width="36.28895908418008" height="9.674636491842392" fill="transparent"/><path class="sch-component-symbol-path" d="M 513.15392291901 46.69399335270003 L 519.2032923983429 46.69399335270003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 543.3935125238572 46.69399335270003 L 549.4428820031901 46.69399335270003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 519.2032923983429 41.85667510677884 L 543.3935125238572 41.85667510677884 L 543.3935125238572 51.53131159862123 L 519.2032923983429 51.53131159862123 L 519.2032923983429 41.85667510677884" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="531.2984024611001" y="37.0169375969187" stroke="rgb(245, 241, 237)" stroke-width="0.659799256076px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.938193304683999px">R6</text><text class="sch-component-text" x="531.2984024611001" y="56.371049108481365" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px"></text><circle class="component-pin sch-component-pin" cx="549.4428820031901" cy="46.69399335270003" r="0.659799256076px" stroke-width="0.659799256076px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_17__stack1"><rect class="component-overlay sch-component-overlay" x="595.62882992851" y="41.85667510677884" width="36.28895908418008" height="9.674636491842392" fill="transparent"/><path class="sch-component-symbol-path" d="M 595.62882992851 46.69399335270003 L 601.6781994078428 46.69399335270003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 625.8684195333572 46.69399335270003 L 631.91778901269 46.69399335270003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 601.6781994078428 41.85667510677884 L 625.8684195333572 41.85667510677884 L 625.8684195333572 51.53131159862123 L 601.6781994078428 51.53131159862123 L 601.6781994078428 41.85667510677884" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="613.7733094706" y="37.0169375969187" stroke="rgb(245, 241, 237)" stroke-width="0.659799256076px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.938193304683999px">R7</text><text class="sch-component-text" x="613.7733094706" y="56.371049108481365" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px"></text><circle class="component-pin sch-component-pin" cx="595.62882992851" cy="46.69399335270003" r="0.659799256076px" stroke-width="0.659799256076px" fill="none" stroke="rgb(132, 0, 0)"/><circle class="component-pin sch-component-pin" cx="631.91778901269" cy="46.69399335270003" r="0.659799256076px" stroke-width="0.659799256076px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_18__stack1"><rect class="component-overlay sch-component-overlay" x="678.10373693801" y="41.85667510677884" width="36.28895908418008" height="9.674636491842392" fill="transparent"/><path class="sch-component-symbol-path" d="M 678.10373693801 46.69399335270003 L 684.1531064173429 46.69399335270003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 708.3433265428572 46.69399335270003 L 714.3926960221901 46.69399335270003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 684.1531064173429 41.85667510677884 L 708.3433265428572 41.85667510677884 L 708.3433265428572 51.53131159862123 L 684.1531064173429 51.53131159862123 L 684.1531064173429 41.85667510677884" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="696.2482164801" y="37.01693759691869" stroke="rgb(245, 241, 237)" stroke-width="0.659799256076px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.938193304683999px">R8</text><text class="sch-component-text" x="696.2482164801" y="56.37104910848138" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px"></text><circle class="component-pin sch-component-pin" cx="678.10373693801" cy="46.69399335270003" r="0.659799256076px" stroke-width="0.659799256076px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_19__stack1"><rect class="component-overlay sch-component-overlay" x="760.57864394751" y="41.85667510677884" width="36.28895908418008" height="9.674636491842392" fill="transparent"/><path class="sch-component-symbol-path" d="M 760.57864394751 46.69399335270003 L 766.6280134268429 46.69399335270003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 790.8182335523572 46.69399335270003 L 796.8676030316901 46.69399335270003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 766.6280134268429 41.85667510677884 L 790.8182335523572 41.85667510677884 L 790.8182335523572 51.53131159862123 L 766.6280134268429 51.53131159862123 L 766.6280134268429 41.85667510677884" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="778.7231234896001" y="37.01693759691869" stroke="rgb(245, 241, 237)" stroke-width="0.659799256076px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.938193304683999px">R9</text><text class="sch-component-text" x="778.7231234896001" y="56.37104910848138" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px"></text><circle class="component-pin sch-component-pin" cx="760.57864394751" cy="46.69399335270003" r="0.659799256076px" stroke-width="0.659799256076px" fill="none" stroke="rgb(132, 0, 0)"/><circle class="component-pin sch-component-pin" cx="796.8676030316901" cy="46.69399335270003" r="0.659799256076px" stroke-width="0.659799256076px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_20__stack1"><rect class="component-overlay sch-component-overlay" x="843.05355095701" y="41.85667510677884" width="36.28895908418008" height="9.674636491842392" fill="transparent"/><path class="sch-component-symbol-path" d="M 843.05355095701 46.69399335270003 L 849.1029204363429 46.69399335270003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 873.2931405618572 46.69399335270003 L 879.34251004119 46.69399335270003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 849.1029204363429 41.85667510677884 L 873.2931405618572 41.85667510677884 L 873.2931405618572 51.53131159862123 L 849.1029204363429 51.53131159862123 L 849.1029204363429 41.85667510677884" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="861.1980304991" y="37.01693759691869" stroke="rgb(245, 241, 237)" stroke-width="0.659799256076px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.938193304683999px">R10</text><text class="sch-component-text" x="861.1980304991" y="56.37104910848138" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px"></text><circle class="component-pin sch-component-pin" cx="879.34251004119" cy="46.69399335270003" r="0.659799256076px" stroke-width="0.659799256076px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_21__stack1"><rect class="component-overlay sch-component-overlay" x="925.5284579665099" y="41.85667510677884" width="36.28895908418008" height="9.674636491842392" fill="transparent"/><path class="sch-component-symbol-path" d="M 925.5284579665099 46.69399335270003 L 931.5778274458428 46.69399335270003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 955.7680475713571 46.69399335270003 L 961.81741705069 46.69399335270003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 931.5778274458428 41.85667510677884 L 955.7680475713571 41.85667510677884 L 955.7680475713571 51.53131159862123 L 931.5778274458428 51.53131159862123 L 931.5778274458428 41.85667510677884" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="943.6729375086" y="37.01693759691869" stroke="rgb(245, 241, 237)" stroke-width="0.659799256076px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.938193304683999px">R11</text><text class="sch-component-text" x="943.6729375086" y="56.37104910848138" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px"></text><circle class="component-pin sch-component-pin" cx="925.5284579665099" cy="46.69399335270003" r="0.659799256076px" stroke-width="0.659799256076px" fill="none" stroke="rgb(132, 0, 0)"/><circle class="component-pin sch-component-pin" cx="961.81741705069" cy="46.69399335270003" r="0.659799256076px" stroke-width="0.659799256076px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_22__stack1"><rect class="component-overlay sch-component-overlay" x="1008.0033649760101" y="41.85667510677884" width="36.28895908418008" height="9.674636491842392" fill="transparent"/><path class="sch-component-symbol-path" d="M 1008.0033649760101 46.69399335270003 L 1014.0527344553429 46.69399335270003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1038.2429545808573 46.69399335270003 L 1044.2923240601901 46.69399335270003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1014.0527344553429 41.85667510677884 L 1038.2429545808573 41.85667510677884 L 1038.2429545808573 51.53131159862123 L 1014.0527344553429 51.53131159862123 L 1014.0527344553429 41.85667510677884" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1026.1478445181" y="37.01693759691869" stroke="rgb(245, 241, 237)" stroke-width="0.659799256076px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.938193304683999px">R12</text><text class="sch-component-text" x="1026.1478445181" y="56.37104910848138" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px"></text><circle class="component-pin sch-component-pin" cx="1008.0033649760101" cy="46.69399335270003" r="0.659799256076px" stroke-width="0.659799256076px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_23__stack1"><rect class="component-overlay sch-component-overlay" x="166.75931347911003" y="729.8049468447491" width="36.28895908418002" height="19.356530775501597" fill="transparent"/><path class="sch-component-symbol-path" d="M 203.04827256329006 739.4832122324999 L 188.53268892961805 739.4832122324999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 181.27489711278204 739.4832122324999 L 166.75931347911003 739.4832122324999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 188.53268892961805 729.8049468447491 L 188.53268892961805 749.1614776202507" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 181.27489711278204 729.8049468447491 L 181.27489711278204 749.1614776202507" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="184.90379302120004" y="724.9676285988279" stroke="rgb(245, 241, 237)" stroke-width="0.659799256076px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.938193304683999px">C1</text><text class="sch-component-text" x="184.90379302120004" y="753.9987958661719" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_24__stack1"><rect class="component-overlay sch-component-overlay" x="265.72920189051" y="729.8049468447491" width="36.28895908418008" height="19.356530775501597" fill="transparent"/><path class="sch-component-symbol-path" d="M 302.0181609746901 739.4832122324999 L 287.5025773410181 739.4832122324999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 280.244785524182 739.4832122324999 L 265.72920189051 739.4832122324999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 287.5025773410181 729.8049468447491 L 287.5025773410181 749.1614776202507" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 280.244785524182 729.8049468447491 L 280.244785524182 749.1614776202507" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="283.87368143260005" y="724.9676285988279" stroke="rgb(245, 241, 237)" stroke-width="0.659799256076px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.938193304683999px">C2</text><text class="sch-component-text" x="283.87368143260005" y="753.9987958661719" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_25__stack1"><rect class="component-overlay sch-component-overlay" x="364.6990903019101" y="729.8049468447491" width="36.288959084179965" height="19.356530775501597" fill="transparent"/><path class="sch-component-symbol-path" d="M 400.98804938609004 739.4832122324999 L 386.47246575241803 739.4832122324999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 379.2146739355821 739.4832122324999 L 364.6990903019101 739.4832122324999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 386.47246575241803 729.8049468447491 L 386.47246575241803 749.1614776202507" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 379.2146739355821 729.8049468447491 L 379.2146739355821 749.1614776202507" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="382.84356984400006" y="724.9676285988279" stroke="rgb(245, 241, 237)" stroke-width="0.659799256076px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.938193304683999px">C3</text><text class="sch-component-text" x="382.84356984400006" y="753.9987958661719" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_26__stack1"><rect class="component-overlay sch-component-overlay" x="463.6689787133101" y="729.8049468447491" width="36.288959084179965" height="19.356530775501597" fill="transparent"/><path class="sch-component-symbol-path" d="M 499.95793779749005 739.4832122324999 L 485.44235416381804 739.4832122324999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 478.1845623469821 739.4832122324999 L 463.6689787133101 739.4832122324999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 485.44235416381804 729.8049468447491 L 485.44235416381804 749.1614776202507" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 478.1845623469821 729.8049468447491 L 478.1845623469821 749.1614776202507" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="481.81345825540006" y="724.9676285988279" stroke="rgb(245, 241, 237)" stroke-width="0.659799256076px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.938193304683999px">C4</text><text class="sch-component-text" x="481.81345825540006" y="753.9987958661719" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_27__stack1"><rect class="component-overlay sch-component-overlay" x="562.63886712471" y="729.8049468447491" width="36.28895908418008" height="19.356530775501597" fill="transparent"/><path class="sch-component-symbol-path" d="M 598.9278262088901 739.4832122324999 L 584.4122425752181 739.4832122324999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 577.154450758382 739.4832122324999 L 562.63886712471 739.4832122324999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 584.4122425752181 729.8049468447491 L 584.4122425752181 749.1614776202507" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 577.154450758382 729.8049468447491 L 577.154450758382 749.1614776202507" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="580.7833466668001" y="724.9676285988279" stroke="rgb(245, 241, 237)" stroke-width="0.659799256076px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.938193304683999px">C5</text><text class="sch-component-text" x="580.7833466668001" y="753.9987958661719" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_28__stack1"><rect class="component-overlay sch-component-overlay" x="661.60875553611" y="729.8049468447491" width="36.28895908418008" height="19.356530775501597" fill="transparent"/><path class="sch-component-symbol-path" d="M 697.8977146202901 739.4832122324999 L 683.3821309866181 739.4832122324999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 676.124339169782 739.4832122324999 L 661.60875553611 739.4832122324999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 683.3821309866181 729.8049468447491 L 683.3821309866181 749.1614776202507" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 676.124339169782 729.8049468447491 L 676.124339169782 749.1614776202507" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="679.7532350782001" y="724.9676285988279" stroke="rgb(245, 241, 237)" stroke-width="0.659799256076px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.938193304683999px">C6</text><text class="sch-component-text" x="679.7532350782001" y="753.9987958661719" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_29__stack1"><rect class="component-overlay sch-component-overlay" x="760.57864394751" y="729.8049468447491" width="36.28895908418008" height="19.356530775501597" fill="transparent"/><path class="sch-component-symbol-path" d="M 796.8676030316901 739.4832122324999 L 782.3520193980181 739.4832122324999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 775.094227581182 739.4832122324999 L 760.57864394751 739.4832122324999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 782.3520193980181 729.8049468447491 L 782.3520193980181 749.1614776202507" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 775.094227581182 729.8049468447491 L 775.094227581182 749.1614776202507" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="778.7231234896001" y="724.9676285988279" stroke="rgb(245, 241, 237)" stroke-width="0.659799256076px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.938193304683999px">C7</text><text class="sch-component-text" x="778.7231234896001" y="753.9987958661719" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_30__stack1"><rect class="component-overlay sch-component-overlay" x="859.5485323589099" y="729.8049468447491" width="36.28895908418008" height="19.356530775501597" fill="transparent"/><path class="sch-component-symbol-path" d="M 895.83749144309 739.4832122324999 L 881.321907809418 739.4832122324999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 874.064115992582 739.4832122324999 L 859.5485323589099 739.4832122324999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 881.321907809418 729.8049468447491 L 881.321907809418 749.1614776202507" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 874.064115992582 729.8049468447491 L 874.064115992582 749.1614776202507" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="877.693011901" y="724.9676285988279" stroke="rgb(245, 241, 237)" stroke-width="0.659799256076px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.938193304683999px">C8</text><text class="sch-component-text" x="877.693011901" y="753.9987958661719" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_31__stack1"><rect class="component-overlay sch-component-overlay" x="1089.983422543453" y="272.60545209895275" width="37.27865796829428" height="9.678113126384062" fill="transparent"/><path class="sch-component-symbol-path" d="M 1113.6410324079473 277.62373297930003 L 1104.3213679158737 282.2835652253368" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1104.3213679158737 272.60545209895275 L 1113.6410324079473 277.62373297930003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1104.3213679158737 282.2835652253368 L 1104.3213679158737 272.60545209895275" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1113.6410324079473 272.60545209895275 L 1113.6410324079473 282.2835652253368" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1104.3213679158737 277.62373297930003 L 1089.983422543453 277.62373297930003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1127.2620805117472 277.62373297930003 L 1113.999481042258 277.62373297930003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1108.2643028932896" y="269.37941439015805" stroke="rgb(245, 241, 237)" stroke-width="0.659799256076px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.938193304683999px">D1</text><text class="sch-component-text" x="1108.6227515276" y="288.73564064292617" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px"></text><circle class="component-pin sch-component-pin" cx="1089.983422543453" cy="277.62373297930003" r="0.659799256076px" stroke-width="0.659799256076px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_32__stack1"><rect class="component-overlay sch-component-overlay" x="1089.983422543453" y="338.5853777065527" width="37.27865796829428" height="9.678113126384062" fill="transparent"/><path class="sch-component-symbol-path" d="M 1113.6410324079473 343.6036585869 L 1104.3213679158737 348.2634908329368" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1104.3213679158737 338.5853777065527 L 1113.6410324079473 343.6036585869" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1104.3213679158737 348.2634908329368 L 1104.3213679158737 338.5853777065527" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1113.6410324079473 338.5853777065527 L 1113.6410324079473 348.2634908329368" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1104.3213679158737 343.6036585869 L 1089.983422543453 343.6036585869" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1127.2620805117472 343.6036585869 L 1113.999481042258 343.6036585869" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1108.2643028932896" y="335.359339997758" stroke="rgb(245, 241, 237)" stroke-width="0.659799256076px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.938193304683999px">D2</text><text class="sch-component-text" x="1108.6227515276" y="354.71556625052614" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_33__stack1"><rect class="component-overlay sch-component-overlay" x="1089.983422543453" y="404.5653033141527" width="37.27865796829428" height="9.678113126384062" fill="transparent"/><path class="sch-component-symbol-path" d="M 1113.6410324079473 409.58358419449996 L 1104.3213679158737 414.24341644053675" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1104.3213679158737 404.5653033141527 L 1113.6410324079473 409.58358419449996" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1104.3213679158737 414.24341644053675 L 1104.3213679158737 404.5653033141527" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1113.6410324079473 404.5653033141527 L 1113.6410324079473 414.24341644053675" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1104.3213679158737 409.58358419449996 L 1089.983422543453 409.58358419449996" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1127.2620805117472 409.58358419449996 L 1113.999481042258 409.58358419449996" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1108.2643028932896" y="401.339265605358" stroke="rgb(245, 241, 237)" stroke-width="0.659799256076px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.938193304683999px">D3</text><text class="sch-component-text" x="1108.6227515276" y="420.6954918581261" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px"></text><circle class="component-pin sch-component-pin" cx="1089.983422543453" cy="409.58358419449996" r="0.659799256076px" stroke-width="0.659799256076px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_34__stack1"><rect class="component-overlay sch-component-overlay" x="1089.983422543453" y="470.5452289217527" width="37.27865796829428" height="9.678113126384062" fill="transparent"/><path class="sch-component-symbol-path" d="M 1113.6410324079473 475.5635098021 L 1104.3213679158737 480.2233420481368" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1104.3213679158737 470.5452289217527 L 1113.6410324079473 475.5635098021" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1104.3213679158737 480.2233420481368 L 1104.3213679158737 470.5452289217527" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1113.6410324079473 470.5452289217527 L 1113.6410324079473 480.2233420481368" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1104.3213679158737 475.5635098021 L 1089.983422543453 475.5635098021" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1127.2620805117472 475.5635098021 L 1113.999481042258 475.5635098021" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1108.2643028932896" y="467.319191212958" stroke="rgb(245, 241, 237)" stroke-width="0.659799256076px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.938193304683999px">D4</text><text class="sch-component-text" x="1108.6227515276" y="486.6754174657261" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="122.22286369398006" cy="188.55083340904" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="122.22286369398006" cy="195.14882596980001" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="122.22286369398006" cy="201.74681853056" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="122.22286369398006" cy="208.34481109132003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="122.22286369398006" cy="214.94280365208" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="122.22286369398006" cy="221.54079621284" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="122.22286369398006" cy="228.1387887736" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="122.22286369398006" cy="234.73678133436002" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="1047.59132034057" cy="188.55083340904" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="1047.59132034057" cy="195.14882596980001" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="1047.59132034057" cy="201.74681853056" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="1047.59132034057" cy="208.34481109132003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_4__stack1"><circle cx="1047.59132034057" cy="214.94280365208" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_5__stack1"><circle cx="1047.59132034057" cy="221.54079621284" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_6__stack1"><circle cx="1047.59132034057" cy="228.1387887736" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_7__stack1"><circle cx="1047.59132034057" cy="234.73678133436002" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="585.7318410873701" cy="624.0183424192" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="585.7318410873701" cy="630.6163349799599" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_2__stack1"><circle cx="585.7318410873701" cy="637.21432754072" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_3__stack1"><circle cx="585.7318410873701" cy="643.8123201014799" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_4__stack1"><circle cx="585.7318410873701" cy="650.41031266224" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_5__stack1"><circle cx="585.7318410873701" cy="657.008305223" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="212.94526140443003" cy="267.72674413816003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="212.94526140443003" cy="274.32473669892" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_2__stack1"><circle cx="212.94526140443003" cy="280.92272925968" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_3__stack1"><circle cx="212.94526140443003" cy="287.52072182044003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_4__stack1"><circle cx="288.82217585317005" cy="287.52072182044003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_5__stack1"><circle cx="288.82217585317005" cy="280.92272925968" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_6__stack1"><circle cx="288.82217585317005" cy="274.32473669892" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_7__stack1"><circle cx="288.82217585317005" cy="267.72674413816003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="412.53453636742006" cy="267.72674413816003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="412.53453636742006" cy="274.32473669892" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_2__stack1"><circle cx="412.53453636742006" cy="280.92272925968" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_3__stack1"><circle cx="412.53453636742006" cy="287.52072182044003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_4__stack1"><circle cx="485.11245453578005" cy="287.52072182044003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_5__stack1"><circle cx="485.11245453578005" cy="280.92272925968" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_6__stack1"><circle cx="485.11245453578005" cy="274.32473669892" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_7__stack1"><circle cx="485.11245453578005" cy="267.72674413816003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="608.82481505003" cy="267.72674413816003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="608.82481505003" cy="274.32473669892" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_2__stack1"><circle cx="608.82481505003" cy="280.92272925968" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_3__stack1"><circle cx="608.82481505003" cy="287.52072182044003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_4__stack1"><circle cx="684.70172949877" cy="287.52072182044003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_5__stack1"><circle cx="684.70172949877" cy="280.92272925968" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_6__stack1"><circle cx="684.70172949877" cy="274.32473669892" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_7__stack1"><circle cx="684.70172949877" cy="267.72674413816003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="806.76459187283" cy="267.72674413816003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="806.76459187283" cy="274.32473669892" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_2__stack1"><circle cx="806.76459187283" cy="280.92272925968" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_3__stack1"><circle cx="806.76459187283" cy="287.52072182044003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_4__stack1"><circle cx="882.64150632157" cy="287.52072182044003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_5__stack1"><circle cx="882.64150632157" cy="280.92272925968" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_6__stack1"><circle cx="882.64150632157" cy="274.32473669892" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_7__stack1"><circle cx="882.64150632157" cy="267.72674413816003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="214.59475954462005" cy="465.66652096096" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="214.59475954462005" cy="472.26451352172" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_2__stack1"><circle cx="214.59475954462005" cy="478.86250608247997" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_3__stack1"><circle cx="214.59475954462005" cy="485.46049864324" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_4__stack1"><circle cx="287.17267771298003" cy="485.46049864324" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_5__stack1"><circle cx="287.17267771298003" cy="478.86250608247997" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_6__stack1"><circle cx="287.17267771298003" cy="472.26451352172" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_7__stack1"><circle cx="287.17267771298003" cy="465.66652096096" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="412.53453636742006" cy="465.66652096096" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="412.53453636742006" cy="472.26451352172" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_2__stack1"><circle cx="412.53453636742006" cy="478.86250608247997" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_3__stack1"><circle cx="412.53453636742006" cy="485.46049864324" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_4__stack1"><circle cx="485.11245453578005" cy="485.46049864324" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_5__stack1"><circle cx="485.11245453578005" cy="478.86250608247997" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_6__stack1"><circle cx="485.11245453578005" cy="472.26451352172" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_7__stack1"><circle cx="485.11245453578005" cy="465.66652096096" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="608.82481505003" cy="465.66652096096" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="608.82481505003" cy="472.26451352172" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_2__stack1"><circle cx="608.82481505003" cy="478.86250608247997" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_3__stack1"><circle cx="608.82481505003" cy="485.46049864324" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_4__stack1"><circle cx="684.70172949877" cy="485.46049864324" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_5__stack1"><circle cx="684.70172949877" cy="478.86250608247997" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_6__stack1"><circle cx="684.70172949877" cy="472.26451352172" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_7__stack1"><circle cx="684.70172949877" cy="465.66652096096" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="806.76459187283" cy="465.66652096096" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="806.76459187283" cy="472.26451352172" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_2__stack1"><circle cx="806.76459187283" cy="478.86250608247997" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_3__stack1"><circle cx="806.76459187283" cy="485.46049864324" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_4__stack1"><circle cx="882.64150632157" cy="485.46049864324" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_5__stack1"><circle cx="882.64150632157" cy="478.86250608247997" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_6__stack1"><circle cx="882.64150632157" cy="472.26451352172" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_7__stack1"><circle cx="882.64150632157" cy="465.66652096096" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="109.02687857246002" cy="46.69399335270003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_1__stack1"><circle cx="145.3158376566401" cy="46.69399335270003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_0__stack1"><circle cx="191.50178558196" cy="46.69399335270003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_1__stack1"><circle cx="227.79074466614009" cy="46.69399335270003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_0__stack1"><circle cx="273.97669259146005" cy="46.69399335270003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_1__stack1"><circle cx="310.26565167564013" cy="46.69399335270003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_0__stack1"><circle cx="356.4515996009601" cy="46.69399335270003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_1__stack1"><circle cx="392.74055868514006" cy="46.69399335270003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_0__stack1"><circle cx="438.92650661046" cy="46.69399335270003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_1__stack1"><circle cx="475.21546569464005" cy="46.69399335270003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_0__stack1"><circle cx="521.4014136199601" cy="46.69399335270003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_1__stack1"><circle cx="557.69037270414" cy="46.69399335270003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_0__stack1"><circle cx="603.87632062946" cy="46.69399335270003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_1__stack1"><circle cx="640.1652797136401" cy="46.69399335270003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_0__stack1"><circle cx="686.35122763896" cy="46.69399335270003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_1__stack1"><circle cx="722.64018672314" cy="46.69399335270003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_0__stack1"><circle cx="768.8261346484601" cy="46.69399335270003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_1__stack1"><circle cx="805.11509373264" cy="46.69399335270003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_0__stack1"><circle cx="851.30104165796" cy="46.69399335270003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_1__stack1"><circle cx="887.5900007421401" cy="46.69399335270003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_21_0__stack1"><circle cx="933.7759486674599" cy="46.69399335270003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_21_1__stack1"><circle cx="970.06490775164" cy="46.69399335270003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_0__stack1"><circle cx="1016.25085567696" cy="46.69399335270003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_1__stack1"><circle cx="1052.53981476114" cy="46.69399335270003" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_0__stack1"><circle cx="175.00680418006004" cy="739.4832122324999" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_1__stack1"><circle cx="211.29576326424007" cy="739.4832122324999" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_24_0__stack1"><circle cx="273.97669259146005" cy="739.4832122324999" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_24_1__stack1"><circle cx="310.26565167564013" cy="739.4832122324999" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_25_0__stack1"><circle cx="372.94658100286006" cy="739.4832122324999" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_25_1__stack1"><circle cx="409.23554008704" cy="739.4832122324999" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_26_0__stack1"><circle cx="471.91646941426006" cy="739.4832122324999" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_26_1__stack1"><circle cx="508.20542849844" cy="739.4832122324999" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_27_0__stack1"><circle cx="570.8863578256601" cy="739.4832122324999" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_27_1__stack1"><circle cx="607.17531690984" cy="739.4832122324999" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_28_0__stack1"><circle cx="669.8562462370601" cy="739.4832122324999" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_28_1__stack1"><circle cx="706.14520532124" cy="739.4832122324999" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_0__stack1"><circle cx="768.8261346484601" cy="739.4832122324999" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_1__stack1"><circle cx="805.1150937326399" cy="739.4832122324999" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_0__stack1"><circle cx="867.79602305986" cy="739.4832122324999" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_1__stack1"><circle cx="904.08498214404" cy="739.4832122324999" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_31_0__stack1"><circle cx="1091.467970869624" cy="277.7379290043901" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_31_1__stack1"><circle cx="1128.7466288379183" cy="277.7379290043901" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_0__stack1"><circle cx="1091.467970869624" cy="343.71785461199005" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_1__stack1"><circle cx="1128.7466288379183" cy="343.71785461199005" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_0__stack1"><circle cx="1091.467970869624" cy="409.6977802195901" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_1__stack1"><circle cx="1128.7466288379183" cy="409.6977802195901" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_34_0__stack1"><circle cx="1091.467970869624" cy="475.67770582719004" r="1.319598512152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_34_1__stack1"><circle cx="1128.7466288379183" cy="475.67770582719004" r="1.319598512152" fill="red" opacity="0"/></g><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="
367
- M 135.45183877830385,186.8683453060462
368
- L 132.15284249792384,185.086887314641
369
- L 132.15284249792384,169.89830843977148
370
- L 138.75083505868386,169.89830843977148
371
- L 138.75083505868386,185.086887314641
372
- Z
373
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" x="135.45183877830385" y="183.8992486537042" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(-90 135.45183877830385 183.8992486537042)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="
374
- M 1080.6142731071736,233.05429323136622
375
- L 1077.3152768267937,231.272835239961
376
- L 1077.3152768267937,216.0842563650915
377
- L 1083.9132693875536,216.0842563650915
378
- L 1083.9132693875536,231.272835239961
379
- Z
380
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="1080.6142731071736" y="230.08519657902423" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(-90 1080.6142731071736 230.08519657902423)">XXX</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="
381
- M 556.0408745639501,698.24575872775
382
- L 552.74187828357,696.4643007363447
383
- L 552.74187828357,681.2757218614752
384
- L 559.3398708443301,681.2757218614752
385
- L 559.3398708443301,696.4643007363447
386
- Z
387
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="556.0408745639501" y="695.2766620754079" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(-90 556.0408745639501 695.2766620754079)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
388
- M 292.15416209635384,261.0957616145962
389
- L 288.85516581597386,259.314303623191
390
- L 288.85516581597386,244.1257247483215
391
- L 295.4531583767338,244.1257247483215
392
- L 295.4531583767338,259.314303623191
393
- Z
394
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="292.15416209635384" y="258.1266649622542" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(-90 292.15416209635384 258.1266649622542)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
395
- M 488.44444077896384,261.0957616145962
396
- L 485.14544449858386,259.314303623191
397
- L 485.14544449858386,244.1257247483215
398
- L 491.7434370593438,244.1257247483215
399
- L 491.7434370593438,259.314303623191
400
- Z
401
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="488.44444077896384" y="258.1266649622542" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(-90 488.44444077896384 258.1266649622542)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
402
- M 691.29972205953,254.53075901664
403
- L 688.00072577915,252.7493010252348
404
- L 688.00072577915,237.56072215036528
405
- L 694.5987183399101,237.56072215036528
406
- L 694.5987183399101,252.7493010252348
407
- Z
408
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="691.29972205953" y="251.561662364298" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(-90 691.29972205953 251.561662364298)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
409
- M 293.77067027374005,452.47053583944
410
- L 290.47167399336007,450.6890778480348
411
- L 290.47167399336007,435.5004989731653
412
- L 297.06966655412003,435.5004989731653
413
- L 297.06966655412003,450.6890778480348
414
- Z
415
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" x="293.77067027374005" y="449.501439187098" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(-90 293.77067027374005 449.501439187098)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="
416
- M 688.0337157419539,459.0355384373962
417
- L 684.7347194615738,457.254080445991
418
- L 684.7347194615738,442.0655015711215
419
- L 691.3327120223339,442.0655015711215
420
- L 691.3327120223339,457.254080445991
421
- Z
422
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" x="688.0337157419539" y="456.0664417850542" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(-90 688.0337157419539 456.0664417850542)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="
423
- M 885.9734925647538,459.0355384373962
424
- L 882.6744962843737,457.254080445991
425
- L 882.6744962843737,442.0655015711215
426
- L 889.2724888451338,442.0655015711215
427
- L 889.2724888451338,457.254080445991
428
- Z
429
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="885.9734925647538" y="456.0664417850542" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(-90 885.9734925647538 456.0664417850542)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" d="
430
- M 427.34702966632625,33.46501826837624
431
- L 424.04803338594627,31.68356027697104
432
- L 424.04803338594627,16.494981402101523
433
- L 430.64602594670623,16.494981402101523
434
- L 430.64602594670623,31.683560276971043
435
- Z
436
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" x="427.34702966632625" y="30.49592161603424" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(-90 427.34702966632625 30.49592161603424)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" d="
437
- M 509.82193667582624,33.46501826837624
438
- L 506.52294039544626,31.68356027697104
439
- L 506.52294039544626,16.494981402101523
440
- L 513.1209329562063,16.494981402101523
441
- L 513.1209329562063,31.683560276971043
442
- Z
443
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" x="509.82193667582624" y="30.49592161603424" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(-90 509.82193667582624 30.49592161603424)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" d="
444
- M 160.16132091835004,739.4832122324999
445
- L 156.86232463797003,737.7017542410947
446
- L 156.86232463797003,722.5131753662251
447
- L 163.46031719873005,722.5131753662251
448
- L 163.46031719873005,737.7017542410947
449
- Z
450
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" x="160.16132091835004" y="736.5141155801579" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(-90 160.16132091835004 736.5141155801579)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" d="
451
- M 358.10109774115006,739.4832122324999
452
- L 354.8021014607701,737.7017542410947
453
- L 354.8021014607701,722.5131753662251
454
- L 361.40009402153004,722.5131753662251
455
- L 361.40009402153004,737.7017542410947
456
- Z
457
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" x="358.10109774115006" y="736.5141155801579" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(-90 358.10109774115006 736.5141155801579)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" d="
458
- M 655.01076297535,739.4832122324999
459
- L 651.7117666949699,737.7017542410947
460
- L 651.7117666949699,722.5131753662251
461
- L 658.30975925573,722.5131753662251
462
- L 658.30975925573,737.7017542410947
463
- Z
464
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" x="655.01076297535" y="736.5141155801579" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(-90 655.01076297535 736.5141155801579)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" d="
465
- M 856.2165461157263,718.0067464472262
466
- L 852.9175498353462,716.225288455821
467
- L 852.9175498353462,701.0367095809514
468
- L 859.5155423961063,701.0367095809514
469
- L 859.5155423961063,716.225288455821
470
- Z
471
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" x="856.2165461157263" y="715.0376497948841" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(-90 856.2165461157263 715.0376497948841)">XXX</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_15__stack1" x="136.4415376624178" y="196.83131407279382" width="7.917591072911989" height="5.938193304683978" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" d="M 136.4415376624178 202.7695073774778 L 144.3591287353298 202.7695073774778" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" 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_15__stack1" d="M 140.4003331988738 202.7695073774778 L 140.4003331988738 196.83131407279382" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" 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_15__stack1" x="140.4003331988738" y="204.4190055176678" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px">XXX</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_16__stack1" x="1046.964511047298" y="241.36776385792382" width="7.917591072911819" height="5.938193304683978" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" d="M 1046.964511047298 247.3059571626078 L 1054.8821021202098 247.3059571626078" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" 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_16__stack1" d="M 1050.9233065837539 247.3059571626078 L 1050.9233065837539 241.36776385792382" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" 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_16__stack1" x="1050.9233065837539" y="248.95545530279782" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px">XXX</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_17__stack1" x="601.567023233194" y="739.4832122324999" width="7.917591072912046" height="5.938193304684091" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" d="M 601.567023233194 745.421405537184 L 609.4846143061061 745.421405537184" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" 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_17__stack1" d="M 605.5258187696501 745.421405537184 L 605.5258187696501 739.4832122324999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" 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_17__stack1" x="605.5258187696501" y="747.070903677374" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px">XXX</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_18__stack1" x="189.15949822289033" y="485.46049864324" width="7.917591072911989" height="5.938193304683978" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_18__stack1" d="M 189.15949822289033 491.39869194792396 L 197.07708929580232 491.39869194792396" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" 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_18__stack1" d="M 193.11829375934633 491.39869194792396 L 193.11829375934633 485.46049864324" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" 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_18__stack1" x="193.11829375934633" y="493.048190088114" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px">XXX</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_19__stack1" x="405.24375458778024" y="294.1517043440038" width="7.917591072912046" height="5.938193304683978" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_19__stack1" d="M 405.24375458778024 300.0898976486878 L 413.1613456606923 300.0898976486878" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" 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_19__stack1" d="M 409.20255012423627 300.0898976486878 L 409.20255012423627 294.1517043440038" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" 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_19__stack1" x="409.20255012423627" y="301.7393957888778" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px">XXX</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_20__stack1" x="601.5340332703902" y="294.1517043440038" width="7.917591072912046" height="5.938193304683978" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_20__stack1" d="M 601.5340332703902 300.0898976486878 L 609.4516243433022 300.0898976486878" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" 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_20__stack1" d="M 605.4928288068462 300.0898976486878 L 605.4928288068462 294.1517043440038" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" 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_20__stack1" x="605.4928288068462" y="301.7393957888778" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px">XXX</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_21__stack1" x="799.4738100931902" y="294.1517043440038" width="7.917591072912046" height="5.938193304683978" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_21__stack1" d="M 799.4738100931902 300.0898976486878 L 807.3914011661022 300.0898976486878" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" 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_21__stack1" d="M 803.4326056296462 300.0898976486878 L 803.4326056296462 294.1517043440038" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" 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_21__stack1" x="803.4326056296462" y="301.7393957888778" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px">XXX</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_22__stack1" x="405.24375458778024" y="492.0914811668038" width="7.917591072912046" height="5.938193304683978" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_22__stack1" d="M 405.24375458778024 498.0296744714878 L 413.1613456606923 498.0296744714878" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" 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_22__stack1" d="M 409.20255012423627 498.0296744714878 L 409.20255012423627 492.0914811668038" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" 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_22__stack1" x="409.20255012423627" y="499.6791726116778" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px">XXX</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_23__stack1" x="505.86314113937027" y="505.28746628832374" width="7.917591072911989" height="5.938193304683978" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_23__stack1" d="M 505.86314113937027 511.2256595930077 L 513.7807322122823 511.2256595930077" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" 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_23__stack1" d="M 509.8219366758263 511.2256595930077 L 509.8219366758263 505.28746628832374" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" 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_23__stack1" x="509.8219366758263" y="512.8751577331977" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_24__stack1" d="
472
- M 806.76459187283,485.46049864324
473
- L 804.9831338814248,488.75949492361997
474
- L 789.7945550065552,488.75949492361997
475
- L 789.7945550065552,482.16150236286
476
- L 804.9831338814248,482.16150236286
477
- Z
478
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_24__stack1" x="803.795495220488" y="485.46049864324" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="">XXX</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_25__stack1" x="204.0709614102079" y="741.1657003354937" width="7.917591072911989" height="5.938193304684091" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_25__stack1" d="M 204.0709614102079 747.1038936401778 L 211.9885524831199 747.1038936401778" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" 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_25__stack1" d="M 208.0297569466639 747.1038936401778 L 208.0297569466639 741.1657003354937" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" 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_25__stack1" x="208.0297569466639" y="748.7533917803678" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px">XXX</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_26__stack1" x="301.39135168141786" y="760.9596780177736" width="7.917591072912046" height="5.938193304684091" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_26__stack1" d="M 301.39135168141786 766.8978713224577 L 309.3089427543299 766.8978713224577" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" 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_26__stack1" d="M 305.3501472178739 766.8978713224577 L 305.3501472178739 760.9596780177736" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" 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_26__stack1" x="305.3501472178739" y="768.5473694626477" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px">XXX</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_27__stack1" x="402.0107382330078" y="741.1657003354937" width="7.917591072912046" height="5.938193304684091" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_27__stack1" d="M 402.0107382330078 747.1038936401778 L 409.9283293059199 747.1038936401778" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" 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_27__stack1" d="M 405.96953376946385 747.1038936401778 L 405.96953376946385 741.1657003354937" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" 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_27__stack1" x="405.96953376946385" y="748.7533917803678" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px">XXX</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_28__stack1" x="499.3311285042178" y="760.9596780177736" width="7.917591072912046" height="5.938193304684091" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_28__stack1" d="M 499.3311285042178 766.8978713224577 L 507.24871957712986 766.8978713224577" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" 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_28__stack1" d="M 503.28992404067384 766.8978713224577 L 503.28992404067384 760.9596780177736" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" 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_28__stack1" x="503.28992404067384" y="768.5473694626477" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px">XXX</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_29__stack1" x="698.9204034672078" y="741.1657003354937" width="7.917591072912046" height="5.938193304684091" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_29__stack1" d="M 698.9204034672078 747.1038936401778 L 706.8379945401199 747.1038936401778" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" 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_29__stack1" d="M 702.8791990036639 747.1038936401778 L 702.8791990036639 741.1657003354937" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" 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_29__stack1" x="702.8791990036639" y="748.7533917803678" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px">XXX</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_30__stack1" x="799.506800055994" y="766.5349817316159" width="7.917591072912046" height="5.938193304684091" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_30__stack1" d="M 799.506800055994 772.4731750363 L 807.424391128906 772.4731750363" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" 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_30__stack1" d="M 803.46559559245 772.4731750363 L 803.46559559245 766.5349817316159" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" 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_30__stack1" x="803.46559559245" y="774.1226731764899" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px">XXX</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_31__stack1" x="1129.901277536051" y="475.5635098021" width="7.917591072911819" height="5.938193304683978" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_31__stack1" d="M 1129.901277536051 481.50170310678396 L 1137.818868608963 481.50170310678396" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" 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_31__stack1" d="M 1133.860073072507 481.50170310678396 L 1133.860073072507 475.5635098021" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.659799256076px" 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_31__stack1" x="1133.860073072507" y="483.151201246974" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.938193304683999px">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_32__stack1" d="
479
- M 128.82085625474002,191.84982968941998
480
- L 130.60231424614523,188.55083340903997
481
- L 141.91567215699504,188.55083340903997
482
- L 141.91567215699504,195.1488259698
483
- L 130.60231424614523,195.1488259698
484
- Z
485
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_32__stack1" x="131.789952907082" y="191.84982968941998" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_33__stack1" d="
486
- M 122.22286369398006,208.34481109132003
487
- L 124.00432168538526,205.04581481094002
488
- L 135.31767959623508,205.04581481094002
489
- L 135.31767959623508,211.64380737170003
490
- L 124.00432168538526,211.64380737170003
491
- Z
492
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_33__stack1" x="125.19196034632206" y="208.34481109132003" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_34__stack1" d="
493
- M 183.25429488101003,46.69399335270003
494
- L 181.47283688960482,49.992989633080036
495
- L 170.159478978755,49.99298963308003
496
- L 170.159478978755,43.39499707232003
497
- L 181.47283688960482,43.39499707232003
498
- Z
499
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_34__stack1" x="180.28519822866804" y="46.69399335270003" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_35__stack1" d="
500
- M 122.22286369398006,228.1387887736
501
- L 124.00432168538526,224.83979249322
502
- L 135.31767959623508,224.83979249322
503
- L 135.31767959623508,231.43778505398
504
- L 124.00432168538526,231.43778505398
505
- Z
506
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_35__stack1" x="125.19196034632206" y="228.1387887736" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_36__stack1" d="
507
- M 556.5522189874089,267.72674413816003
508
- L 553.2532227070288,265.9452861467548
509
- L 553.2532227070288,254.631928235905
510
- L 559.8512152677889,254.631928235905
511
- L 559.8512152677889,265.9452861467548
512
- Z
513
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_36__stack1" x="556.5522189874089" y="264.75764748581804" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(-90 556.5522189874089 264.75764748581804)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_37__stack1" d="
514
- M 549.44288200319,46.69399335270003
515
- L 551.2243399945952,43.39499707232003
516
- L 562.537697905445,43.39499707232003
517
- L 562.537697905445,49.992989633080036
518
- L 551.2243399945952,49.992989633080036
519
- Z
520
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_37__stack1" x="552.411978655532" y="46.69399335270003" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_38__stack1" d="
521
- M 287.17267771298003,472.26451352172
522
- L 288.95413570438524,468.96551724134
523
- L 300.267493615235,468.96551724134
524
- L 300.267493615235,475.5635098021
525
- L 288.95413570438524,475.5635098021
526
- Z
527
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_38__stack1" x="290.141774365322" y="472.26451352172" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_39__stack1" d="
528
- M 788.5871223679362,472.26451352172
529
- L 786.805664376531,475.5635098021
530
- L 775.4923064656812,475.5635098021
531
- L 775.4923064656812,468.96551724134
532
- L 786.805664376531,468.96551724134
533
- Z
534
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_39__stack1" x="785.6180257155942" y="472.26451352172" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_40__stack1" d="
535
- M 1047.59132034057,195.14882596980001
536
- L 1049.3727783319753,191.84982968942
537
- L 1060.6861362428251,191.84982968942
538
- L 1060.6861362428251,198.44782225018002
539
- L 1049.3727783319753,198.44782225018002
540
- Z
541
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_40__stack1" x="1050.560416992912" y="195.14882596980001" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_41__stack1" d="
542
- M 966.76591147126,287.52072182044003
543
- L 963.46691519088,285.7392638290348
544
- L 963.46691519088,274.42590591818504
545
- L 970.06490775164,274.42590591818504
546
- L 970.06490775164,285.7392638290348
547
- Z
548
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_41__stack1" x="966.76591147126" y="284.55162516809804" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(-90 966.76591147126 284.55162516809804)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_42__stack1" d="
549
- M 900.8189758264639,478.86250608247997
550
- L 897.5199795460838,477.08104809107476
551
- L 897.5199795460838,465.767690180225
552
- L 904.1179721068439,465.767690180225
553
- L 904.1179721068439,477.08104809107476
554
- Z
555
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_42__stack1" x="900.8189758264639" y="475.893409430138" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(-90 900.8189758264639 475.893409430138)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_43__stack1" d="
556
- M 760.57864394751,46.69399335270003
557
- L 758.7971859561048,49.992989633080036
558
- L 747.483828045255,49.99298963308003
559
- L 747.483828045255,43.39499707232003
560
- L 758.7971859561048,43.39499707232003
561
- Z
562
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_43__stack1" x="757.609547295168" y="46.69399335270003" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_44__stack1" d="
563
- M 892.53849516271,274.32473669892
564
- L 894.3199531541152,271.02574041854
565
- L 905.633311064965,271.02574041854
566
- L 905.633311064965,277.6237329793
567
- L 894.3199531541152,277.6237329793
568
- Z
569
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_44__stack1" x="895.507591815052" y="274.32473669892" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_45__stack1" d="
570
- M 882.64150632157,472.26451352172
571
- L 884.4229643129752,468.96551724134
572
- L 895.736322223825,468.96551724134
573
- L 895.736322223825,475.5635098021
574
- L 884.4229643129752,475.5635098021
575
- Z
576
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_45__stack1" x="885.610602973912" y="472.26451352172" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_46__stack1" d="
577
- M 1047.59132034057,208.34481109132003
578
- L 1049.3727783319753,205.04581481094002
579
- L 1060.6861362428251,205.04581481094002
580
- L 1060.6861362428251,211.64380737170003
581
- L 1049.3727783319753,211.64380737170003
582
- Z
583
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_46__stack1" x="1050.560416992912" y="208.34481109132003" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_47__stack1" d="
584
- M 1008.00336497601,46.69399335270003
585
- L 1006.2219069846047,49.992989633080036
586
- L 994.9085490737549,49.99298963308003
587
- L 994.9085490737549,43.39499707232003
588
- L 1006.2219069846047,43.39499707232003
589
- Z
590
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_47__stack1" x="1005.0342683236679" y="46.69399335270003" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_48__stack1" d="
591
- M 796.86760303169,46.69399335270003
592
- L 798.6490610230952,43.39499707232003
593
- L 809.9624189339451,43.39499707232003
594
- L 809.9624189339451,49.992989633080036
595
- L 798.6490610230952,49.992989633080036
596
- Z
597
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_48__stack1" x="799.836699684032" y="46.69399335270003" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_49__stack1" d="
598
- M 1047.59132034057,214.94280365208
599
- L 1049.3727783319753,211.64380737169998
600
- L 1060.6861362428251,211.64380737169998
601
- L 1060.6861362428251,218.24179993246
602
- L 1049.3727783319753,218.24179993246
603
- Z
604
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_49__stack1" x="1050.560416992912" y="214.94280365208" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_50__stack1" d="
605
- M 879.34251004119,46.69399335270003
606
- L 881.1239680325953,43.39499707232003
607
- L 892.4373259434451,43.39499707232003
608
- L 892.4373259434451,49.992989633080036
609
- L 881.1239680325953,49.992989633080036
610
- Z
611
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_50__stack1" x="882.3116066935321" y="46.69399335270003" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_51__stack1" d="
612
- M 1047.59132034057,221.54079621284
613
- L 1049.3727783319753,218.24179993246
614
- L 1060.6861362428251,218.24179993246
615
- L 1060.6861362428251,224.83979249322002
616
- L 1049.3727783319753,224.83979249322002
617
- Z
618
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_51__stack1" x="1050.560416992912" y="221.54079621284" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_52__stack1" d="
619
- M 684.70172949877,478.86250608247997
620
- L 686.4831874901752,475.5635098021
621
- L 697.796545401025,475.5635098021
622
- L 697.796545401025,482.16150236285995
623
- L 686.4831874901752,482.16150236285995
624
- Z
625
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_52__stack1" x="687.670826151112" y="478.86250608247997" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_53__stack1" d="
626
- M 585.7318410873701,637.21432754072
627
- L 587.5132990787753,633.9153312603399
628
- L 598.8266569896251,633.9153312603399
629
- L 598.8266569896251,640.5133238211
630
- L 587.5132990787753,640.5133238211
631
- Z
632
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_53__stack1" x="588.7009377397121" y="637.21432754072" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_54__stack1" d="
633
- M 684.70172949877,472.26451352172
634
- L 686.4831874901752,468.96551724134
635
- L 697.796545401025,468.96551724134
636
- L 697.796545401025,475.5635098021
637
- L 686.4831874901752,475.5635098021
638
- Z
639
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_54__stack1" x="687.670826151112" y="472.26451352172" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_55__stack1" d="
640
- M 585.7318410873701,643.8123201014799
641
- L 587.5132990787753,640.5133238210999
642
- L 598.8266569896251,640.5133238210999
643
- L 598.8266569896251,647.11131638186
644
- L 587.5132990787753,647.11131638186
645
- Z
646
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_55__stack1" x="588.7009377397121" y="643.8123201014799" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_56__stack1" d="
647
- M 151.0725861659032,46.69399335270003
648
- L 147.7735898855232,44.912535361294836
649
- L 147.7735898855232,33.599177450445026
650
- L 154.3715824462832,33.599177450445026
651
- L 154.3715824462832,44.912535361294836
652
- Z
653
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_56__stack1" x="151.0725861659032" y="43.72489670035803" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(-90 151.0725861659032 43.72489670035803)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_57__stack1" d="
654
- M 302.0181609746901,46.69399335270003
655
- L 303.7996189660953,43.39499707232003
656
- L 315.1129768769451,43.39499707232003
657
- L 315.1129768769451,49.992989633080036
658
- L 303.7996189660953,49.992989633080036
659
- Z
660
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_57__stack1" x="304.9872576270321" y="46.69399335270003" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_58__stack1" d="
661
- M 212.94526140443003,280.92272925968
662
- L 211.16380341302482,284.22172554006
663
- L 199.850445502175,284.22172554006
664
- L 199.850445502175,277.62373297930003
665
- L 211.16380341302482,277.62373297930003
666
- Z
667
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_58__stack1" x="209.97616475208804" y="280.92272925968" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_59__stack1" d="
668
- M 319.7502659817326,287.52072182044003
669
- L 316.4512697013526,285.7392638290348
670
- L 316.4512697013526,274.42590591818504
671
- L 323.04926226211256,274.42590591818504
672
- L 323.04926226211256,285.7392638290348
673
- Z
674
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_59__stack1" x="319.7502659817326" y="284.55162516809804" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(-90 319.7502659817326 284.55162516809804)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_60__stack1" d="
675
- M 595.6288299285101,46.69399335270003
676
- L 593.8473719371049,49.992989633080036
677
- L 582.534014026255,49.99298963308003
678
- L 582.534014026255,43.39499707232003
679
- L 593.8473719371049,43.39499707232003
680
- Z
681
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_60__stack1" x="592.659733276168" y="46.69399335270003" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_61__stack1" d="
682
- M 288.82217585317005,280.92272925968
683
- L 290.60363384457526,277.62373297930003
684
- L 301.91699175542504,277.62373297930003
685
- L 301.91699175542504,284.22172554006
686
- L 290.60363384457526,284.22172554006
687
- Z
688
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_61__stack1" x="291.79127250551204" y="280.92272925968" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_62__stack1" d="
689
- M 412.53453636742006,280.92272925968
690
- L 410.75307837601486,284.22172554006
691
- L 399.43972046516507,284.22172554006
692
- L 399.43972046516507,277.62373297930003
693
- L 410.75307837601486,277.62373297930003
694
- Z
695
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_62__stack1" x="409.56543971507807" y="280.92272925968" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_63__stack1" d="
696
- M 288.82217585317005,274.32473669892
697
- L 290.60363384457526,271.02574041854
698
- L 301.91699175542504,271.02574041854
699
- L 301.91699175542504,277.6237329793
700
- L 290.60363384457526,277.6237329793
701
- Z
702
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_63__stack1" x="291.79127250551204" y="274.32473669892" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_64__stack1" d="
703
- M 214.59475954462005,465.66652096096
704
- L 212.81330155321484,468.96551724133997
705
- L 201.49994364236503,468.96551724133997
706
- L 201.49994364236503,462.36752468058
707
- L 212.81330155321484,462.36752468058
708
- Z
709
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_64__stack1" x="211.62566289227806" y="465.66652096096" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_65__stack1" d="
710
- M 391.5034350799976,46.69399335270003
711
- L 388.2044387996176,44.912535361294836
712
- L 388.2044387996176,33.599177450445026
713
- L 394.80243136037757,33.599177450445026
714
- L 394.80243136037757,44.912535361294836
715
- Z
716
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_65__stack1" x="391.5034350799976" y="43.72489670035803" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(-90 391.5034350799976 43.72489670035803)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_66__stack1" d="
717
- M 491.71044709653995,287.52072182044003
718
- L 493.49190508794516,284.22172554006005
719
- L 504.80526299879494,284.22172554006005
720
- L 504.80526299879494,290.81971810082
721
- L 493.49190508794516,290.81971810082
722
- Z
723
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_66__stack1" x="494.67954374888194" y="287.52072182044003" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_67__stack1" d="
724
- M 678.10373693801,46.69399335270003
725
- L 676.3222789466048,49.992989633080036
726
- L 665.008921035755,49.99298963308003
727
- L 665.008921035755,43.39499707232003
728
- L 676.3222789466048,43.39499707232003
729
- Z
730
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_67__stack1" x="675.134640285668" y="46.69399335270003" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_68__stack1" d="
731
- M 485.11245453578005,280.92272925968
732
- L 486.89391252718525,277.62373297930003
733
- L 498.20727043803504,277.62373297930003
734
- L 498.20727043803504,284.22172554006
735
- L 486.89391252718525,284.22172554006
736
- Z
737
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_68__stack1" x="488.08155118812203" y="280.92272925968" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_69__stack1" d="
738
- M 214.59475954462005,478.86250608247997
739
- L 212.81330155321484,482.16150236285995
740
- L 201.49994364236503,482.16150236285995
741
- L 201.49994364236503,475.5635098021
742
- L 212.81330155321484,475.5635098021
743
- Z
744
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_69__stack1" x="211.62566289227806" y="478.86250608247997" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_70__stack1" d="
745
- M 485.11245453578005,274.32473669892
746
- L 486.89391252718525,271.02574041854
747
- L 498.20727043803504,271.02574041854
748
- L 498.20727043803504,277.6237329793
749
- L 486.89391252718525,277.6237329793
750
- Z
751
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_70__stack1" x="488.08155118812203" y="274.32473669892" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_71__stack1" d="
752
- M 412.53453636742006,465.66652096096
753
- L 410.75307837601486,468.96551724133997
754
- L 399.43972046516507,468.96551724133997
755
- L 399.43972046516507,462.36752468058
756
- L 410.75307837601486,462.36752468058
757
- Z
758
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_71__stack1" x="409.56543971507807" y="465.66652096096" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_72__stack1" d="
759
- M 684.70172949877,287.52072182044003
760
- L 686.4831874901752,284.22172554006005
761
- L 697.796545401025,284.22172554006005
762
- L 697.796545401025,290.81971810082
763
- L 686.4831874901752,290.81971810082
764
- Z
765
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_72__stack1" x="687.670826151112" y="287.52072182044003" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_73__stack1" d="
766
- M 412.53453636742006,472.26451352172
767
- L 410.75307837601486,475.5635098021
768
- L 399.43972046516507,475.5635098021
769
- L 399.43972046516507,468.96551724134
770
- L 410.75307837601486,468.96551724134
771
- Z
772
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_73__stack1" x="409.56543971507807" y="472.26451352172" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_74__stack1" d="
773
- M 925.5284579665099,46.69399335270003
774
- L 923.7469999751047,49.992989633080036
775
- L 912.4336420642549,49.99298963308003
776
- L 912.4336420642549,43.39499707232003
777
- L 923.7469999751047,43.39499707232003
778
- Z
779
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_74__stack1" x="922.5593613141679" y="46.69399335270003" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_75__stack1" d="
780
- M 702.8791990036639,280.92272925968
781
- L 699.5802027232838,279.1412712682748
782
- L 699.5802027232838,267.827913357425
783
- L 706.1781952840439,267.827913357425
784
- L 706.1781952840439,279.1412712682748
785
- Z
786
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_75__stack1" x="702.8791990036639" y="277.953632607338" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(-90 702.8791990036639 277.953632607338)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_76__stack1" d="
787
- M 684.70172949877,274.32473669892
788
- L 686.4831874901752,271.02574041854
789
- L 697.796545401025,271.02574041854
790
- L 697.796545401025,277.6237329793
791
- L 686.4831874901752,277.6237329793
792
- Z
793
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_76__stack1" x="687.670826151112" y="274.32473669892" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_77__stack1" d="
794
- M 608.82481505003,472.26451352172
795
- L 607.0433570586248,475.5635098021
796
- L 595.729999147775,475.5635098021
797
- L 595.729999147775,468.96551724134
798
- L 607.0433570586248,468.96551724134
799
- Z
800
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_77__stack1" x="605.855718397688" y="472.26451352172" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_78__stack1" d="
801
- M 318.51314237659005,485.46049864324
802
- L 315.2141460962101,483.6790406518348
803
- L 315.2141460962101,472.365682740985
804
- L 321.81213865697003,472.365682740985
805
- L 321.81213865697003,483.6790406518348
806
- Z
807
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_78__stack1" x="318.51314237659005" y="482.491401990898" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(-90 318.51314237659005 482.491401990898)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_79__stack1" d="
808
- M 287.17267771298003,478.86250608247997
809
- L 288.95413570438524,475.5635098021
810
- L 300.267493615235,475.5635098021
811
- L 300.267493615235,482.16150236285995
812
- L 288.95413570438524,482.16150236285995
813
- Z
814
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_79__stack1" x="290.141774365322" y="478.86250608247997" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_80__stack1" d="
815
- M 608.82481505003,478.86250608247997
816
- L 607.0433570586248,482.16150236285995
817
- L 595.729999147775,482.16150236285995
818
- L 595.729999147775,475.5635098021
819
- L 607.0433570586248,475.5635098021
820
- Z
821
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_80__stack1" x="605.855718397688" y="478.86250608247997" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_81__stack1" d="
822
- M 631.91778901269,46.69399335270003
823
- L 633.6992470040952,43.39499707232003
824
- L 645.0126049149451,43.39499707232003
825
- L 645.0126049149451,49.992989633080036
826
- L 633.6992470040952,49.992989633080036
827
- Z
828
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_81__stack1" x="634.8868856650321" y="46.69399335270003" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_82__stack1" d="
829
- M 1089.983422543453,277.62373297930003
830
- L 1088.2019645520477,280.92272925968
831
- L 1076.8886066411978,280.92272925968
832
- L 1076.8886066411978,274.32473669892005
833
- L 1088.2019645520477,274.32473669892005
834
- Z
835
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_82__stack1" x="1087.014325891111" y="277.62373297930003" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_83__stack1" d="
836
- M 961.81741705069,46.69399335270003
837
- L 963.5988750420952,43.39499707232003
838
- L 974.912232952945,43.39499707232003
839
- L 974.912232952945,49.992989633080036
840
- L 963.5988750420952,49.992989633080036
841
- Z
842
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_83__stack1" x="964.786513703032" y="46.69399335270003" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_84__stack1" d="
843
- M 1089.983422543453,409.58358419449996
844
- L 1088.2019645520477,412.88258047487994
845
- L 1076.8886066411978,412.88258047487994
846
- L 1076.8886066411978,406.28458791412
847
- L 1088.2019645520477,406.28458791412
848
- Z
849
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_84__stack1" x="1087.014325891111" y="409.58358419449996" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_85__stack1" d="
850
- M 1055.7150986810057,46.69399335270003
851
- L 1052.4161024006257,44.912535361294836
852
- L 1052.4161024006257,33.599177450445026
853
- L 1059.0140949613856,33.599177450445026
854
- L 1059.0140949613856,44.912535361294836
855
- Z
856
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.659799256076px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_85__stack1" x="1055.7150986810057" y="43.72489670035803" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.938193304683999px" transform="rotate(-90 1055.7150986810057 43.72489670035803)">XX</text>
376
+ </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 1130.962426497183 346.0150825554 L 1137.606724028823 346.0150825554 L 1137.606724028823 279.572107239 L 1130.962426497183 279.572107239" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1130.962426497183 346.0150825554 L 1137.606724028823 346.0150825554 L 1137.606724028823 279.572107239 L 1130.962426497183 279.572107239" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" 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 1130.962426497183 412.4580578718 L 1137.606724028823 412.4580578718 L 1137.606724028823 346.0150825554" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1130.962426497183 412.4580578718 L 1137.606724028823 412.4580578718 L 1137.606724028823 346.0150825554" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" 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 1130.962426497183 478.9010331882 L 1137.606724028823 478.9010331882 L 1137.606724028823 412.4580578718" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1130.962426497183 478.9010331882 L 1137.606724028823 478.9010331882 L 1137.606724028823 412.4580578718" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" 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 382.9806318728101 47.021693631600044 L 397.0997641275451 47.021693631600044 L 397.0997641275451 269.60566094154 L 411.21889638228004 269.60566094154" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 382.9806318728101 47.021693631600044 L 397.0997641275451 47.021693631600044 L 397.0997641275451 269.60566094154 L 411.21889638228004 269.60566094154" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" 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 286.63831766403007 289.53855353646003 L 348.92860702315505 289.53855353646003 L 348.92860702315505 276.24995847318 L 411.21889638228004 276.24995847318" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 286.63831766403007 289.53855353646003 L 348.92860702315505 289.53855353646003 L 348.92860702315505 276.24995847318 L 411.21889638228004 276.24995847318" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" 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 884.62509551163 276.24995847318 L 894.59154180909 276.24995847318 L 894.59154180909 161.63582605239003 L 838.11501279015 161.63582605239003 L 838.11501279015 47.021693631600044 L 844.75931032179 47.021693631600044" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 884.62509551163 276.24995847318 L 894.59154180909 276.24995847318 L 894.59154180909 161.63582605239003 L 838.11501279015 161.63582605239003 L 838.11501279015 47.021693631600044 L 844.75931032179 47.021693631600044" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" 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 284.97724328112 488.86747948565994 L 348.09806983170006 488.86747948565994 L 348.09806983170006 482.22318195402 L 411.21889638228004 482.22318195402" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 284.97724328112 488.86747948565994 L 348.09806983170006 488.86747948565994 L 348.09806983170006 482.22318195402 L 411.21889638228004 482.22318195402" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" 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 1047.41038503681 47.021693631600044 L 1070.4162652401135 47.021693631600044 L 1070.4162652401135 478.9010331882 L 1093.4221454434169 478.9010331882" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1047.41038503681 47.021693631600044 L 1070.4162652401135 47.021693631600044 L 1070.4162652401135 478.9010331882 L 1093.4221454434169 478.9010331882" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" 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 685.29616956243 269.60566094154 L 691.9404670940701 269.60566094154 L 691.9404670940701 256.31706587826 L 887.94724427745 256.31706587826 L 887.94724427745 269.60566094154 L 884.62509551163 269.60566094154" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 685.29616956243 269.60566094154 L 691.9404670940701 269.60566094154 L 691.9404670940701 256.31706587826 L 887.94724427745 256.31706587826 L 887.94724427745 269.60566094154 L 884.62509551163 269.60566094154" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" 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 284.97724328112 468.93458689074 L 291.62154081276003 468.93458689074 L 291.62154081276003 455.64599182745997 L 490.95046676196006 455.64599182745997 L 490.95046676196006 468.93458689074 L 484.30616923032005 468.93458689074" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 284.97724328112 468.93458689074 L 291.62154081276003 468.93458689074 L 291.62154081276003 455.64599182745997 L 490.95046676196006 455.64599182745997 L 490.95046676196006 468.93458689074 L 484.30616923032005 468.93458689074" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" 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 118.86980499012003 203.16268562514003 L 125.51410252176004 203.16268562514003 L 125.51410252176004 125.09218962837 L 90.63154048065007 125.09218962837 L 90.63154048065007 47.021693631600044 L 97.27583801229002 47.021693631600044" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 118.86980499012003 203.16268562514003 L 125.51410252176004 203.16268562514003 L 125.51410252176004 125.09218962837 L 90.63154048065007 125.09218962837 L 90.63154048065007 47.021693631600044 L 97.27583801229002 47.021693631600044" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" 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 133.8194744363101 47.021693631600044 L 162.02451745812186 47.021693631600044 L 162.02451745812186 269.60566094154 L 210.22889605017002 269.60566094154" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 133.8194744363101 47.021693631600044 L 162.02451745812186 47.021693631600044 L 162.02451745812186 269.60566094154 L 210.22889605017002 269.60566094154" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" 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 608.88674794857 269.60566094154 L 503.6078535597342 269.60566094154 L 503.6078535597342 47.021693631600044 L 466.03435101831 47.021693631600044" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 608.88674794857 269.60566094154 L 503.6078535597342 269.60566094154 L 503.6078535597342 47.021693631600044 L 466.03435101831 47.021693631600044" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" 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 484.30616923031994 289.53855353646003 L 490.95046676195994 289.53855353646003 L 490.95046676195994 375.91442144778 L 193.5849307334119 375.91442144778 L 193.5849307334119 475.57888442238 L 211.88997043308007 475.57888442238" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 484.30616923031994 289.53855353646003 L 490.95046676195994 289.53855353646003 L 490.95046676195994 375.91442144778 L 193.5849307334119 375.91442144778 L 193.5849307334119 475.57888442238 L 211.88997043308007 475.57888442238" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" 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 685.29616956243 282.89425600482 L 703.6012092620982 282.89425600482 L 703.6012092620982 375.91442144778 L 602.24245041693 375.91442144778 L 602.24245041693 468.93458689074 L 608.88674794857 468.93458689074" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 685.29616956243 282.89425600482 L 703.6012092620982 282.89425600482 L 703.6012092620982 375.91442144778 L 602.24245041693 375.91442144778 L 602.24245041693 468.93458689074 L 608.88674794857 468.93458689074" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" 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 884.62509551163 289.53855353646003 L 1072.3597222681183 289.53855353646003 L 1072.3597222681183 203.16268562514003 L 1050.7325338026299 203.16268562514003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 884.62509551163 289.53855353646003 L 1072.3597222681183 289.53855353646003 L 1072.3597222681183 203.16268562514003 L 1050.7325338026299 203.16268562514003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" 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 884.62509551163 482.22318195402 L 902.9301352112982 482.22318195402 L 902.9301352112982 505.47822331476 L 512.5776552274482 505.47822331476 L 512.5776552274482 472.25673565656 L 502.61120892998827 472.25673565656 L 502.61120892998827 482.22318195402 L 484.30616923032005 482.22318195402" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 884.62509551163 482.22318195402 L 902.9301352112982 482.22318195402 L 902.9301352112982 505.47822331476 L 512.5776552274482 505.47822331476 L 512.5776552274482 472.25673565656 L 502.61120892998827 472.25673565656 L 502.61120892998827 482.22318195402 L 484.30616923032005 482.22318195402" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" 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 808.21567389777 475.57888442238 L 789.9106341981019 475.57888442238 L 789.9106341981019 326.08218996048 L 1075.681871033938 326.08218996048 L 1075.681871033938 189.87409056186002 L 1050.7325338026299 189.87409056186002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 808.21567389777 475.57888442238 L 789.9106341981019 475.57888442238 L 789.9106341981019 326.08218996048 L 1075.681871033938 326.08218996048 L 1075.681871033938 189.87409056186002 L 1050.7325338026299 189.87409056186002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" 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 585.6317065878301 654.97491777666 L 603.9367462874982 654.97491777666 L 603.9367462874982 571.92119863116 L 404.5745988506401 571.92119863116 L 404.5745988506401 488.86747948565994 L 411.21889638228004 488.86747948565994" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 585.6317065878301 654.97491777666 L 603.9367462874982 654.97491777666 L 603.9367462874982 571.92119863116 L 404.5745988506401 571.92119863116 L 404.5745988506401 488.86747948565994 L 411.21889638228004 488.86747948565994" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" 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 210.22889605017002 289.53855353646003 L 190.26278196759193 289.53855353646003 L 190.26278196759193 488.86747948565994 L 211.88997043308007 488.86747948565994" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 210.22889605017002 289.53855353646003 L 190.26278196759193 289.53855353646003 L 190.26278196759193 488.86747948565994 L 211.88997043308007 488.86747948565994" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" 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 118.86980499012003 189.87409056186002 L 122.19195375594006 189.87409056186002 L 122.19195375594006 188.1797946912918 L 132.19162154105823 188.1797946912918" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 118.86980499012003 189.87409056186002 L 122.19195375594006 189.87409056186002 L 122.19195375594006 188.1797946912918 L 132.19162154105823 188.1797946912918" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" 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 1050.7325338026299 236.38417328334003 L 1083.987242948488 236.38417328334003 L 1083.987242948488 234.6898774127718" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1050.7325338026299 236.38417328334003 L 1083.987242948488 236.38417328334003 L 1083.987242948488 234.6898774127718" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" 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 286.63831766403007 269.60566094154 L 289.9936879175083 269.60566094154 L 289.9936879175083 262.9281419222418" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 286.63831766403007 269.60566094154 L 289.9936879175083 269.60566094154 L 289.9936879175083 262.9281419222418" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" 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 484.30616923032005 269.60566094154 L 487.66153948379826 269.60566094154 L 487.66153948379826 262.9281419222418" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 484.30616923032005 269.60566094154 L 487.66153948379826 269.60566094154 L 487.66153948379826 262.9281419222418" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" 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 685.29616956243 468.93458689074 L 688.6515398159082 468.93458689074 L 688.6515398159082 462.2570678714418" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 685.29616956243 468.93458689074 L 688.6515398159082 468.93458689074 L 688.6515398159082 462.2570678714418" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" 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 884.62509551163 468.93458689074 L 887.9804657651082 468.93458689074 L 887.9804657651082 462.2570678714418" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 884.62509551163 468.93458689074 L 887.9804657651082 468.93458689074 L 887.9804657651082 462.2570678714418" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" 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 429.49071459429 47.021693631600044 L 426.13534434081186 47.021693631600044 L 426.13534434081186 33.69987708066185" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 429.49071459429 47.021693631600044 L 426.13534434081186 47.021693631600044 L 426.13534434081186 33.69987708066185" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" 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 512.5444337397901 47.021693631600044 L 509.18906348631185 47.021693631600044 L 509.18906348631185 33.69987708066185" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 512.5444337397901 47.021693631600044 L 509.18906348631185 47.021693631600044 L 509.18906348631185 33.69987708066185" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" 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 163.71881332869003 744.6729344537999 L 160.36344307521188 744.6729344537999 L 160.36344307521188 723.0457459883118" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 163.71881332869003 744.6729344537999 L 160.36344307521188 744.6729344537999 L 160.36344307521188 723.0457459883118" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" 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 263.38327630329 744.6729344537999 L 260.02790604981186 744.6729344537999 L 260.02790604981186 723.0457459883118" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 263.38327630329 744.6729344537999 L 260.02790604981186 744.6729344537999 L 260.02790604981186 723.0457459883118" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" 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 363.04773927789006 744.6729344537999 L 359.69236902441185 744.6729344537999 L 359.69236902441185 723.0457459883118" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 363.04773927789006 744.6729344537999 L 359.69236902441185 744.6729344537999 L 359.69236902441185 723.0457459883118" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" 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 462.71220225249004 744.6729344537999 L 459.35683199901183 744.6729344537999 L 459.35683199901183 723.0457459883118" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 462.71220225249004 744.6729344537999 L 459.35683199901183 744.6729344537999 L 459.35683199901183 723.0457459883118" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" 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 562.37666522709 744.6729344537999 L 559.0212949736118 744.6729344537999 L 559.0212949736118 723.0457459883118" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 562.37666522709 744.6729344537999 L 559.0212949736118 744.6729344537999 L 559.0212949736118 723.0457459883118" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" 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 662.0411282016901 744.6729344537999 L 658.6857579482119 744.6729344537999 L 658.6857579482119 723.0457459883118" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 662.0411282016901 744.6729344537999 L 658.6857579482119 744.6729344537999 L 658.6857579482119 723.0457459883118" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" 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 761.70559117629 744.6729344537999 L 758.3502209228118 744.6729344537999 L 758.3502209228118 723.0457459883118" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 761.70559117629 744.6729344537999 L 758.3502209228118 744.6729344537999 L 758.3502209228118 723.0457459883118" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" 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 861.3700541508899 744.6729344537999 L 858.0146838974118 744.6729344537999 L 858.0146838974118 723.0457459883118" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 861.3700541508899 744.6729344537999 L 858.0146838974118 744.6729344537999 L 858.0146838974118 723.0457459883118" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" 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 118.86980499012003 196.51838809350002 L 122.19195375594006 196.51838809350002 L 122.19195375594006 198.21268396406822 L 137.1748446897882 198.21268396406822" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 118.86980499012003 196.51838809350002 L 122.19195375594006 196.51838809350002 L 122.19195375594006 198.21268396406822 L 137.1748446897882 198.21268396406822" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" 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 1050.7325338026299 229.73987575170003 L 1054.087904056108 229.73987575170003 L 1054.087904056108 243.06169230263822" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1050.7325338026299 229.73987575170003 L 1054.087904056108 229.73987575170003 L 1054.087904056108 243.06169230263822" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" 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 411.21889638228004 289.53855353646003 L 407.8635261288018 289.53855353646003 L 407.8635261288018 296.2160725557582" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 411.21889638228004 289.53855353646003 L 407.8635261288018 289.53855353646003 L 407.8635261288018 296.2160725557582" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" 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 608.88674794857 289.53855353646003 L 605.5313776950918 289.53855353646003 L 605.5313776950918 296.2160725557582" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 608.88674794857 289.53855353646003 L 605.5313776950918 289.53855353646003 L 605.5313776950918 296.2160725557582" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" 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 808.21567389777 289.53855353646003 L 804.8603036442918 289.53855353646003 L 804.8603036442918 296.2160725557582" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 808.21567389777 289.53855353646003 L 804.8603036442918 289.53855353646003 L 804.8603036442918 296.2160725557582" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" 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 608.88674794857 488.86747948565994 L 509.1890634863119 488.86747948565994 L 509.1890634863119 508.83359356823814" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 608.88674794857 488.86747948565994 L 509.1890634863119 488.86747948565994 L 509.1890634863119 508.83359356823814" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" 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 200.2624497527101 744.6729344537999 L 203.61782000618825 744.6729344537999 L 203.61782000618825 766.3001229192882" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 200.2624497527101 744.6729344537999 L 203.61782000618825 744.6729344537999 L 203.61782000618825 766.3001229192882" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" 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 299.9269127273101 744.6729344537999 L 303.2822829807883 744.6729344537999 L 303.2822829807883 766.3001229192882" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 299.9269127273101 744.6729344537999 L 303.2822829807883 744.6729344537999 L 303.2822829807883 766.3001229192882" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_44__stack1"><path d="M 399.59137570191 744.6729344537999 L 402.9467459553882 744.6729344537999 L 402.9467459553882 766.3001229192882" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 399.59137570191 744.6729344537999 L 402.9467459553882 744.6729344537999 L 402.9467459553882 766.3001229192882" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_45__stack1"><path d="M 499.25583867651005 744.6729344537999 L 502.6112089299882 744.6729344537999 L 502.6112089299882 766.3001229192882" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 499.25583867651005 744.6729344537999 L 502.6112089299882 744.6729344537999 L 502.6112089299882 766.3001229192882" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_46__stack1"><path d="M 598.92030165111 744.6729344537999 L 602.2756719045882 744.6729344537999 L 602.2756719045882 766.3001229192882" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 598.92030165111 744.6729344537999 L 602.2756719045882 744.6729344537999 L 602.2756719045882 766.3001229192882" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_47__stack1"><path d="M 698.58476462571 744.6729344537999 L 701.9401348791882 744.6729344537999 L 701.9401348791882 766.3001229192882" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 698.58476462571 744.6729344537999 L 701.9401348791882 744.6729344537999 L 701.9401348791882 766.3001229192882" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_48__stack1"><path d="M 798.24922760031 744.6729344537999 L 801.6045978537882 744.6729344537999 L 801.6045978537882 766.3001229192882" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 798.24922760031 744.6729344537999 L 801.6045978537882 744.6729344537999 L 801.6045978537882 766.3001229192882" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_49__stack1"><path d="M 897.9136905749101 744.6729344537999 L 901.2690608283882 744.6729344537999 L 901.2690608283882 766.3001229192882" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 897.9136905749101 744.6729344537999 L 901.2690608283882 744.6729344537999 L 901.2690608283882 766.3001229192882" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_50__stack1"><path d="M 484.30616923032005 488.86747948565994 L 490.95046676196006 488.86747948565994 L 490.95046676196006 502.15607454893996 L 891.2693930432699 502.15607454893996 L 891.2693930432699 488.86747948565994 L 884.62509551163 488.86747948565994" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 484.30616923032005 488.86747948565994 L 490.95046676196006 488.86747948565994 L 490.95046676196006 502.15607454893996 L 891.2693930432699 502.15607454893996 L 891.2693930432699 488.86747948565994 L 884.62509551163 488.86747948565994" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_51__stack1"><path d="M 216.87319358181009 47.021693631600044 L 223.51749111345003 47.021693631600044 L 223.51749111345003 161.63582605239003 L 203.58459851853007 161.63582605239003 L 203.58459851853007 276.24995847318 L 210.22889605017002 276.24995847318" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 216.87319358181009 47.021693631600044 L 223.51749111345003 47.021693631600044 L 223.51749111345003 161.63582605239003 L 203.58459851853007 161.63582605239003 L 203.58459851853007 276.24995847318 L 210.22889605017002 276.24995847318" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_52__stack1"><path d="M 118.86980499012003 236.38417328334003 L 125.51410252176004 236.38417328334003 L 546.596458589445 236.38417328334003 L 546.596458589445 276.24995847318 L 602.2424504169301 276.24995847318 L 608.88674794857 276.24995847318" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 118.86980499012003 236.38417328334003 L 125.51410252176004 236.38417328334003 L 546.596458589445 236.38417328334003 L 546.596458589445 276.24995847318 L 602.2424504169301 276.24995847318 L 608.88674794857 276.24995847318" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_53__stack1"><path d="M 884.62509551163 282.89425600482 L 891.26939304327 282.89425600482 L 891.26939304327 375.91442144778 L 801.57137636613 375.91442144778 L 801.57137636613 468.93458689074 L 808.21567389777 468.93458689074" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 884.62509551163 282.89425600482 L 891.26939304327 282.89425600482 L 891.26939304327 375.91442144778 L 801.57137636613 375.91442144778 L 801.57137636613 468.93458689074 L 808.21567389777 468.93458689074" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_54__stack1"><path d="M 685.29616956243 488.86747948565994 L 691.9404670940701 488.86747948565994 L 691.9404670940701 635.04202518174 L 585.63170658783 635.04202518174" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 685.29616956243 488.86747948565994 L 691.9404670940701 488.86747948565994 L 691.9404670940701 635.04202518174 L 585.63170658783 635.04202518174" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_55__stack1"><path d="M 484.30616923032005 475.57888442238 L 592.27600411947 475.57888442238 L 592.27600411947 628.3977276501 L 585.63170658783 628.3977276501" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 484.30616923032005 475.57888442238 L 592.27600411947 475.57888442238 L 592.27600411947 628.3977276501 L 585.63170658783 628.3977276501" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_56__stack1"><path d="M 118.86980499012003 216.45128068841998 L 125.51410252176004 216.45128068841998 L 240.12823494255008 216.45128068841998 L 240.12823494255008 47.021693631600044 L 256.73897877165007 47.021693631600044 L 263.38327630329 47.021693631600044" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 118.86980499012003 216.45128068841998 L 125.51410252176004 216.45128068841998 L 240.12823494255008 216.45128068841998 L 240.12823494255008 47.021693631600044 L 256.73897877165007 47.021693631600044 L 263.38327630329 47.021693631600044" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_57__stack1"><path d="M 118.86980499012003 223.09557822006002 L 125.51410252176004 223.09557822006002 L 323.18195408805 223.09557822006002 L 323.18195408805 47.021693631600044 L 339.79269791715 47.021693631600044 L 346.43699544879 47.021693631600044" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 118.86980499012003 223.09557822006002 L 125.51410252176004 223.09557822006002 L 323.18195408805 223.09557822006002 L 323.18195408805 47.021693631600044 L 339.79269791715 47.021693631600044 L 346.43699544879 47.021693631600044" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_58__stack1"><path d="M 715.19550845481 47.021693631600044 L 721.8398059864501 47.021693631600044 L 738.45054981555 47.021693631600044 L 738.45054981555 346.0150825554 L 1086.777847911777 346.0150825554 L 1093.4221454434169 346.0150825554" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.315438025312px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 715.19550845481 47.021693631600044 L 721.8398059864501 47.021693631600044 L 738.45054981555 47.021693631600044 L 738.45054981555 346.0150825554 L 1086.777847911777 346.0150825554 L 1093.4221454434169 346.0150825554" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.664429753164px" 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="1137.606724028823" cy="346.0150825554" r="0.9966446297459999" 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="1137.606724028823" cy="412.4580578718" r="0.9966446297459999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="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="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_44__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_45__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_46__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_47__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_48__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_49__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_50__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_51__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_52__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_53__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_54__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_55__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_56__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_57__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_58__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="59.071127205360085" y="183.22979303022" width="46.51008272147993" height="59.79867778476003" stroke-width="0.664429753164px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="59.071127205360085" y="183.22979303022" width="46.51008272147993" height="59.79867778476003" fill="transparent"/><text class="sch-text" x="82.32616856610008" y="213.1291319226" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.979867778476px" transform="rotate(0, 82.32616856610008, 213.1291319226)">J1</text><line class="component-pin sch-component-pin sch-port-line" x1="105.58120992684002" y1="189.87409056186002" x2="118.86980499012003" y2="189.87409056186002" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="118.20537523695603" y="189.20966080869601" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="112.22550745848008" y="189.20966080869601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="105.58120992684002" y1="196.51838809350002" x2="118.86980499012003" y2="196.51838809350002" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="118.20537523695603" y="195.85395834033602" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="112.22550745848008" y="195.85395834033602" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="105.58120992684002" y1="203.16268562514003" x2="118.86980499012003" y2="203.16268562514003" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="118.20537523695603" y="202.49825587197603" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="112.22550745848008" y="202.49825587197603" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="105.58120992684002" y1="209.80698315678003" x2="118.20537523695606" y2="209.80698315678003" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="118.86980499012003" cy="209.80698315678003" r="0.664429753164" stroke-width="0.664429753164px"/><rect x="118.20537523695603" y="209.14255340361603" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="112.22550745848008" y="209.14255340361603" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="105.58120992684002" y1="216.45128068841998" x2="118.86980499012003" y2="216.45128068841998" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="118.20537523695603" y="215.78685093525598" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="112.22550745848008" y="215.78685093525598" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="105.58120992684002" y1="223.09557822006002" x2="118.86980499012003" y2="223.09557822006002" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="118.20537523695603" y="222.43114846689602" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="112.22550745848008" y="222.431148466896" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="105.58120992684002" y1="229.73987575170003" x2="118.20537523695606" y2="229.73987575170003" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="118.86980499012003" cy="229.73987575170003" r="0.664429753164" stroke-width="0.664429753164px"/><rect x="118.20537523695603" y="229.07544599853603" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="112.22550745848008" y="229.075445998536" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="105.58120992684002" y1="236.38417328334003" x2="118.86980499012003" y2="236.38417328334003" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="118.20537523695603" y="235.71974353017603" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="112.22550745848008" y="235.719743530176" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">8</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="987.61170725205" y="183.22979303022" width="49.832231487299964" height="59.79867778476003" stroke-width="0.664429753164px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="987.61170725205" y="183.22979303022" width="49.832231487299964" height="59.79867778476003" fill="transparent"/><text class="sch-text" x="1012.5278229957" y="213.1291319226" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.979867778476px" transform="rotate(0, 1012.5278229957, 213.1291319226)">J2</text><line class="component-pin sch-component-pin sch-port-line" x1="1037.44393873935" y1="189.87409056186002" x2="1050.7325338026299" y2="189.87409056186002" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="1050.0681040494658" y="189.20966080869601" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="1044.08823627099" y="189.20966080869601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="1037.44393873935" y1="196.51838809350002" x2="1050.068104049466" y2="196.51838809350002" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1050.7325338026299" cy="196.51838809350002" r="0.664429753164" stroke-width="0.664429753164px"/><rect x="1050.0681040494658" y="195.85395834033602" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="1044.08823627099" y="195.85395834033602" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="1037.44393873935" y1="203.16268562514003" x2="1050.7325338026299" y2="203.16268562514003" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="1050.0681040494658" y="202.49825587197603" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="1044.08823627099" y="202.49825587197603" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="1037.44393873935" y1="209.80698315678003" x2="1050.068104049466" y2="209.80698315678003" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1050.7325338026299" cy="209.80698315678003" r="0.664429753164" stroke-width="0.664429753164px"/><rect x="1050.0681040494658" y="209.14255340361603" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="1044.08823627099" y="209.14255340361603" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="1037.44393873935" y1="216.45128068841998" x2="1050.068104049466" y2="216.45128068841998" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_1_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1050.7325338026299" cy="216.45128068841998" r="0.664429753164" stroke-width="0.664429753164px"/><rect x="1050.0681040494658" y="215.78685093525598" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="1044.08823627099" y="215.78685093525598" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="1037.44393873935" y1="223.09557822006002" x2="1050.068104049466" y2="223.09557822006002" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_1_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1050.7325338026299" cy="223.09557822006002" r="0.664429753164" stroke-width="0.664429753164px"/><rect x="1050.0681040494658" y="222.43114846689602" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="1044.08823627099" y="222.431148466896" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="1037.44393873935" y1="229.73987575170003" x2="1050.7325338026299" y2="229.73987575170003" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_1_6__stack1"><rect x="1050.0681040494658" y="229.07544599853603" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="1044.08823627099" y="229.075445998536" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="1037.44393873935" y1="236.38417328334003" x2="1050.7325338026299" y2="236.38417328334003" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_1_7__stack1"><rect x="1050.0681040494658" y="235.71974353017603" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="1044.08823627099" y="235.719743530176" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">8</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="522.51088003725" y="621.7534301184601" width="49.83223148730008" height="46.510082721479876" stroke-width="0.664429753164px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="522.51088003725" y="621.7534301184601" width="49.83223148730008" height="46.510082721479876" fill="transparent"/><text class="sch-text" x="547.4269957809" y="645.0084714791999" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.979867778476px" transform="rotate(0, 547.4269957809, 645.0084714791999)">J3</text><line class="component-pin sch-component-pin sch-port-line" x1="572.3431115245501" y1="628.3977276501" x2="585.63170658783" y2="628.3977276501" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="584.967276834666" y="627.733297896936" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="578.98740905619" y="627.7332978969359" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="572.3431115245501" y1="635.04202518174" x2="585.63170658783" y2="635.04202518174" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="584.967276834666" y="634.377595428576" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="578.98740905619" y="634.3775954285759" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="572.3431115245501" y1="641.6863227133799" x2="584.967276834666" y2="641.6863227133799" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_2_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="585.63170658783" cy="641.6863227133799" r="0.664429753164" stroke-width="0.664429753164px"/><rect x="584.967276834666" y="641.021892960216" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="578.98740905619" y="641.0218929602161" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="572.3431115245501" y1="648.33062024502" x2="584.967276834666" y2="648.33062024502" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_2_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="585.63170658783" cy="648.33062024502" r="0.664429753164" stroke-width="0.664429753164px"/><rect x="584.967276834666" y="647.666190491856" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="578.98740905619" y="647.666190491856" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="572.3431115245501" y1="654.97491777666" x2="585.63170658783" y2="654.97491777666" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_2_4__stack1"><rect x="584.967276834666" y="654.3104880234961" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="578.98740905619" y="654.310488023496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="572.3431115245501" y1="661.6192153083" x2="584.967276834666" y2="661.6192153083" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_2_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="585.63170658783" cy="661.6192153083" r="0.664429753164" stroke-width="0.664429753164px"/><rect x="584.967276834666" y="660.954785555136" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="578.98740905619" y="660.9547855551359" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">6</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="223.51749111345003" y="262.9613634099" width="49.83223148730002" height="33.22148765820003" stroke-width="0.664429753164px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="223.51749111345003" y="262.9613634099" width="49.83223148730002" height="33.22148765820003" fill="transparent"/><text class="sch-text" x="248.43360685710007" y="279.572107239" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.979867778476px" transform="rotate(0, 248.43360685710007, 279.572107239)">U1</text><line class="component-pin sch-component-pin sch-port-line" x1="223.51749111345003" y1="269.60566094154" x2="210.22889605017002" y2="269.60566094154" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="209.56446629700602" y="268.94123118837604" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="216.87319358181003" y="268.94123118837604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="223.51749111345003" y1="276.24995847318" x2="210.22889605017002" y2="276.24995847318" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="209.56446629700602" y="275.58552872001604" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="216.87319358181003" y="275.585528720016" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="223.51749111345003" y1="282.89425600482" x2="210.89332580333405" y2="282.89425600482" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_3_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="210.22889605017002" cy="282.89425600482" r="0.664429753164" stroke-width="0.664429753164px"/><rect x="209.56446629700602" y="282.22982625165605" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="216.87319358181003" y="282.229826251656" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="223.51749111345003" y1="289.53855353646003" x2="210.22889605017002" y2="289.53855353646003" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_3_3__stack1"><rect x="209.56446629700602" y="288.87412378329606" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="216.87319358181003" y="288.874123783296" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="273.34972260075006" y1="289.53855353646003" x2="286.63831766403007" y2="289.53855353646003" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_3_4__stack1"><rect x="285.9738879108661" y="288.87412378329606" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="279.99402013239006" y="288.874123783296" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="273.34972260075006" y1="282.89425600482" x2="285.9738879108661" y2="282.89425600482" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_3_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="286.63831766403007" cy="282.89425600482" r="0.664429753164" stroke-width="0.664429753164px"/><rect x="285.9738879108661" y="282.22982625165605" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="279.99402013239006" y="282.229826251656" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="273.34972260075006" y1="276.24995847318" x2="285.9738879108661" y2="276.24995847318" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_3_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="286.63831766403007" cy="276.24995847318" r="0.664429753164" stroke-width="0.664429753164px"/><rect x="285.9738879108661" y="275.58552872001604" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="279.99402013239006" y="275.585528720016" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="273.34972260075006" y1="269.60566094154" x2="286.63831766403007" y2="269.60566094154" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_3_7__stack1"><rect x="285.9738879108661" y="268.94123118837604" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="279.99402013239006" y="268.94123118837604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">8</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="424.50749144556005" y="262.9613634099" width="46.51008272147999" height="33.22148765820003" stroke-width="0.664429753164px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="424.50749144556005" y="262.9613634099" width="46.51008272147999" height="33.22148765820003" fill="transparent"/><text class="sch-text" x="447.76253280630004" y="279.572107239" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.979867778476px" transform="rotate(0, 447.76253280630004, 279.572107239)">U2</text><line class="component-pin sch-component-pin sch-port-line" x1="424.50749144556005" y1="269.60566094154" x2="411.21889638228004" y2="269.60566094154" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="410.55446662911606" y="268.94123118837604" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="417.86319391392004" y="268.94123118837604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="424.50749144556005" y1="276.24995847318" x2="411.21889638228004" y2="276.24995847318" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="410.55446662911606" y="275.58552872001604" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="417.86319391392004" y="275.585528720016" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="424.50749144556005" y1="282.89425600482" x2="411.883326135444" y2="282.89425600482" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_4_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="411.21889638228004" cy="282.89425600482" r="0.664429753164" stroke-width="0.664429753164px"/><rect x="410.55446662911606" y="282.22982625165605" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="417.86319391392004" y="282.229826251656" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="424.50749144556005" y1="289.53855353646003" x2="411.21889638228004" y2="289.53855353646003" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_4_3__stack1"><rect x="410.55446662911606" y="288.87412378329606" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="417.86319391392004" y="288.874123783296" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="471.01757416704004" y1="289.53855353646003" x2="484.30616923032005" y2="289.53855353646003" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_4_4__stack1"><rect x="483.6417394771561" y="288.87412378329606" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="477.66187169868005" y="288.874123783296" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="471.01757416704004" y1="282.89425600482" x2="483.641739477156" y2="282.89425600482" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_4_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="484.30616923032005" cy="282.89425600482" r="0.664429753164" stroke-width="0.664429753164px"/><rect x="483.6417394771561" y="282.22982625165605" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="477.66187169868005" y="282.229826251656" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="471.01757416704004" y1="276.24995847318" x2="483.641739477156" y2="276.24995847318" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_4_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="484.30616923032005" cy="276.24995847318" r="0.664429753164" stroke-width="0.664429753164px"/><rect x="483.6417394771561" y="275.58552872001604" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="477.66187169868005" y="275.585528720016" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="471.01757416704004" y1="269.60566094154" x2="484.30616923032005" y2="269.60566094154" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_4_7__stack1"><rect x="483.6417394771561" y="268.94123118837604" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="477.66187169868005" y="268.94123118837604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">8</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component chip sch-component-body" x="622.17534301185" y="262.9613634099" width="49.832231487299964" height="33.22148765820003" stroke-width="0.664429753164px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="622.17534301185" y="262.9613634099" width="49.832231487299964" height="33.22148765820003" fill="transparent"/><text class="sch-text" x="647.0914587555001" y="279.572107239" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.979867778476px" transform="rotate(0, 647.0914587555001, 279.572107239)">U3</text><line class="component-pin sch-component-pin sch-port-line" x1="622.17534301185" y1="269.60566094154" x2="608.88674794857" y2="269.60566094154" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="608.222318195406" y="268.94123118837604" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="615.53104548021" y="268.94123118837604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="622.17534301185" y1="276.24995847318" x2="608.88674794857" y2="276.24995847318" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="608.222318195406" y="275.58552872001604" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="615.53104548021" y="275.585528720016" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="622.17534301185" y1="282.89425600482" x2="609.551177701734" y2="282.89425600482" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_5_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="608.88674794857" cy="282.89425600482" r="0.664429753164" stroke-width="0.664429753164px"/><rect x="608.222318195406" y="282.22982625165605" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="615.53104548021" y="282.229826251656" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="622.17534301185" y1="289.53855353646003" x2="608.88674794857" y2="289.53855353646003" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_5_3__stack1"><rect x="608.222318195406" y="288.87412378329606" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="615.53104548021" y="288.874123783296" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="672.00757449915" y1="289.53855353646003" x2="684.631739809266" y2="289.53855353646003" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_5_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="685.29616956243" cy="289.53855353646003" r="0.664429753164" stroke-width="0.664429753164px"/><rect x="684.631739809266" y="288.87412378329606" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="678.6518720307901" y="288.874123783296" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="672.00757449915" y1="282.89425600482" x2="685.29616956243" y2="282.89425600482" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_5_5__stack1"><rect x="684.631739809266" y="282.22982625165605" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="678.6518720307901" y="282.229826251656" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="672.00757449915" y1="276.24995847318" x2="684.631739809266" y2="276.24995847318" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_5_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="685.29616956243" cy="276.24995847318" r="0.664429753164" stroke-width="0.664429753164px"/><rect x="684.631739809266" y="275.58552872001604" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="678.6518720307901" y="275.585528720016" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="672.00757449915" y1="269.60566094154" x2="685.29616956243" y2="269.60566094154" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_5_7__stack1"><rect x="684.631739809266" y="268.94123118837604" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="678.6518720307901" y="268.94123118837604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">8</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component chip sch-component-body" x="821.50426896105" y="262.9613634099" width="49.83223148730008" height="33.22148765820003" stroke-width="0.664429753164px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="821.50426896105" y="262.9613634099" width="49.83223148730008" height="33.22148765820003" fill="transparent"/><text class="sch-text" x="846.4203847046999" y="279.572107239" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.979867778476px" transform="rotate(0, 846.4203847046999, 279.572107239)">U4</text><line class="component-pin sch-component-pin sch-port-line" x1="821.50426896105" y1="269.60566094154" x2="808.880103650934" y2="269.60566094154" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="808.21567389777" cy="269.60566094154" r="0.664429753164" stroke-width="0.664429753164px"/><rect x="807.551244144606" y="268.94123118837604" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="814.85997142941" y="268.94123118837604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="821.50426896105" y1="276.24995847318" x2="808.880103650934" y2="276.24995847318" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="808.21567389777" cy="276.24995847318" r="0.664429753164" stroke-width="0.664429753164px"/><rect x="807.551244144606" y="275.58552872001604" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="814.85997142941" y="275.585528720016" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="821.50426896105" y1="282.89425600482" x2="808.880103650934" y2="282.89425600482" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_6_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="808.21567389777" cy="282.89425600482" r="0.664429753164" stroke-width="0.664429753164px"/><rect x="807.551244144606" y="282.22982625165605" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="814.85997142941" y="282.229826251656" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="821.50426896105" y1="289.53855353646003" x2="808.21567389777" y2="289.53855353646003" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_6_3__stack1"><rect x="807.551244144606" y="288.87412378329606" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="814.85997142941" y="288.874123783296" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="871.3365004483501" y1="289.53855353646003" x2="884.62509551163" y2="289.53855353646003" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_6_4__stack1"><rect x="883.960665758466" y="288.87412378329606" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="877.98079797999" y="288.874123783296" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="871.3365004483501" y1="282.89425600482" x2="884.62509551163" y2="282.89425600482" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_6_5__stack1"><rect x="883.960665758466" y="282.22982625165605" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="877.98079797999" y="282.229826251656" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="871.3365004483501" y1="276.24995847318" x2="884.62509551163" y2="276.24995847318" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_6_6__stack1"><rect x="883.960665758466" y="275.58552872001604" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="877.98079797999" y="275.585528720016" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="871.3365004483501" y1="269.60566094154" x2="884.62509551163" y2="269.60566094154" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_6_7__stack1"><rect x="883.960665758466" y="268.94123118837604" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="877.98079797999" y="268.94123118837604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">8</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_7__stack1"><rect class="component chip sch-component-body" x="225.17856549636008" y="462.2902893591" width="46.51008272147993" height="33.22148765820003" stroke-width="0.664429753164px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="225.17856549636008" y="462.2902893591" width="46.51008272147993" height="33.22148765820003" fill="transparent"/><text class="sch-text" x="248.43360685710007" y="478.9010331882" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.979867778476px" transform="rotate(0, 248.43360685710007, 478.9010331882)">U5</text><line class="component-pin sch-component-pin sch-port-line" x1="225.17856549636008" y1="468.93458689074" x2="212.55440018624404" y2="468.93458689074" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="211.88997043308007" cy="468.93458689074" r="0.664429753164" stroke-width="0.664429753164px"/><rect x="211.22554067991607" y="468.270157137576" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="218.53426796472002" y="468.270157137576" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="225.17856549636008" y1="475.57888442238" x2="211.88997043308007" y2="475.57888442238" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="211.22554067991607" y="474.914454669216" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="218.53426796472002" y="474.91445466921596" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="225.17856549636008" y1="482.22318195402" x2="212.55440018624404" y2="482.22318195402" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_7_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="211.88997043308007" cy="482.22318195402" r="0.664429753164" stroke-width="0.664429753164px"/><rect x="211.22554067991607" y="481.558752200856" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="218.53426796472002" y="481.558752200856" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="225.17856549636008" y1="488.86747948565994" x2="211.88997043308007" y2="488.86747948565994" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_7_3__stack1"><rect x="211.22554067991607" y="488.20304973249597" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="218.53426796472002" y="488.20304973249597" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="271.68864821784" y1="488.86747948565994" x2="284.97724328112" y2="488.86747948565994" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_7_4__stack1"><rect x="284.31281352795605" y="488.20304973249597" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="278.3329457494801" y="488.20304973249597" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="271.68864821784" y1="482.22318195402" x2="284.31281352795605" y2="482.22318195402" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_7_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="284.97724328112" cy="482.22318195402" r="0.664429753164" stroke-width="0.664429753164px"/><rect x="284.31281352795605" y="481.558752200856" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="278.3329457494801" y="481.558752200856" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="271.68864821784" y1="475.57888442238" x2="284.31281352795605" y2="475.57888442238" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_7_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="284.97724328112" cy="475.57888442238" r="0.664429753164" stroke-width="0.664429753164px"/><rect x="284.31281352795605" y="474.914454669216" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="278.3329457494801" y="474.91445466921596" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="271.68864821784" y1="468.93458689074" x2="284.97724328112" y2="468.93458689074" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_7_7__stack1"><rect x="284.31281352795605" y="468.270157137576" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="278.3329457494801" y="468.270157137576" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">8</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_8__stack1"><rect class="component chip sch-component-body" x="424.50749144556005" y="462.2902893591" width="46.51008272147999" height="33.22148765820003" stroke-width="0.664429753164px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="424.50749144556005" y="462.2902893591" width="46.51008272147999" height="33.22148765820003" fill="transparent"/><text class="sch-text" x="447.76253280630004" y="478.9010331882" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.979867778476px" transform="rotate(0, 447.76253280630004, 478.9010331882)">U6</text><line class="component-pin sch-component-pin sch-port-line" x1="424.50749144556005" y1="468.93458689074" x2="411.883326135444" y2="468.93458689074" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="411.21889638228004" cy="468.93458689074" r="0.664429753164" stroke-width="0.664429753164px"/><rect x="410.55446662911606" y="468.270157137576" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="417.86319391392004" y="468.270157137576" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="424.50749144556005" y1="475.57888442238" x2="411.883326135444" y2="475.57888442238" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="411.21889638228004" cy="475.57888442238" r="0.664429753164" stroke-width="0.664429753164px"/><rect x="410.55446662911606" y="474.914454669216" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="417.86319391392004" y="474.91445466921596" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="424.50749144556005" y1="482.22318195402" x2="411.21889638228004" y2="482.22318195402" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_8_2__stack1"><rect x="410.55446662911606" y="481.558752200856" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="417.86319391392004" y="481.558752200856" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="424.50749144556005" y1="488.86747948565994" x2="411.21889638228004" y2="488.86747948565994" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_8_3__stack1"><rect x="410.55446662911606" y="488.20304973249597" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="417.86319391392004" y="488.20304973249597" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="471.01757416704004" y1="488.86747948565994" x2="484.30616923032005" y2="488.86747948565994" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_8_4__stack1"><rect x="483.6417394771561" y="488.20304973249597" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="477.66187169868005" y="488.20304973249597" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="471.01757416704004" y1="482.22318195402" x2="484.30616923032005" y2="482.22318195402" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_8_5__stack1"><rect x="483.6417394771561" y="481.558752200856" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="477.66187169868005" y="481.558752200856" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="471.01757416704004" y1="475.57888442238" x2="484.30616923032005" y2="475.57888442238" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_8_6__stack1"><rect x="483.6417394771561" y="474.914454669216" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="477.66187169868005" y="474.91445466921596" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="471.01757416704004" y1="468.93458689074" x2="484.30616923032005" y2="468.93458689074" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_8_7__stack1"><rect x="483.6417394771561" y="468.270157137576" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="477.66187169868005" y="468.270157137576" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">8</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_9__stack1"><rect class="component chip sch-component-body" x="622.17534301185" y="462.2902893591" width="49.832231487299964" height="33.22148765820003" stroke-width="0.664429753164px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="622.17534301185" y="462.2902893591" width="49.832231487299964" height="33.22148765820003" fill="transparent"/><text class="sch-text" x="647.0914587555001" y="478.9010331882" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.979867778476px" transform="rotate(0, 647.0914587555001, 478.9010331882)">U7</text><line class="component-pin sch-component-pin sch-port-line" x1="622.17534301185" y1="468.93458689074" x2="608.88674794857" y2="468.93458689074" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="608.222318195406" y="468.270157137576" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="615.53104548021" y="468.270157137576" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="622.17534301185" y1="475.57888442238" x2="609.551177701734" y2="475.57888442238" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="608.88674794857" cy="475.57888442238" r="0.664429753164" stroke-width="0.664429753164px"/><rect x="608.222318195406" y="474.914454669216" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="615.53104548021" y="474.91445466921596" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="622.17534301185" y1="482.22318195402" x2="609.551177701734" y2="482.22318195402" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_9_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="608.88674794857" cy="482.22318195402" r="0.664429753164" stroke-width="0.664429753164px"/><rect x="608.222318195406" y="481.558752200856" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="615.53104548021" y="481.558752200856" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="622.17534301185" y1="488.86747948565994" x2="608.88674794857" y2="488.86747948565994" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_9_3__stack1"><rect x="608.222318195406" y="488.20304973249597" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="615.53104548021" y="488.20304973249597" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="672.00757449915" y1="488.86747948565994" x2="685.29616956243" y2="488.86747948565994" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_9_4__stack1"><rect x="684.631739809266" y="488.20304973249597" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="678.6518720307901" y="488.20304973249597" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="672.00757449915" y1="482.22318195402" x2="684.631739809266" y2="482.22318195402" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_9_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="685.29616956243" cy="482.22318195402" r="0.664429753164" stroke-width="0.664429753164px"/><rect x="684.631739809266" y="481.558752200856" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="678.6518720307901" y="481.558752200856" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="672.00757449915" y1="475.57888442238" x2="684.631739809266" y2="475.57888442238" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_9_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="685.29616956243" cy="475.57888442238" r="0.664429753164" stroke-width="0.664429753164px"/><rect x="684.631739809266" y="474.914454669216" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="678.6518720307901" y="474.91445466921596" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="672.00757449915" y1="468.93458689074" x2="685.29616956243" y2="468.93458689074" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_9_7__stack1"><rect x="684.631739809266" y="468.270157137576" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="678.6518720307901" y="468.270157137576" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">8</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_10__stack1"><rect class="component chip sch-component-body" x="821.50426896105" y="462.2902893591" width="49.83223148730008" height="33.22148765820003" stroke-width="0.664429753164px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="821.50426896105" y="462.2902893591" width="49.83223148730008" height="33.22148765820003" fill="transparent"/><text class="sch-text" x="846.4203847046999" y="478.9010331882" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.979867778476px" transform="rotate(0, 846.4203847046999, 478.9010331882)">U8</text><line class="component-pin sch-component-pin sch-port-line" x1="821.50426896105" y1="468.93458689074" x2="808.21567389777" y2="468.93458689074" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><rect x="807.551244144606" y="468.270157137576" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="814.85997142941" y="468.270157137576" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="821.50426896105" y1="475.57888442238" x2="808.21567389777" y2="475.57888442238" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><rect x="807.551244144606" y="474.914454669216" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="814.85997142941" y="474.91445466921596" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="821.50426896105" y1="482.22318195402" x2="808.880103650934" y2="482.22318195402" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_10_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="808.21567389777" cy="482.22318195402" r="0.664429753164" stroke-width="0.664429753164px"/><rect x="807.551244144606" y="481.558752200856" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="814.85997142941" y="481.558752200856" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="821.50426896105" y1="488.86747948565994" x2="808.880103650934" y2="488.86747948565994" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_10_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="808.21567389777" cy="488.86747948565994" r="0.664429753164" stroke-width="0.664429753164px"/><rect x="807.551244144606" y="488.20304973249597" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="814.85997142941" y="488.20304973249597" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="871.3365004483501" y1="488.86747948565994" x2="884.62509551163" y2="488.86747948565994" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_10_4__stack1"><rect x="883.960665758466" y="488.20304973249597" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="877.98079797999" y="488.20304973249597" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="871.3365004483501" y1="482.22318195402" x2="884.62509551163" y2="482.22318195402" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_10_5__stack1"><rect x="883.960665758466" y="481.558752200856" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="877.98079797999" y="481.558752200856" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="871.3365004483501" y1="475.57888442238" x2="883.960665758466" y2="475.57888442238" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_10_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="884.62509551163" cy="475.57888442238" r="0.664429753164" stroke-width="0.664429753164px"/><rect x="883.960665758466" y="474.914454669216" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="877.98079797999" y="474.91445466921596" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="871.3365004483501" y1="468.93458689074" x2="884.62509551163" y2="468.93458689074" stroke-width="0.664429753164px"/><g class="sch-port" data-schematic-port-id="source_port_10_7__stack1"><rect x="883.960665758466" y="468.270157137576" width="1.328859506328" height="1.328859506328" opacity="0"/></g><text class="pin-number sch-pin-number" x="877.98079797999" y="468.270157137576" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.98322314873px" transform="">8</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_11__stack1"><rect class="component-overlay sch-component-overlay" x="97.27583801229004" y="42.15042689627818" width="36.54363642402005" height="9.742533470643735" fill="transparent"/><path class="sch-component-symbol-path" d="M 97.27583801229004 47.021693631600044 L 103.36766220417418 47.021693631600044" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 127.72765024442593 47.021693631600044 L 133.8194744363101 47.021693631600044" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 103.36766220417418 42.15042689627818 L 127.72765024442593 42.15042689627818 L 127.72765024442593 51.89296036692191 L 103.36766220417418 51.89296036692191 L 103.36766220417418 42.15042689627818" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="115.54765622430006" y="37.276723918528035" stroke="rgb(245, 241, 237)" stroke-width="0.664429753164px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.979867778476px">R1</text><text class="sch-component-text" x="115.54765622430006" y="56.766663344672054" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.979867778476px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_12__stack1"><rect class="component-overlay sch-component-overlay" x="180.32955715779002" y="42.15042689627818" width="36.543636424020065" height="9.742533470643735" fill="transparent"/><path class="sch-component-symbol-path" d="M 180.32955715779002 47.021693631600044 L 186.42138134967416 47.021693631600044" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 210.78136938992594 47.021693631600044 L 216.87319358181009 47.021693631600044" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 186.42138134967416 42.15042689627818 L 210.78136938992594 42.15042689627818 L 210.78136938992594 51.89296036692191 L 186.42138134967416 51.89296036692191 L 186.42138134967416 42.15042689627818" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="198.60137536980005" y="37.276723918528035" stroke="rgb(245, 241, 237)" stroke-width="0.664429753164px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.979867778476px">R2</text><text class="sch-component-text" x="198.60137536980005" y="56.766663344672054" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.979867778476px"></text><circle class="component-pin sch-component-pin" cx="180.32955715779002" cy="47.021693631600044" r="0.664429753164px" stroke-width="0.664429753164px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_13__stack1"><rect class="component-overlay sch-component-overlay" x="263.38327630329" y="42.15042689627817" width="36.543636424020065" height="9.74253347064375" fill="transparent"/><path class="sch-component-symbol-path" d="M 263.38327630329 47.021693631600044 L 269.47510049517416 47.021693631600044" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 293.83508853542594 47.021693631600044 L 299.9269127273101 47.021693631600044" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 269.47510049517416 42.15042689627817 L 293.83508853542594 42.15042689627817 L 293.83508853542594 51.89296036692192 L 269.47510049517416 51.89296036692192 L 269.47510049517416 42.15042689627817" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="281.65509451530005" y="37.27672391852802" stroke="rgb(245, 241, 237)" stroke-width="0.664429753164px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.979867778476px">R3</text><text class="sch-component-text" x="281.65509451530005" y="56.76666334467207" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.979867778476px"></text><circle class="component-pin sch-component-pin" cx="299.9269127273101" cy="47.021693631600044" r="0.664429753164px" stroke-width="0.664429753164px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_14__stack1"><rect class="component-overlay sch-component-overlay" x="346.43699544879" y="42.15042689627818" width="36.543636424020065" height="9.742533470643735" fill="transparent"/><path class="sch-component-symbol-path" d="M 346.43699544879 47.021693631600044 L 352.52881964067416 47.021693631600044" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 376.88880768092594 47.021693631600044 L 382.9806318728101 47.021693631600044" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 352.52881964067416 42.15042689627818 L 376.88880768092594 42.15042689627818 L 376.88880768092594 51.89296036692191 L 352.52881964067416 51.89296036692191 L 352.52881964067416 42.15042689627818" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="364.70881366080005" y="37.276723918528035" stroke="rgb(245, 241, 237)" stroke-width="0.664429753164px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.979867778476px">R4</text><text class="sch-component-text" x="364.70881366080005" y="56.766663344672054" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.979867778476px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_15__stack1"><rect class="component-overlay sch-component-overlay" x="429.49071459429007" y="42.15042689627818" width="36.54363642401995" height="9.742533470643735" fill="transparent"/><path class="sch-component-symbol-path" d="M 429.49071459429007 47.021693631600044 L 435.58253878617415 47.021693631600044" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 459.94252682642593 47.021693631600044 L 466.03435101831 47.021693631600044" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 435.58253878617415 42.15042689627818 L 459.94252682642593 42.15042689627818 L 459.94252682642593 51.89296036692191 L 435.58253878617415 51.89296036692191 L 435.58253878617415 42.15042689627818" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="447.76253280630004" y="37.27672391852805" stroke="rgb(245, 241, 237)" stroke-width="0.664429753164px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.979867778476px">R5</text><text class="sch-component-text" x="447.76253280630004" y="56.76666334467204" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.979867778476px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_16__stack1"><rect class="component-overlay sch-component-overlay" x="512.5444337397901" y="42.15042689627818" width="36.54363642401995" height="9.742533470643735" fill="transparent"/><path class="sch-component-symbol-path" d="M 512.5444337397901 47.021693631600044 L 518.6362579316742 47.021693631600044" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 542.9962459719259 47.021693631600044 L 549.08807016381 47.021693631600044" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 518.6362579316742 42.15042689627818 L 542.9962459719259 42.15042689627818 L 542.9962459719259 51.89296036692191 L 518.6362579316742 51.89296036692191 L 518.6362579316742 42.15042689627818" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="530.8162519518" y="37.27672391852804" stroke="rgb(245, 241, 237)" stroke-width="0.664429753164px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.979867778476px">R6</text><text class="sch-component-text" x="530.8162519518" y="56.76666334467205" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.979867778476px"></text><circle class="component-pin sch-component-pin" cx="549.08807016381" cy="47.021693631600044" r="0.664429753164px" stroke-width="0.664429753164px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_17__stack1"><rect class="component-overlay sch-component-overlay" x="595.59815288529" y="42.15042689627818" width="36.54363642401995" height="9.742533470643735" fill="transparent"/><path class="sch-component-symbol-path" d="M 595.59815288529 47.021693631600044 L 601.6899770771741 47.021693631600044" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 626.0499651174258 47.021693631600044 L 632.14178930931 47.021693631600044" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 601.6899770771741 42.15042689627818 L 626.0499651174258 42.15042689627818 L 626.0499651174258 51.89296036692191 L 601.6899770771741 51.89296036692191 L 601.6899770771741 42.15042689627818" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="613.8699710973" y="37.27672391852805" stroke="rgb(245, 241, 237)" stroke-width="0.664429753164px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.979867778476px">R7</text><text class="sch-component-text" x="613.8699710973" y="56.76666334467204" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.979867778476px"></text><circle class="component-pin sch-component-pin" cx="595.59815288529" cy="47.021693631600044" r="0.664429753164px" stroke-width="0.664429753164px" fill="none" stroke="rgb(132, 0, 0)"/><circle class="component-pin sch-component-pin" cx="632.14178930931" cy="47.021693631600044" r="0.664429753164px" stroke-width="0.664429753164px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_18__stack1"><rect class="component-overlay sch-component-overlay" x="678.6518720307901" y="42.15042689627818" width="36.54363642401995" height="9.742533470643735" fill="transparent"/><path class="sch-component-symbol-path" d="M 678.6518720307901 47.021693631600044 L 684.7436962226742 47.021693631600044" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 709.1036842629259 47.021693631600044 L 715.19550845481 47.021693631600044" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 684.7436962226742 42.15042689627818 L 709.1036842629259 42.15042689627818 L 709.1036842629259 51.89296036692191 L 684.7436962226742 51.89296036692191 L 684.7436962226742 42.15042689627818" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="696.9236902428" y="37.276723918528035" stroke="rgb(245, 241, 237)" stroke-width="0.664429753164px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.979867778476px">R8</text><text class="sch-component-text" x="696.9236902428" y="56.766663344672054" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.979867778476px"></text><circle class="component-pin sch-component-pin" cx="678.6518720307901" cy="47.021693631600044" r="0.664429753164px" stroke-width="0.664429753164px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_19__stack1"><rect class="component-overlay sch-component-overlay" x="761.70559117629" y="42.15042689627818" width="36.54363642401995" height="9.742533470643735" fill="transparent"/><path class="sch-component-symbol-path" d="M 761.70559117629 47.021693631600044 L 767.7974153681741 47.021693631600044" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 792.1574034084258 47.021693631600044 L 798.24922760031 47.021693631600044" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 767.7974153681741 42.15042689627818 L 792.1574034084258 42.15042689627818 L 792.1574034084258 51.89296036692191 L 767.7974153681741 51.89296036692191 L 767.7974153681741 42.15042689627818" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="779.9774093883" y="37.276723918528035" stroke="rgb(245, 241, 237)" stroke-width="0.664429753164px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.979867778476px">R9</text><text class="sch-component-text" x="779.9774093883" y="56.766663344672054" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.979867778476px"></text><circle class="component-pin sch-component-pin" cx="761.70559117629" cy="47.021693631600044" r="0.664429753164px" stroke-width="0.664429753164px" fill="none" stroke="rgb(132, 0, 0)"/><circle class="component-pin sch-component-pin" cx="798.24922760031" cy="47.021693631600044" r="0.664429753164px" stroke-width="0.664429753164px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_20__stack1"><rect class="component-overlay sch-component-overlay" x="844.75931032179" y="42.15042689627818" width="36.54363642401995" height="9.742533470643735" fill="transparent"/><path class="sch-component-symbol-path" d="M 844.75931032179 47.021693631600044 L 850.8511345136742 47.021693631600044" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 875.2111225539259 47.021693631600044 L 881.30294674581 47.021693631600044" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 850.8511345136742 42.15042689627818 L 875.2111225539259 42.15042689627818 L 875.2111225539259 51.89296036692191 L 850.8511345136742 51.89296036692191 L 850.8511345136742 42.15042689627818" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="863.0311285338" y="37.276723918528035" stroke="rgb(245, 241, 237)" stroke-width="0.664429753164px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.979867778476px">R10</text><text class="sch-component-text" x="863.0311285338" y="56.766663344672054" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.979867778476px"></text><circle class="component-pin sch-component-pin" cx="881.30294674581" cy="47.021693631600044" r="0.664429753164px" stroke-width="0.664429753164px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_21__stack1"><rect class="component-overlay sch-component-overlay" x="927.81302946729" y="42.15042689627818" width="36.54363642401995" height="9.742533470643735" fill="transparent"/><path class="sch-component-symbol-path" d="M 927.81302946729 47.021693631600044 L 933.9048536591741 47.021693631600044" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 958.2648416994258 47.021693631600044 L 964.35666589131 47.021693631600044" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 933.9048536591741 42.15042689627818 L 958.2648416994258 42.15042689627818 L 958.2648416994258 51.89296036692191 L 933.9048536591741 51.89296036692191 L 933.9048536591741 42.15042689627818" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="946.0848476793" y="37.276723918528035" stroke="rgb(245, 241, 237)" stroke-width="0.664429753164px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.979867778476px">R11</text><text class="sch-component-text" x="946.0848476793" y="56.766663344672054" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.979867778476px"></text><circle class="component-pin sch-component-pin" cx="927.81302946729" cy="47.021693631600044" r="0.664429753164px" stroke-width="0.664429753164px" fill="none" stroke="rgb(132, 0, 0)"/><circle class="component-pin sch-component-pin" cx="964.35666589131" cy="47.021693631600044" r="0.664429753164px" stroke-width="0.664429753164px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_22__stack1"><rect class="component-overlay sch-component-overlay" x="1010.8667486127899" y="42.15042689627818" width="36.54363642401995" height="9.742533470643735" fill="transparent"/><path class="sch-component-symbol-path" d="M 1010.8667486127899 47.021693631600044 L 1016.9585728046741 47.021693631600044" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1041.3185608449257 47.021693631600044 L 1047.4103850368099 47.021693631600044" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1016.9585728046741 42.15042689627818 L 1041.3185608449257 42.15042689627818 L 1041.3185608449257 51.89296036692191 L 1016.9585728046741 51.89296036692191 L 1016.9585728046741 42.15042689627818" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1029.1385668248" y="37.276723918528035" stroke="rgb(245, 241, 237)" stroke-width="0.664429753164px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.979867778476px">R12</text><text class="sch-component-text" x="1029.1385668248" y="56.766663344672054" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.979867778476px"></text><circle class="component-pin sch-component-pin" cx="1010.8667486127899" cy="47.021693631600044" r="0.664429753164px" stroke-width="0.664429753164px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_23__stack1"><rect class="component-overlay sch-component-overlay" x="163.71881332869003" y="734.9267466195138" width="36.543636424020065" height="19.492375668572322" fill="transparent"/><path class="sch-component-symbol-path" d="M 200.2624497527101 744.6729344537999 L 185.64499518310208 744.6729344537999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 178.33626789829805 744.6729344537999 L 163.71881332869003 744.6729344537999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 185.64499518310208 734.9267466195138 L 185.64499518310208 754.4191222880861" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 178.33626789829805 734.9267466195138 L 178.33626789829805 754.4191222880861" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="181.99063154070006" y="730.0554798841919" stroke="rgb(245, 241, 237)" stroke-width="0.664429753164px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.979867778476px">C1</text><text class="sch-component-text" x="181.99063154070006" y="759.290389023408" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.979867778476px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_24__stack1"><rect class="component-overlay sch-component-overlay" x="263.38327630329" y="734.9267466195138" width="36.543636424020065" height="19.492375668572322" fill="transparent"/><path class="sch-component-symbol-path" d="M 299.9269127273101 744.6729344537999 L 285.30945815770207 744.6729344537999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 278.00073087289803 744.6729344537999 L 263.38327630329 744.6729344537999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 285.30945815770207 734.9267466195138 L 285.30945815770207 754.4191222880861" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 278.00073087289803 734.9267466195138 L 278.00073087289803 754.4191222880861" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="281.65509451530005" y="730.0554798841919" stroke="rgb(245, 241, 237)" stroke-width="0.664429753164px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.979867778476px">C2</text><text class="sch-component-text" x="281.65509451530005" y="759.290389023408" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.979867778476px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_25__stack1"><rect class="component-overlay sch-component-overlay" x="363.04773927789006" y="734.9267466195138" width="36.54363642401995" height="19.492375668572322" fill="transparent"/><path class="sch-component-symbol-path" d="M 399.59137570191 744.6729344537999 L 384.97392113230205 744.6729344537999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 377.665193847498 744.6729344537999 L 363.04773927789006 744.6729344537999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 384.97392113230205 734.9267466195138 L 384.97392113230205 754.4191222880861" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 377.665193847498 734.9267466195138 L 377.665193847498 754.4191222880861" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="381.31955748990003" y="730.055479884192" stroke="rgb(245, 241, 237)" stroke-width="0.664429753164px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.979867778476px">C3</text><text class="sch-component-text" x="381.31955748990003" y="759.2903890234079" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.979867778476px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_26__stack1"><rect class="component-overlay sch-component-overlay" x="462.7122022524901" y="734.9267466195138" width="36.54363642401995" height="19.492375668572322" fill="transparent"/><path class="sch-component-symbol-path" d="M 499.25583867651005 744.6729344537999 L 484.6383841069021 744.6729344537999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 477.32965682209806 744.6729344537999 L 462.7122022524901 744.6729344537999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 484.6383841069021 734.9267466195138 L 484.6383841069021 754.4191222880861" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 477.32965682209806 734.9267466195138 L 477.32965682209806 754.4191222880861" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="480.9840204645001" y="730.055479884192" stroke="rgb(245, 241, 237)" stroke-width="0.664429753164px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.979867778476px">C4</text><text class="sch-component-text" x="480.9840204645001" y="759.2903890234079" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.979867778476px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_27__stack1"><rect class="component-overlay sch-component-overlay" x="562.37666522709" y="734.9267466195138" width="36.54363642401995" height="19.492375668572322" fill="transparent"/><path class="sch-component-symbol-path" d="M 598.92030165111 744.6729344537999 L 584.302847081502 744.6729344537999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 576.994119796698 744.6729344537999 L 562.37666522709 744.6729344537999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 584.302847081502 734.9267466195138 L 584.302847081502 754.4191222880861" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 576.994119796698 734.9267466195138 L 576.994119796698 754.4191222880861" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="580.6484834391" y="730.055479884192" stroke="rgb(245, 241, 237)" stroke-width="0.664429753164px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.979867778476px">C5</text><text class="sch-component-text" x="580.6484834391" y="759.2903890234079" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.979867778476px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_28__stack1"><rect class="component-overlay sch-component-overlay" x="662.0411282016901" y="734.9267466195138" width="36.54363642401995" height="19.492375668572322" fill="transparent"/><path class="sch-component-symbol-path" d="M 698.58476462571 744.6729344537999 L 683.9673100561021 744.6729344537999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 676.658582771298 744.6729344537999 L 662.0411282016901 744.6729344537999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 683.9673100561021 734.9267466195138 L 683.9673100561021 754.4191222880861" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 676.658582771298 734.9267466195138 L 676.658582771298 754.4191222880861" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="680.3129464137" y="730.055479884192" stroke="rgb(245, 241, 237)" stroke-width="0.664429753164px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.979867778476px">C6</text><text class="sch-component-text" x="680.3129464137" y="759.2903890234079" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.979867778476px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_29__stack1"><rect class="component-overlay sch-component-overlay" x="761.70559117629" y="734.9267466195138" width="36.54363642401995" height="19.492375668572322" fill="transparent"/><path class="sch-component-symbol-path" d="M 798.24922760031 744.6729344537999 L 783.631773030702 744.6729344537999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 776.323045745898 744.6729344537999 L 761.70559117629 744.6729344537999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 783.631773030702 734.9267466195138 L 783.631773030702 754.4191222880861" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 776.323045745898 734.9267466195138 L 776.323045745898 754.4191222880861" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="779.9774093883" y="730.055479884192" stroke="rgb(245, 241, 237)" stroke-width="0.664429753164px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.979867778476px">C7</text><text class="sch-component-text" x="779.9774093883" y="759.2903890234079" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.979867778476px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_30__stack1"><rect class="component-overlay sch-component-overlay" x="861.37005415089" y="734.9267466195138" width="36.54363642401995" height="19.492375668572322" fill="transparent"/><path class="sch-component-symbol-path" d="M 897.91369057491 744.6729344537999 L 883.296236005302 744.6729344537999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 875.987508720498 744.6729344537999 L 861.37005415089 744.6729344537999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 883.296236005302 734.9267466195138 L 883.296236005302 754.4191222880861" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 875.987508720498 734.9267466195138 L 875.987508720498 754.4191222880861" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="879.6418723629" y="730.0554798841919" stroke="rgb(245, 241, 237)" stroke-width="0.664429753164px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.979867778476px">C8</text><text class="sch-component-text" x="879.6418723629" y="759.290389023408" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.979867778476px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_31__stack1"><rect class="component-overlay sch-component-overlay" x="1093.4221454434169" y="274.51860786637764" width="37.54028105376619" height="9.746034504343129" fill="transparent"/><path class="sch-component-symbol-path" d="M 1117.2457853429223 279.572107239 L 1107.8607150794808 284.26464237072076" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1107.8607150794808 274.51860786637764 L 1117.2457853429223 279.572107239" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1107.8607150794808 284.26464237072076 L 1107.8607150794808 274.51860786637764" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1117.2457853429223 274.51860786637764 L 1117.2457853429223 284.26464237072076" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1107.8607150794808 279.572107239 L 1093.4221454434169 279.572107239" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1130.962426497183 279.572107239 L 1117.606749583824 279.572107239" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1111.8313217293983" y="271.26992969826324" stroke="rgb(245, 241, 237)" stroke-width="0.664429753164px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.979867778476px">D1</text><text class="sch-component-text" x="1112.1922859703" y="290.7619987069495" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.979867778476px"></text><circle class="component-pin sch-component-pin" cx="1093.4221454434169" cy="279.572107239" r="0.664429753164px" stroke-width="0.664429753164px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_32__stack1"><rect class="component-overlay sch-component-overlay" x="1093.4221454434169" y="340.96158318277764" width="37.54028105376619" height="9.746034504343129" fill="transparent"/><path class="sch-component-symbol-path" d="M 1117.2457853429223 346.0150825554 L 1107.8607150794808 350.7076176871208" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1107.8607150794808 340.96158318277764 L 1117.2457853429223 346.0150825554" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1107.8607150794808 350.7076176871208 L 1107.8607150794808 340.96158318277764" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1117.2457853429223 340.96158318277764 L 1117.2457853429223 350.7076176871208" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1107.8607150794808 346.0150825554 L 1093.4221454434169 346.0150825554" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1130.962426497183 346.0150825554 L 1117.606749583824 346.0150825554" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1111.8313217293983" y="337.71290501466325" stroke="rgb(245, 241, 237)" stroke-width="0.664429753164px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.979867778476px">D2</text><text class="sch-component-text" x="1112.1922859703" y="357.2049740233495" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.979867778476px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_33__stack1"><rect class="component-overlay sch-component-overlay" x="1093.4221454434169" y="407.40455849917765" width="37.54028105376619" height="9.746034504343129" fill="transparent"/><path class="sch-component-symbol-path" d="M 1117.2457853429223 412.4580578718 L 1107.8607150794808 417.1505930035208" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1107.8607150794808 407.40455849917765 L 1117.2457853429223 412.4580578718" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1107.8607150794808 417.1505930035208 L 1107.8607150794808 407.40455849917765" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1117.2457853429223 407.40455849917765 L 1117.2457853429223 417.1505930035208" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1107.8607150794808 412.4580578718 L 1093.4221454434169 412.4580578718" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1130.962426497183 412.4580578718 L 1117.606749583824 412.4580578718" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1111.8313217293983" y="404.15588033106326" stroke="rgb(245, 241, 237)" stroke-width="0.664429753164px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.979867778476px">D3</text><text class="sch-component-text" x="1112.1922859703" y="423.6479493397495" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.979867778476px"></text><circle class="component-pin sch-component-pin" cx="1093.4221454434169" cy="412.4580578718" r="0.664429753164px" stroke-width="0.664429753164px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_34__stack1"><rect class="component-overlay sch-component-overlay" x="1093.4221454434169" y="473.8475338155776" width="37.54028105376619" height="9.746034504343129" fill="transparent"/><path class="sch-component-symbol-path" d="M 1117.2457853429223 478.90103318819996 L 1107.8607150794808 483.59356831992073" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1107.8607150794808 473.8475338155776 L 1117.2457853429223 478.90103318819996" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1107.8607150794808 483.59356831992073 L 1107.8607150794808 473.8475338155776" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1117.2457853429223 473.8475338155776 L 1117.2457853429223 483.59356831992073" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1107.8607150794808 478.90103318819996 L 1093.4221454434169 478.90103318819996" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1130.962426497183 478.90103318819996 L 1117.606749583824 478.90103318819996" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1111.8313217293983" y="470.5988556474632" stroke="rgb(245, 241, 237)" stroke-width="0.664429753164px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="5.979867778476px">D4</text><text class="sch-component-text" x="1112.1922859703" y="490.09092465614947" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.979867778476px"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="118.86980499012003" cy="189.87409056186002" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="118.86980499012003" cy="196.51838809350002" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="118.86980499012003" cy="203.16268562514003" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="118.86980499012003" cy="209.80698315678003" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="118.86980499012003" cy="216.45128068841998" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="118.86980499012003" cy="223.09557822006002" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="118.86980499012003" cy="229.73987575170003" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="118.86980499012003" cy="236.38417328334003" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="1050.7325338026299" cy="189.87409056186002" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="1050.7325338026299" cy="196.51838809350002" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="1050.7325338026299" cy="203.16268562514003" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="1050.7325338026299" cy="209.80698315678003" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_4__stack1"><circle cx="1050.7325338026299" cy="216.45128068841998" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_5__stack1"><circle cx="1050.7325338026299" cy="223.09557822006002" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_6__stack1"><circle cx="1050.7325338026299" cy="229.73987575170003" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_7__stack1"><circle cx="1050.7325338026299" cy="236.38417328334003" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="585.63170658783" cy="628.3977276501" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="585.63170658783" cy="635.04202518174" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_2__stack1"><circle cx="585.63170658783" cy="641.6863227133799" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_3__stack1"><circle cx="585.63170658783" cy="648.33062024502" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_4__stack1"><circle cx="585.63170658783" cy="654.97491777666" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_5__stack1"><circle cx="585.63170658783" cy="661.6192153083" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="210.22889605017002" cy="269.60566094154" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="210.22889605017002" cy="276.24995847318" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_2__stack1"><circle cx="210.22889605017002" cy="282.89425600482" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_3__stack1"><circle cx="210.22889605017002" cy="289.53855353646003" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_4__stack1"><circle cx="286.63831766403007" cy="289.53855353646003" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_5__stack1"><circle cx="286.63831766403007" cy="282.89425600482" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_6__stack1"><circle cx="286.63831766403007" cy="276.24995847318" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_7__stack1"><circle cx="286.63831766403007" cy="269.60566094154" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="411.21889638228004" cy="269.60566094154" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="411.21889638228004" cy="276.24995847318" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_2__stack1"><circle cx="411.21889638228004" cy="282.89425600482" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_3__stack1"><circle cx="411.21889638228004" cy="289.53855353646003" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_4__stack1"><circle cx="484.30616923032005" cy="289.53855353646003" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_5__stack1"><circle cx="484.30616923032005" cy="282.89425600482" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_6__stack1"><circle cx="484.30616923032005" cy="276.24995847318" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_7__stack1"><circle cx="484.30616923032005" cy="269.60566094154" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="608.88674794857" cy="269.60566094154" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="608.88674794857" cy="276.24995847318" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_2__stack1"><circle cx="608.88674794857" cy="282.89425600482" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_3__stack1"><circle cx="608.88674794857" cy="289.53855353646003" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_4__stack1"><circle cx="685.29616956243" cy="289.53855353646003" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_5__stack1"><circle cx="685.29616956243" cy="282.89425600482" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_6__stack1"><circle cx="685.29616956243" cy="276.24995847318" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_7__stack1"><circle cx="685.29616956243" cy="269.60566094154" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="808.21567389777" cy="269.60566094154" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="808.21567389777" cy="276.24995847318" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_2__stack1"><circle cx="808.21567389777" cy="282.89425600482" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_3__stack1"><circle cx="808.21567389777" cy="289.53855353646003" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_4__stack1"><circle cx="884.62509551163" cy="289.53855353646003" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_5__stack1"><circle cx="884.62509551163" cy="282.89425600482" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_6__stack1"><circle cx="884.62509551163" cy="276.24995847318" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_7__stack1"><circle cx="884.62509551163" cy="269.60566094154" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="211.88997043308007" cy="468.93458689074" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="211.88997043308007" cy="475.57888442238" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_2__stack1"><circle cx="211.88997043308007" cy="482.22318195402" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_3__stack1"><circle cx="211.88997043308007" cy="488.86747948565994" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_4__stack1"><circle cx="284.97724328112" cy="488.86747948565994" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_5__stack1"><circle cx="284.97724328112" cy="482.22318195402" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_6__stack1"><circle cx="284.97724328112" cy="475.57888442238" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_7__stack1"><circle cx="284.97724328112" cy="468.93458689074" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="411.21889638228004" cy="468.93458689074" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="411.21889638228004" cy="475.57888442238" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_2__stack1"><circle cx="411.21889638228004" cy="482.22318195402" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_3__stack1"><circle cx="411.21889638228004" cy="488.86747948565994" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_4__stack1"><circle cx="484.30616923032005" cy="488.86747948565994" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_5__stack1"><circle cx="484.30616923032005" cy="482.22318195402" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_6__stack1"><circle cx="484.30616923032005" cy="475.57888442238" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_7__stack1"><circle cx="484.30616923032005" cy="468.93458689074" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="608.88674794857" cy="468.93458689074" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="608.88674794857" cy="475.57888442238" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_2__stack1"><circle cx="608.88674794857" cy="482.22318195402" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_3__stack1"><circle cx="608.88674794857" cy="488.86747948565994" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_4__stack1"><circle cx="685.29616956243" cy="488.86747948565994" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_5__stack1"><circle cx="685.29616956243" cy="482.22318195402" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_6__stack1"><circle cx="685.29616956243" cy="475.57888442238" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_7__stack1"><circle cx="685.29616956243" cy="468.93458689074" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="808.21567389777" cy="468.93458689074" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="808.21567389777" cy="475.57888442238" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_2__stack1"><circle cx="808.21567389777" cy="482.22318195402" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_3__stack1"><circle cx="808.21567389777" cy="488.86747948565994" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_4__stack1"><circle cx="884.62509551163" cy="488.86747948565994" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_5__stack1"><circle cx="884.62509551163" cy="482.22318195402" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_6__stack1"><circle cx="884.62509551163" cy="475.57888442238" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_7__stack1"><circle cx="884.62509551163" cy="468.93458689074" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="105.58120992684002" cy="47.021693631600044" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_1__stack1"><circle cx="142.12484635086008" cy="47.021693631600044" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_0__stack1"><circle cx="188.63492907234001" cy="47.021693631600044" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_1__stack1"><circle cx="225.17856549636008" cy="47.021693631600044" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_0__stack1"><circle cx="271.68864821784" cy="47.021693631600044" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_1__stack1"><circle cx="308.23228464186013" cy="47.021693631600044" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_0__stack1"><circle cx="354.74236736334" cy="47.021693631600044" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_1__stack1"><circle cx="391.2860037873601" cy="47.021693631600044" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_0__stack1"><circle cx="437.79608650884006" cy="47.021693631600044" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_1__stack1"><circle cx="474.33972293286" cy="47.021693631600044" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_0__stack1"><circle cx="520.84980565434" cy="47.021693631600044" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_1__stack1"><circle cx="557.3934420783601" cy="47.021693631600044" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_0__stack1"><circle cx="603.90352479984" cy="47.021693631600044" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_1__stack1"><circle cx="640.44716122386" cy="47.021693631600044" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_0__stack1"><circle cx="686.95724394534" cy="47.021693631600044" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_1__stack1"><circle cx="723.5008803693601" cy="47.021693631600044" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_0__stack1"><circle cx="770.01096309084" cy="47.021693631600044" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_1__stack1"><circle cx="806.55459951486" cy="47.021693631600044" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_0__stack1"><circle cx="853.06468223634" cy="47.021693631600044" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_1__stack1"><circle cx="889.60831866036" cy="47.021693631600044" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_21_0__stack1"><circle cx="936.1184013818399" cy="47.021693631600044" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_21_1__stack1"><circle cx="972.66203780586" cy="47.021693631600044" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_0__stack1"><circle cx="1019.17212052734" cy="47.021693631600044" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_1__stack1"><circle cx="1055.71575695136" cy="47.021693631600044" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_0__stack1"><circle cx="172.02418524324003" cy="744.6729344537999" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_1__stack1"><circle cx="208.5678216672601" cy="744.6729344537999" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_24_0__stack1"><circle cx="271.68864821784" cy="744.6729344537999" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_24_1__stack1"><circle cx="308.23228464186013" cy="744.6729344537999" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_25_0__stack1"><circle cx="371.35311119244005" cy="744.6729344537999" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_25_1__stack1"><circle cx="407.89674761646006" cy="744.6729344537999" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_26_0__stack1"><circle cx="471.01757416704004" cy="744.6729344537999" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_26_1__stack1"><circle cx="507.56121059106005" cy="744.6729344537999" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_27_0__stack1"><circle cx="570.6820371416401" cy="744.6729344537999" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_27_1__stack1"><circle cx="607.22567356566" cy="744.6729344537999" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_28_0__stack1"><circle cx="670.34650011624" cy="744.6729344537999" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_28_1__stack1"><circle cx="706.8901365402601" cy="744.6729344537999" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_0__stack1"><circle cx="770.01096309084" cy="744.6729344537999" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_1__stack1"><circle cx="806.55459951486" cy="744.6729344537999" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_0__stack1"><circle cx="869.67542606544" cy="744.6729344537999" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_1__stack1"><circle cx="906.21906248946" cy="744.6729344537999" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_31_0__stack1"><circle cx="1094.917112388036" cy="279.6871046962784" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_31_1__stack1"><circle cx="1132.4573934418022" cy="279.6871046962784" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_0__stack1"><circle cx="1094.917112388036" cy="346.1300800126784" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_1__stack1"><circle cx="1132.4573934418022" cy="346.1300800126784" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_0__stack1"><circle cx="1094.917112388036" cy="412.5730553290784" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_1__stack1"><circle cx="1132.4573934418022" cy="412.5730553290784" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_34_0__stack1"><circle cx="1094.917112388036" cy="479.0160306454784" r="1.328859506328" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_34_1__stack1"><circle cx="1132.4573934418022" cy="479.0160306454784" r="1.328859506328" fill="red" opacity="0"/></g><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="
377
+ M 132.19162154105823,188.1797946912918
378
+ L 128.86947277523822,186.385834357749
379
+ L 128.86947277523822,171.0906614399137
380
+ L 135.51377030687823,171.0906614399137
381
+ L 135.51377030687823,186.385834357749
382
+ Z
383
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" x="132.19162154105823" y="185.1898608020538" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="rotate(-90 132.19162154105823 185.1898608020538)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="
384
+ M 1083.987242948488,234.6898774127718
385
+ L 1080.665094182668,232.895917079229
386
+ L 1080.665094182668,217.60074416139372
387
+ L 1087.309391714308,217.60074416139372
388
+ L 1087.309391714308,232.895917079229
389
+ Z
390
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="1083.987242948488" y="231.69994352353382" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="rotate(-90 1083.987242948488 231.69994352353382)">XXX</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="
391
+ M 585.63170658783,661.6192153083
392
+ L 587.4256669213728,658.29706654248
393
+ L 602.720839839208,658.29706654248
394
+ L 602.720839839208,664.94136407412
395
+ L 587.4256669213728,664.94136407412
396
+ Z
397
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="588.621640477068" y="661.6192153083" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
398
+ M 289.9936879175083,262.9281419222418
399
+ L 286.6715391516883,261.134181588699
400
+ L 286.6715391516883,245.83900867086373
401
+ L 293.31583668332826,245.83900867086373
402
+ L 293.31583668332826,261.134181588699
403
+ Z
404
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="289.9936879175083" y="259.93820803300383" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="rotate(-90 289.9936879175083 259.93820803300383)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
405
+ M 487.66153948379826,262.9281419222418
406
+ L 484.3393907179783,261.134181588699
407
+ L 484.3393907179783,245.83900867086373
408
+ L 490.98368824961824,245.83900867086373
409
+ L 490.98368824961824,261.134181588699
410
+ Z
411
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="487.66153948379826" y="259.93820803300383" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="rotate(-90 487.66153948379826 259.93820803300383)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
412
+ M 691.9404670940701,256.31706587826
413
+ L 688.6183183282501,254.5231055447172
414
+ L 688.6183183282501,239.2279326268819
415
+ L 695.26261585989,239.2279326268819
416
+ L 695.26261585989,254.5231055447172
417
+ Z
418
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="691.9404670940701" y="253.327131989022" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="rotate(-90 691.9404670940701 253.327131989022)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
419
+ M 291.62154081276003,455.64599182745997
420
+ L 288.29939204694006,453.85203149391714
421
+ L 288.29939204694006,438.5568585760819
422
+ L 294.94368957858,438.5568585760819
423
+ L 294.94368957858,453.85203149391714
424
+ Z
425
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" x="291.62154081276003" y="452.656057938222" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="rotate(-90 291.62154081276003 452.656057938222)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="
426
+ M 688.6515398159082,462.2570678714418
427
+ L 685.3293910500882,460.46310753789896
428
+ L 685.3293910500882,445.1679346200637
429
+ L 691.9736885817282,445.1679346200637
430
+ L 691.9736885817282,460.46310753789896
431
+ Z
432
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" x="688.6515398159082" y="459.2671339822038" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="rotate(-90 688.6515398159082 459.2671339822038)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="
433
+ M 887.9804657651082,462.2570678714418
434
+ L 884.6583169992882,460.46310753789896
435
+ L 884.6583169992882,445.1679346200637
436
+ L 891.3026145309282,445.1679346200637
437
+ L 891.3026145309282,460.46310753789896
438
+ Z
439
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="887.9804657651082" y="459.2671339822038" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="rotate(-90 887.9804657651082 459.2671339822038)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" d="
440
+ M 426.13534434081186,33.69987708066185
441
+ L 422.8131955749919,31.90591674711905
442
+ L 422.8131955749919,16.61074382928377
443
+ L 429.45749310663183,16.61074382928377
444
+ L 429.45749310663183,31.90591674711905
445
+ Z
446
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" x="426.13534434081186" y="30.70994319142385" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="rotate(-90 426.13534434081186 30.70994319142385)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" d="
447
+ M 509.18906348631185,33.69987708066185
448
+ L 505.8669147204919,31.90591674711905
449
+ L 505.8669147204919,16.61074382928377
450
+ L 512.5112122521318,16.61074382928377
451
+ L 512.5112122521318,31.90591674711905
452
+ Z
453
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" x="509.18906348631185" y="30.70994319142385" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="rotate(-90 509.18906348631185 30.70994319142385)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" d="
454
+ M 160.36344307521188,723.0457459883118
455
+ L 157.04129430939187,721.2517856547689
456
+ L 157.04129430939187,705.9566127369337
457
+ L 163.68559184103188,705.9566127369337
458
+ L 163.68559184103188,721.2517856547689
459
+ Z
460
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" x="160.36344307521188" y="720.0558120990737" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="rotate(-90 160.36344307521188 720.0558120990737)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" d="
461
+ M 260.02790604981186,723.0457459883118
462
+ L 256.7057572839919,721.2517856547689
463
+ L 256.7057572839919,705.9566127369337
464
+ L 263.35005481563184,705.9566127369337
465
+ L 263.35005481563184,721.2517856547689
466
+ Z
467
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" x="260.02790604981186" y="720.0558120990737" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="rotate(-90 260.02790604981186 720.0558120990737)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" d="
468
+ M 359.69236902441185,723.0457459883118
469
+ L 356.37022025859187,721.2517856547689
470
+ L 356.37022025859187,705.9566127369337
471
+ L 363.0145177902318,705.9566127369337
472
+ L 363.0145177902318,721.2517856547689
473
+ Z
474
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" x="359.69236902441185" y="720.0558120990737" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="rotate(-90 359.69236902441185 720.0558120990737)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" d="
475
+ M 459.35683199901183,723.0457459883118
476
+ L 456.03468323319186,721.2517856547689
477
+ L 456.03468323319186,705.9566127369337
478
+ L 462.6789807648318,705.9566127369337
479
+ L 462.6789807648318,721.2517856547689
480
+ Z
481
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" x="459.35683199901183" y="720.0558120990737" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="rotate(-90 459.35683199901183 720.0558120990737)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" d="
482
+ M 559.0212949736118,723.0457459883118
483
+ L 555.6991462077918,721.2517856547689
484
+ L 555.6991462077918,705.9566127369337
485
+ L 562.3434437394318,705.9566127369337
486
+ L 562.3434437394318,721.2517856547689
487
+ Z
488
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" x="559.0212949736118" y="720.0558120990737" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="rotate(-90 559.0212949736118 720.0558120990737)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" d="
489
+ M 658.6857579482119,723.0457459883118
490
+ L 655.3636091823919,721.2517856547689
491
+ L 655.3636091823919,705.9566127369337
492
+ L 662.0079067140318,705.9566127369337
493
+ L 662.0079067140318,721.2517856547689
494
+ Z
495
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" x="658.6857579482119" y="720.0558120990737" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="rotate(-90 658.6857579482119 720.0558120990737)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" d="
496
+ M 758.3502209228118,723.0457459883118
497
+ L 755.0280721569918,721.2517856547689
498
+ L 755.0280721569918,705.9566127369337
499
+ L 761.6723696886318,705.9566127369337
500
+ L 761.6723696886318,721.2517856547689
501
+ Z
502
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" x="758.3502209228118" y="720.0558120990737" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="rotate(-90 758.3502209228118 720.0558120990737)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_18__stack1" d="
503
+ M 858.0146838974118,723.0457459883118
504
+ L 854.6925351315919,721.2517856547689
505
+ L 854.6925351315919,705.9566127369337
506
+ L 861.3368326632318,705.9566127369337
507
+ L 861.3368326632318,721.2517856547689
508
+ Z
509
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_18__stack1" x="858.0146838974118" y="720.0558120990737" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="rotate(-90 858.0146838974118 720.0558120990737)">XXX</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_19__stack1" x="133.18826617080418" y="198.21268396406822" width="7.973157037968008" height="5.9798677784759775" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_19__stack1" d="M 133.18826617080418 204.1925517425442 L 141.1614232087722 204.1925517425442" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" 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_19__stack1" d="M 137.1748446897882 204.1925517425442 L 137.1748446897882 198.21268396406822" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" 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_19__stack1" x="137.1748446897882" y="205.8536261254542" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.979867778476px">XXX</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_20__stack1" x="1050.101325537124" y="243.06169230263822" width="7.973157037968122" height="5.9798677784759775" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_20__stack1" d="M 1050.101325537124 249.0415600811142 L 1058.0744825750921 249.0415600811142" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" 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_20__stack1" d="M 1054.087904056108 249.0415600811142 L 1054.087904056108 243.06169230263822" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" 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_20__stack1" x="1054.087904056108" y="250.70263446402421" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.979867778476px">XXX</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_21__stack1" x="400.5880203316561" y="571.92119863116" width="7.973157037968008" height="5.979867778476091" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_21__stack1" d="M 400.5880203316561 577.9010664096361 L 408.5611773696241 577.9010664096361" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" 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_21__stack1" d="M 404.5745988506401 577.9010664096361 L 404.5745988506401 571.92119863116" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" 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_21__stack1" x="404.5745988506401" y="579.5621407925461" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.979867778476px">XXX</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_22__stack1" x="186.27620344860793" y="488.86747948566" width="7.973157037968008" height="5.9798677784759775" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_22__stack1" d="M 186.27620344860793 494.847347264136 L 194.24936048657594 494.847347264136" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" 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_22__stack1" d="M 190.26278196759193 494.847347264136 L 190.26278196759193 488.86747948566" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" 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_22__stack1" x="190.26278196759193" y="496.50842164704596" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.979867778476px">XXX</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_23__stack1" x="403.8769476098178" y="296.2160725557582" width="7.973157037968008" height="5.9798677784759775" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_23__stack1" d="M 403.8769476098178 302.1959403342342 L 411.8501046477858 302.1959403342342" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" 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_23__stack1" d="M 407.8635261288018 302.1959403342342 L 407.8635261288018 296.2160725557582" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" 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_23__stack1" x="407.8635261288018" y="303.8570147171442" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.979867778476px">XXX</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_24__stack1" x="601.5447991761079" y="296.2160725557582" width="7.973157037967894" height="5.9798677784759775" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_24__stack1" d="M 601.5447991761079 302.1959403342342 L 609.5179562140758 302.1959403342342" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" 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_24__stack1" d="M 605.5313776950918 302.1959403342342 L 605.5313776950918 296.2160725557582" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" 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_24__stack1" x="605.5313776950918" y="303.8570147171442" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.979867778476px">XXX</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_25__stack1" x="800.8737251253078" y="296.2160725557582" width="7.973157037967894" height="5.9798677784759775" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_25__stack1" d="M 800.8737251253078 302.1959403342342 L 808.8468821632757 302.1959403342342" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" 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_25__stack1" d="M 804.8603036442918 302.1959403342342 L 804.8603036442918 296.2160725557582" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" 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_25__stack1" x="804.8603036442918" y="303.8570147171442" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.979867778476px">XXX</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_26__stack1" x="505.2024849673279" y="508.8335935682382" width="7.973157037968008" height="5.979867778476034" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_26__stack1" d="M 505.2024849673279 514.8134613467142 L 513.1756420052959 514.8134613467142" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" 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_26__stack1" d="M 509.1890634863119 514.8134613467142 L 509.1890634863119 508.8335935682382" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" 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_26__stack1" x="509.1890634863119" y="516.4745357296242" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.979867778476px">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_27__stack1" d="
510
+ M 808.21567389777,488.86747948565994
511
+ L 806.4217135642272,492.1896282514799
512
+ L 791.126540646392,492.1896282514799
513
+ L 791.126540646392,485.54533071983997
514
+ L 806.4217135642272,485.54533071983997
515
+ Z
516
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_27__stack1" x="805.225740008532" y="488.86747948565994" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="">XXX</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_28__stack1" x="199.63124148720425" y="766.3001229192881" width="7.973157037968008" height="5.979867778476091" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_28__stack1" d="M 199.63124148720425 772.2799906977642 L 207.60439852517226 772.2799906977642" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" 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_28__stack1" d="M 203.61782000618825 772.2799906977642 L 203.61782000618825 766.3001229192881" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" 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_28__stack1" x="203.61782000618825" y="773.9410650806742" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.979867778476px">XXX</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_29__stack1" x="299.2957044618043" y="766.3001229192881" width="7.973157037968008" height="5.979867778476091" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_29__stack1" d="M 299.2957044618043 772.2799906977642 L 307.2688614997723 772.2799906977642" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" 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_29__stack1" d="M 303.2822829807883 772.2799906977642 L 303.2822829807883 766.3001229192881" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" 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_29__stack1" x="303.2822829807883" y="773.9410650806742" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.979867778476px">XXX</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_30__stack1" x="398.9601674364042" y="766.3001229192881" width="7.973157037968008" height="5.979867778476091" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_30__stack1" d="M 398.9601674364042 772.2799906977642 L 406.9333244743722 772.2799906977642" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" 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_30__stack1" d="M 402.9467459553882 772.2799906977642 L 402.9467459553882 766.3001229192881" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" 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_30__stack1" x="402.9467459553882" y="773.9410650806742" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.979867778476px">XXX</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_31__stack1" x="498.6246304110042" y="766.3001229192881" width="7.973157037968008" height="5.979867778476091" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_31__stack1" d="M 498.6246304110042 772.2799906977642 L 506.5977874489722 772.2799906977642" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" 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_31__stack1" d="M 502.6112089299882 772.2799906977642 L 502.6112089299882 766.3001229192881" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" 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_31__stack1" x="502.6112089299882" y="773.9410650806742" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.979867778476px">XXX</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_32__stack1" x="598.2890933856042" y="766.3001229192881" width="7.973157037967894" height="5.979867778476091" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_32__stack1" d="M 598.2890933856042 772.2799906977642 L 606.2622504235721 772.2799906977642" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" 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_32__stack1" d="M 602.2756719045882 772.2799906977642 L 602.2756719045882 766.3001229192881" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" 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_32__stack1" x="602.2756719045882" y="773.9410650806742" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.979867778476px">XXX</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_33__stack1" x="697.9535563602043" y="766.3001229192881" width="7.973157037967894" height="5.979867778476091" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_33__stack1" d="M 697.9535563602043 772.2799906977642 L 705.9267133981722 772.2799906977642" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" 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_33__stack1" d="M 701.9401348791882 772.2799906977642 L 701.9401348791882 766.3001229192881" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" 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_33__stack1" x="701.9401348791882" y="773.9410650806742" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.979867778476px">XXX</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_34__stack1" x="797.6180193348042" y="766.3001229192881" width="7.973157037967894" height="5.979867778476091" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_34__stack1" d="M 797.6180193348042 772.2799906977642 L 805.5911763727721 772.2799906977642" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" 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_34__stack1" d="M 801.6045978537882 772.2799906977642 L 801.6045978537882 766.3001229192881" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" 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_34__stack1" x="801.6045978537882" y="773.9410650806742" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.979867778476px">XXX</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_35__stack1" x="897.2824823094043" y="766.3001229192881" width="7.973157037967894" height="5.979867778476091" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_35__stack1" d="M 897.2824823094043 772.2799906977642 L 905.2556393473722 772.2799906977642" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" 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_35__stack1" d="M 901.2690608283882 772.2799906977642 L 901.2690608283882 766.3001229192881" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" 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_35__stack1" x="901.2690608283882" y="773.9410650806742" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.979867778476px">XXX</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_36__stack1" x="1133.620145509839" y="478.90103318819996" width="7.973157037968122" height="5.9798677784759775" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_36__stack1" d="M 1133.620145509839 484.88090096667594 L 1141.593302547807 484.88090096667594" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" 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_36__stack1" d="M 1137.606724028823 484.88090096667594 L 1137.606724028823 478.90103318819996" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.664429753164px" 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_36__stack1" x="1137.606724028823" y="486.5419753495859" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="5.979867778476px">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_37__stack1" d="
517
+ M 125.51410252176004,193.19623932768
518
+ L 127.30806285530284,189.87409056186
519
+ L 138.70081835622156,189.87409056186
520
+ L 138.70081835622156,196.5183880935
521
+ L 127.30806285530284,196.5183880935
522
+ Z
523
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_37__stack1" x="128.50403641099803" y="193.19623932768" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_38__stack1" d="
524
+ M 118.86980499012003,209.80698315678003
525
+ L 120.66376532366283,206.48483439096003
526
+ L 132.05652082458155,206.48483439096003
527
+ L 132.05652082458155,213.12913192260004
528
+ L 120.66376532366283,213.12913192260004
529
+ Z
530
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_38__stack1" x="121.85973887935803" y="209.80698315678003" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_39__stack1" d="
531
+ M 180.32955715779002,47.021693631600044
532
+ L 178.53559682424722,50.34384239742005
533
+ L 167.1428413233285,50.34384239742004
534
+ L 167.1428413233285,43.69954486578004
535
+ L 178.53559682424722,43.69954486578004
536
+ Z
537
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_39__stack1" x="177.33962326855203" y="47.021693631600044" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_40__stack1" d="
538
+ M 118.86980499012003,229.73987575170003
539
+ L 120.66376532366283,226.41772698588002
540
+ L 132.05652082458155,226.41772698588002
541
+ L 132.05652082458155,233.06202451752003
542
+ L 120.66376532366283,233.06202451752003
543
+ Z
544
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_40__stack1" x="121.85973887935803" y="229.73987575170003" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_41__stack1" d="
545
+ M 556.2473007541521,269.60566094154
546
+ L 552.9251519883321,267.8117006079972
547
+ L 552.9251519883321,256.4189451070785
548
+ L 559.5694495199721,256.4189451070785
549
+ L 559.5694495199721,267.8117006079972
550
+ Z
551
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_41__stack1" x="556.2473007541521" y="266.615727052302" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="rotate(-90 556.2473007541521 266.615727052302)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_42__stack1" d="
552
+ M 549.08807016381,47.021693631600044
553
+ L 550.8820304973528,43.69954486578004
554
+ L 562.2747859982716,43.69954486578004
555
+ L 562.2747859982716,50.34384239742005
556
+ L 550.8820304973528,50.34384239742005
557
+ Z
558
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_42__stack1" x="552.0780040530481" y="47.021693631600044" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_43__stack1" d="
559
+ M 284.97724328112,475.57888442238
560
+ L 286.77120361466285,472.25673565656
561
+ L 298.1639591155815,472.25673565656
562
+ L 298.1639591155815,478.90103318819996
563
+ L 286.77120361466285,478.90103318819996
564
+ Z
565
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_43__stack1" x="287.967177170358" y="475.57888442238" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_44__stack1" d="
566
+ M 789.9106341981019,475.57888442238
567
+ L 788.1166738645591,478.90103318819996
568
+ L 776.7239183636403,478.90103318819996
569
+ L 776.7239183636403,472.25673565656
570
+ L 788.1166738645591,472.25673565656
571
+ Z
572
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_44__stack1" x="786.9207003088638" y="475.57888442238" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_45__stack1" d="
573
+ M 1050.7325338026299,196.51838809350002
574
+ L 1052.5264941361727,193.19623932768002
575
+ L 1063.9192496370913,193.19623932768002
576
+ L 1063.9192496370913,199.84053685932003
577
+ L 1052.5264941361727,199.84053685932003
578
+ Z
579
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_45__stack1" x="1053.722467691868" y="196.51838809350002" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_46__stack1" d="
580
+ M 969.3398890400399,289.53855353646003
581
+ L 966.0177402742199,287.7445932029172
582
+ L 966.0177402742199,276.35183770199853
583
+ L 972.6620378058599,276.35183770199853
584
+ L 972.6620378058599,287.7445932029172
585
+ Z
586
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_46__stack1" x="969.3398890400399" y="286.54861964722204" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="rotate(-90 969.3398890400399 286.54861964722204)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_47__stack1" d="
587
+ M 902.9301352112982,482.22318195402
588
+ L 899.6079864454782,480.42922162047716
589
+ L 899.6079864454782,469.0364661195585
590
+ L 906.2522839771182,469.0364661195585
591
+ L 906.2522839771182,480.42922162047716
592
+ Z
593
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_47__stack1" x="902.9301352112982" y="479.233248064782" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="rotate(-90 902.9301352112982 479.233248064782)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_48__stack1" d="
594
+ M 761.70559117629,47.021693631600044
595
+ L 759.9116308427472,50.34384239742005
596
+ L 748.5188753418284,50.34384239742004
597
+ L 748.5188753418284,43.69954486578004
598
+ L 759.9116308427472,43.69954486578004
599
+ Z
600
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_48__stack1" x="758.715657287052" y="47.021693631600044" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_49__stack1" d="
601
+ M 894.59154180909,276.24995847318
602
+ L 896.3855021426328,272.92780970736004
603
+ L 907.7782576435516,272.92780970736004
604
+ L 907.7782576435516,279.572107239
605
+ L 896.3855021426328,279.572107239
606
+ Z
607
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_49__stack1" x="897.5814756983281" y="276.24995847318" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_50__stack1" d="
608
+ M 884.62509551163,475.57888442238
609
+ L 886.4190558451728,472.25673565656
610
+ L 897.8118113460915,472.25673565656
611
+ L 897.8118113460915,478.90103318819996
612
+ L 886.4190558451728,478.90103318819996
613
+ Z
614
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_50__stack1" x="887.615029400868" y="475.57888442238" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_51__stack1" d="
615
+ M 1050.7325338026299,209.80698315678003
616
+ L 1052.5264941361727,206.48483439096003
617
+ L 1063.9192496370913,206.48483439096003
618
+ L 1063.9192496370913,213.12913192260004
619
+ L 1052.5264941361727,213.12913192260004
620
+ Z
621
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_51__stack1" x="1053.722467691868" y="209.80698315678003" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_52__stack1" d="
622
+ M 1010.8667486127899,47.021693631600044
623
+ L 1009.0727882792471,50.34384239742005
624
+ L 997.6800327783284,50.34384239742004
625
+ L 997.6800327783284,43.69954486578004
626
+ L 1009.0727882792471,43.69954486578004
627
+ Z
628
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_52__stack1" x="1007.8768147235519" y="47.021693631600044" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_53__stack1" d="
629
+ M 798.2492276003101,47.021693631600044
630
+ L 800.0431879338529,43.69954486578004
631
+ L 811.4359434347716,43.69954486578004
632
+ L 811.4359434347716,50.34384239742005
633
+ L 800.0431879338529,50.34384239742005
634
+ Z
635
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_53__stack1" x="801.2391614895481" y="47.021693631600044" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_54__stack1" d="
636
+ M 1050.7325338026299,216.45128068841998
637
+ L 1052.5264941361727,213.12913192259998
638
+ L 1063.9192496370913,213.12913192259998
639
+ L 1063.9192496370913,219.77342945424
640
+ L 1052.5264941361727,219.77342945424
641
+ Z
642
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_54__stack1" x="1053.722467691868" y="216.45128068841998" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_55__stack1" d="
643
+ M 881.30294674581,47.021693631600044
644
+ L 883.0969070793528,43.69954486578004
645
+ L 894.4896625802716,43.69954486578004
646
+ L 894.4896625802716,50.34384239742005
647
+ L 883.0969070793528,50.34384239742005
648
+ Z
649
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_55__stack1" x="884.292880635048" y="47.021693631600044" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_56__stack1" d="
650
+ M 1050.7325338026299,223.09557822006002
651
+ L 1052.5264941361727,219.77342945424002
652
+ L 1063.9192496370913,219.77342945424002
653
+ L 1063.9192496370913,226.41772698588002
654
+ L 1052.5264941361727,226.41772698588002
655
+ Z
656
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_56__stack1" x="1053.722467691868" y="223.09557822006002" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_57__stack1" d="
657
+ M 685.29616956243,482.22318195402
658
+ L 687.0901298959728,478.9010331882
659
+ L 698.4828853968916,478.9010331882
660
+ L 698.4828853968916,485.54533071983997
661
+ L 687.0901298959728,485.54533071983997
662
+ Z
663
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_57__stack1" x="688.286103451668" y="482.22318195402" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_58__stack1" d="
664
+ M 585.63170658783,641.6863227133799
665
+ L 587.4256669213728,638.36417394756
666
+ L 598.8184224222915,638.36417394756
667
+ L 598.8184224222915,645.0084714791999
668
+ L 587.4256669213728,645.0084714791999
669
+ Z
670
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_58__stack1" x="588.621640477068" y="641.6863227133799" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_59__stack1" d="
671
+ M 685.29616956243,475.57888442238
672
+ L 687.0901298959728,472.25673565656
673
+ L 698.4828853968916,472.25673565656
674
+ L 698.4828853968916,478.90103318819996
675
+ L 687.0901298959728,478.90103318819996
676
+ Z
677
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_59__stack1" x="688.286103451668" y="475.57888442238" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_60__stack1" d="
678
+ M 585.63170658783,648.33062024502
679
+ L 587.4256669213728,645.0084714792
680
+ L 598.8184224222915,645.0084714792
681
+ L 598.8184224222915,651.65276901084
682
+ L 587.4256669213728,651.65276901084
683
+ Z
684
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_60__stack1" x="588.621640477068" y="648.33062024502" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_61__stack1" d="
685
+ M 147.92199594721598,47.021693631600044
686
+ L 144.59984718139597,45.227733298057245
687
+ L 144.59984718139597,33.83497779713852
688
+ L 151.24414471303598,33.83497779713852
689
+ L 151.24414471303598,45.227733298057245
690
+ Z
691
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_61__stack1" x="147.92199594721598" y="44.03175974236204" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="rotate(-90 147.92199594721598 44.03175974236204)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_62__stack1" d="
692
+ M 299.9269127273101,47.021693631600044
693
+ L 301.7208730608529,43.69954486578004
694
+ L 313.1136285617716,43.69954486578004
695
+ L 313.1136285617716,50.34384239742005
696
+ L 301.7208730608529,50.34384239742005
697
+ Z
698
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_62__stack1" x="302.91684661654807" y="47.021693631600044" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_63__stack1" d="
699
+ M 210.22889605017002,282.89425600482
700
+ L 208.43493571662722,286.21640477064
701
+ L 197.0421802157085,286.21640477064
702
+ L 197.0421802157085,279.57210723900005
703
+ L 208.43493571662722,279.57210723900005
704
+ Z
705
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_63__stack1" x="207.23896216093203" y="282.89425600482" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_64__stack1" d="
706
+ M 317.78346234359253,289.53855353646003
707
+ L 314.46131357777256,287.7445932029172
708
+ L 314.46131357777256,276.35183770199853
709
+ L 321.1056111094125,276.35183770199853
710
+ L 321.1056111094125,287.7445932029172
711
+ Z
712
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_64__stack1" x="317.78346234359253" y="286.54861964722204" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="rotate(-90 317.78346234359253 286.54861964722204)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_65__stack1" d="
713
+ M 595.59815288529,47.021693631600044
714
+ L 593.8041925517472,50.34384239742005
715
+ L 582.4114370508285,50.34384239742004
716
+ L 582.4114370508285,43.69954486578004
717
+ L 593.8041925517472,43.69954486578004
718
+ Z
719
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_65__stack1" x="592.608218996052" y="47.021693631600044" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_66__stack1" d="
720
+ M 286.63831766403007,282.89425600482
721
+ L 288.4322779975729,279.57210723900005
722
+ L 299.82503349849156,279.57210723900005
723
+ L 299.82503349849156,286.21640477064
724
+ L 288.4322779975729,286.21640477064
725
+ Z
726
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_66__stack1" x="289.62825155326806" y="282.89425600482" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_67__stack1" d="
727
+ M 411.21889638228004,282.89425600482
728
+ L 409.4249360487372,286.21640477064
729
+ L 398.03218054781854,286.21640477064
730
+ L 398.03218054781854,279.57210723900005
731
+ L 409.4249360487372,279.57210723900005
732
+ Z
733
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_67__stack1" x="408.22896249304205" y="282.89425600482" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_68__stack1" d="
734
+ M 286.63831766403007,276.24995847318
735
+ L 288.4322779975729,272.92780970736004
736
+ L 299.82503349849156,272.92780970736004
737
+ L 299.82503349849156,279.572107239
738
+ L 288.4322779975729,279.572107239
739
+ Z
740
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_68__stack1" x="289.62825155326806" y="276.24995847318" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_69__stack1" d="
741
+ M 211.88997043308007,468.93458689074
742
+ L 210.09601009953727,472.25673565655995
743
+ L 198.70325459861854,472.25673565655995
744
+ L 198.70325459861854,465.61243812492
745
+ L 210.09601009953727,465.61243812492
746
+ Z
747
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_69__stack1" x="208.90003654384208" y="468.93458689074" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_70__stack1" d="
748
+ M 390.0401980001776,47.021693631600044
749
+ L 386.71804923435764,45.227733298057245
750
+ L 386.71804923435764,33.83497779713852
751
+ L 393.3623467659976,33.83497779713852
752
+ L 393.3623467659976,45.227733298057245
753
+ Z
754
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_70__stack1" x="390.0401980001776" y="44.03175974236204" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="rotate(-90 390.0401980001776 44.03175974236204)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_71__stack1" d="
755
+ M 490.95046676195994,289.53855353646003
756
+ L 492.7444270955028,286.21640477064005
757
+ L 504.13718259642144,286.21640477064005
758
+ L 504.13718259642144,292.86070230228
759
+ L 492.7444270955028,292.86070230228
760
+ Z
761
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_71__stack1" x="493.94040065119793" y="289.53855353646003" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_72__stack1" d="
762
+ M 678.65187203079,47.021693631600044
763
+ L 676.8579116972471,50.34384239742005
764
+ L 665.4651561963284,50.34384239742004
765
+ L 665.4651561963284,43.69954486578004
766
+ L 676.8579116972471,43.69954486578004
767
+ Z
768
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_72__stack1" x="675.6619381415519" y="47.021693631600044" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_73__stack1" d="
769
+ M 484.30616923032005,282.89425600482
770
+ L 486.1001295638629,279.57210723900005
771
+ L 497.49288506478155,279.57210723900005
772
+ L 497.49288506478155,286.21640477064
773
+ L 486.1001295638629,286.21640477064
774
+ Z
775
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_73__stack1" x="487.29610311955804" y="282.89425600482" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_74__stack1" d="
776
+ M 211.88997043308007,482.22318195402
777
+ L 210.09601009953727,485.54533071983997
778
+ L 198.70325459861854,485.54533071983997
779
+ L 198.70325459861854,478.9010331882
780
+ L 210.09601009953727,478.9010331882
781
+ Z
782
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_74__stack1" x="208.90003654384208" y="482.22318195402" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_75__stack1" d="
783
+ M 484.30616923032005,276.24995847318
784
+ L 486.1001295638629,272.92780970736004
785
+ L 497.49288506478155,272.92780970736004
786
+ L 497.49288506478155,279.572107239
787
+ L 486.1001295638629,279.572107239
788
+ Z
789
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_75__stack1" x="487.29610311955804" y="276.24995847318" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_76__stack1" d="
790
+ M 411.21889638228004,468.93458689074
791
+ L 409.4249360487372,472.25673565655995
792
+ L 398.03218054781854,472.25673565655995
793
+ L 398.03218054781854,465.61243812492
794
+ L 409.4249360487372,465.61243812492
795
+ Z
796
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_76__stack1" x="408.22896249304205" y="468.93458689074" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_77__stack1" d="
797
+ M 685.29616956243,289.53855353646003
798
+ L 687.0901298959728,286.21640477064005
799
+ L 698.4828853968916,286.21640477064005
800
+ L 698.4828853968916,292.86070230228
801
+ L 687.0901298959728,292.86070230228
802
+ Z
803
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_77__stack1" x="688.286103451668" y="289.53855353646003" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_78__stack1" d="
804
+ M 411.21889638228004,475.57888442238
805
+ L 409.4249360487372,478.90103318819996
806
+ L 398.03218054781854,478.90103318819996
807
+ L 398.03218054781854,472.25673565656
808
+ L 409.4249360487372,472.25673565656
809
+ Z
810
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_78__stack1" x="408.22896249304205" y="475.57888442238" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_79__stack1" d="
811
+ M 927.81302946729,47.021693631600044
812
+ L 926.0190691337472,50.34384239742005
813
+ L 914.6263136328284,50.34384239742004
814
+ L 914.6263136328284,43.69954486578004
815
+ L 926.0190691337472,43.69954486578004
816
+ Z
817
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_79__stack1" x="924.823095578052" y="47.021693631600044" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_80__stack1" d="
818
+ M 703.6012092620982,282.89425600482
819
+ L 700.2790604962782,281.1002956712772
820
+ L 700.2790604962782,269.7075401703585
821
+ L 706.9233580279182,269.7075401703585
822
+ L 706.9233580279182,281.1002956712772
823
+ Z
824
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_80__stack1" x="703.6012092620982" y="279.90432211558203" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="rotate(-90 703.6012092620982 279.90432211558203)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_81__stack1" d="
825
+ M 685.29616956243,276.24995847318
826
+ L 687.0901298959728,272.92780970736004
827
+ L 698.4828853968916,272.92780970736004
828
+ L 698.4828853968916,279.572107239
829
+ L 687.0901298959728,279.572107239
830
+ Z
831
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_81__stack1" x="688.286103451668" y="276.24995847318" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_82__stack1" d="
832
+ M 608.88674794857,475.57888442238
833
+ L 607.0927876150272,478.90103318819996
834
+ L 595.7000321141085,478.90103318819996
835
+ L 595.7000321141085,472.25673565656
836
+ L 607.0927876150272,472.25673565656
837
+ Z
838
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_82__stack1" x="605.896814059332" y="475.57888442238" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_83__stack1" d="
839
+ M 316.53765655641007,488.86747948565994
840
+ L 313.2155077905901,487.0735191521171
841
+ L 313.2155077905901,475.68076365119845
842
+ L 319.85980532223005,475.68076365119845
843
+ L 319.85980532223005,487.0735191521171
844
+ Z
845
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_83__stack1" x="316.53765655641007" y="485.87754559642195" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="rotate(-90 316.53765655641007 485.87754559642195)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_84__stack1" d="
846
+ M 284.97724328112,482.22318195402
847
+ L 286.77120361466285,478.9010331882
848
+ L 298.1639591155815,478.9010331882
849
+ L 298.1639591155815,485.54533071983997
850
+ L 286.77120361466285,485.54533071983997
851
+ Z
852
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_84__stack1" x="287.967177170358" y="482.22318195402" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_85__stack1" d="
853
+ M 608.88674794857,482.22318195402
854
+ L 607.0927876150272,485.54533071983997
855
+ L 595.7000321141085,485.54533071983997
856
+ L 595.7000321141085,478.9010331882
857
+ L 607.0927876150272,478.9010331882
858
+ Z
859
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_85__stack1" x="605.896814059332" y="482.22318195402" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_86__stack1" d="
860
+ M 632.1417893093101,47.021693631600044
861
+ L 633.9357496428529,43.69954486578004
862
+ L 645.3285051437716,43.69954486578004
863
+ L 645.3285051437716,50.34384239742005
864
+ L 633.9357496428529,50.34384239742005
865
+ Z
866
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_86__stack1" x="635.1317231985481" y="47.021693631600044" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_87__stack1" d="
867
+ M 1093.4221454434169,279.572107239
868
+ L 1091.628185109874,282.89425600481997
869
+ L 1080.2354296089554,282.89425600481997
870
+ L 1080.2354296089554,276.24995847318
871
+ L 1091.628185109874,276.24995847318
872
+ Z
873
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_87__stack1" x="1090.4322115541788" y="279.572107239" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_88__stack1" d="
874
+ M 964.3566658913101,47.021693631600044
875
+ L 966.1506262248529,43.69954486578004
876
+ L 977.5433817257716,43.69954486578004
877
+ L 977.5433817257716,50.34384239742005
878
+ L 966.1506262248529,50.34384239742005
879
+ Z
880
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_88__stack1" x="967.3465997805481" y="47.021693631600044" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_89__stack1" d="
881
+ M 1093.4221454434169,412.4580578718
882
+ L 1091.628185109874,415.78020663762
883
+ L 1080.2354296089554,415.78020663762
884
+ L 1080.2354296089554,409.13590910598003
885
+ L 1091.628185109874,409.13590910598003
886
+ Z
887
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_89__stack1" x="1090.4322115541788" y="412.4580578718" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_90__stack1" d="
888
+ M 1058.9133251384617,47.021693631600044
889
+ L 1055.5911763726417,45.227733298057245
890
+ L 1055.5911763726417,33.83497779713852
891
+ L 1062.2354739042817,33.83497779713852
892
+ L 1062.2354739042817,45.227733298057245
893
+ Z
894
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.664429753164px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_90__stack1" x="1058.9133251384617" y="44.03175974236204" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.979867778476px" transform="rotate(-90 1058.9133251384617 44.03175974236204)">XX</text>
857
895
  </g>
858
896
  </svg>