@tscircuit/schematic-trace-solver 0.0.160 → 0.0.162

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 (63) hide show
  1. package/dist/index.d.ts +5 -0
  2. package/dist/index.js +221 -29
  3. package/lib/solvers/AvailableNetOrientationSolver/AvailableNetOrientationSolver.ts +210 -6
  4. package/lib/solvers/MspConnectionPairSolver/MspConnectionPairSolver.ts +28 -21
  5. package/lib/solvers/MspConnectionPairSolver/getMspConnectionPairsFromPins.ts +3 -3
  6. package/lib/solvers/MspConnectionPairSolver/shouldSeparateGroundNetRows.ts +40 -0
  7. package/lib/solvers/TraceCleanupSolver/sameNetRailAlignment/getFixedLabelCoordinate.ts +44 -13
  8. package/lib/types/InputProblem.ts +3 -0
  9. package/package.json +1 -1
  10. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +1 -1
  11. package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +1 -1
  12. package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +79 -79
  13. package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +85 -85
  14. package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +1 -1
  15. package/tests/bug-reports/bug-report-20260804T095800Z/__snapshots__/bug-report-20260804T095800Z.snap.svg +163 -163
  16. package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +547 -547
  17. package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +13 -13
  18. package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +267 -267
  19. package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +267 -267
  20. package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +109 -109
  21. package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +1 -1
  22. package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +49 -49
  23. package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +1 -1
  24. package/tests/bug-reports/bug-report-20260825T045913Z/__snapshots__/bug-report-20260825T045913Z.snap.svg +103 -103
  25. package/tests/bug-reports/bug-report-20260825T103621Z/__snapshots__/bug-report-20260825T103621Z.snap.svg +103 -103
  26. package/tests/bug-reports/bug-report-20260826T072956Z/__snapshots__/bug-report-20260826T072956Z.snap.svg +163 -163
  27. package/tests/examples/__snapshots__/example51.snap.svg +568 -568
  28. package/tests/fixtures/convertSolverOutputToCircuitJson.test.ts +16 -1
  29. package/tests/fixtures/convertSolverOutputToCircuitJson.ts +23 -12
  30. package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +736 -736
  31. package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +79 -79
  32. package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +127 -127
  33. package/tests/repros/__snapshots__/repro-bluetooth-controller-ground-decoupling-groups.snap.svg +115 -0
  34. package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +31 -31
  35. package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +121 -121
  36. package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +43 -43
  37. package/tests/repros/__snapshots__/repro-core-555-power-cross-net-overlap.snap.svg +19 -19
  38. package/tests/repros/__snapshots__/repro-core-ground-inline-label-fallback.snap.svg +277 -0
  39. package/tests/repros/__snapshots__/repro-core-subcircuit-missing-ground.snap.svg +19 -19
  40. package/tests/repros/__snapshots__/repro-core-tb67s579ftg-inline-label-routing.snap.svg +7 -7
  41. package/tests/repros/__snapshots__/repro-dc-power-isolated-routing.snap.svg +37 -37
  42. package/tests/repros/__snapshots__/repro-hdc2080-ground-label-alignment.snap.svg +137 -0
  43. package/tests/repros/__snapshots__/repro-nrf52810-clock-routing.snap.svg +61 -61
  44. package/tests/repros/__snapshots__/repro-pga300-redundant-ground-traces.snap.svg +115 -115
  45. package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +743 -743
  46. package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +43 -43
  47. package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +1 -1
  48. package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +17 -17
  49. package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +1131 -1131
  50. package/tests/repros/__snapshots__/repro-type-c-16pin-self-connection.snap.svg +7 -7
  51. package/tests/repros/__snapshots__/repro-type-c-16pin-to-resistor.snap.svg +7 -7
  52. package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +666 -666
  53. package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +73 -73
  54. package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +73 -73
  55. package/tests/repros/assets/repro-bluetooth-controller-ground-decoupling-groups.input.json +214 -0
  56. package/tests/repros/assets/repro-core-ground-inline-label-fallback.input.json +863 -0
  57. package/tests/repros/repro-bluetooth-controller-ground-decoupling-groups.test.ts +18 -0
  58. package/tests/repros/repro-core-ground-inline-label-fallback.test.ts +34 -0
  59. package/tests/repros/repro-hdc2080-ground-label-alignment.test.ts +239 -0
  60. package/tests/repros/repro-tida010076-j4-ground-bus.test.ts +14 -10
  61. package/tests/repros/repro-tida010076-page02.test.ts +2 -2
  62. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label02.snap.svg +1 -1
  63. package/tests/solvers/MspConnectionPairSolver/msp-connection-pair-solver-ground-net-rows.test.ts +57 -0
@@ -95,76 +95,76 @@ orientation: y+" data-x="7" data-y="5" cx="579.4257486878666" cy="281.2719975301
95
95
  .port-label { fill: rgb(0, 100, 100); }
96
96
  .component-name { fill: rgb(0, 100, 100); }
97
97
 
98
- </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 379.56127676335996 332.31787731504005 L 408.5642979114 332.31787731504005 L 408.5642979114 433.82845133318006" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.08800735584px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 379.56127676335996 332.31787731504005 L 408.5642979114 332.31787731504005 L 408.5642979114 433.82845133318006" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.26100091948px" stroke-linecap="round" 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 1010.6922369631 331.68737685530004 L 1039.0647576514 331.68737685530004 L 1039.0647576514 433.82845133318006" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.08800735584px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1010.6922369631 331.68737685530004 L 1039.0647576514 331.68737685530004 L 1039.0647576514 433.82845133318006" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.26100091948px" stroke-linecap="round" 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 408.5642979114 481.74648627342003 L 408.5642979114 494.3564954682201 L 282.4642059634 494.3564954682201 L 282.4642059634 481.74648627342003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.08800735584px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 408.5642979114 481.74648627342003 L 408.5642979114 494.3564954682201 L 282.4642059634 494.3564954682201 L 282.4642059634 481.74648627342003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.26100091948px" stroke-linecap="round" 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 1039.0647576514 481.74648627342003 L 1039.0647576514 494.3564954682201 L 912.9646657034 494.3564954682201 L 912.9646657034 481.74648627342003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.08800735584px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1039.0647576514 481.74648627342003 L 1039.0647576514 494.3564954682201 L 912.9646657034 494.3564954682201 L 912.9646657034 481.74648627342003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.26100091948px" stroke-linecap="round" 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 311.46722711143997 332.31787731504005 L 311.46722711143997 325.38237225790004 L 291.98476290547393 325.38237225790004 L 291.98476290547393 350.6023906475 L 282.4642059634 350.6023906475 L 282.4642059634 433.82845133318006" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.08800735584px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 311.46722711143997 332.31787731504005 L 311.46722711143997 325.38237225790004 L 291.98476290547393 325.38237225790004 L 291.98476290547393 350.6023906475 L 282.4642059634 350.6023906475 L 282.4642059634 433.82845133318006" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.26100091948px" stroke-linecap="round" 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 257.2441875738 325.38237225790004 L 291.98476290547393 325.38237225790004 L 291.98476290547393 332.31787731504005 L 311.46722711143997 332.31787731504005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.08800735584px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 257.2441875738 325.38237225790004 L 291.98476290547393 325.38237225790004 L 291.98476290547393 332.31787731504005 L 311.46722711143997 332.31787731504005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.26100091948px" stroke-linecap="round" 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 941.3371863917 331.68737685530004 L 941.3371863917 325.38237225790004 L 922.4852226454739 325.38237225790004 L 922.4852226454739 350.6023906475 L 912.9646657034 350.6023906475 L 912.9646657034 433.82845133318006" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.08800735584px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 941.3371863917 331.68737685530004 L 941.3371863917 325.38237225790004 L 922.4852226454739 325.38237225790004 L 922.4852226454739 350.6023906475 L 912.9646657034 350.6023906475 L 912.9646657034 433.82845133318006" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.26100091948px" stroke-linecap="round" 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 887.7446473138 325.38237225790004 L 922.4852226454739 325.38237225790004 L 922.4852226454739 331.68737685530004 L 941.3371863917 331.68737685530004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.08800735584px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 887.7446473138 325.38237225790004 L 922.4852226454739 325.38237225790004 L 922.4852226454739 331.68737685530004 L 941.3371863917 331.68737685530004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.26100091948px" stroke-linecap="round" 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 345.5142519374 286.92184421376004 L 345.5142519374 283.76934191506007 L 273.00669906729996 283.76934191506007 L 273.00669906729996 290.13739655843403" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.08800735584px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 345.5142519374 286.92184421376004 L 345.5142519374 283.76934191506007 L 273.00669906729996 283.76934191506007 L 273.00669906729996 290.13739655843403" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.26100091948px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><circle cx="311.46722711143997" cy="332.31787731504005" r="1.89150137922" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="291.98476290547393" cy="325.38237225790004" r="1.89150137922" 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"><circle cx="941.3371863917" cy="331.68737685530004" r="1.89150137922" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="922.4852226454739" cy="325.38237225790004" r="1.89150137922" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><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="80.70405884659999" y="312.77236306310004" width="151.32011033759994" height="37.8300275844" stroke-width="1.26100091948px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="80.70405884659999" y="312.77236306310004" width="151.32011033759994" height="37.8300275844" fill="transparent"/><text class="sch-text" x="156.3641140154" y="331.68737685530004" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.34900827532px" transform="rotate(0, 156.3641140154, 331.68737685530004)">schematic_component_30</text><line class="component-pin sch-component-pin sch-port-line" x1="232.02416918419993" y1="325.38237225790004" x2="257.2441875738" y2="325.38237225790004" stroke-width="1.26100091948px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="255.98318665431998" y="324.12137133842003" width="2.52200183896" height="2.52200183896" opacity="0"/></g><text class="pin-number sch-pin-number" x="244.63417837899993" y="324.1213713384201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.4575068961px" transform=""></text><text class="pin-number sch-pin-label" x="225.7191645868" y="325.38237225790004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.4575068961px" transform="">schematic_port_38</text><line class="component-pin sch-component-pin sch-port-line" x1="232.02416918419993" y1="337.99238145270004" x2="255.98318665431998" y2="337.99238145270004" stroke-width="1.26100091948px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="257.2441875738" cy="337.99238145270004" r="1.26100091948" stroke-width="1.26100091948px"/><rect x="255.98318665431998" y="336.73138053322003" width="2.52200183896" height="2.52200183896" opacity="0"/></g><text class="pin-number sch-pin-number" x="244.63417837899993" y="336.73138053322003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.4575068961px" transform=""></text><text class="pin-number sch-pin-label" x="225.7191645868" y="337.99238145270004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.4575068961px" transform="">schematic_port_39</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="336.68724550104" y="312.1418626033601" width="17.65401287271993" height="39.0910285038799" stroke-width="1.26100091948px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="336.68724550104" y="312.1418626033601" width="17.65401287271993" height="39.0910285038799" fill="transparent"/><text class="sch-text" x="345.5142519374" y="331.68737685530004" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.34900827532px" transform="rotate(0, 345.5142519374, 331.68737685530004)">schematic_component_31</text><line class="component-pin sch-component-pin sch-port-line" x1="345.5142519374" y1="312.1418626033601" x2="345.5142519374" y2="286.92184421376004" stroke-width="1.26100091948px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="344.25325101792" y="285.66084329428" width="2.52200183896" height="2.52200183896" opacity="0"/></g><text class="pin-number sch-pin-number" x="344.25325101792" y="299.53185340856004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.4575068961px" transform="rotate(-90 344.25325101792 299.53185340856004)"></text><text class="pin-number sch-pin-label" x="345.5142519374" y="318.44686720076004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.4575068961px" transform="rotate(-90 345.5142519374 318.44686720076004)">schematic_port_40</text><line class="component-pin sch-component-pin sch-port-line" x1="344.25325101792" y1="351.23289110724" x2="344.25325101792" y2="375.1919085773601" stroke-width="1.26100091948px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="344.25325101792" cy="376.45290949684005" r="1.26100091948" stroke-width="1.26100091948px"/><rect x="342.99225009843997" y="375.19190857736004" width="2.52200183896" height="2.52200183896" opacity="0"/></g><text class="pin-number sch-pin-number" x="342.9922500984401" y="363.84290030204005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.4575068961px" transform="rotate(-90 342.9922500984401 363.84290030204005)"></text><text class="pin-number sch-pin-label" x="344.25325101792" y="344.92788650984005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.4575068961px" transform="rotate(-90 344.25325101792 344.92788650984005)">schematic_port_41</text><line class="component-pin sch-component-pin sch-port-line" x1="336.68724550104" y1="332.31787731504005" x2="311.46722711143997" y2="332.31787731504005" stroke-width="1.26100091948px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="310.20622619195996" y="331.05687639556004" width="2.52200183896" height="2.52200183896" opacity="0"/></g><text class="pin-number sch-pin-number" x="324.07723630624" y="331.05687639556004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.4575068961px" transform=""></text><text class="pin-number sch-pin-label" x="342.99225009843997" y="332.31787731504005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.4575068961px" transform="">schematic_port_42</text><line class="component-pin sch-component-pin sch-port-line" x1="354.34125837375996" y1="332.31787731504005" x2="379.56127676335996" y2="332.31787731504005" stroke-width="1.26100091948px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><rect x="378.30027584387994" y="331.05687639556004" width="2.52200183896" height="2.52200183896" opacity="0"/></g><text class="pin-number sch-pin-number" x="366.95126756855996" y="331.05687639556004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.4575068961px" transform=""></text><text class="pin-number sch-pin-label" x="348.03625377636" y="332.31787731504005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.4575068961px" transform="">schematic_port_43</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component chip sch-component-body" x="254.0916852750999" y="454.6349665046" width="65.88729804283014" height="6.305004597400057" stroke-width="1.26100091948px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="254.0916852750999" y="454.6349665046" width="65.88729804283014" height="6.305004597400057" fill="transparent"/><text class="sch-text" x="287.035334296515" y="457.78746880330004" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.34900827532px" transform="rotate(0, 287.035334296515, 457.78746880330004)">schematic_component_32</text><line class="component-pin sch-component-pin sch-port-line" x1="282.4642059634" y1="454.6349665046" x2="282.4642059634" y2="433.82845133318006" stroke-width="1.26100091948px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="281.20320504392" y="432.56745041370004" width="2.52200183896" height="2.52200183896" opacity="0"/></g><text class="pin-number sch-pin-number" x="281.20320504392004" y="444.23170891889004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.4575068961px" transform="rotate(-90 281.20320504392004 444.23170891889004)"></text><text class="pin-number sch-pin-label" x="282.4642059634" y="460.9399711020001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.4575068961px" transform="rotate(-90 282.4642059634 460.9399711020001)">schematic_port_175</text><line class="component-pin sch-component-pin sch-port-line" x1="282.4642059634" y1="460.9399711020001" x2="282.4642059634" y2="481.74648627342003" stroke-width="1.26100091948px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="281.20320504392" y="480.48548535394" width="2.52200183896" height="2.52200183896" opacity="0"/></g><text class="pin-number sch-pin-number" x="281.20320504392004" y="471.34322868771005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.4575068961px" transform="rotate(-90 281.20320504392004 471.34322868771005)"></text><text class="pin-number sch-pin-label" x="282.4642059634" y="454.6349665046" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.4575068961px" transform="rotate(-90 282.4642059634 454.6349665046)">schematic_port_176</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="380.19177722309996" y="454.6349665046" width="65.88729804283003" height="6.305004597400057" stroke-width="1.26100091948px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="380.19177722309996" y="454.6349665046" width="65.88729804283003" height="6.305004597400057" fill="transparent"/><text class="sch-text" x="413.135426244515" y="457.78746880330004" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.34900827532px" transform="rotate(0, 413.135426244515, 457.78746880330004)">schematic_component_33</text><line class="component-pin sch-component-pin sch-port-line" x1="408.5642979114" y1="454.6349665046" x2="408.5642979114" y2="433.82845133318006" stroke-width="1.26100091948px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="407.30329699192" y="432.56745041370004" width="2.52200183896" height="2.52200183896" opacity="0"/></g><text class="pin-number sch-pin-number" x="407.30329699192" y="444.23170891889004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.4575068961px" transform="rotate(-90 407.30329699192 444.23170891889004)"></text><text class="pin-number sch-pin-label" x="408.5642979114" y="460.9399711020001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.4575068961px" transform="rotate(-90 408.5642979114 460.9399711020001)">schematic_port_177</text><line class="component-pin sch-component-pin sch-port-line" x1="408.5642979114" y1="460.9399711020001" x2="408.5642979114" y2="481.74648627342003" stroke-width="1.26100091948px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="407.30329699192" y="480.48548535394" width="2.52200183896" height="2.52200183896" opacity="0"/></g><text class="pin-number sch-pin-number" x="407.30329699192" y="471.34322868771005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.4575068961px" transform="rotate(-90 407.30329699192 471.34322868771005)"></text><text class="pin-number sch-pin-label" x="408.5642979114" y="454.6349665046" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.4575068961px" transform="rotate(-90 408.5642979114 454.6349665046)">schematic_port_178</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component chip sch-component-body" x="711.2045185866" y="312.77236306310004" width="151.3201103376" height="37.8300275844" stroke-width="1.26100091948px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="711.2045185866" y="312.77236306310004" width="151.3201103376" height="37.8300275844" fill="transparent"/><text class="sch-text" x="786.8645737554" y="331.68737685530004" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.34900827532px" transform="rotate(0, 786.8645737554, 331.68737685530004)">schematic_component_34</text><line class="component-pin sch-component-pin sch-port-line" x1="862.5246289242" y1="325.38237225790004" x2="887.7446473138" y2="325.38237225790004" stroke-width="1.26100091948px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="886.48364639432" y="324.12137133842003" width="2.52200183896" height="2.52200183896" opacity="0"/></g><text class="pin-number sch-pin-number" x="875.1346381189999" y="324.1213713384201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.4575068961px" transform=""></text><text class="pin-number sch-pin-label" x="856.2196243267999" y="325.38237225790004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.4575068961px" transform="">schematic_port_44</text><line class="component-pin sch-component-pin sch-port-line" x1="862.5246289242" y1="337.99238145270004" x2="886.48364639432" y2="337.99238145270004" stroke-width="1.26100091948px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="887.7446473138" cy="337.99238145270004" r="1.26100091948" stroke-width="1.26100091948px"/><rect x="886.48364639432" y="336.73138053322003" width="2.52200183896" height="2.52200183896" opacity="0"/></g><text class="pin-number sch-pin-number" x="875.1346381189999" y="336.73138053322003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.4575068961px" transform=""></text><text class="pin-number sch-pin-label" x="856.2196243267999" y="337.99238145270004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.4575068961px" transform="">schematic_port_45</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component chip sch-component-body" x="966.5572047813" y="304.89110731635003" width="18.915013792199943" height="53.59253907790003" stroke-width="1.26100091948px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="966.5572047813" y="304.89110731635003" width="18.915013792199943" height="53.59253907790003" fill="transparent"/><text class="sch-text" x="976.0147116774" y="331.68737685530004" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.34900827532px" transform="rotate(0, 976.0147116774, 331.68737685530004)">schematic_component_35</text><line class="component-pin sch-component-pin sch-port-line" x1="966.5572047813" y1="331.68737685530004" x2="941.3371863917" y2="331.68737685530004" stroke-width="1.26100091948px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="940.07618547222" y="330.42637593582003" width="2.52200183896" height="2.52200183896" opacity="0"/></g><text class="pin-number sch-pin-number" x="953.9471955865" y="330.4263759358201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.4575068961px" transform=""></text><text class="pin-number sch-pin-label" x="972.8622093787001" y="331.68737685530004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.4575068961px" transform="">schematic_port_46</text><line class="component-pin sch-component-pin sch-port-line" x1="985.4722185735" y1="331.68737685530004" x2="1010.6922369631" y2="331.68737685530004" stroke-width="1.26100091948px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="1009.43123604362" y="330.42637593582003" width="2.52200183896" height="2.52200183896" opacity="0"/></g><text class="pin-number sch-pin-number" x="998.0822277683" y="330.4263759358201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.4575068961px" transform=""></text><text class="pin-number sch-pin-label" x="979.1672139760999" y="331.68737685530004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.4575068961px" transform="">schematic_port_47</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component chip sch-component-body" x="884.5921450151" y="454.6349665046" width="65.88729804283003" height="6.305004597400057" stroke-width="1.26100091948px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="884.5921450151" y="454.6349665046" width="65.88729804283003" height="6.305004597400057" fill="transparent"/><text class="sch-text" x="917.535794036515" y="457.78746880330004" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.34900827532px" transform="rotate(0, 917.535794036515, 457.78746880330004)">schematic_component_36</text><line class="component-pin sch-component-pin sch-port-line" x1="912.9646657034" y1="454.6349665046" x2="912.9646657034" y2="433.82845133318006" stroke-width="1.26100091948px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="911.70366478392" y="432.56745041370004" width="2.52200183896" height="2.52200183896" opacity="0"/></g><text class="pin-number sch-pin-number" x="911.70366478392" y="444.23170891889004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.4575068961px" transform="rotate(-90 911.70366478392 444.23170891889004)"></text><text class="pin-number sch-pin-label" x="912.9646657034" y="460.9399711020001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.4575068961px" transform="rotate(-90 912.9646657034 460.9399711020001)">schematic_port_181</text><line class="component-pin sch-component-pin sch-port-line" x1="912.9646657034" y1="460.9399711020001" x2="912.9646657034" y2="481.74648627342003" stroke-width="1.26100091948px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="911.70366478392" y="480.48548535394" width="2.52200183896" height="2.52200183896" opacity="0"/></g><text class="pin-number sch-pin-number" x="911.70366478392" y="471.34322868771005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.4575068961px" transform="rotate(-90 911.70366478392 471.34322868771005)"></text><text class="pin-number sch-pin-label" x="912.9646657034" y="454.6349665046" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.4575068961px" transform="rotate(-90 912.9646657034 454.6349665046)">schematic_port_182</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_7__stack1"><rect class="component chip sch-component-body" x="1010.6922369631" y="454.6349665046" width="65.88729804283003" height="6.305004597400057" stroke-width="1.26100091948px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1010.6922369631" y="454.6349665046" width="65.88729804283003" height="6.305004597400057" fill="transparent"/><text class="sch-text" x="1043.635885984515" y="457.78746880330004" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.34900827532px" transform="rotate(0, 1043.635885984515, 457.78746880330004)">schematic_component_37</text><line class="component-pin sch-component-pin sch-port-line" x1="1039.0647576514" y1="454.6349665046" x2="1039.0647576514" y2="433.82845133318006" stroke-width="1.26100091948px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="1037.80375673192" y="432.56745041370004" width="2.52200183896" height="2.52200183896" opacity="0"/></g><text class="pin-number sch-pin-number" x="1037.80375673192" y="444.23170891889004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.4575068961px" transform="rotate(-90 1037.80375673192 444.23170891889004)"></text><text class="pin-number sch-pin-label" x="1039.0647576514" y="460.9399711020001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.4575068961px" transform="rotate(-90 1039.0647576514 460.9399711020001)">schematic_port_183</text><line class="component-pin sch-component-pin sch-port-line" x1="1039.0647576514" y1="460.9399711020001" x2="1039.0647576514" y2="481.74648627342003" stroke-width="1.26100091948px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="1037.80375673192" y="480.48548535394" width="2.52200183896" height="2.52200183896" opacity="0"/></g><text class="pin-number sch-pin-number" x="1037.80375673192" y="471.34322868771005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.4575068961px" transform="rotate(-90 1037.80375673192 471.34322868771005)"></text><text class="pin-number sch-pin-label" x="1039.0647576514" y="454.6349665046" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.4575068961px" transform="rotate(-90 1039.0647576514 454.6349665046)">schematic_port_184</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="257.2441875738" cy="325.38237225790004" r="2.52200183896" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="257.2441875738" cy="337.99238145270004" r="2.52200183896" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="345.5142519374" cy="286.92184421376004" r="2.52200183896" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="344.25325101792" cy="376.45290949684005" r="2.52200183896" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="311.46722711143997" cy="332.31787731504005" r="2.52200183896" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="379.56127676335996" cy="332.31787731504005" r="2.52200183896" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="282.4642059634" cy="433.82845133318006" r="2.52200183896" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="282.4642059634" cy="481.74648627342003" r="2.52200183896" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="408.5642979114" cy="433.82845133318006" r="2.52200183896" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="408.5642979114" cy="481.74648627342003" r="2.52200183896" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="887.7446473138" cy="325.38237225790004" r="2.52200183896" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="887.7446473138" cy="337.99238145270004" r="2.52200183896" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="941.3371863917" cy="331.68737685530004" r="2.52200183896" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="1010.6922369631" cy="331.68737685530004" r="2.52200183896" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="912.9646657034" cy="433.82845133318006" r="2.52200183896" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="912.9646657034" cy="481.74648627342003" r="2.52200183896" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="1039.0647576514" cy="433.82845133318006" r="2.52200183896" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="1039.0647576514" cy="481.74648627342003" r="2.52200183896" 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="
99
- M 296.96571653742,325.38237225790004
100
- L 290.66071194002,321.97766977530404
101
- L 290.66071194002,300.3557073426203
102
- L 303.27072113482,300.3557073426203
103
- L 303.27072113482,321.97766977530404
98
+ </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 390.30656934317796 324.778978102307 L 422.5401459855 324.778978102307 L 422.5401459855 437.596496350434" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.211678832112px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 390.30656934317796 324.778978102307 L 422.5401459855 324.778978102307 L 422.5401459855 437.596496350434" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.401459854014px" stroke-linecap="round" 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 1091.737226277185 324.0782481753 L 1123.2700729925 324.0782481753 L 1123.2700729925 437.596496350434" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.211678832112px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1091.737226277185 324.0782481753 L 1123.2700729925 324.0782481753 L 1123.2700729925 437.596496350434" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.401459854014px" stroke-linecap="round" 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 422.5401459855 490.8519708029661 L 422.5401459855 504.8665693431061 L 282.39416058409995 504.8665693431061 L 282.39416058409995 490.8519708029661" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.211678832112px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 422.5401459855 490.8519708029661 L 422.5401459855 504.8665693431061 L 282.39416058409995 504.8665693431061 L 282.39416058409995 490.8519708029661" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.401459854014px" stroke-linecap="round" 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 1123.2700729925 490.8519708029661 L 1123.2700729925 504.8665693431061 L 983.1240875911 504.8665693431061 L 983.1240875911 490.8519708029661" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.211678832112px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1123.2700729925 490.8519708029661 L 1123.2700729925 504.8665693431061 L 983.1240875911 504.8665693431061 L 983.1240875911 490.8519708029661" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.401459854014px" stroke-linecap="round" 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 314.62773722642197 324.778978102307 L 314.62773722642197 317.07094890523007 L 292.97518248190556 317.07094890523007 L 292.97518248190556 345.10014598551 L 282.39416058409995 345.10014598551 L 282.39416058409995 437.596496350434" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.211678832112px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 314.62773722642197 324.778978102307 L 314.62773722642197 317.07094890523007 L 292.97518248190556 317.07094890523007 L 292.97518248190556 345.10014598551 L 282.39416058409995 345.10014598551 L 282.39416058409995 437.596496350434" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.401459854014px" stroke-linecap="round" 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 254.36496350381992 317.07094890523007 L 292.97518248190556 317.07094890523007 L 292.97518248190556 324.778978102307 L 314.62773722642197 324.778978102307" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.211678832112px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 254.36496350381992 317.07094890523007 L 292.97518248190556 317.07094890523007 L 292.97518248190556 324.778978102307 L 314.62773722642197 324.778978102307" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.401459854014px" stroke-linecap="round" 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 1014.656934306415 324.0782481753 L 1014.656934306415 317.07094890523007 L 993.7051094889056 317.07094890523007 L 993.7051094889056 345.10014598551 L 983.1240875911 345.10014598551 L 983.1240875911 437.596496350434" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.211678832112px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1014.656934306415 324.0782481753 L 1014.656934306415 317.07094890523007 L 993.7051094889056 317.07094890523007 L 993.7051094889056 345.10014598551 L 983.1240875911 345.10014598551 L 983.1240875911 437.596496350434" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.401459854014px" stroke-linecap="round" 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 955.0948905108199 317.07094890523007 L 993.7051094889056 317.07094890523007 L 993.7051094889056 324.0782481753 L 1014.656934306415 324.0782481753" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.211678832112px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 955.0948905108199 317.07094890523007 L 993.7051094889056 317.07094890523007 L 993.7051094889056 324.0782481753 L 1014.656934306415 324.0782481753" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.401459854014px" stroke-linecap="round" 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 352.46715328479996 274.32642335780304 L 352.46715328479996 270.82277372276803 L 271.88321167899494 270.82277372276803 L 271.88321167899494 277.90014598553876" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.211678832112px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 352.46715328479996 274.32642335780304 L 352.46715328479996 270.82277372276803 L 271.88321167899494 270.82277372276803 L 271.88321167899494 277.90014598553876" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.401459854014px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><circle cx="314.62773722642197" cy="324.778978102307" r="2.102189781021" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="292.97518248190556" cy="317.07094890523007" r="2.102189781021" 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"><circle cx="1014.656934306415" cy="324.0782481753" r="2.102189781021" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="993.7051094889056" cy="317.07094890523007" r="2.102189781021" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><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="58.16058394186007" y="303.05635036509005" width="168.17518248167983" height="42.043795620419985" stroke-width="1.401459854014px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="58.16058394186007" y="303.05635036509005" width="168.17518248167983" height="42.043795620419985" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="226.3357664235399" y1="317.07094890523007" x2="254.36496350381992" y2="317.07094890523007" stroke-width="1.401459854014px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="252.96350364980592" y="315.6694890512161" width="2.802919708028" height="2.802919708028" opacity="0"/></g><text class="pin-number sch-pin-number" x="240.3503649636799" y="315.6694890512161" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.510948905105px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="226.3357664235399" y1="331.08554744537" x2="252.96350364980594" y2="331.08554744537" stroke-width="1.401459854014px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="254.36496350381992" cy="331.08554744537" r="1.401459854014" stroke-width="1.401459854014px"/><rect x="252.96350364980592" y="329.68408759135605" width="2.802919708028" height="2.802919708028" opacity="0"/></g><text class="pin-number sch-pin-number" x="240.3503649636799" y="329.68408759135605" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.510948905105px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="342.656934306702" y="302.35562043808306" width="19.620437956195985" height="43.445255474433964" stroke-width="1.401459854014px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="342.656934306702" y="302.35562043808306" width="19.620437956195985" height="43.445255474433964" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="352.46715328479996" y1="302.35562043808306" x2="352.46715328479996" y2="274.32642335780304" stroke-width="1.401459854014px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="351.065693430786" y="272.92496350378906" width="2.802919708028" height="2.802919708028" opacity="0"/></g><text class="pin-number sch-pin-number" x="351.065693430786" y="288.34102189794305" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.510948905105px" transform="rotate(-90 351.065693430786 288.34102189794305)"></text><line class="component-pin sch-component-pin sch-port-line" x1="351.065693430786" y1="345.80087591251703" x2="351.065693430786" y2="372.4286131387831" stroke-width="1.401459854014px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="351.065693430786" cy="373.83007299279706" r="1.401459854014" stroke-width="1.401459854014px"/><rect x="349.664233576772" y="372.4286131387831" width="2.802919708028" height="2.802919708028" opacity="0"/></g><text class="pin-number sch-pin-number" x="349.664233576772" y="359.81547445265704" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.510948905105px" transform="rotate(-90 349.664233576772 359.81547445265704)"></text><line class="component-pin sch-component-pin sch-port-line" x1="342.656934306702" y1="324.778978102307" x2="314.62773722642197" y2="324.778978102307" stroke-width="1.401459854014px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="313.226277372408" y="323.37751824829303" width="2.802919708028" height="2.802919708028" opacity="0"/></g><text class="pin-number sch-pin-number" x="328.642335766562" y="323.37751824829303" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.510948905105px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="362.277372262898" y1="324.778978102307" x2="390.30656934317796" y2="324.778978102307" stroke-width="1.401459854014px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><rect x="388.905109489164" y="323.37751824829303" width="2.802919708028" height="2.802919708028" opacity="0"/></g><text class="pin-number sch-pin-number" x="376.29197080303794" y="323.37751824829303" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.510948905105px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component chip sch-component-body" x="250.86131386878486" y="460.72058394166504" width="73.22627737223166" height="7.007299270070007" stroke-width="1.401459854014px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="250.86131386878486" y="460.72058394166504" width="73.22627737223166" height="7.007299270070007" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="282.39416058409995" y1="460.72058394166504" x2="282.39416058409995" y2="437.596496350434" stroke-width="1.401459854014px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="280.99270073008597" y="436.19503649642" width="2.802919708028" height="2.802919708028" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.99270073008597" y="449.1585401460495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.510948905105px" transform="rotate(-90 280.99270073008597 449.1585401460495)"></text><line class="component-pin sch-component-pin sch-port-line" x1="282.39416058409995" y1="467.72788321173505" x2="282.39416058409995" y2="490.8519708029661" stroke-width="1.401459854014px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="280.99270073008597" y="489.4505109489521" width="2.802919708028" height="2.802919708028" opacity="0"/></g><text class="pin-number sch-pin-number" x="280.99270073008597" y="479.28992700735057" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.510948905105px" transform="rotate(-90 280.99270073008597 479.28992700735057)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="391.00729927018494" y="460.72058394166504" width="73.2262773722315" height="7.007299270070007" stroke-width="1.401459854014px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="391.00729927018494" y="460.72058394166504" width="73.2262773722315" height="7.007299270070007" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="422.5401459855" y1="460.72058394166504" x2="422.5401459855" y2="437.596496350434" stroke-width="1.401459854014px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="421.138686131486" y="436.19503649642" width="2.802919708028" height="2.802919708028" opacity="0"/></g><text class="pin-number sch-pin-number" x="421.138686131486" y="449.1585401460495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.510948905105px" transform="rotate(-90 421.138686131486 449.1585401460495)"></text><line class="component-pin sch-component-pin sch-port-line" x1="422.5401459855" y1="467.72788321173505" x2="422.5401459855" y2="490.8519708029661" stroke-width="1.401459854014px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="421.138686131486" y="489.4505109489521" width="2.802919708028" height="2.802919708028" opacity="0"/></g><text class="pin-number sch-pin-number" x="421.138686131486" y="479.28992700735057" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.510948905105px" transform="rotate(-90 421.138686131486 479.28992700735057)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component chip sch-component-body" x="758.89051094886" y="303.05635036509005" width="168.17518248167994" height="42.043795620419985" stroke-width="1.401459854014px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="758.89051094886" y="303.05635036509005" width="168.17518248167994" height="42.043795620419985" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="927.0656934305399" y1="317.07094890523007" x2="955.0948905108199" y2="317.07094890523007" stroke-width="1.401459854014px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="953.693430656806" y="315.6694890512161" width="2.802919708028" height="2.802919708028" opacity="0"/></g><text class="pin-number sch-pin-number" x="941.0802919706799" y="315.6694890512161" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.510948905105px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="927.0656934305399" y1="331.08554744537" x2="953.693430656806" y2="331.08554744537" stroke-width="1.401459854014px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="955.0948905108199" cy="331.08554744537" r="1.401459854014" stroke-width="1.401459854014px"/><rect x="953.693430656806" y="329.68408759135605" width="2.802919708028" height="2.802919708028" opacity="0"/></g><text class="pin-number sch-pin-number" x="941.0802919706799" y="329.68408759135605" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.510948905105px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component chip sch-component-body" x="1042.686131386695" y="294.29722627750255" width="21.02189781021002" height="59.562043795594946" stroke-width="1.401459854014px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1042.686131386695" y="294.29722627750255" width="21.02189781021002" height="59.562043795594946" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1042.686131386695" y1="324.0782481753" x2="1014.656934306415" y2="324.0782481753" stroke-width="1.401459854014px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="1013.255474452401" y="322.67678832128604" width="2.802919708028" height="2.802919708028" opacity="0"/></g><text class="pin-number sch-pin-number" x="1028.671532846555" y="322.67678832128604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.510948905105px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1063.708029196905" y1="324.0782481753" x2="1091.737226277185" y2="324.0782481753" stroke-width="1.401459854014px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="1090.335766423171" y="322.67678832128604" width="2.802919708028" height="2.802919708028" opacity="0"/></g><text class="pin-number sch-pin-number" x="1077.722627737045" y="322.67678832128604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.510948905105px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component chip sch-component-body" x="951.5912408757849" y="460.72058394166504" width="73.2262773722316" height="7.007299270070007" stroke-width="1.401459854014px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="951.5912408757849" y="460.72058394166504" width="73.2262773722316" height="7.007299270070007" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="983.1240875911" y1="460.72058394166504" x2="983.1240875911" y2="437.596496350434" stroke-width="1.401459854014px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="981.722627737086" y="436.19503649642" width="2.802919708028" height="2.802919708028" opacity="0"/></g><text class="pin-number sch-pin-number" x="981.722627737086" y="449.1585401460495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.510948905105px" transform="rotate(-90 981.722627737086 449.1585401460495)"></text><line class="component-pin sch-component-pin sch-port-line" x1="983.1240875911" y1="467.72788321173505" x2="983.1240875911" y2="490.8519708029661" stroke-width="1.401459854014px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="981.722627737086" y="489.4505109489521" width="2.802919708028" height="2.802919708028" opacity="0"/></g><text class="pin-number sch-pin-number" x="981.722627737086" y="479.28992700735057" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.510948905105px" transform="rotate(-90 981.722627737086 479.28992700735057)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_7__stack1"><rect class="component chip sch-component-body" x="1091.7372262771848" y="460.72058394166504" width="73.2262773722316" height="7.007299270070007" stroke-width="1.401459854014px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1091.7372262771848" y="460.72058394166504" width="73.2262773722316" height="7.007299270070007" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1123.2700729925" y1="460.72058394166504" x2="1123.2700729925" y2="437.596496350434" stroke-width="1.401459854014px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="1121.868613138486" y="436.19503649642" width="2.802919708028" height="2.802919708028" opacity="0"/></g><text class="pin-number sch-pin-number" x="1121.868613138486" y="449.1585401460495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.510948905105px" transform="rotate(-90 1121.868613138486 449.1585401460495)"></text><line class="component-pin sch-component-pin sch-port-line" x1="1123.2700729925" y1="467.72788321173505" x2="1123.2700729925" y2="490.8519708029661" stroke-width="1.401459854014px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="1121.868613138486" y="489.4505109489521" width="2.802919708028" height="2.802919708028" opacity="0"/></g><text class="pin-number sch-pin-number" x="1121.868613138486" y="479.28992700735057" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.510948905105px" transform="rotate(-90 1121.868613138486 479.28992700735057)"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="254.36496350381992" cy="317.07094890523007" r="2.802919708028" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="254.36496350381992" cy="331.08554744537" r="2.802919708028" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="352.46715328479996" cy="274.32642335780304" r="2.802919708028" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="351.065693430786" cy="373.83007299279706" r="2.802919708028" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="314.62773722642197" cy="324.778978102307" r="2.802919708028" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="390.30656934317796" cy="324.778978102307" r="2.802919708028" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="282.39416058409995" cy="437.596496350434" r="2.802919708028" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="282.39416058409995" cy="490.8519708029661" r="2.802919708028" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="422.5401459855" cy="437.596496350434" r="2.802919708028" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="422.5401459855" cy="490.8519708029661" r="2.802919708028" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="955.0948905108199" cy="317.07094890523007" r="2.802919708028" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="955.0948905108199" cy="331.08554744537" r="2.802919708028" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="1014.656934306415" cy="324.0782481753" r="2.802919708028" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="1091.737226277185" cy="324.0782481753" r="2.802919708028" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="983.1240875911" cy="437.596496350434" r="2.802919708028" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="983.1240875911" cy="490.8519708029661" r="2.802919708028" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="1123.2700729925" cy="437.596496350434" r="2.802919708028" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="1123.2700729925" cy="490.8519708029661" r="2.802919708028" 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="
99
+ M 298.510948905261,317.07094890523007
100
+ L 291.503649635191,313.28700729939226
101
+ L 291.503649635191,289.2566423358989
102
+ L 305.518248175331,289.2566423358989
103
+ L 305.518248175331,313.28700729939226
104
104
  Z
105
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.26100091948px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" x="296.96571653742" y="319.70786812024005" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.34900827532px" transform="rotate(-90 296.96571653742 319.70786812024005)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="
106
- M 257.2441875738,337.99238145270004
107
- L 260.648890056396,331.68737685530004
108
- L 282.27085248907974,331.68737685530004
109
- L 282.27085248907974,344.29738605010004
110
- L 260.648890056396,344.29738605010004
105
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.401459854014px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" x="298.510948905261" y="310.76437956216705" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.613138686126px" transform="rotate(-90 298.510948905261 310.76437956216705)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="
106
+ M 254.36496350381992,331.08554744537
107
+ L 258.14890510965773,324.0782481753
108
+ L 282.1792700731511,324.0782481753
109
+ L 282.1792700731511,338.09284671544003
110
+ L 258.14890510965773,338.09284671544003
111
111
  Z
112
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.26100091948px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="262.91869171146" y="337.99238145270004" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.34900827532px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
113
- M 408.5642979114,332.31787731504005
114
- L 402.259293314,328.91317483244404
115
- L 402.259293314,307.2912123997603
116
- L 414.8693025088,307.2912123997603
117
- L 414.8693025088,328.91317483244404
112
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.401459854014px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="260.67153284688294" y="331.08554744537" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.613138686126px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
113
+ M 422.5401459855,324.778978102307
114
+ L 415.53284671542997,320.9950364964692
115
+ L 415.53284671542997,296.96467153297584
116
+ L 429.54744525557,296.96467153297584
117
+ L 429.54744525557,320.9950364964692
118
118
  Z
119
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.26100091948px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="408.5642979114" y="326.64337317738006" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.34900827532px" transform="rotate(-90 408.5642979114 326.64337317738006)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
120
- M 273.00669906729996,290.13739655843403
121
- L 279.31170366469996,293.54209904103004
122
- L 279.31170366469996,315.1640614737138
123
- L 266.70169446989996,315.1640614737138
124
- L 266.70169446989996,293.54209904103004
119
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.401459854014px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="422.5401459855" y="318.472408759244" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.613138686126px" transform="rotate(-90 422.5401459855 318.472408759244)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
120
+ M 271.88321167899494,277.90014598553876
121
+ L 278.89051094906495,281.68408759137657
122
+ L 278.89051094906495,305.7144525548699
123
+ L 264.87591240892493,305.7144525548699
124
+ L 264.87591240892493,281.68408759137657
125
125
  Z
126
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.26100091948px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="273.00669906729996" y="295.811900696094" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.34900827532px" transform="rotate(90 273.00669906729996 295.811900696094)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
127
- M 344.25325101792,376.45290949684005
128
- L 350.55825561532,379.85761197943606
129
- L 350.55825561532,401.4795744121198
130
- L 337.94824642052,401.4795744121198
131
- L 337.94824642052,379.85761197943606
126
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.401459854014px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="271.88321167899494" y="284.2067153286018" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.613138686126px" transform="rotate(90 271.88321167899494 284.2067153286018)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
127
+ M 351.065693430786,373.83007299279706
128
+ L 358.072992700856,377.61401459863487
129
+ L 358.072992700856,401.6443795621282
130
+ L 344.058394160716,401.6443795621282
131
+ L 344.058394160716,377.61401459863487
132
132
  Z
133
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.26100091948px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="344.25325101792" y="382.12741363450004" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.34900827532px" transform="rotate(90 344.25325101792 382.12741363450004)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
134
- M 408.5642979114,494.3564954682201
135
- L 414.8693025088,497.7611979508161
136
- L 414.8693025088,519.3831603834998
137
- L 402.259293314,519.3831603834998
138
- L 402.259293314,497.7611979508161
133
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.401459854014px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="351.065693430786" y="380.1366423358601" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.613138686126px" transform="rotate(90 351.065693430786 380.1366423358601)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
134
+ M 422.5401459855,504.8665693431061
135
+ L 429.54744525557,508.6505109489439
136
+ L 429.54744525557,532.6808759124373
137
+ L 415.53284671542997,532.6808759124373
138
+ L 415.53284671542997,508.6505109489439
139
139
  Z
140
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.26100091948px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="408.5642979114" y="500.0309996058801" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.34900827532px" transform="rotate(90 408.5642979114 500.0309996058801)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
141
- M 1039.0647576514,494.3564954682201
142
- L 1045.3697622488,497.7611979508161
143
- L 1045.3697622488,519.3831603834998
144
- L 1032.759753054,519.3831603834998
145
- L 1032.759753054,497.7611979508161
140
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.401459854014px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="422.5401459855" y="511.1731386861691" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.613138686126px" transform="rotate(90 422.5401459855 511.1731386861691)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
141
+ M 1123.2700729925,504.8665693431061
142
+ L 1130.27737226257,508.6505109489439
143
+ L 1130.27737226257,532.6808759124373
144
+ L 1116.26277372243,532.6808759124373
145
+ L 1116.26277372243,508.6505109489439
146
146
  Z
147
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.26100091948px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" x="1039.0647576514" y="500.0309996058801" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.34900827532px" transform="rotate(90 1039.0647576514 500.0309996058801)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="
148
- M 927.15092604755,325.38237225790004
149
- L 920.84592145015,321.97766977530404
150
- L 920.8459214501501,300.3557073426203
151
- L 933.4559306449501,300.3557073426203
152
- L 933.4559306449501,321.97766977530404
147
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.401459854014px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" x="1123.2700729925" y="511.1731386861691" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.613138686126px" transform="rotate(90 1123.2700729925 511.1731386861691)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="
148
+ M 998.8905109487574,317.07094890523007
149
+ L 991.8832116786874,313.28700729939226
150
+ L 991.8832116786874,289.2566423358989
151
+ L 1005.8978102188274,289.2566423358989
152
+ L 1005.8978102188274,313.28700729939226
153
153
  Z
154
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.26100091948px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" x="927.15092604755" y="319.70786812024005" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.34900827532px" transform="rotate(-90 927.15092604755 319.70786812024005)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="
155
- M 887.7446473138,337.99238145270004
156
- L 891.149349796396,331.68737685530004
157
- L 912.7713122290797,331.68737685530004
158
- L 912.7713122290797,344.29738605010004
159
- L 891.149349796396,344.29738605010004
154
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.401459854014px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" x="998.8905109487574" y="310.76437956216705" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.613138686126px" transform="rotate(-90 998.8905109487574 310.76437956216705)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="
155
+ M 955.0948905108199,331.08554744537
156
+ L 958.8788321166577,324.0782481753
157
+ L 982.9091970801511,324.0782481753
158
+ L 982.9091970801511,338.09284671544003
159
+ L 958.8788321166577,338.09284671544003
160
160
  Z
161
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.26100091948px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="893.41915145146" y="337.99238145270004" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.34900827532px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" d="
162
- M 1039.0647576514,331.68737685530004
163
- L 1032.759753054,328.28267437270404
164
- L 1032.759753054,306.6607119400203
165
- L 1045.3697622488,306.6607119400203
166
- L 1045.3697622488,328.28267437270404
161
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.401459854014px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="961.4014598538829" y="331.08554744537" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.613138686126px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" d="
162
+ M 1123.2700729925,324.0782481753
163
+ L 1116.26277372243,320.2943065694622
164
+ L 1116.26277372243,296.26394160596885
165
+ L 1130.27737226257,296.26394160596885
166
+ L 1130.27737226257,320.2943065694622
167
167
  Z
168
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.26100091948px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" x="1039.0647576514" y="326.01287271764005" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.34900827532px" transform="rotate(-90 1039.0647576514 326.01287271764005)">XX</text><text class="sch-text" x="122.31708918944003" y="304.5758570864801" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.349008275319981px" transform="rotate(0, 122.31708918944003, 304.5758570864801)">U1 HF Clock</text><text class="sch-text" x="752.81754892944" y="304.5758570864801" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.349008275319981px" transform="rotate(0, 752.81754892944, 304.5758570864801)">U1 LF Clock</text><rect class="schematic-box sch-box" x="80.70405884659999" y="298.9013529488201" width="83.22606068568007" height="11.349008275319989" stroke-width="1.26100091948px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="10.08800735584 5.04400367792"/><rect class="schematic-box sch-box" x="711.2045185866" y="298.9013529488201" width="83.22606068568007" height="11.349008275319989" stroke-width="1.26100091948px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="10.08800735584 5.04400367792"/>
168
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.401459854014px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" x="1123.2700729925" y="317.771678832237" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.613138686126px" transform="rotate(-90 1123.2700729925 317.771678832237)">XX</text><text class="sch-text" x="104.40875912432205" y="293.9468613139991" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="12.61313868612598px" transform="rotate(0, 104.40875912432205, 293.9468613139991)">U1 HF Clock</text><text class="sch-text" x="805.138686131322" y="293.9468613139991" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="12.61313868612598px" transform="rotate(0, 805.138686131322, 293.9468613139991)">U1 LF Clock</text><rect class="schematic-box sch-box" x="58.16058394186007" y="287.64029197093606" width="92.49635036492396" height="12.613138686125978" stroke-width="1.401459854014px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="11.211678832112 5.605839416056"/><rect class="schematic-box sch-box" x="758.89051094886" y="287.64029197093606" width="92.49635036492396" height="12.613138686125978" stroke-width="1.401459854014px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="11.211678832112 5.605839416056"/>
169
169
  </g>
170
170
  </svg>