@tscircuit/schematic-trace-solver 0.0.190 → 0.0.192

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. package/dist/index.d.ts +2 -0
  2. package/dist/index.js +437 -211
  3. package/lib/solvers/InlineNetLabelSolver/getLocalTraceLabelShifts.ts +29 -0
  4. package/lib/solvers/LongDistancePairSolver/LongDistancePairSolver.ts +7 -0
  5. package/lib/solvers/LongDistancePairSolver/getParallelNetLabelPolicy.ts +98 -0
  6. package/lib/solvers/MspConnectionPairSolver/MspConnectionPairSolver.ts +24 -2
  7. package/lib/solvers/MspConnectionPairSolver/getParallelRailPairs.ts +178 -0
  8. package/lib/solvers/NetLabelToTraceSolver/NetLabelToTraceSolver.ts +13 -0
  9. package/lib/solvers/SameNetJunctionAlignmentSolver/collapseRedundantSharedEndpointStubs.ts +12 -6
  10. package/package.json +1 -1
  11. package/tests/bug-reports/bug-report-20260706T213649Z/__snapshots__/bug-report-20260706T213649Z.snap.svg +837 -799
  12. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +904 -866
  13. package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +533 -524
  14. package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +2 -2
  15. package/tests/bug-reports/bug-report-20260724T175257Z/__snapshots__/bug-report-20260724T175257Z.snap.svg +2 -2
  16. package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +2 -2
  17. package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +2 -2
  18. package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +94 -94
  19. package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +2 -2
  20. package/tests/bug-reports/bug-report-20260901T055358Z/__snapshots__/bug-report-20260901T055358Z.snap.svg +2 -2
  21. package/tests/bug-reports/bug-report-20260901T064117Z/bug-report-20260901T064117Z.test.ts +13 -2
  22. package/tests/bug-reports/bug-report-20260902T092425Z/__snapshots__/bug-report-20260902T092425Z.snap.svg +2 -2
  23. package/tests/bug-reports/bug-report-20260902T092425Z/bug-report-20260902T092425Z.test.ts +16 -2
  24. package/tests/bug-reports/bug-report-20260905T041712Z/__snapshots__/bug-report-20260905T041712Z.snap.svg +2 -2
  25. package/tests/bug-reports/bug-report-20260907T083336Z/__snapshots__/bug-report-20260907T083336Z.snap.svg +2 -2
  26. package/tests/bug-reports/bug-report-20260907T110144Z/__snapshots__/bug-report-20260907T110144Z.snap.svg +19 -58
  27. package/tests/bug-reports/bug-report-20260907T110144Z/bug-report-20260907T110144Z.test.ts +2 -2
  28. package/tests/bug-reports/bug-report-20260907T145640Z/__snapshots__/bug-report-20260907T145640Z.snap.svg +917 -933
  29. package/tests/examples/__snapshots__/example13.snap.svg +2 -2
  30. package/tests/examples/__snapshots__/example15.snap.svg +2 -2
  31. package/tests/examples/__snapshots__/example51.snap.svg +2 -2
  32. package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +2 -2
  33. package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +2 -2
  34. package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +2 -2
  35. package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +2 -2
  36. package/tests/repros/__snapshots__/repro-esp12f-section.snap.svg +2 -2
  37. package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +2 -2
  38. package/tests/repros/__snapshots__/repro-hub-usb-sheet.snap.svg +2 -2
  39. package/tests/repros/__snapshots__/repro-isolated-rs485-isow7841.snap.svg +2 -2
  40. package/tests/repros/__snapshots__/repro-pga300-redundant-ground-traces.snap.svg +2 -2
  41. package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +2 -2
  42. package/tests/repros/__snapshots__/repro-powerbank-3v-system-power.snap.svg +2 -2
  43. package/tests/repros/__snapshots__/repro-repeated-power-rail-junctions.snap.svg +2 -2
  44. package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +2 -2
  45. package/tests/repros/__snapshots__/repro-smartwatch-power-sheet.snap.svg +111 -75
  46. package/tests/repros/__snapshots__/repro-tida00553-j4-cell-divider.snap.svg +2 -2
  47. package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +2 -2
  48. package/tests/repros/__snapshots__/repro-type-c-vbus-led-ground-label.snap.svg +2 -2
  49. package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +2 -2
  50. package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +2 -2
  51. package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +2 -2
  52. package/tests/repros/repro-trellis-core-decoupling-snake-traces.test.ts +66 -0
  53. package/tests/solvers/InlineNetLabelSolver/local-trace-label-shifts.test.ts +62 -0
  54. package/tests/solvers/LongDistancePairSolver/__snapshots__/decoupling-mixed-supplies.snap.svg +112 -0
  55. package/tests/solvers/LongDistancePairSolver/__snapshots__/horizontal-rails.snap.svg +79 -0
  56. package/tests/solvers/LongDistancePairSolver/__snapshots__/vertical-rails.snap.svg +86 -0
  57. package/tests/solvers/LongDistancePairSolver/parallel-decoupling-labels.test.ts +505 -0
  58. package/tests/solvers/SameNetJunctionAlignmentSolver/collapse-redundant-shared-endpoint-stubs.test.ts +45 -0
@@ -1,6 +1,6 @@
1
1
  <svg width="1200" height="2016" viewBox="0 0 1200 2016" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on top and Circuit JSON schematic on the bottom">
2
2
  <g transform="translate(0, 0) scale(1.875, 1.875) translate(0, 0)">
3
- <rect width="100%" height="100%" fill="white"/><g><polyline data-points="-7.75,3.08 -5.4,3.08 -5.4,1.75" data-type="line" data-label="" points="135.9371727748691,179.05759162303664 234.36649214659684,179.05759162303664 234.36649214659684,234.76439790575915" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.75,1.52 -5.875,1.52 -5.875,1.95 -4,1.95 -4,1.75" data-type="line" data-label="" points="135.9371727748691,244.39790575916228 214.47120418848166,244.39790575916228 214.47120418848166,226.38743455497382 293.0052356020942,226.38743455497382 293.0052356020942,234.76439790575915" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,0.6499999999999999 -4,0.44999999999999973 -5.4,0.44999999999999973 -5.4,0.6499999999999999" data-type="line" data-label="" points="293.0052356020942,280.83769633507853 293.0052356020942,289.21465968586386 234.36649214659684,289.21465968586386 234.36649214659684,280.83769633507853" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.75,0.74 -7.3500000000000005,0.74 -7.3500000000000005,0.4499999999999999 -5.4,0.44999999999999973" data-type="line" data-label="" points="135.9371727748691,277.0680628272251 152.69109947643977,277.0680628272251 152.69109947643977,289.21465968586386 234.36649214659684,289.21465968586386" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.75,1 -7.3500000000000005,1 -7.3500000000000005,0.74" data-type="line" data-label="" points="135.9371727748691,266.1780104712042 152.69109947643977,266.1780104712042 152.69109947643977,277.0680628272251" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.75,3.86 -7.3500000000000005,3.86 -7.3500000000000005,1" data-type="line" data-label="" points="135.9371727748691,146.3874345549738 152.69109947643977,146.3874345549738 152.69109947643977,266.1780104712042" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.75,3.6 -7.45,3.6 -7.45,1.26 -7.75,1.26" data-type="line" data-label="" points="135.9371727748691,157.27748691099475 148.5026178010471,157.27748691099475 148.5026178010471,255.28795811518324 135.9371727748691,255.28795811518324" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.75,2.82 -7.65,2.82 -7.65,2.3 -7.75,2.3" data-type="line" data-label="" points="135.9371727748691,189.9476439790576 140.12565445026178,189.9476439790576 140.12565445026178,211.72774869109946 135.9371727748691,211.72774869109946" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.75,2.56 -7.55,2.56 -7.55,2.04 -7.75,2.04" data-type="line" data-label="" points="135.9371727748691,200.83769633507853 144.31413612565444,200.83769633507853 144.31413612565444,222.6178010471204 135.9371727748691,222.6178010471204" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.778,-1.905 -2.7790000000000004,-1.905 -2.7790000000000004,-0.635 -1.778,-0.635" data-type="line" data-label="" points="386.0732984293194,387.85340314136124 344.14659685863876,387.85340314136124 344.14659685863876,334.65968586387436 386.0732984293194,334.65968586387436" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.778,0.635 -2.7790000000000004,0.635 -2.7790000000000004,-0.635" data-type="line" data-label="" points="386.0732984293194,281.4659685863874 344.14659685863876,281.4659685863874 344.14659685863876,334.65968586387436" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.778,1.905 -2.7790000000000004,1.905 -2.7790000000000004,0.635" data-type="line" data-label="" points="386.0732984293194,228.2722513089005 344.14659685863876,228.2722513089005 344.14659685863876,281.4659685863874" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0,-6.35 0,-6.55 -2.7790000000000004,-6.55 -2.7790000000000004,-1.905 -1.778,-1.905" data-type="line" data-label="" points="460.5445026178011,574.0314136125655 460.5445026178011,582.4083769633507 344.14659685863876,582.4083769633507 344.14659685863876,387.85340314136124 386.0732984293194,387.85340314136124" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.7780000000000005,-1.9050000000000011 2.539,-1.9050000000000011 2.539,-6.55 0,-6.55 0,-6.35" data-type="line" data-label="" points="535.0157068062828,387.8534031413613 566.890052356021,387.8534031413613 566.890052356021,582.4083769633507 460.5445026178011,582.4083769633507 460.5445026178011,574.0314136125655" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.778,-0.635 2.539,-0.635 2.539,-1.9050000000000011" data-type="line" data-label="" points="535.0157068062828,334.65968586387436 566.890052356021,334.65968586387436 566.890052356021,387.8534031413613" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.778,0.635 2.539,0.635 2.539,-0.635" data-type="line" data-label="" points="535.0157068062828,281.4659685863874 566.890052356021,281.4659685863874 566.890052356021,334.65968586387436" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.778,1.905 2.539,1.905 2.539,0.635" data-type="line" data-label="" points="535.0157068062828,228.2722513089005 566.890052356021,228.2722513089005 566.890052356021,281.4659685863874" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.778,2.413 1.9789999999999999,2.413 1.9789999999999999,2.4639999999999995" data-type="line" data-label="" points="535.0157068062828,206.99476439790575 543.4345549738221,206.99476439790575 543.4345549738221,204.85863874345551" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.762,6.35 -0.762,6.3999999999999995 -2.112,6.3999999999999995 -2.112,6.2989999999999995" data-type="line" data-label="" points="428.62827225130894,42.094240837696304 428.62827225130894,40 372.08376963350787,40 372.08376963350787,44.23036649214657" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="J2" data-x="0" data-y="0" x="386.0732984293194" y="42.094240837696304" width="148.94240837696339" height="531.9371727748692" fill="hsl(184, 100%, 50%, 0.8)" stroke="black" stroke-width="0.023874999999999997"/></g><g><rect data-type="rect" data-label="USB1" data-x="-8.5" data-y="2.3" x="73.10994764397904" y="136.33507853403137" width="62.8272251308901" height="150.78534031413616" fill="hsl(133, 100%, 50%, 0.8)" stroke="black" stroke-width="0.023874999999999997"/></g><g><rect data-type="rect" data-label="R1" data-x="-5.4" data-y="1.2" x="223.89528795811518" y="234.76439790575915" width="20.94240837696333" height="46.07329842931938" fill="hsl(71, 100%, 50%, 0.8)" stroke="black" stroke-width="0.023874999999999997"/></g><g><rect data-type="rect" data-label="R2" data-x="-4" data-y="1.2" x="282.5340314136125" y="234.76439790575915" width="20.94240837696333" height="46.07329842931938" fill="hsl(72, 100%, 50%, 0.8)" stroke="black" stroke-width="0.023874999999999997"/></g><g><rect data-type="rect" data-label="netId: SDA
3
+ <rect width="100%" height="100%" fill="white"/><g><polyline data-points="-7.75,3.08 -5.4,3.08 -5.4,1.75" data-type="line" data-label="" points="135.9371727748691,179.05759162303664 234.36649214659684,179.05759162303664 234.36649214659684,234.76439790575915" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.75,1.52 -5.875,1.52 -5.875,1.95 -4,1.95 -4,1.75" data-type="line" data-label="" points="135.9371727748691,244.39790575916228 214.47120418848166,244.39790575916228 214.47120418848166,226.38743455497382 293.0052356020942,226.38743455497382 293.0052356020942,234.76439790575915" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,0.6499999999999999 -4,0.44999999999999973 -5.4,0.44999999999999973 -5.4,0.6499999999999999" data-type="line" data-label="" points="293.0052356020942,280.83769633507853 293.0052356020942,289.21465968586386 234.36649214659684,289.21465968586386 234.36649214659684,280.83769633507853" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.75,0.74 -7.3500000000000005,0.74 -7.3500000000000005,0.4499999999999999 -5.4,0.44999999999999973" data-type="line" data-label="" points="135.9371727748691,277.0680628272251 152.69109947643977,277.0680628272251 152.69109947643977,289.21465968586386 234.36649214659684,289.21465968586386" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.75,1 -7.3500000000000005,1 -7.3500000000000005,0.74" data-type="line" data-label="" points="135.9371727748691,266.1780104712042 152.69109947643977,266.1780104712042 152.69109947643977,277.0680628272251" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.75,3.86 -7.3500000000000005,3.86 -7.3500000000000005,1" data-type="line" data-label="" points="135.9371727748691,146.3874345549738 152.69109947643977,146.3874345549738 152.69109947643977,266.1780104712042" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.75,3.6 -7.45,3.6 -7.45,1.26 -7.75,1.26" data-type="line" data-label="" points="135.9371727748691,157.27748691099475 148.5026178010471,157.27748691099475 148.5026178010471,255.28795811518324 135.9371727748691,255.28795811518324" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.75,2.82 -7.65,2.82 -7.65,2.3 -7.75,2.3" data-type="line" data-label="" points="135.9371727748691,189.9476439790576 140.12565445026178,189.9476439790576 140.12565445026178,211.72774869109946 135.9371727748691,211.72774869109946" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.75,2.56 -7.55,2.56 -7.55,2.04 -7.75,2.04" data-type="line" data-label="" points="135.9371727748691,200.83769633507853 144.31413612565444,200.83769633507853 144.31413612565444,222.6178010471204 135.9371727748691,222.6178010471204" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.778,-1.905 -2.7790000000000004,-1.905 -2.7790000000000004,-0.635 -1.778,-0.635" data-type="line" data-label="" points="386.0732984293194,387.85340314136124 344.14659685863876,387.85340314136124 344.14659685863876,334.65968586387436 386.0732984293194,334.65968586387436" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.778,0.635 -2.7790000000000004,0.635 -2.7790000000000004,-0.635" data-type="line" data-label="" points="386.0732984293194,281.4659685863874 344.14659685863876,281.4659685863874 344.14659685863876,334.65968586387436" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.778,1.905 -2.7790000000000004,1.905 -2.7790000000000004,0.635" data-type="line" data-label="" points="386.0732984293194,228.2722513089005 344.14659685863876,228.2722513089005 344.14659685863876,281.4659685863874" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0,-6.35 0,-6.55 -2.7790000000000004,-6.55 -2.7790000000000004,-1.905" data-type="line" data-label="" points="460.5445026178011,574.0314136125655 460.5445026178011,582.4083769633507 344.14659685863876,582.4083769633507 344.14659685863876,387.85340314136124" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.7780000000000005,-1.9050000000000011 2.539,-1.9050000000000011 2.539,-6.55 0,-6.55 0,-6.35" data-type="line" data-label="" points="535.0157068062828,387.8534031413613 566.890052356021,387.8534031413613 566.890052356021,582.4083769633507 460.5445026178011,582.4083769633507 460.5445026178011,574.0314136125655" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.778,-0.635 2.539,-0.635 2.539,-1.9050000000000011" data-type="line" data-label="" points="535.0157068062828,334.65968586387436 566.890052356021,334.65968586387436 566.890052356021,387.8534031413613" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.778,0.635 2.539,0.635 2.539,-0.635" data-type="line" data-label="" points="535.0157068062828,281.4659685863874 566.890052356021,281.4659685863874 566.890052356021,334.65968586387436" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.778,1.905 2.539,1.905 2.539,0.635" data-type="line" data-label="" points="535.0157068062828,228.2722513089005 566.890052356021,228.2722513089005 566.890052356021,281.4659685863874" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.778,2.413 1.9789999999999999,2.413 1.9789999999999999,2.4639999999999995" data-type="line" data-label="" points="535.0157068062828,206.99476439790575 543.4345549738221,206.99476439790575 543.4345549738221,204.85863874345551" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.762,6.35 -0.762,6.3999999999999995 -2.112,6.3999999999999995 -2.112,6.2989999999999995" data-type="line" data-label="" points="428.62827225130894,42.094240837696304 428.62827225130894,40 372.08376963350787,40 372.08376963350787,44.23036649214657" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="J2" data-x="0" data-y="0" x="386.0732984293194" y="42.094240837696304" width="148.94240837696339" height="531.9371727748692" fill="hsl(184, 100%, 50%, 0.8)" stroke="black" stroke-width="0.023874999999999997"/></g><g><rect data-type="rect" data-label="USB1" data-x="-8.5" data-y="2.3" x="73.10994764397904" y="136.33507853403137" width="62.8272251308901" height="150.78534031413616" fill="hsl(133, 100%, 50%, 0.8)" stroke="black" stroke-width="0.023874999999999997"/></g><g><rect data-type="rect" data-label="R1" data-x="-5.4" data-y="1.2" x="223.89528795811518" y="234.76439790575915" width="20.94240837696333" height="46.07329842931938" fill="hsl(71, 100%, 50%, 0.8)" stroke="black" stroke-width="0.023874999999999997"/></g><g><rect data-type="rect" data-label="R2" data-x="-4" data-y="1.2" x="282.5340314136125" y="234.76439790575915" width="20.94240837696333" height="46.07329842931938" fill="hsl(72, 100%, 50%, 0.8)" stroke="black" stroke-width="0.023874999999999997"/></g><g><rect data-type="rect" data-label="netId: SDA
4
4
  globalConnNetId: connectivity_net6" data-x="-1.9589999999999999" data-y="2.413" x="370.9528795811519" y="202.80628272251306" width="15.078534031413596" height="8.376963350785388" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.023874999999999997"/></g><g><rect data-type="rect" data-label="netId: SCL
5
5
  globalConnNetId: connectivity_net7" data-x="-1.9589999999999999" data-y="2.159" x="370.9528795811519" y="213.44502617801044" width="15.078534031413596" height="8.37696335078536" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.023874999999999997"/></g><g><rect data-type="rect" data-label="netId: GND
6
6
  globalConnNetId: connectivity_net31" data-x="0" data-y="-6.76" x="450.4921465968587" y="582.4083769633507" width="20.104712041884795" height="17.591623036649253" fill="#00000066" stroke="#000000" stroke-width="0.023874999999999997"/></g><g><rect data-type="rect" data-label="netId: UP
@@ -185,7 +185,7 @@ orientation: y+" data-x="-4" data-y="1.95" cx="293.0052356020942" cy="226.387434
185
185
  .port-label { fill: rgb(0, 100, 100); }
186
186
  .component-name { fill: rgb(0, 100, 100); }
187
187
 
188
- </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 343.58428183805 215.045796790188 L 474.16764681384 215.045796790188 L 474.16764681384 288.95042462755" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 343.58428183805 215.045796790188 L 474.16764681384 215.045796790188 L 474.16764681384 288.95042462755" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round" 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 343.58428183805 301.730924178372 L 447.77313687192503 301.730924178372 L 447.77313687192503 277.83694675727 L 551.9619919058 277.83694675727 L 551.9619919058 288.95042462755" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 343.58428183805 301.730924178372 L 447.77313687192503 301.730924178372 L 447.77313687192503 277.83694675727 L 551.9619919058 277.83694675727 L 551.9619919058 288.95042462755" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round" 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 551.9619919058 350.07455291409 L 551.9619919058 361.18803078437 L 474.16764681384 361.18803078437 L 474.16764681384 350.07455291409" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 551.9619919058 350.07455291409 L 551.9619919058 361.18803078437 L 474.16764681384 361.18803078437 L 474.16764681384 350.07455291409" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round" 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 343.58428183805 345.073487872464 L 365.81123757861 345.073487872464 L 365.81123757861 361.18803078437 L 474.16764681384 361.18803078437" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 343.58428183805 345.073487872464 L 365.81123757861 345.073487872464 L 365.81123757861 361.18803078437 L 474.16764681384 361.18803078437" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round" 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 343.58428183805 330.62596664110004 L 365.81123757861 330.62596664110004 L 365.81123757861 345.073487872464" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 343.58428183805 330.62596664110004 L 365.81123757861 330.62596664110004 L 365.81123757861 345.073487872464" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round" 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 343.58428183805 171.703233096096 L 365.81123757861 171.703233096096 L 365.81123757861 330.62596664110004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 343.58428183805 171.703233096096 L 365.81123757861 171.703233096096 L 365.81123757861 330.62596664110004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round" 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 343.58428183805 186.15075432746 L 360.25449864347 186.15075432746 L 360.25449864347 316.178445409736 L 343.58428183805 316.178445409736" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 343.58428183805 186.15075432746 L 360.25449864347 186.15075432746 L 360.25449864347 316.178445409736 L 343.58428183805 316.178445409736" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round" 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 343.58428183805 229.49331802155203 L 349.14102077319 229.49331802155203 L 349.14102077319 258.38836048428004 L 343.58428183805 258.38836048428004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 343.58428183805 229.49331802155203 L 349.14102077319 229.49331802155203 L 349.14102077319 258.38836048428004 L 343.58428183805 258.38836048428004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round" 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 343.58428183805 243.940839252916 L 354.69775970833 243.940839252916 L 354.69775970833 272.835881715644 L 343.58428183805 272.835881715644" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 343.58428183805 243.940839252916 L 354.69775970833 243.940839252916 L 354.69775970833 272.835881715644 L 343.58428183805 272.835881715644" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round" 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 675.4327310446108 492.049232706917 L 619.8097743038594 492.049232706917 L 619.8097743038594 421.478648230639 L 675.4327310446108 421.478648230639" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 675.4327310446108 492.049232706917 L 619.8097743038594 492.049232706917 L 619.8097743038594 421.478648230639 L 675.4327310446108 421.478648230639" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round" 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 675.4327310446108 350.908063754361 L 619.8097743038594 350.908063754361 L 619.8097743038594 421.478648230639" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 675.4327310446108 350.908063754361 L 619.8097743038594 350.908063754361 L 619.8097743038594 421.478648230639" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round" 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 675.4327310446108 280.33747927808304 L 619.8097743038594 280.33747927808304 L 619.8097743038594 350.908063754361" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 675.4327310446108 280.33747927808304 L 619.8097743038594 280.33747927808304 L 619.8097743038594 350.908063754361" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round" 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 774.2315493114 739.04627837389 L 774.2315493114 750.15975624417 L 619.8097743038594 750.15975624417 L 619.8097743038594 492.049232706917 L 675.4327310446108 492.049232706917" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 774.2315493114 739.04627837389 L 774.2315493114 750.15975624417 L 619.8097743038594 750.15975624417 L 619.8097743038594 492.049232706917 L 675.4327310446108 492.049232706917" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round" 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 873.0303675781893 492.0492327069171 L 915.3171508746046 492.0492327069171 L 915.3171508746046 750.15975624417 L 774.2315493114 750.15975624417 L 774.2315493114 739.04627837389" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 873.0303675781893 492.0492327069171 L 915.3171508746046 492.0492327069171 L 915.3171508746046 750.15975624417 L 774.2315493114 750.15975624417 L 774.2315493114 739.04627837389" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round" 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 873.0303675781893 421.478648230639 L 915.3171508746046 421.478648230639 L 915.3171508746046 492.0492327069171" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 873.0303675781893 421.478648230639 L 915.3171508746046 421.478648230639 L 915.3171508746046 492.0492327069171" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round" 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 873.0303675781893 350.908063754361 L 915.3171508746046 350.908063754361 L 915.3171508746046 421.478648230639" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 873.0303675781893 350.908063754361 L 915.3171508746046 350.908063754361 L 915.3171508746046 421.478648230639" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round" 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 873.0303675781893 280.33747927808304 L 915.3171508746046 280.33747927808304 L 915.3171508746046 350.908063754361" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 873.0303675781893 280.33747927808304 L 915.3171508746046 280.33747927808304 L 915.3171508746046 350.908063754361" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round" 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 873.0303675781893 252.10924548757183 L 884.1994128378207 252.10924548757183 L 884.1994128378207 249.27530863065044" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 873.0303675781893 252.10924548757183 L 884.1994128378207 252.10924548757183 L 884.1994128378207 249.27530863065044" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round" 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 731.8891986256333 33.34043361111003 L 731.8891986256333 30.562064143540056 L 656.8732230012432 30.562064143540056 L 656.8732230012432 36.17437046803144" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 731.8891986256333 33.34043361111003 L 731.8891986256333 30.562064143540056 L 656.8732230012432 30.562064143540056 L 656.8732230012432 36.17437046803144" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><circle cx="474.16764681384" cy="361.18803078437" r="1.667021680542" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><circle cx="365.81123757861" cy="345.073487872464" r="1.667021680542" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><circle cx="365.81123757861" cy="330.62596664110004" r="1.667021680542" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"><circle cx="675.4327310446108" cy="492.049232706917" r="1.667021680542" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="619.8097743038594" cy="492.049232706917" r="1.667021680542" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="619.8097743038594" cy="421.478648230639" r="1.667021680542" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"><circle cx="619.8097743038594" cy="350.908063754361" r="1.667021680542" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"><circle cx="774.2315493114" cy="739.04627837389" r="1.667021680542" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="774.2315493114" cy="750.15975624417" r="1.667021680542" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"><circle cx="915.3171508746046" cy="492.0492327069171" r="1.667021680542" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"><circle cx="915.3171508746046" cy="421.478648230639" r="1.667021680542" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"><circle cx="915.3171508746046" cy="350.908063754361" r="1.667021680542" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"/><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="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="697.6596867851708" y="55.567389351670045" width="153.14372505245842" height="661.25193328166" stroke-width="1.1113477870280002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="697.6596867851708" y="55.567389351670045" width="153.14372505245842" height="661.25193328166" fill="transparent"/><text class="sch-text" x="774.2315493114" y="386.1933559925" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.002130083252px" transform="rotate(0, 774.2315493114, 386.1933559925)">J2</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="252.10924548757183" x2="676.5440788316389" y2="252.10924548757183" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="675.4327310446108" cy="252.10924548757183" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="674.3213832575829" y="250.99789770054383" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="250.99789770054383" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="266.2233623828274" x2="676.5440788316389" y2="266.2233623828274" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="675.4327310446108" cy="266.2233623828274" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="674.3213832575829" y="265.1120145957994" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="265.11201459579945" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="280.33747927808304" x2="675.4327310446108" y2="280.33747927808304" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="674.3213832575829" y="279.226131491055" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="279.226131491055" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="294.4515961733386" x2="676.5440788316389" y2="294.4515961733386" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="675.4327310446108" cy="294.4515961733386" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="674.3213832575829" y="293.3402483863106" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="293.3402483863106" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="308.5657130685942" x2="676.5440788316389" y2="308.5657130685942" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="675.4327310446108" cy="308.5657130685942" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="674.3213832575829" y="307.4543652815662" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="307.4543652815662" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="322.6798299638498" x2="676.5440788316389" y2="322.6798299638498" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="675.4327310446108" cy="322.6798299638498" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="674.3213832575829" y="321.56848217682176" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="321.5684821768218" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="336.7939468591054" x2="676.5440788316389" y2="336.7939468591054" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="675.4327310446108" cy="336.7939468591054" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="674.3213832575829" y="335.6825990720774" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="335.68259907207744" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="350.908063754361" x2="675.4327310446108" y2="350.908063754361" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="674.3213832575829" y="349.796715967333" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="349.796715967333" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">8</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="365.02218064961664" x2="676.5440788316389" y2="365.02218064961664" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="675.4327310446108" cy="365.02218064961664" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="674.3213832575829" y="363.9108328625886" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="363.9108328625886" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">9</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="379.1362975448722" x2="676.5440788316389" y2="379.1362975448722" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="675.4327310446108" cy="379.1362975448722" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="674.3213832575829" y="378.0249497578442" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="378.02494975784424" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">10</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="393.2504144401278" x2="676.5440788316389" y2="393.2504144401278" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="675.4327310446108" cy="393.2504144401278" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="674.3213832575829" y="392.1390666530998" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="392.1390666530998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">11</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="407.3645313353834" x2="676.5440788316389" y2="407.3645313353834" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="675.4327310446108" cy="407.3645313353834" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="674.3213832575829" y="406.25318354835537" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="406.2531835483554" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">12</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="421.478648230639" x2="675.4327310446108" y2="421.478648230639" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><rect x="674.3213832575829" y="420.367300443611" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="420.36730044361104" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">13</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="435.59276512589463" x2="676.5440788316389" y2="435.59276512589463" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="675.4327310446108" cy="435.59276512589463" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="674.3213832575829" y="434.4814173388666" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="434.4814173388666" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">14</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="449.70688202115025" x2="676.5440788316389" y2="449.70688202115025" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="675.4327310446108" cy="449.70688202115025" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="674.3213832575829" y="448.5955342341222" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="448.5955342341222" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">15</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="463.8209989164058" x2="676.5440788316389" y2="463.8209989164058" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="675.4327310446108" cy="463.8209989164058" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="674.3213832575829" y="462.7096511293778" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="462.7096511293778" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">16</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="477.93511581166143" x2="676.5440788316389" y2="477.93511581166143" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="675.4327310446108" cy="477.93511581166143" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="674.3213832575829" y="476.8237680246334" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="476.8237680246334" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">17</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="492.049232706917" x2="675.4327310446108" y2="492.049232706917" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_17__stack1"><rect x="674.3213832575829" y="490.937884919889" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="490.93788491988903" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">18</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="506.1633496021726" x2="676.5440788316389" y2="506.1633496021726" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_18__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="675.4327310446108" cy="506.1633496021726" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="674.3213832575829" y="505.0520018151446" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="505.0520018151446" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">19</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="520.2774664974282" x2="676.5440788316389" y2="520.2774664974282" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_19__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="675.4327310446108" cy="520.2774664974282" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="674.3213832575829" y="519.1661187104003" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="519.1661187104003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">20</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="520.2774664974282" x2="871.9190197911612" y2="520.2774664974282" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_20__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="873.0303675781893" cy="520.2774664974282" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="871.9190197911613" y="519.1661187104003" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="519.1661187104003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">21</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="506.1633496021726" x2="871.9190197911612" y2="506.1633496021726" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_21__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="873.0303675781893" cy="506.1633496021726" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="871.9190197911613" y="505.0520018151446" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="505.0520018151446" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">22</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="492.049232706917" x2="873.0303675781893" y2="492.049232706917" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_22__stack1"><rect x="871.9190197911613" y="490.937884919889" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="490.93788491988903" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">23</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="477.93511581166143" x2="871.9190197911612" y2="477.93511581166143" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_23__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="873.0303675781893" cy="477.93511581166143" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="871.9190197911613" y="476.8237680246334" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="476.8237680246334" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">24</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="463.8209989164058" x2="871.9190197911612" y2="463.8209989164058" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_24__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="873.0303675781893" cy="463.8209989164058" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="871.9190197911613" y="462.7096511293778" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="462.7096511293778" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">25</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="449.70688202115025" x2="871.9190197911612" y2="449.70688202115025" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_25__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="873.0303675781893" cy="449.70688202115025" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="871.9190197911613" y="448.5955342341222" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="448.5955342341222" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">26</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="435.59276512589463" x2="871.9190197911612" y2="435.59276512589463" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_26__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="873.0303675781893" cy="435.59276512589463" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="871.9190197911613" y="434.4814173388666" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="434.4814173388666" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">27</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="421.478648230639" x2="873.0303675781893" y2="421.478648230639" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_27__stack1"><rect x="871.9190197911613" y="420.367300443611" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="420.36730044361104" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">28</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="407.3645313353834" x2="871.9190197911612" y2="407.3645313353834" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_28__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="873.0303675781893" cy="407.3645313353834" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="871.9190197911613" y="406.25318354835537" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="406.2531835483554" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">29</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="393.2504144401278" x2="871.9190197911612" y2="393.2504144401278" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_29__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="873.0303675781893" cy="393.2504144401278" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="871.9190197911613" y="392.1390666530998" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="392.1390666530998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">30</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="379.1362975448722" x2="871.9190197911612" y2="379.1362975448722" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_30__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="873.0303675781893" cy="379.1362975448722" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="871.9190197911613" y="378.0249497578442" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="378.02494975784424" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">31</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="365.02218064961664" x2="871.9190197911612" y2="365.02218064961664" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_31__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="873.0303675781893" cy="365.02218064961664" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="871.9190197911613" y="363.9108328625886" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="363.9108328625886" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">32</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="350.908063754361" x2="873.0303675781893" y2="350.908063754361" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_32__stack1"><rect x="871.9190197911613" y="349.796715967333" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="349.796715967333" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">33</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="336.7939468591054" x2="871.9190197911612" y2="336.7939468591054" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_33__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="873.0303675781893" cy="336.7939468591054" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="871.9190197911613" y="335.6825990720774" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="335.68259907207744" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">34</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="322.6798299638498" x2="871.9190197911612" y2="322.6798299638498" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_34__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="873.0303675781893" cy="322.6798299638498" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="871.9190197911613" y="321.56848217682176" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="321.5684821768218" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">35</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="308.5657130685942" x2="871.9190197911612" y2="308.5657130685942" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_35__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="873.0303675781893" cy="308.5657130685942" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="871.9190197911613" y="307.4543652815662" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="307.4543652815662" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">36</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="294.4515961733386" x2="871.9190197911612" y2="294.4515961733386" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_36__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="873.0303675781893" cy="294.4515961733386" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="871.9190197911613" y="293.3402483863106" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="293.3402483863106" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">37</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="280.33747927808304" x2="873.0303675781893" y2="280.33747927808304" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_37__stack1"><rect x="871.9190197911613" y="279.226131491055" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="279.226131491055" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">38</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="266.2233623828274" x2="871.9190197911612" y2="266.2233623828274" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_38__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="873.0303675781893" cy="266.2233623828274" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="871.9190197911613" y="265.1120145957994" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="265.11201459579945" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">39</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="252.10924548757183" x2="873.0303675781893" y2="252.10924548757183" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_39__stack1"><rect x="871.9190197911613" y="250.99789770054383" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="250.99789770054383" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">40</text><line class="component-pin sch-component-pin sch-port-line" x1="731.8891986256333" y1="55.567389351670045" x2="731.8891986256333" y2="33.34043361111003" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_40__stack1"><rect x="730.7778508386053" y="32.22908582408203" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="730.7778508386052" y="44.45391148139004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="rotate(-90 730.7778508386052 44.45391148139004)"></text><text class="pin-number sch-pin-label" x="731.8891986256333" y="61.12412828681005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.33510840271px" transform="rotate(-90 731.8891986256333 61.12412828681005)">TP1</text><line class="component-pin sch-component-pin sch-port-line" x1="746.0033155208888" y1="55.567389351670045" x2="746.0033155208888" y2="34.451781398137996" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_41__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="746.0033155208888" cy="33.34043361111003" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="744.8919677338608" y="32.22908582408203" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="744.8919677338608" y="44.45391148139004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="rotate(-90 744.8919677338608 44.45391148139004)"></text><text class="pin-number sch-pin-label" x="746.0033155208888" y="61.12412828681005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.33510840271px" transform="rotate(-90 746.0033155208888 61.12412828681005)">TP2</text><line class="component-pin sch-component-pin sch-port-line" x1="760.1174324161444" y1="55.567389351670045" x2="760.1174324161444" y2="34.451781398137996" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_42__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="760.1174324161444" cy="33.34043361111003" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="759.0060846291165" y="32.22908582408203" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="759.0060846291165" y="44.45391148139004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="rotate(-90 759.0060846291165 44.45391148139004)"></text><text class="pin-number sch-pin-label" x="760.1174324161444" y="61.12412828681005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.33510840271px" transform="rotate(-90 760.1174324161444 61.12412828681005)">TP3</text><line class="component-pin sch-component-pin sch-port-line" x1="774.2315493114" y1="55.567389351670045" x2="774.2315493114" y2="34.451781398137996" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_43__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="774.2315493114" cy="33.34043361111003" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="773.1202015243721" y="32.22908582408203" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="773.1202015243721" y="44.45391148139004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="rotate(-90 773.1202015243721 44.45391148139004)"></text><text class="pin-number sch-pin-label" x="774.2315493114" y="61.12412828681005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.33510840271px" transform="rotate(-90 774.2315493114 61.12412828681005)">TP4</text><line class="component-pin sch-component-pin sch-port-line" x1="788.3456662066557" y1="55.567389351670045" x2="788.3456662066557" y2="34.451781398137996" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_44__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="788.3456662066557" cy="33.34043361111003" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="787.2343184196277" y="32.22908582408203" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="787.2343184196277" y="44.45391148139004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="rotate(-90 787.2343184196277 44.45391148139004)"></text><text class="pin-number sch-pin-label" x="788.3456662066557" y="61.12412828681005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.33510840271px" transform="rotate(-90 788.3456662066557 61.12412828681005)">TP5</text><line class="component-pin sch-component-pin sch-port-line" x1="802.4597831019113" y1="55.567389351670045" x2="802.4597831019113" y2="34.451781398137996" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_45__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="802.4597831019113" cy="33.34043361111003" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="801.3484353148833" y="32.22908582408203" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="801.3484353148832" y="44.45391148139004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="rotate(-90 801.3484353148832 44.45391148139004)"></text><text class="pin-number sch-pin-label" x="802.4597831019113" y="61.12412828681005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.33510840271px" transform="rotate(-90 802.4597831019113 61.12412828681005)">TP6</text><line class="component-pin sch-component-pin sch-port-line" x1="760.1174324161444" y1="716.81932263333" x2="760.1174324161444" y2="737.934930586862" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_46__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="760.1174324161444" cy="739.04627837389" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="759.0060846291165" y="737.934930586862" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="759.0060846291165" y="727.93280050361" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="rotate(-90 759.0060846291165 727.93280050361)"></text><text class="pin-number sch-pin-label" x="760.1174324161444" y="711.2625836981899" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.33510840271px" transform="rotate(-90 760.1174324161444 711.2625836981899)">D1</text><line class="component-pin sch-component-pin sch-port-line" x1="774.2315493114" y1="716.81932263333" x2="774.2315493114" y2="739.04627837389" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_47__stack1"><rect x="773.1202015243721" y="737.934930586862" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="773.1202015243721" y="727.93280050361" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="rotate(-90 773.1202015243721 727.93280050361)"></text><text class="pin-number sch-pin-label" x="774.2315493114" y="711.2625836981899" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.33510840271px" transform="rotate(-90 774.2315493114 711.2625836981899)">D2</text><line class="component-pin sch-component-pin sch-port-line" x1="788.3456662066557" y1="716.81932263333" x2="788.3456662066557" y2="737.934930586862" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_48__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="788.3456662066557" cy="739.04627837389" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="787.2343184196277" y="737.934930586862" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="787.2343184196277" y="727.93280050361" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="rotate(-90 787.2343184196277 727.93280050361)"></text><text class="pin-number sch-pin-label" x="788.3456662066557" y="711.2625836981899" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.33510840271px" transform="rotate(-90 788.3456662066557 711.2625836981899)">D3</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="282.46015355151" y="158.36705965176003" width="38.89717254597997" height="200.04260166503997" stroke-width="1.1113477870280002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="282.46015355151" y="158.36705965176003" width="38.89717254597997" height="200.04260166503997" fill="transparent"/><text class="sch-text" x="301.9087398245" y="258.38836048428004" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.002130083252px" transform="rotate(0, 301.9087398245, 258.38836048428004)">USB1</text><line class="component-pin sch-component-pin sch-port-line" x1="321.35732609749" y1="171.703233096096" x2="343.58428183805" y2="171.703233096096" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="342.472934051022" y="170.591885309068" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="332.47080396777" y="170.591885309068" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="321.35732609749" y1="186.15075432746" x2="343.58428183805" y2="186.15075432746" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="342.472934051022" y="185.039406540432" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="332.47080396777" y="185.039406540432" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="321.35732609749" y1="200.598275558824" x2="342.47293405102204" y2="200.598275558824" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="343.58428183805" cy="200.598275558824" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="342.472934051022" y="199.48692777179602" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="332.47080396777" y="199.48692777179602" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="321.35732609749" y1="215.045796790188" x2="343.58428183805" y2="215.045796790188" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><rect x="342.472934051022" y="213.93444900316" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="332.47080396777" y="213.93444900316" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="321.35732609749" y1="229.49331802155203" x2="343.58428183805" y2="229.49331802155203" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_1_4__stack1"><rect x="342.472934051022" y="228.38197023452403" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="332.47080396777" y="228.381970234524" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="321.35732609749" y1="243.940839252916" x2="343.58428183805" y2="243.940839252916" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_1_5__stack1"><rect x="342.472934051022" y="242.829491465888" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="332.47080396777" y="242.829491465888" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="321.35732609749" y1="258.38836048428004" x2="343.58428183805" y2="258.38836048428004" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_1_6__stack1"><rect x="342.472934051022" y="257.277012697252" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="332.47080396777" y="257.277012697252" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="321.35732609749" y1="272.835881715644" x2="343.58428183805" y2="272.835881715644" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_1_7__stack1"><rect x="342.472934051022" y="271.724533928616" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="332.47080396777" y="271.724533928616" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">8</text><line class="component-pin sch-component-pin sch-port-line" x1="321.35732609749" y1="287.283402947008" x2="342.47293405102204" y2="287.283402947008" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_1_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="343.58428183805" cy="287.283402947008" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="342.472934051022" y="286.17205515998" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="332.47080396777" y="286.17205515998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">9</text><line class="component-pin sch-component-pin sch-port-line" x1="321.35732609749" y1="301.730924178372" x2="343.58428183805" y2="301.730924178372" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_1_9__stack1"><rect x="342.472934051022" y="300.61957639134397" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="332.47080396777" y="300.619576391344" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">10</text><line class="component-pin sch-component-pin sch-port-line" x1="321.35732609749" y1="316.178445409736" x2="343.58428183805" y2="316.178445409736" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_1_10__stack1"><rect x="342.472934051022" y="315.067097622708" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="332.47080396777" y="315.067097622708" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">11</text><line class="component-pin sch-component-pin sch-port-line" x1="321.35732609749" y1="330.62596664110004" x2="343.58428183805" y2="330.62596664110004" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_1_11__stack1"><rect x="342.472934051022" y="329.514618854072" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="332.47080396777" y="329.514618854072" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">12</text><line class="component-pin sch-component-pin sch-port-line" x1="321.35732609749" y1="345.073487872464" x2="343.58428183805" y2="345.073487872464" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_1_12__stack1"><rect x="342.472934051022" y="343.962140085436" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="332.47080396777" y="343.96214008543603" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">13</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component-overlay sch-component-overlay" x="466.0198005132442" y="288.95042462755003" width="16.295692601191604" height="61.124128286539985" fill="transparent"/><path class="sch-component-symbol-path" d="M 474.16764681384 288.95042462755003 L 474.16764681384 299.13981681291625" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 474.16764681384 339.8851607287238 L 474.16764681384 350.07455291409" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 482.3154931144358 299.13981681291625 L 482.3154931144358 339.8851607287238 L 466.0198005132442 339.8851607287238 L 466.0198005132442 299.13981681291625 L 482.3154931144358 299.13981681291625" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="490.46741435691735" y="303.2127212277427" stroke="rgb(245, 241, 237)" stroke-width="1.1113477870280002px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="10.002130083252px">R1</text><text class="sch-component-text" x="490.46741435691735" y="335.81225631389736" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="10.002130083252px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component-overlay sch-component-overlay" x="543.8141456052042" y="288.95042462755003" width="16.295692601191604" height="61.124128286539985" fill="transparent"/><path class="sch-component-symbol-path" d="M 551.9619919058 288.95042462755003 L 551.9619919058 299.13981681291625" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 551.9619919058 339.8851607287238 L 551.9619919058 350.07455291409" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 560.1098382063958 299.13981681291625 L 560.1098382063958 339.8851607287238 L 543.8141456052042 339.8851607287238 L 543.8141456052042 299.13981681291625 L 560.1098382063958 299.13981681291625" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="568.2617594488773" y="303.2127212277427" stroke="rgb(245, 241, 237)" stroke-width="1.1113477870280002px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="10.002130083252px">R2</text><text class="sch-component-text" x="568.2617594488773" y="335.81225631389736" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="10.002130083252px"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="675.4327310446108" cy="252.10924548757183" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="675.4327310446108" cy="266.2233623828274" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="675.4327310446108" cy="280.33747927808304" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="675.4327310446108" cy="294.4515961733386" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="675.4327310446108" cy="308.5657130685942" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="675.4327310446108" cy="322.6798299638498" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="675.4327310446108" cy="336.7939468591054" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="675.4327310446108" cy="350.908063754361" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="675.4327310446108" cy="365.02218064961664" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="675.4327310446108" cy="379.1362975448722" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="675.4327310446108" cy="393.2504144401278" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="675.4327310446108" cy="407.3645313353834" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="675.4327310446108" cy="421.478648230639" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="675.4327310446108" cy="435.59276512589463" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="675.4327310446108" cy="449.70688202115025" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="675.4327310446108" cy="463.8209989164058" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_16__stack1"><circle cx="675.4327310446108" cy="477.93511581166143" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_17__stack1"><circle cx="675.4327310446108" cy="492.049232706917" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_18__stack1"><circle cx="675.4327310446108" cy="506.1633496021726" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_19__stack1"><circle cx="675.4327310446108" cy="520.2774664974282" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_20__stack1"><circle cx="873.0303675781893" cy="520.2774664974282" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_21__stack1"><circle cx="873.0303675781893" cy="506.1633496021726" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_22__stack1"><circle cx="873.0303675781893" cy="492.049232706917" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_23__stack1"><circle cx="873.0303675781893" cy="477.93511581166143" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_24__stack1"><circle cx="873.0303675781893" cy="463.8209989164058" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_25__stack1"><circle cx="873.0303675781893" cy="449.70688202115025" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_26__stack1"><circle cx="873.0303675781893" cy="435.59276512589463" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_27__stack1"><circle cx="873.0303675781893" cy="421.478648230639" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_28__stack1"><circle cx="873.0303675781893" cy="407.3645313353834" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_29__stack1"><circle cx="873.0303675781893" cy="393.2504144401278" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_30__stack1"><circle cx="873.0303675781893" cy="379.1362975448722" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_31__stack1"><circle cx="873.0303675781893" cy="365.02218064961664" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_32__stack1"><circle cx="873.0303675781893" cy="350.908063754361" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_33__stack1"><circle cx="873.0303675781893" cy="336.7939468591054" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_34__stack1"><circle cx="873.0303675781893" cy="322.6798299638498" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_35__stack1"><circle cx="873.0303675781893" cy="308.5657130685942" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_36__stack1"><circle cx="873.0303675781893" cy="294.4515961733386" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_37__stack1"><circle cx="873.0303675781893" cy="280.33747927808304" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_38__stack1"><circle cx="873.0303675781893" cy="266.2233623828274" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_39__stack1"><circle cx="873.0303675781893" cy="252.10924548757183" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_40__stack1"><circle cx="731.8891986256333" cy="33.34043361111003" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_41__stack1"><circle cx="746.0033155208888" cy="33.34043361111003" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_42__stack1"><circle cx="760.1174324161444" cy="33.34043361111003" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_43__stack1"><circle cx="774.2315493114" cy="33.34043361111003" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_44__stack1"><circle cx="788.3456662066557" cy="33.34043361111003" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_45__stack1"><circle cx="802.4597831019113" cy="33.34043361111003" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_46__stack1"><circle cx="760.1174324161444" cy="739.04627837389" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_47__stack1"><circle cx="774.2315493114" cy="739.04627837389" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_48__stack1"><circle cx="788.3456662066557" cy="739.04627837389" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="343.58428183805" cy="171.703233096096" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="343.58428183805" cy="186.15075432746" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="343.58428183805" cy="200.598275558824" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="343.58428183805" cy="215.045796790188" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_4__stack1"><circle cx="343.58428183805" cy="229.49331802155203" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_5__stack1"><circle cx="343.58428183805" cy="243.940839252916" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_6__stack1"><circle cx="343.58428183805" cy="258.38836048428004" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_7__stack1"><circle cx="343.58428183805" cy="272.835881715644" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_8__stack1"><circle cx="343.58428183805" cy="287.283402947008" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_9__stack1"><circle cx="343.58428183805" cy="301.730924178372" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_10__stack1"><circle cx="343.58428183805" cy="316.178445409736" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_11__stack1"><circle cx="343.58428183805" cy="330.62596664110004" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_12__stack1"><circle cx="343.58428183805" cy="345.073487872464" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="474.16764681384" cy="302.8422719654" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="474.16764681384" cy="363.96640025194" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="551.9619919058" cy="302.8422719654" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="551.9619919058" cy="363.96640025194" r="2.2226955740560004" 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="
188
+ </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 343.58428183805 215.045796790188 L 474.16764681384 215.045796790188 L 474.16764681384 288.95042462755" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 343.58428183805 215.045796790188 L 474.16764681384 215.045796790188 L 474.16764681384 288.95042462755" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round" 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 343.58428183805 301.730924178372 L 447.77313687192503 301.730924178372 L 447.77313687192503 277.83694675727 L 551.9619919058 277.83694675727 L 551.9619919058 288.95042462755" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 343.58428183805 301.730924178372 L 447.77313687192503 301.730924178372 L 447.77313687192503 277.83694675727 L 551.9619919058 277.83694675727 L 551.9619919058 288.95042462755" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round" 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 551.9619919058 350.07455291409 L 551.9619919058 361.18803078437 L 474.16764681384 361.18803078437 L 474.16764681384 350.07455291409" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 551.9619919058 350.07455291409 L 551.9619919058 361.18803078437 L 474.16764681384 361.18803078437 L 474.16764681384 350.07455291409" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round" 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 343.58428183805 345.073487872464 L 365.81123757861 345.073487872464 L 365.81123757861 361.18803078437 L 474.16764681384 361.18803078437" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 343.58428183805 345.073487872464 L 365.81123757861 345.073487872464 L 365.81123757861 361.18803078437 L 474.16764681384 361.18803078437" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round" 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 343.58428183805 330.62596664110004 L 365.81123757861 330.62596664110004 L 365.81123757861 345.073487872464" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 343.58428183805 330.62596664110004 L 365.81123757861 330.62596664110004 L 365.81123757861 345.073487872464" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round" 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 343.58428183805 171.703233096096 L 365.81123757861 171.703233096096 L 365.81123757861 330.62596664110004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 343.58428183805 171.703233096096 L 365.81123757861 171.703233096096 L 365.81123757861 330.62596664110004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round" 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 343.58428183805 186.15075432746 L 360.25449864347 186.15075432746 L 360.25449864347 316.178445409736 L 343.58428183805 316.178445409736" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 343.58428183805 186.15075432746 L 360.25449864347 186.15075432746 L 360.25449864347 316.178445409736 L 343.58428183805 316.178445409736" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round" 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 343.58428183805 229.49331802155203 L 349.14102077319 229.49331802155203 L 349.14102077319 258.38836048428004 L 343.58428183805 258.38836048428004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 343.58428183805 229.49331802155203 L 349.14102077319 229.49331802155203 L 349.14102077319 258.38836048428004 L 343.58428183805 258.38836048428004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round" 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 343.58428183805 243.940839252916 L 354.69775970833 243.940839252916 L 354.69775970833 272.835881715644 L 343.58428183805 272.835881715644" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 343.58428183805 243.940839252916 L 354.69775970833 243.940839252916 L 354.69775970833 272.835881715644 L 343.58428183805 272.835881715644" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round" 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 675.4327310446108 492.049232706917 L 619.8097743038594 492.049232706917 L 619.8097743038594 421.478648230639 L 675.4327310446108 421.478648230639" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 675.4327310446108 492.049232706917 L 619.8097743038594 492.049232706917 L 619.8097743038594 421.478648230639 L 675.4327310446108 421.478648230639" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round" 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 675.4327310446108 350.908063754361 L 619.8097743038594 350.908063754361 L 619.8097743038594 421.478648230639" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 675.4327310446108 350.908063754361 L 619.8097743038594 350.908063754361 L 619.8097743038594 421.478648230639" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round" 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 675.4327310446108 280.33747927808304 L 619.8097743038594 280.33747927808304 L 619.8097743038594 350.908063754361" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 675.4327310446108 280.33747927808304 L 619.8097743038594 280.33747927808304 L 619.8097743038594 350.908063754361" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round" 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 774.2315493114 739.04627837389 L 774.2315493114 750.15975624417 L 619.8097743038594 750.15975624417 L 619.8097743038594 492.049232706917" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 774.2315493114 739.04627837389 L 774.2315493114 750.15975624417 L 619.8097743038594 750.15975624417 L 619.8097743038594 492.049232706917" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round" 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 873.0303675781893 492.0492327069171 L 915.3171508746046 492.0492327069171 L 915.3171508746046 750.15975624417 L 774.2315493114 750.15975624417 L 774.2315493114 739.04627837389" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 873.0303675781893 492.0492327069171 L 915.3171508746046 492.0492327069171 L 915.3171508746046 750.15975624417 L 774.2315493114 750.15975624417 L 774.2315493114 739.04627837389" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round" 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 873.0303675781893 421.478648230639 L 915.3171508746046 421.478648230639 L 915.3171508746046 492.0492327069171" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 873.0303675781893 421.478648230639 L 915.3171508746046 421.478648230639 L 915.3171508746046 492.0492327069171" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round" 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 873.0303675781893 350.908063754361 L 915.3171508746046 350.908063754361 L 915.3171508746046 421.478648230639" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 873.0303675781893 350.908063754361 L 915.3171508746046 350.908063754361 L 915.3171508746046 421.478648230639" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round" 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 873.0303675781893 280.33747927808304 L 915.3171508746046 280.33747927808304 L 915.3171508746046 350.908063754361" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 873.0303675781893 280.33747927808304 L 915.3171508746046 280.33747927808304 L 915.3171508746046 350.908063754361" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round" 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 873.0303675781893 252.10924548757183 L 884.1994128378207 252.10924548757183 L 884.1994128378207 249.27530863065044" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 873.0303675781893 252.10924548757183 L 884.1994128378207 252.10924548757183 L 884.1994128378207 249.27530863065044" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round" 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 731.8891986256333 33.34043361111003 L 731.8891986256333 30.562064143540056 L 656.8732230012432 30.562064143540056 L 656.8732230012432 36.17437046803144" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 731.8891986256333 33.34043361111003 L 731.8891986256333 30.562064143540056 L 656.8732230012432 30.562064143540056 L 656.8732230012432 36.17437046803144" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><circle cx="474.16764681384" cy="361.18803078437" r="1.667021680542" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><circle cx="365.81123757861" cy="345.073487872464" r="1.667021680542" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><circle cx="365.81123757861" cy="330.62596664110004" r="1.667021680542" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"><circle cx="619.8097743038594" cy="492.049232706917" r="1.667021680542" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="619.8097743038594" cy="421.478648230639" r="1.667021680542" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"><circle cx="619.8097743038594" cy="350.908063754361" r="1.667021680542" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"><circle cx="774.2315493114" cy="739.04627837389" r="1.667021680542" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="774.2315493114" cy="750.15975624417" r="1.667021680542" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"><circle cx="915.3171508746046" cy="492.0492327069171" r="1.667021680542" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"><circle cx="915.3171508746046" cy="421.478648230639" r="1.667021680542" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"><circle cx="915.3171508746046" cy="350.908063754361" r="1.667021680542" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"/><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="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="697.6596867851708" y="55.567389351670045" width="153.14372505245842" height="661.25193328166" stroke-width="1.1113477870280002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="697.6596867851708" y="55.567389351670045" width="153.14372505245842" height="661.25193328166" fill="transparent"/><text class="sch-text" x="774.2315493114" y="386.1933559925" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.002130083252px" transform="rotate(0, 774.2315493114, 386.1933559925)">J2</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="252.10924548757183" x2="676.5440788316389" y2="252.10924548757183" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="675.4327310446108" cy="252.10924548757183" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="674.3213832575829" y="250.99789770054383" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="250.99789770054383" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="266.2233623828274" x2="676.5440788316389" y2="266.2233623828274" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="675.4327310446108" cy="266.2233623828274" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="674.3213832575829" y="265.1120145957994" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="265.11201459579945" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="280.33747927808304" x2="675.4327310446108" y2="280.33747927808304" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="674.3213832575829" y="279.226131491055" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="279.226131491055" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="294.4515961733386" x2="676.5440788316389" y2="294.4515961733386" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="675.4327310446108" cy="294.4515961733386" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="674.3213832575829" y="293.3402483863106" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="293.3402483863106" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="308.5657130685942" x2="676.5440788316389" y2="308.5657130685942" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="675.4327310446108" cy="308.5657130685942" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="674.3213832575829" y="307.4543652815662" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="307.4543652815662" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="322.6798299638498" x2="676.5440788316389" y2="322.6798299638498" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="675.4327310446108" cy="322.6798299638498" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="674.3213832575829" y="321.56848217682176" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="321.5684821768218" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="336.7939468591054" x2="676.5440788316389" y2="336.7939468591054" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="675.4327310446108" cy="336.7939468591054" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="674.3213832575829" y="335.6825990720774" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="335.68259907207744" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="350.908063754361" x2="675.4327310446108" y2="350.908063754361" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="674.3213832575829" y="349.796715967333" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="349.796715967333" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">8</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="365.02218064961664" x2="676.5440788316389" y2="365.02218064961664" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="675.4327310446108" cy="365.02218064961664" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="674.3213832575829" y="363.9108328625886" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="363.9108328625886" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">9</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="379.1362975448722" x2="676.5440788316389" y2="379.1362975448722" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="675.4327310446108" cy="379.1362975448722" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="674.3213832575829" y="378.0249497578442" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="378.02494975784424" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">10</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="393.2504144401278" x2="676.5440788316389" y2="393.2504144401278" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="675.4327310446108" cy="393.2504144401278" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="674.3213832575829" y="392.1390666530998" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="392.1390666530998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">11</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="407.3645313353834" x2="676.5440788316389" y2="407.3645313353834" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="675.4327310446108" cy="407.3645313353834" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="674.3213832575829" y="406.25318354835537" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="406.2531835483554" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">12</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="421.478648230639" x2="675.4327310446108" y2="421.478648230639" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><rect x="674.3213832575829" y="420.367300443611" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="420.36730044361104" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">13</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="435.59276512589463" x2="676.5440788316389" y2="435.59276512589463" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="675.4327310446108" cy="435.59276512589463" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="674.3213832575829" y="434.4814173388666" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="434.4814173388666" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">14</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="449.70688202115025" x2="676.5440788316389" y2="449.70688202115025" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="675.4327310446108" cy="449.70688202115025" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="674.3213832575829" y="448.5955342341222" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="448.5955342341222" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">15</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="463.8209989164058" x2="676.5440788316389" y2="463.8209989164058" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="675.4327310446108" cy="463.8209989164058" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="674.3213832575829" y="462.7096511293778" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="462.7096511293778" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">16</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="477.93511581166143" x2="676.5440788316389" y2="477.93511581166143" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="675.4327310446108" cy="477.93511581166143" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="674.3213832575829" y="476.8237680246334" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="476.8237680246334" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">17</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="492.049232706917" x2="675.4327310446108" y2="492.049232706917" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_17__stack1"><rect x="674.3213832575829" y="490.937884919889" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="490.93788491988903" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">18</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="506.1633496021726" x2="676.5440788316389" y2="506.1633496021726" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_18__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="675.4327310446108" cy="506.1633496021726" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="674.3213832575829" y="505.0520018151446" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="505.0520018151446" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">19</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="520.2774664974282" x2="676.5440788316389" y2="520.2774664974282" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_19__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="675.4327310446108" cy="520.2774664974282" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="674.3213832575829" y="519.1661187104003" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="519.1661187104003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">20</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="520.2774664974282" x2="871.9190197911612" y2="520.2774664974282" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_20__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="873.0303675781893" cy="520.2774664974282" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="871.9190197911613" y="519.1661187104003" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="519.1661187104003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">21</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="506.1633496021726" x2="871.9190197911612" y2="506.1633496021726" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_21__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="873.0303675781893" cy="506.1633496021726" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="871.9190197911613" y="505.0520018151446" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="505.0520018151446" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">22</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="492.049232706917" x2="873.0303675781893" y2="492.049232706917" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_22__stack1"><rect x="871.9190197911613" y="490.937884919889" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="490.93788491988903" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">23</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="477.93511581166143" x2="871.9190197911612" y2="477.93511581166143" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_23__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="873.0303675781893" cy="477.93511581166143" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="871.9190197911613" y="476.8237680246334" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="476.8237680246334" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">24</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="463.8209989164058" x2="871.9190197911612" y2="463.8209989164058" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_24__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="873.0303675781893" cy="463.8209989164058" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="871.9190197911613" y="462.7096511293778" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="462.7096511293778" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">25</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="449.70688202115025" x2="871.9190197911612" y2="449.70688202115025" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_25__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="873.0303675781893" cy="449.70688202115025" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="871.9190197911613" y="448.5955342341222" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="448.5955342341222" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">26</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="435.59276512589463" x2="871.9190197911612" y2="435.59276512589463" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_26__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="873.0303675781893" cy="435.59276512589463" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="871.9190197911613" y="434.4814173388666" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="434.4814173388666" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">27</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="421.478648230639" x2="873.0303675781893" y2="421.478648230639" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_27__stack1"><rect x="871.9190197911613" y="420.367300443611" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="420.36730044361104" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">28</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="407.3645313353834" x2="871.9190197911612" y2="407.3645313353834" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_28__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="873.0303675781893" cy="407.3645313353834" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="871.9190197911613" y="406.25318354835537" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="406.2531835483554" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">29</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="393.2504144401278" x2="871.9190197911612" y2="393.2504144401278" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_29__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="873.0303675781893" cy="393.2504144401278" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="871.9190197911613" y="392.1390666530998" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="392.1390666530998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">30</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="379.1362975448722" x2="871.9190197911612" y2="379.1362975448722" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_30__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="873.0303675781893" cy="379.1362975448722" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="871.9190197911613" y="378.0249497578442" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="378.02494975784424" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">31</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="365.02218064961664" x2="871.9190197911612" y2="365.02218064961664" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_31__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="873.0303675781893" cy="365.02218064961664" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="871.9190197911613" y="363.9108328625886" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="363.9108328625886" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">32</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="350.908063754361" x2="873.0303675781893" y2="350.908063754361" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_32__stack1"><rect x="871.9190197911613" y="349.796715967333" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="349.796715967333" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">33</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="336.7939468591054" x2="871.9190197911612" y2="336.7939468591054" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_33__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="873.0303675781893" cy="336.7939468591054" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="871.9190197911613" y="335.6825990720774" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="335.68259907207744" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">34</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="322.6798299638498" x2="871.9190197911612" y2="322.6798299638498" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_34__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="873.0303675781893" cy="322.6798299638498" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="871.9190197911613" y="321.56848217682176" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="321.5684821768218" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">35</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="308.5657130685942" x2="871.9190197911612" y2="308.5657130685942" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_35__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="873.0303675781893" cy="308.5657130685942" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="871.9190197911613" y="307.4543652815662" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="307.4543652815662" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">36</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="294.4515961733386" x2="871.9190197911612" y2="294.4515961733386" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_36__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="873.0303675781893" cy="294.4515961733386" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="871.9190197911613" y="293.3402483863106" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="293.3402483863106" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">37</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="280.33747927808304" x2="873.0303675781893" y2="280.33747927808304" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_37__stack1"><rect x="871.9190197911613" y="279.226131491055" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="279.226131491055" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">38</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="266.2233623828274" x2="871.9190197911612" y2="266.2233623828274" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_38__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="873.0303675781893" cy="266.2233623828274" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="871.9190197911613" y="265.1120145957994" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="265.11201459579945" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">39</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="252.10924548757183" x2="873.0303675781893" y2="252.10924548757183" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_39__stack1"><rect x="871.9190197911613" y="250.99789770054383" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="250.99789770054383" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">40</text><line class="component-pin sch-component-pin sch-port-line" x1="731.8891986256333" y1="55.567389351670045" x2="731.8891986256333" y2="33.34043361111003" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_40__stack1"><rect x="730.7778508386053" y="32.22908582408203" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="730.7778508386052" y="44.45391148139004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="rotate(-90 730.7778508386052 44.45391148139004)"></text><text class="pin-number sch-pin-label" x="731.8891986256333" y="61.12412828681005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.33510840271px" transform="rotate(-90 731.8891986256333 61.12412828681005)">TP1</text><line class="component-pin sch-component-pin sch-port-line" x1="746.0033155208888" y1="55.567389351670045" x2="746.0033155208888" y2="34.451781398137996" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_41__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="746.0033155208888" cy="33.34043361111003" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="744.8919677338608" y="32.22908582408203" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="744.8919677338608" y="44.45391148139004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="rotate(-90 744.8919677338608 44.45391148139004)"></text><text class="pin-number sch-pin-label" x="746.0033155208888" y="61.12412828681005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.33510840271px" transform="rotate(-90 746.0033155208888 61.12412828681005)">TP2</text><line class="component-pin sch-component-pin sch-port-line" x1="760.1174324161444" y1="55.567389351670045" x2="760.1174324161444" y2="34.451781398137996" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_42__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="760.1174324161444" cy="33.34043361111003" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="759.0060846291165" y="32.22908582408203" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="759.0060846291165" y="44.45391148139004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="rotate(-90 759.0060846291165 44.45391148139004)"></text><text class="pin-number sch-pin-label" x="760.1174324161444" y="61.12412828681005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.33510840271px" transform="rotate(-90 760.1174324161444 61.12412828681005)">TP3</text><line class="component-pin sch-component-pin sch-port-line" x1="774.2315493114" y1="55.567389351670045" x2="774.2315493114" y2="34.451781398137996" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_43__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="774.2315493114" cy="33.34043361111003" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="773.1202015243721" y="32.22908582408203" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="773.1202015243721" y="44.45391148139004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="rotate(-90 773.1202015243721 44.45391148139004)"></text><text class="pin-number sch-pin-label" x="774.2315493114" y="61.12412828681005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.33510840271px" transform="rotate(-90 774.2315493114 61.12412828681005)">TP4</text><line class="component-pin sch-component-pin sch-port-line" x1="788.3456662066557" y1="55.567389351670045" x2="788.3456662066557" y2="34.451781398137996" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_44__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="788.3456662066557" cy="33.34043361111003" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="787.2343184196277" y="32.22908582408203" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="787.2343184196277" y="44.45391148139004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="rotate(-90 787.2343184196277 44.45391148139004)"></text><text class="pin-number sch-pin-label" x="788.3456662066557" y="61.12412828681005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.33510840271px" transform="rotate(-90 788.3456662066557 61.12412828681005)">TP5</text><line class="component-pin sch-component-pin sch-port-line" x1="802.4597831019113" y1="55.567389351670045" x2="802.4597831019113" y2="34.451781398137996" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_45__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="802.4597831019113" cy="33.34043361111003" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="801.3484353148833" y="32.22908582408203" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="801.3484353148832" y="44.45391148139004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="rotate(-90 801.3484353148832 44.45391148139004)"></text><text class="pin-number sch-pin-label" x="802.4597831019113" y="61.12412828681005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.33510840271px" transform="rotate(-90 802.4597831019113 61.12412828681005)">TP6</text><line class="component-pin sch-component-pin sch-port-line" x1="760.1174324161444" y1="716.81932263333" x2="760.1174324161444" y2="737.934930586862" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_46__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="760.1174324161444" cy="739.04627837389" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="759.0060846291165" y="737.934930586862" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="759.0060846291165" y="727.93280050361" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="rotate(-90 759.0060846291165 727.93280050361)"></text><text class="pin-number sch-pin-label" x="760.1174324161444" y="711.2625836981899" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.33510840271px" transform="rotate(-90 760.1174324161444 711.2625836981899)">D1</text><line class="component-pin sch-component-pin sch-port-line" x1="774.2315493114" y1="716.81932263333" x2="774.2315493114" y2="739.04627837389" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_47__stack1"><rect x="773.1202015243721" y="737.934930586862" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="773.1202015243721" y="727.93280050361" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="rotate(-90 773.1202015243721 727.93280050361)"></text><text class="pin-number sch-pin-label" x="774.2315493114" y="711.2625836981899" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.33510840271px" transform="rotate(-90 774.2315493114 711.2625836981899)">D2</text><line class="component-pin sch-component-pin sch-port-line" x1="788.3456662066557" y1="716.81932263333" x2="788.3456662066557" y2="737.934930586862" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_48__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="788.3456662066557" cy="739.04627837389" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="787.2343184196277" y="737.934930586862" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="787.2343184196277" y="727.93280050361" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="rotate(-90 787.2343184196277 727.93280050361)"></text><text class="pin-number sch-pin-label" x="788.3456662066557" y="711.2625836981899" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.33510840271px" transform="rotate(-90 788.3456662066557 711.2625836981899)">D3</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="282.46015355151" y="158.36705965176003" width="38.89717254597997" height="200.04260166503997" stroke-width="1.1113477870280002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="282.46015355151" y="158.36705965176003" width="38.89717254597997" height="200.04260166503997" fill="transparent"/><text class="sch-text" x="301.9087398245" y="258.38836048428004" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.002130083252px" transform="rotate(0, 301.9087398245, 258.38836048428004)">USB1</text><line class="component-pin sch-component-pin sch-port-line" x1="321.35732609749" y1="171.703233096096" x2="343.58428183805" y2="171.703233096096" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="342.472934051022" y="170.591885309068" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="332.47080396777" y="170.591885309068" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="321.35732609749" y1="186.15075432746" x2="343.58428183805" y2="186.15075432746" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="342.472934051022" y="185.039406540432" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="332.47080396777" y="185.039406540432" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="321.35732609749" y1="200.598275558824" x2="342.47293405102204" y2="200.598275558824" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="343.58428183805" cy="200.598275558824" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="342.472934051022" y="199.48692777179602" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="332.47080396777" y="199.48692777179602" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="321.35732609749" y1="215.045796790188" x2="343.58428183805" y2="215.045796790188" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><rect x="342.472934051022" y="213.93444900316" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="332.47080396777" y="213.93444900316" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="321.35732609749" y1="229.49331802155203" x2="343.58428183805" y2="229.49331802155203" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_1_4__stack1"><rect x="342.472934051022" y="228.38197023452403" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="332.47080396777" y="228.381970234524" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="321.35732609749" y1="243.940839252916" x2="343.58428183805" y2="243.940839252916" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_1_5__stack1"><rect x="342.472934051022" y="242.829491465888" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="332.47080396777" y="242.829491465888" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="321.35732609749" y1="258.38836048428004" x2="343.58428183805" y2="258.38836048428004" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_1_6__stack1"><rect x="342.472934051022" y="257.277012697252" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="332.47080396777" y="257.277012697252" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="321.35732609749" y1="272.835881715644" x2="343.58428183805" y2="272.835881715644" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_1_7__stack1"><rect x="342.472934051022" y="271.724533928616" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="332.47080396777" y="271.724533928616" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">8</text><line class="component-pin sch-component-pin sch-port-line" x1="321.35732609749" y1="287.283402947008" x2="342.47293405102204" y2="287.283402947008" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_1_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="343.58428183805" cy="287.283402947008" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="342.472934051022" y="286.17205515998" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="332.47080396777" y="286.17205515998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">9</text><line class="component-pin sch-component-pin sch-port-line" x1="321.35732609749" y1="301.730924178372" x2="343.58428183805" y2="301.730924178372" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_1_9__stack1"><rect x="342.472934051022" y="300.61957639134397" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="332.47080396777" y="300.619576391344" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">10</text><line class="component-pin sch-component-pin sch-port-line" x1="321.35732609749" y1="316.178445409736" x2="343.58428183805" y2="316.178445409736" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_1_10__stack1"><rect x="342.472934051022" y="315.067097622708" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="332.47080396777" y="315.067097622708" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">11</text><line class="component-pin sch-component-pin sch-port-line" x1="321.35732609749" y1="330.62596664110004" x2="343.58428183805" y2="330.62596664110004" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_1_11__stack1"><rect x="342.472934051022" y="329.514618854072" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="332.47080396777" y="329.514618854072" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">12</text><line class="component-pin sch-component-pin sch-port-line" x1="321.35732609749" y1="345.073487872464" x2="343.58428183805" y2="345.073487872464" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_1_12__stack1"><rect x="342.472934051022" y="343.962140085436" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="332.47080396777" y="343.96214008543603" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">13</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component-overlay sch-component-overlay" x="466.0198005132442" y="288.95042462755003" width="16.295692601191604" height="61.124128286539985" fill="transparent"/><path class="sch-component-symbol-path" d="M 474.16764681384 288.95042462755003 L 474.16764681384 299.13981681291625" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 474.16764681384 339.8851607287238 L 474.16764681384 350.07455291409" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 482.3154931144358 299.13981681291625 L 482.3154931144358 339.8851607287238 L 466.0198005132442 339.8851607287238 L 466.0198005132442 299.13981681291625 L 482.3154931144358 299.13981681291625" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="490.46741435691735" y="303.2127212277427" stroke="rgb(245, 241, 237)" stroke-width="1.1113477870280002px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="10.002130083252px">R1</text><text class="sch-component-text" x="490.46741435691735" y="335.81225631389736" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="10.002130083252px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component-overlay sch-component-overlay" x="543.8141456052042" y="288.95042462755003" width="16.295692601191604" height="61.124128286539985" fill="transparent"/><path class="sch-component-symbol-path" d="M 551.9619919058 288.95042462755003 L 551.9619919058 299.13981681291625" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 551.9619919058 339.8851607287238 L 551.9619919058 350.07455291409" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 560.1098382063958 299.13981681291625 L 560.1098382063958 339.8851607287238 L 543.8141456052042 339.8851607287238 L 543.8141456052042 299.13981681291625 L 560.1098382063958 299.13981681291625" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="568.2617594488773" y="303.2127212277427" stroke="rgb(245, 241, 237)" stroke-width="1.1113477870280002px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="10.002130083252px">R2</text><text class="sch-component-text" x="568.2617594488773" y="335.81225631389736" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="10.002130083252px"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="675.4327310446108" cy="252.10924548757183" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="675.4327310446108" cy="266.2233623828274" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="675.4327310446108" cy="280.33747927808304" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="675.4327310446108" cy="294.4515961733386" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="675.4327310446108" cy="308.5657130685942" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="675.4327310446108" cy="322.6798299638498" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="675.4327310446108" cy="336.7939468591054" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="675.4327310446108" cy="350.908063754361" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="675.4327310446108" cy="365.02218064961664" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="675.4327310446108" cy="379.1362975448722" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="675.4327310446108" cy="393.2504144401278" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="675.4327310446108" cy="407.3645313353834" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="675.4327310446108" cy="421.478648230639" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="675.4327310446108" cy="435.59276512589463" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="675.4327310446108" cy="449.70688202115025" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="675.4327310446108" cy="463.8209989164058" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_16__stack1"><circle cx="675.4327310446108" cy="477.93511581166143" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_17__stack1"><circle cx="675.4327310446108" cy="492.049232706917" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_18__stack1"><circle cx="675.4327310446108" cy="506.1633496021726" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_19__stack1"><circle cx="675.4327310446108" cy="520.2774664974282" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_20__stack1"><circle cx="873.0303675781893" cy="520.2774664974282" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_21__stack1"><circle cx="873.0303675781893" cy="506.1633496021726" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_22__stack1"><circle cx="873.0303675781893" cy="492.049232706917" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_23__stack1"><circle cx="873.0303675781893" cy="477.93511581166143" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_24__stack1"><circle cx="873.0303675781893" cy="463.8209989164058" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_25__stack1"><circle cx="873.0303675781893" cy="449.70688202115025" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_26__stack1"><circle cx="873.0303675781893" cy="435.59276512589463" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_27__stack1"><circle cx="873.0303675781893" cy="421.478648230639" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_28__stack1"><circle cx="873.0303675781893" cy="407.3645313353834" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_29__stack1"><circle cx="873.0303675781893" cy="393.2504144401278" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_30__stack1"><circle cx="873.0303675781893" cy="379.1362975448722" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_31__stack1"><circle cx="873.0303675781893" cy="365.02218064961664" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_32__stack1"><circle cx="873.0303675781893" cy="350.908063754361" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_33__stack1"><circle cx="873.0303675781893" cy="336.7939468591054" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_34__stack1"><circle cx="873.0303675781893" cy="322.6798299638498" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_35__stack1"><circle cx="873.0303675781893" cy="308.5657130685942" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_36__stack1"><circle cx="873.0303675781893" cy="294.4515961733386" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_37__stack1"><circle cx="873.0303675781893" cy="280.33747927808304" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_38__stack1"><circle cx="873.0303675781893" cy="266.2233623828274" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_39__stack1"><circle cx="873.0303675781893" cy="252.10924548757183" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_40__stack1"><circle cx="731.8891986256333" cy="33.34043361111003" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_41__stack1"><circle cx="746.0033155208888" cy="33.34043361111003" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_42__stack1"><circle cx="760.1174324161444" cy="33.34043361111003" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_43__stack1"><circle cx="774.2315493114" cy="33.34043361111003" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_44__stack1"><circle cx="788.3456662066557" cy="33.34043361111003" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_45__stack1"><circle cx="802.4597831019113" cy="33.34043361111003" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_46__stack1"><circle cx="760.1174324161444" cy="739.04627837389" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_47__stack1"><circle cx="774.2315493114" cy="739.04627837389" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_48__stack1"><circle cx="788.3456662066557" cy="739.04627837389" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="343.58428183805" cy="171.703233096096" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="343.58428183805" cy="186.15075432746" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="343.58428183805" cy="200.598275558824" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="343.58428183805" cy="215.045796790188" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_4__stack1"><circle cx="343.58428183805" cy="229.49331802155203" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_5__stack1"><circle cx="343.58428183805" cy="243.940839252916" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_6__stack1"><circle cx="343.58428183805" cy="258.38836048428004" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_7__stack1"><circle cx="343.58428183805" cy="272.835881715644" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_8__stack1"><circle cx="343.58428183805" cy="287.283402947008" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_9__stack1"><circle cx="343.58428183805" cy="301.730924178372" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_10__stack1"><circle cx="343.58428183805" cy="316.178445409736" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_11__stack1"><circle cx="343.58428183805" cy="330.62596664110004" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_12__stack1"><circle cx="343.58428183805" cy="345.073487872464" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="474.16764681384" cy="302.8422719654" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="474.16764681384" cy="363.96640025194" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="551.9619919058" cy="302.8422719654" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="551.9619919058" cy="363.96640025194" r="2.2226955740560004" 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="
189
189
  M 675.4327310446108,252.10924548757183
190
190
  L 672.4320920196352,257.6659844227118
191
191
  L 653.3761819647284,257.6659844227118