@tscircuit/schematic-trace-solver 0.0.183 → 0.0.184
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +231 -20
- package/lib/solvers/SameNetJunctionAlignmentSolver/alignSameNetJunctions.ts +30 -12
- package/lib/solvers/SameNetJunctionAlignmentSolver/collapseRedundantSharedEndpointStubs.ts +267 -0
- package/lib/solvers/SameNetJunctionAlignmentSolver/collapseSameNetCycles.ts +1 -1
- package/lib/solvers/SameNetJunctionAlignmentSolver/getSharedPin.ts +13 -0
- package/package.json +1 -1
- package/tests/bug-reports/bug-report-20260706T213649Z/__snapshots__/bug-report-20260706T213649Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260707T020342Z/__snapshots__/bug-report-20260707T020342Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260707T020342Z/bug-report-20260707T020342Z.test.ts +10 -0
- package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260707T141421Z/__snapshots__/bug-report-20260707T141421Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260707T230831Z/__snapshots__/bug-report-20260707T230831Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260708T095725Z/__snapshots__/bug-report-20260708T095725Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260716T144856Z/__snapshots__/bug-report-20260716T144856Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260717T022934Z/__snapshots__/bug-report-20260717T022934Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260717T042845Z/__snapshots__/bug-report-20260717T042845Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260724T175257Z/__snapshots__/bug-report-20260724T175257Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260728T144234Z/bug-report-20260728T144234Z.test.ts +2 -0
- package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260730T061837Z/bug-report-20260730T061837Z.test.ts +1 -1
- package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260825T045913Z/__snapshots__/bug-report-20260825T045913Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260825T103621Z/__snapshots__/bug-report-20260825T103621Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260826T072956Z/__snapshots__/bug-report-20260826T072956Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260901T055358Z/__snapshots__/bug-report-20260901T055358Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260901T064117Z/__snapshots__/bug-report-20260901T064117Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260901T134241Z/__snapshots__/bug-report-20260901T134241Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260902T092425Z/__snapshots__/bug-report-20260902T092425Z.snap.svg +2 -2
- package/tests/examples/__snapshots__/example02.snap.svg +2 -2
- package/tests/examples/__snapshots__/example13.snap.svg +2 -2
- package/tests/examples/__snapshots__/example14.snap.svg +2 -2
- package/tests/examples/__snapshots__/example15.snap.svg +2 -2
- package/tests/examples/__snapshots__/example18.snap.svg +2 -2
- package/tests/examples/__snapshots__/example19.snap.svg +2 -2
- package/tests/examples/__snapshots__/example21.snap.svg +2 -2
- package/tests/examples/__snapshots__/example27.snap.svg +2 -2
- package/tests/examples/__snapshots__/example29.snap.svg +2 -2
- package/tests/examples/__snapshots__/example42.snap.svg +2 -2
- package/tests/examples/__snapshots__/example45.snap.svg +2 -2
- package/tests/examples/__snapshots__/example46.snap.svg +2 -2
- package/tests/examples/__snapshots__/example47.snap.svg +2 -2
- package/tests/examples/__snapshots__/example51.snap.svg +2 -2
- package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +2 -2
- package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +2 -2
- package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +2 -2
- package/tests/repros/__snapshots__/bugreport-001-gnd-overlap.snap.svg +2 -2
- package/tests/repros/__snapshots__/netlabel-connector-through-rail-label.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-battery-management-bq24073.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-bc107a-common-emitter-routing.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-bluetooth-controller-ground-decoupling-groups.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-board-8090-power-section.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-bq24074-battery-charger.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-bq40z60-current-sense.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-core-ground-inline-label-fallback.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-esp12f-section.snap.svg +508 -0
- package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-hdc2080-ground-label-alignment.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-hdc3020-ground-label-alignment.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-hub-usb-sheet.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-isolated-rs485-isow7841.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-mspm0l1306-capacitor-symmetry.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-pga300-c6-trace-alignment.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-pga300-redundant-ground-traces.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +18 -18
- package/tests/repros/__snapshots__/repro-power-group-rail-labels.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-powerbank-3v-system-power.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-rectifier-trace-overlap.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-smartwatch-power-sheet.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-tida-01389-hbridge.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-tida00553-j4-cell-divider.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-tmp1075-ground-label-overlap.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-tps61222-trace-intersection.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-trellis-core-gnd-net-label-overlap.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-type-c-vbus-led-ground-label.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +2 -2
- package/tests/repros/assets/repro-esp12f-status-section.input.json +1394 -0
- package/tests/repros/repro-esp12f-section.test.ts +12 -0
- package/tests/solvers/SameNetJunctionAlignmentSolver/collapse-redundant-shared-endpoint-stubs.test.ts +101 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<svg width="1200" height="2016" viewBox="0 0 1200 2016" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on top and Circuit JSON schematic on the bottom">
|
|
2
2
|
<g transform="translate(0, 0) scale(1.875, 1.875) translate(0, 0)">
|
|
3
|
-
<rect width="100%" height="100%" fill="white"/><g><polyline data-points="5,-0.11999999999999988 1.9,-0.2999999999999998" data-type="line" data-label="" points="452.60010678056597,333.1852642819007 267.2290443139348,343.94874532835024" fill="none" stroke="hsl(128, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="6.75,-0.11999999999999988 1.9,0.10000000000000009" data-type="line" data-label="" points="557.2450613988254,333.1852642819007 267.2290443139348,320.0298985584623" fill="none" stroke="hsl(128, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.9,-0.4999999999999998 1.9,1.0999999999999999" data-type="line" data-label="" points="267.2290443139348,355.9081687132942 267.2290443139348,260.23278163374266" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-0.2999999999999998 5,-0.11999999999999988" data-type="line" data-label="" points="267.2290443139348,343.94874532835024 452.60010678056597,333.1852642819007" fill="none" stroke="hsl(118, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-0.09999999999999987 1.9,0.30000000000000004" data-type="line" data-label="" points="267.2290443139348,331.98932194340625 267.2290443139348,308.0704751735184" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-0.09999999999999987 1.9,0.5" data-type="line" data-label="" points="267.2290443139348,331.98932194340625 267.2290443139348,296.11105178857446" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-0.09999999999999987 5,-0.8800000000000001" data-type="line" data-label="" points="267.2290443139348,331.98932194340625 452.60010678056597,378.63107314468766" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-0.09999999999999987 6.75,-0.8800000000000001" data-type="line" data-label="" points="267.2290443139348,331.98932194340625 557.2450613988254,378.63107314468766" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,0.30000000000000004 1.9,0.5" data-type="line" data-label="" points="267.2290443139348,308.0704751735184 267.2290443139348,296.11105178857446" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,0.30000000000000004 5,-0.8800000000000001" data-type="line" data-label="" points="267.2290443139348,308.0704751735184 452.60010678056597,378.63107314468766" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,0.30000000000000004 6.75,-0.8800000000000001" data-type="line" data-label="" points="267.2290443139348,308.0704751735184 557.2450613988254,378.63107314468766" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,0.5 5,-0.8800000000000001" data-type="line" data-label="" points="267.2290443139348,296.11105178857446 452.60010678056597,378.63107314468766" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,0.5 6.75,-0.8800000000000001" data-type="line" data-label="" points="267.2290443139348,296.11105178857446 557.2450613988254,378.63107314468766" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5,-0.8800000000000001 6.75,-0.8800000000000001" data-type="line" data-label="" points="452.60010678056597,378.63107314468766 557.2450613988254,378.63107314468766" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,0.10000000000000009 6.75,-0.11999999999999988" data-type="line" data-label="" points="267.2290443139348,320.0298985584623 557.2450613988254,333.1852642819007" fill="none" stroke="hsl(117, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,0.5 2.421,0.5 2.421,0.30000000000000004 1.9,0.30000000000000004" data-type="line" data-label="" points="267.2290443139348,296.11105178857446 298.3833422317138,296.11105178857446 298.3833422317138,308.0704751735184 267.2290443139348,308.0704751735184" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5,-0.8800000000000001 5,-1.0800000000000003 6.75,-1.0800000000000003 6.75,-0.8800000000000001" data-type="line" data-label="" points="452.60010678056597,378.63107314468766 452.60010678056597,390.5904965296316 557.2450613988254,390.5904965296316 557.2450613988254,378.63107314468766" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="
|
|
3
|
+
<rect width="100%" height="100%" fill="white"/><g><polyline data-points="5,-0.11999999999999988 1.9,-0.2999999999999998" data-type="line" data-label="" points="452.60010678056597,333.1852642819007 267.2290443139348,343.94874532835024" fill="none" stroke="hsl(128, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="6.75,-0.11999999999999988 1.9,0.10000000000000009" data-type="line" data-label="" points="557.2450613988254,333.1852642819007 267.2290443139348,320.0298985584623" fill="none" stroke="hsl(128, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.9,-0.4999999999999998 1.9,1.0999999999999999" data-type="line" data-label="" points="267.2290443139348,355.9081687132942 267.2290443139348,260.23278163374266" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-0.2999999999999998 5,-0.11999999999999988" data-type="line" data-label="" points="267.2290443139348,343.94874532835024 452.60010678056597,333.1852642819007" fill="none" stroke="hsl(118, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-0.09999999999999987 1.9,0.30000000000000004" data-type="line" data-label="" points="267.2290443139348,331.98932194340625 267.2290443139348,308.0704751735184" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-0.09999999999999987 1.9,0.5" data-type="line" data-label="" points="267.2290443139348,331.98932194340625 267.2290443139348,296.11105178857446" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-0.09999999999999987 5,-0.8800000000000001" data-type="line" data-label="" points="267.2290443139348,331.98932194340625 452.60010678056597,378.63107314468766" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-0.09999999999999987 6.75,-0.8800000000000001" data-type="line" data-label="" points="267.2290443139348,331.98932194340625 557.2450613988254,378.63107314468766" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,0.30000000000000004 1.9,0.5" data-type="line" data-label="" points="267.2290443139348,308.0704751735184 267.2290443139348,296.11105178857446" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,0.30000000000000004 5,-0.8800000000000001" data-type="line" data-label="" points="267.2290443139348,308.0704751735184 452.60010678056597,378.63107314468766" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,0.30000000000000004 6.75,-0.8800000000000001" data-type="line" data-label="" points="267.2290443139348,308.0704751735184 557.2450613988254,378.63107314468766" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,0.5 5,-0.8800000000000001" data-type="line" data-label="" points="267.2290443139348,296.11105178857446 452.60010678056597,378.63107314468766" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,0.5 6.75,-0.8800000000000001" data-type="line" data-label="" points="267.2290443139348,296.11105178857446 557.2450613988254,378.63107314468766" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5,-0.8800000000000001 6.75,-0.8800000000000001" data-type="line" data-label="" points="452.60010678056597,378.63107314468766 557.2450613988254,378.63107314468766" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,0.10000000000000009 6.75,-0.11999999999999988" data-type="line" data-label="" points="267.2290443139348,320.0298985584623 557.2450613988254,333.1852642819007" fill="none" stroke="hsl(117, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,0.5 2.421,0.5 2.421,0.30000000000000004 1.9,0.30000000000000004" data-type="line" data-label="" points="267.2290443139348,296.11105178857446 298.3833422317138,296.11105178857446 298.3833422317138,308.0704751735184 267.2290443139348,308.0704751735184" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5,-0.8800000000000001 5,-1.0800000000000003 6.75,-1.0800000000000003 6.75,-0.8800000000000001" data-type="line" data-label="" points="452.60010678056597,378.63107314468766 452.60010678056597,390.5904965296316 557.2450613988254,390.5904965296316 557.2450613988254,378.63107314468766" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.421,0.30000000000000004 2.421,-0.09999999999999992 1.9,-0.09999999999999987" data-type="line" data-label="" points="298.3833422317138,308.0704751735184 298.3833422317138,331.98932194340625 267.2290443139348,331.98932194340625" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.9,-0.4999999999999998 1.9,-0.5499999999999998 2.7509999999999994,-0.5499999999999998 2.7509999999999994,-0.09899999999999981" data-type="line" data-label="" points="267.2290443139348,355.9081687132942 267.2290443139348,358.89802455953014 318.1163908168713,358.89802455953014 318.1163908168713,331.92952482648155" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.9,1.0999999999999999 2.2009999999999996,1.0999999999999999 2.2009999999999996,1.5009999999999997" data-type="line" data-label="" points="267.2290443139348,260.23278163374266 285.22797650827545,260.23278163374266 285.22797650827545,236.25413774693004" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0" data-y="0" x="40" y="236.3139348638548" width="227.22904431393482" height="179.39135077415906" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.016723214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="5.1325" data-y="-0.5" x="425.69140416444213" y="333.1852642819007" width="69.66364121729839" height="45.445808862786976" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.016723214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="6.8825" data-y="-0.5" x="530.3363587827016" y="333.1852642819007" width="69.66364121729839" height="45.445808862786976" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.016723214285714286"/></g><g><rect data-type="rect" data-label="T113-S3" data-x="-1.08" data-y="-1.63" x="63.918846769887864" y="418.09717031500264" width="50.22957821676454" height="10.763481046449556" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.016723214285714286"/></g><g><rect data-type="rect" data-label="U3" data-x="-1.38" data-y="1.6150000000000002" x="60.33101975440467" y="221.962626801922" width="21.526962092899126" height="14.949279231179958" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.016723214285714286"/></g><g><rect data-type="rect" data-label="netId: P1V8
|
|
4
4
|
globalConnNetId: connectivity_net2" data-x="2.7509999999999994" data-y="0.11100000000000018" x="300.1772557394554" y="306.81473571809926" width="35.87827015483174" height="25.114789108382297" fill="#ef444466" stroke="#ef4444" stroke-width="0.016723214285714286"/></g><g><rect data-type="rect" data-label="netId: P1V8
|
|
5
5
|
globalConnNetId: connectivity_net2" data-x="2.2009999999999996" data-y="1.7109999999999996" x="267.2888414308595" y="211.1393486385478" width="35.87827015483185" height="25.11478910838224" fill="#ef444466" stroke="#ef4444" stroke-width="0.016723214285714286"/></g><g><rect data-type="rect" data-label="netId: AUDIO_VRA2
|
|
6
6
|
globalConnNetId: connectivity_net0" data-x="5" data-y="0.09100000000000011" x="413.134009610251" y="308.01067805659375" width="78.93219434062996" height="25.11478910838224" fill="#ef444466" stroke="#ef4444" stroke-width="0.016723214285714286"/></g><g><rect data-type="rect" data-label="netId: AUDIO_VRA2
|
|
@@ -89,7 +89,7 @@ orientation: x+" data-x="1.9" data-y="0.10000000000000009" cx="267.2290443139348
|
|
|
89
89
|
.port-label { fill: rgb(0, 100, 100); }
|
|
90
90
|
.component-name { fill: rgb(0, 100, 100); }
|
|
91
91
|
|
|
92
|
-
</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 484.71744471739 351.52432432435 L 546.1621621620981 351.52432432435 L 546.1621621620981 375.11154791157 L 484.71744471739 375.11154791157" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.869778869776002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 484.71744471739 351.52432432435 L 546.1621621620981 351.52432432435 L 546.1621621620981 375.11154791157 L 484.71744471739 375.11154791157" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.3587223587220003px" stroke-linecap="round" 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 850.3194103193 514.276167076168 L 850.3194103193 537.863390663388 L 1056.7076167074752 537.863390663388 L 1056.7076167074752 514.276167076168" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.869778869776002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 850.3194103193 514.276167076168 L 850.3194103193 537.863390663388 L 1056.7076167074752 537.863390663388 L 1056.7076167074752 514.276167076168" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.3587223587220003px" stroke-linecap="round" 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 484.71744471739 375.11154791157 L 546.1621621620981 375.11154791156997 L 546.1621621620981 422.28599508601 L 484.71744471739 422.28599508601" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.869778869776002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 484.71744471739 375.11154791157 L 546.1621621620981 375.11154791156997 L 546.1621621620981 422.28599508601 L 484.71744471739 422.28599508601" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.3587223587220003px" stroke-linecap="round" 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 484.71744471739 469.46044226045 L 484.71744471739 475.35724815725496 L 585.081081081011 475.35724815725496 L 585.081081081011 422.16805896807386" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.869778869776002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 484.71744471739 469.46044226045 L 484.71744471739 475.35724815725496 L 585.081081081011 475.35724815725496 L 585.081081081011 422.16805896807386" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.3587223587220003px" stroke-linecap="round" 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 484.71744471739 280.76265356269005 L 520.216216216156 280.76265356269005 L 520.216216216156 233.47027027031393" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.869778869776002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 484.71744471739 280.76265356269005 L 520.216216216156 280.76265356269005 L 520.216216216156 233.47027027031393" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.3587223587220003px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><circle cx="546.1621621620981" cy="375.11154791157" r="3.538083538083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="484.71744471739" cy="375.11154791157" r="3.538083538083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="83.73464373464998" y="233.58820638825" width="353.8083538083" height="353.8083538083" stroke-width="2.3587223587220003px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="83.73464373464998" y="233.58820638825" width="353.8083538083" height="353.8083538083" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="437.54299754295" y1="540.22211302211" x2="482.358722358668" y2="540.22211302211" stroke-width="2.3587223587220003px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="484.71744471739" cy="540.22211302211" r="2.3587223587220003" stroke-width="2.3587223587220003px"/><rect x="482.358722358668" y="537.8633906633879" width="4.717444717444001" height="4.717444717444001" opacity="0"/></g><text class="pin-number sch-pin-number" x="461.13022113016996" y="537.863390663388" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.690417690415px" transform=""></text><text class="pin-number sch-pin-label" x="425.74938574934" y="540.22211302211" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="17.690417690415px" transform="">PB2</text><line class="component-pin sch-component-pin sch-port-line" x1="437.54299754295" y1="516.63488943489" x2="482.358722358668" y2="516.63488943489" stroke-width="2.3587223587220003px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="484.71744471739" cy="516.63488943489" r="2.3587223587220003" stroke-width="2.3587223587220003px"/><rect x="482.358722358668" y="514.276167076168" width="4.717444717444001" height="4.717444717444001" opacity="0"/></g><text class="pin-number sch-pin-number" x="461.13022113016996" y="514.276167076168" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.690417690415px" transform=""></text><text class="pin-number sch-pin-label" x="425.74938574934" y="516.63488943489" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="17.690417690415px" transform="">MICIN3P</text><line class="component-pin sch-component-pin sch-port-line" x1="437.54299754295" y1="493.04766584767" x2="482.358722358668" y2="493.04766584767" stroke-width="2.3587223587220003px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="484.71744471739" cy="493.04766584767" r="2.3587223587220003" stroke-width="2.3587223587220003px"/><rect x="482.358722358668" y="490.688943488948" width="4.717444717444001" height="4.717444717444001" opacity="0"/></g><text class="pin-number sch-pin-number" x="461.13022113016996" y="490.688943488948" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.690417690415px" transform=""></text><text class="pin-number sch-pin-label" x="425.74938574934" y="493.04766584767" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="17.690417690415px" transform="">MICIN3N</text><line class="component-pin sch-component-pin sch-port-line" x1="437.54299754295" y1="469.46044226045" x2="484.71744471739" y2="469.46044226045" stroke-width="2.3587223587220003px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="482.358722358668" y="467.101719901728" width="4.717444717444001" height="4.717444717444001" opacity="0"/></g><text class="pin-number sch-pin-number" x="461.13022113016996" y="467.10171990172796" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.690417690415px" transform=""></text><text class="pin-number sch-pin-label" x="425.74938574934" y="469.46044226045" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="17.690417690415px" transform="">AVCC</text><line class="component-pin sch-component-pin sch-port-line" x1="437.54299754295" y1="445.87321867323" x2="482.358722358668" y2="445.87321867323" stroke-width="2.3587223587220003px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="484.71744471739" cy="445.87321867323" r="2.3587223587220003" stroke-width="2.3587223587220003px"/><rect x="482.358722358668" y="443.514496314508" width="4.717444717444001" height="4.717444717444001" opacity="0"/></g><text class="pin-number sch-pin-number" x="461.13022113016996" y="443.514496314508" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.690417690415px" transform=""></text><text class="pin-number sch-pin-label" x="425.74938574934" y="445.87321867323" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="17.690417690415px" transform="">VRA2</text><line class="component-pin sch-component-pin sch-port-line" x1="437.54299754295" y1="422.28599508601" x2="484.71744471739" y2="422.28599508601" stroke-width="2.3587223587220003px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="482.358722358668" y="419.927272727288" width="4.717444717444001" height="4.717444717444001" opacity="0"/></g><text class="pin-number sch-pin-number" x="461.13022113016996" y="419.92727272728797" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.690417690415px" transform=""></text><text class="pin-number sch-pin-label" x="425.74938574934" y="422.28599508601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="17.690417690415px" transform="">AGND</text><line class="component-pin sch-component-pin sch-port-line" x1="437.54299754295" y1="398.69877149879" x2="482.358722358668" y2="398.69877149879" stroke-width="2.3587223587220003px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="484.71744471739" cy="398.69877149879" r="2.3587223587220003" stroke-width="2.3587223587220003px"/><rect x="482.358722358668" y="396.340049140068" width="4.717444717444001" height="4.717444717444001" opacity="0"/></g><text class="pin-number sch-pin-number" x="461.13022113016996" y="396.340049140068" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.690417690415px" transform=""></text><text class="pin-number sch-pin-label" x="425.74938574934" y="398.69877149879" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="17.690417690415px" transform="">VRA1</text><line class="component-pin sch-component-pin sch-port-line" x1="437.54299754295" y1="375.11154791157" x2="484.71744471739" y2="375.11154791157" stroke-width="2.3587223587220003px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="482.358722358668" y="372.75282555284804" width="4.717444717444001" height="4.717444717444001" opacity="0"/></g><text class="pin-number sch-pin-number" x="461.13022113016996" y="372.752825552848" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.690417690415px" transform=""></text><text class="pin-number sch-pin-label" x="425.74938574934" y="375.11154791157" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="17.690417690415px" transform="">FMINR</text><line class="component-pin sch-component-pin sch-port-line" x1="437.54299754295" y1="351.52432432435" x2="484.71744471739" y2="351.52432432435" stroke-width="2.3587223587220003px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="482.358722358668" y="349.165601965628" width="4.717444717444001" height="4.717444717444001" opacity="0"/></g><text class="pin-number sch-pin-number" x="461.13022113016996" y="349.165601965628" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.690417690415px" transform=""></text><text class="pin-number sch-pin-label" x="425.74938574934" y="351.52432432435" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="17.690417690415px" transform="">FMINL</text><line class="component-pin sch-component-pin sch-port-line" x1="437.54299754295" y1="327.93710073713" x2="482.358722358668" y2="327.93710073713" stroke-width="2.3587223587220003px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="484.71744471739" cy="327.93710073713" r="2.3587223587220003" stroke-width="2.3587223587220003px"/><rect x="482.358722358668" y="325.578378378408" width="4.717444717444001" height="4.717444717444001" opacity="0"/></g><text class="pin-number sch-pin-number" x="461.13022113016996" y="325.578378378408" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.690417690415px" transform=""></text><text class="pin-number sch-pin-label" x="425.74938574934" y="327.93710073713" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="17.690417690415px" transform="">LINEINR</text><line class="component-pin sch-component-pin sch-port-line" x1="437.54299754295" y1="304.34987714991" x2="482.358722358668" y2="304.34987714991" stroke-width="2.3587223587220003px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="484.71744471739" cy="304.34987714991" r="2.3587223587220003" stroke-width="2.3587223587220003px"/><rect x="482.358722358668" y="301.991154791188" width="4.717444717444001" height="4.717444717444001" opacity="0"/></g><text class="pin-number sch-pin-number" x="461.13022113016996" y="301.991154791188" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.690417690415px" transform=""></text><text class="pin-number sch-pin-label" x="425.74938574934" y="304.34987714991" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="17.690417690415px" transform="">LINEINL</text><line class="component-pin sch-component-pin sch-port-line" x1="437.54299754295" y1="280.76265356269005" x2="484.71744471739" y2="280.76265356269005" stroke-width="2.3587223587220003px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><rect x="482.358722358668" y="278.40393120396806" width="4.717444717444001" height="4.717444717444001" opacity="0"/></g><text class="pin-number sch-pin-number" x="461.13022113016996" y="278.403931203968" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.690417690415px" transform=""></text><text class="pin-number sch-pin-label" x="425.74938574934" y="280.76265356269005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="17.690417690415px" transform="">HPVCC</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="797.2481572480551" y="463.563636363645" width="137.39557739555642" height="11.793611793610012" stroke-width="2.3587223587220003px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="797.2481572480551" y="463.563636363645" width="137.39557739555642" height="11.793611793610012" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="850.3194103193" y1="463.563636363645" x2="850.3194103193" y2="427.003439803454" stroke-width="2.3587223587220003px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="850.3194103193" cy="424.644717444732" r="2.3587223587220003" stroke-width="2.3587223587220003px"/><rect x="847.960687960578" y="422.28599508601" width="4.717444717444001" height="4.717444717444001" opacity="0"/></g><text class="pin-number sch-pin-number" x="847.9606879605781" y="444.1041769041885" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.690417690415px" transform="rotate(-90 847.9606879605781 444.1041769041885)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="850.3194103193" y1="475.357248157255" x2="850.3194103193" y2="514.276167076168" stroke-width="2.3587223587220003px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="847.960687960578" y="511.917444717446" width="4.717444717444001" height="4.717444717444001" opacity="0"/></g><text class="pin-number sch-pin-number" x="847.9606879605781" y="494.81670761671154" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.690417690415px" transform="rotate(-90 847.9606879605781 494.81670761671154)">2</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="1003.63636363623" y="463.563636363645" width="137.39557739555653" height="11.793611793610012" stroke-width="2.3587223587220003px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1003.63636363623" y="463.563636363645" width="137.39557739555653" height="11.793611793610012" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1056.7076167074752" y1="463.563636363645" x2="1056.7076167074752" y2="427.003439803454" stroke-width="2.3587223587220003px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1056.7076167074752" cy="424.644717444732" r="2.3587223587220003" stroke-width="2.3587223587220003px"/><rect x="1054.3488943487532" y="422.28599508601" width="4.717444717444001" height="4.717444717444001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1054.3488943487532" y="444.1041769041885" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.690417690415px" transform="rotate(-90 1054.3488943487532 444.1041769041885)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="1056.7076167074752" y1="475.357248157255" x2="1056.7076167074752" y2="514.276167076168" stroke-width="2.3587223587220003px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="1054.3488943487532" y="511.917444717446" width="4.717444717444001" height="4.717444717444001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1054.3488943487532" y="494.81670761671154" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.690417690415px" transform="rotate(-90 1054.3488943487532 494.81670761671154)">2</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="484.71744471739" cy="540.22211302211" r="4.717444717444001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="484.71744471739" cy="516.63488943489" r="4.717444717444001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="484.71744471739" cy="493.04766584767" r="4.717444717444001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="484.71744471739" cy="469.46044226045" r="4.717444717444001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="484.71744471739" cy="445.87321867323" r="4.717444717444001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="484.71744471739" cy="422.28599508601" r="4.717444717444001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="484.71744471739" cy="398.69877149879" r="4.717444717444001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="484.71744471739" cy="375.11154791157" r="4.717444717444001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="484.71744471739" cy="351.52432432435" r="4.717444717444001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="484.71744471739" cy="327.93710073713" r="4.717444717444001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="484.71744471739" cy="304.34987714991" r="4.717444717444001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="484.71744471739" cy="280.76265356269005" r="4.717444717444001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="850.3194103193" cy="424.644717444732" r="4.717444717444001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="850.3194103193" cy="514.276167076168" r="4.717444717444001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="1056.7076167074752" cy="424.644717444732" r="4.717444717444001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="1056.7076167074752" cy="514.276167076168" r="4.717444717444001" 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="
|
|
92
|
+
</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 484.71744471739 351.52432432435 L 546.1621621620981 351.52432432435 L 546.1621621620981 375.11154791157 L 484.71744471739 375.11154791157" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.869778869776002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 484.71744471739 351.52432432435 L 546.1621621620981 351.52432432435 L 546.1621621620981 375.11154791157 L 484.71744471739 375.11154791157" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.3587223587220003px" stroke-linecap="round" 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 850.3194103193 514.276167076168 L 850.3194103193 537.863390663388 L 1056.7076167074752 537.863390663388 L 1056.7076167074752 514.276167076168" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.869778869776002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 850.3194103193 514.276167076168 L 850.3194103193 537.863390663388 L 1056.7076167074752 537.863390663388 L 1056.7076167074752 514.276167076168" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.3587223587220003px" stroke-linecap="round" 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 546.1621621620981 375.11154791157 L 546.1621621620981 422.28599508601 L 484.71744471739 422.28599508601" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.869778869776002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 546.1621621620981 375.11154791157 L 546.1621621620981 422.28599508601 L 484.71744471739 422.28599508601" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.3587223587220003px" stroke-linecap="round" 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 484.71744471739 469.46044226045 L 484.71744471739 475.35724815725496 L 585.081081081011 475.35724815725496 L 585.081081081011 422.16805896807386" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.869778869776002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 484.71744471739 469.46044226045 L 484.71744471739 475.35724815725496 L 585.081081081011 475.35724815725496 L 585.081081081011 422.16805896807386" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.3587223587220003px" stroke-linecap="round" 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 484.71744471739 280.76265356269005 L 520.216216216156 280.76265356269005 L 520.216216216156 233.47027027031393" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.869778869776002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 484.71744471739 280.76265356269005 L 520.216216216156 280.76265356269005 L 520.216216216156 233.47027027031393" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.3587223587220003px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><circle cx="546.1621621620981" cy="375.11154791157" r="3.538083538083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="83.73464373464998" y="233.58820638825" width="353.8083538083" height="353.8083538083" stroke-width="2.3587223587220003px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="83.73464373464998" y="233.58820638825" width="353.8083538083" height="353.8083538083" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="437.54299754295" y1="540.22211302211" x2="482.358722358668" y2="540.22211302211" stroke-width="2.3587223587220003px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="484.71744471739" cy="540.22211302211" r="2.3587223587220003" stroke-width="2.3587223587220003px"/><rect x="482.358722358668" y="537.8633906633879" width="4.717444717444001" height="4.717444717444001" opacity="0"/></g><text class="pin-number sch-pin-number" x="461.13022113016996" y="537.863390663388" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.690417690415px" transform=""></text><text class="pin-number sch-pin-label" x="425.74938574934" y="540.22211302211" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="17.690417690415px" transform="">PB2</text><line class="component-pin sch-component-pin sch-port-line" x1="437.54299754295" y1="516.63488943489" x2="482.358722358668" y2="516.63488943489" stroke-width="2.3587223587220003px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="484.71744471739" cy="516.63488943489" r="2.3587223587220003" stroke-width="2.3587223587220003px"/><rect x="482.358722358668" y="514.276167076168" width="4.717444717444001" height="4.717444717444001" opacity="0"/></g><text class="pin-number sch-pin-number" x="461.13022113016996" y="514.276167076168" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.690417690415px" transform=""></text><text class="pin-number sch-pin-label" x="425.74938574934" y="516.63488943489" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="17.690417690415px" transform="">MICIN3P</text><line class="component-pin sch-component-pin sch-port-line" x1="437.54299754295" y1="493.04766584767" x2="482.358722358668" y2="493.04766584767" stroke-width="2.3587223587220003px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="484.71744471739" cy="493.04766584767" r="2.3587223587220003" stroke-width="2.3587223587220003px"/><rect x="482.358722358668" y="490.688943488948" width="4.717444717444001" height="4.717444717444001" opacity="0"/></g><text class="pin-number sch-pin-number" x="461.13022113016996" y="490.688943488948" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.690417690415px" transform=""></text><text class="pin-number sch-pin-label" x="425.74938574934" y="493.04766584767" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="17.690417690415px" transform="">MICIN3N</text><line class="component-pin sch-component-pin sch-port-line" x1="437.54299754295" y1="469.46044226045" x2="484.71744471739" y2="469.46044226045" stroke-width="2.3587223587220003px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="482.358722358668" y="467.101719901728" width="4.717444717444001" height="4.717444717444001" opacity="0"/></g><text class="pin-number sch-pin-number" x="461.13022113016996" y="467.10171990172796" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.690417690415px" transform=""></text><text class="pin-number sch-pin-label" x="425.74938574934" y="469.46044226045" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="17.690417690415px" transform="">AVCC</text><line class="component-pin sch-component-pin sch-port-line" x1="437.54299754295" y1="445.87321867323" x2="482.358722358668" y2="445.87321867323" stroke-width="2.3587223587220003px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="484.71744471739" cy="445.87321867323" r="2.3587223587220003" stroke-width="2.3587223587220003px"/><rect x="482.358722358668" y="443.514496314508" width="4.717444717444001" height="4.717444717444001" opacity="0"/></g><text class="pin-number sch-pin-number" x="461.13022113016996" y="443.514496314508" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.690417690415px" transform=""></text><text class="pin-number sch-pin-label" x="425.74938574934" y="445.87321867323" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="17.690417690415px" transform="">VRA2</text><line class="component-pin sch-component-pin sch-port-line" x1="437.54299754295" y1="422.28599508601" x2="484.71744471739" y2="422.28599508601" stroke-width="2.3587223587220003px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="482.358722358668" y="419.927272727288" width="4.717444717444001" height="4.717444717444001" opacity="0"/></g><text class="pin-number sch-pin-number" x="461.13022113016996" y="419.92727272728797" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.690417690415px" transform=""></text><text class="pin-number sch-pin-label" x="425.74938574934" y="422.28599508601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="17.690417690415px" transform="">AGND</text><line class="component-pin sch-component-pin sch-port-line" x1="437.54299754295" y1="398.69877149879" x2="482.358722358668" y2="398.69877149879" stroke-width="2.3587223587220003px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="484.71744471739" cy="398.69877149879" r="2.3587223587220003" stroke-width="2.3587223587220003px"/><rect x="482.358722358668" y="396.340049140068" width="4.717444717444001" height="4.717444717444001" opacity="0"/></g><text class="pin-number sch-pin-number" x="461.13022113016996" y="396.340049140068" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.690417690415px" transform=""></text><text class="pin-number sch-pin-label" x="425.74938574934" y="398.69877149879" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="17.690417690415px" transform="">VRA1</text><line class="component-pin sch-component-pin sch-port-line" x1="437.54299754295" y1="375.11154791157" x2="484.71744471739" y2="375.11154791157" stroke-width="2.3587223587220003px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="482.358722358668" y="372.75282555284804" width="4.717444717444001" height="4.717444717444001" opacity="0"/></g><text class="pin-number sch-pin-number" x="461.13022113016996" y="372.752825552848" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.690417690415px" transform=""></text><text class="pin-number sch-pin-label" x="425.74938574934" y="375.11154791157" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="17.690417690415px" transform="">FMINR</text><line class="component-pin sch-component-pin sch-port-line" x1="437.54299754295" y1="351.52432432435" x2="484.71744471739" y2="351.52432432435" stroke-width="2.3587223587220003px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="482.358722358668" y="349.165601965628" width="4.717444717444001" height="4.717444717444001" opacity="0"/></g><text class="pin-number sch-pin-number" x="461.13022113016996" y="349.165601965628" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.690417690415px" transform=""></text><text class="pin-number sch-pin-label" x="425.74938574934" y="351.52432432435" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="17.690417690415px" transform="">FMINL</text><line class="component-pin sch-component-pin sch-port-line" x1="437.54299754295" y1="327.93710073713" x2="482.358722358668" y2="327.93710073713" stroke-width="2.3587223587220003px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="484.71744471739" cy="327.93710073713" r="2.3587223587220003" stroke-width="2.3587223587220003px"/><rect x="482.358722358668" y="325.578378378408" width="4.717444717444001" height="4.717444717444001" opacity="0"/></g><text class="pin-number sch-pin-number" x="461.13022113016996" y="325.578378378408" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.690417690415px" transform=""></text><text class="pin-number sch-pin-label" x="425.74938574934" y="327.93710073713" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="17.690417690415px" transform="">LINEINR</text><line class="component-pin sch-component-pin sch-port-line" x1="437.54299754295" y1="304.34987714991" x2="482.358722358668" y2="304.34987714991" stroke-width="2.3587223587220003px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="484.71744471739" cy="304.34987714991" r="2.3587223587220003" stroke-width="2.3587223587220003px"/><rect x="482.358722358668" y="301.991154791188" width="4.717444717444001" height="4.717444717444001" opacity="0"/></g><text class="pin-number sch-pin-number" x="461.13022113016996" y="301.991154791188" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.690417690415px" transform=""></text><text class="pin-number sch-pin-label" x="425.74938574934" y="304.34987714991" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="17.690417690415px" transform="">LINEINL</text><line class="component-pin sch-component-pin sch-port-line" x1="437.54299754295" y1="280.76265356269005" x2="484.71744471739" y2="280.76265356269005" stroke-width="2.3587223587220003px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><rect x="482.358722358668" y="278.40393120396806" width="4.717444717444001" height="4.717444717444001" opacity="0"/></g><text class="pin-number sch-pin-number" x="461.13022113016996" y="278.403931203968" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.690417690415px" transform=""></text><text class="pin-number sch-pin-label" x="425.74938574934" y="280.76265356269005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="17.690417690415px" transform="">HPVCC</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="797.2481572480551" y="463.563636363645" width="137.39557739555642" height="11.793611793610012" stroke-width="2.3587223587220003px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="797.2481572480551" y="463.563636363645" width="137.39557739555642" height="11.793611793610012" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="850.3194103193" y1="463.563636363645" x2="850.3194103193" y2="427.003439803454" stroke-width="2.3587223587220003px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="850.3194103193" cy="424.644717444732" r="2.3587223587220003" stroke-width="2.3587223587220003px"/><rect x="847.960687960578" y="422.28599508601" width="4.717444717444001" height="4.717444717444001" opacity="0"/></g><text class="pin-number sch-pin-number" x="847.9606879605781" y="444.1041769041885" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.690417690415px" transform="rotate(-90 847.9606879605781 444.1041769041885)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="850.3194103193" y1="475.357248157255" x2="850.3194103193" y2="514.276167076168" stroke-width="2.3587223587220003px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="847.960687960578" y="511.917444717446" width="4.717444717444001" height="4.717444717444001" opacity="0"/></g><text class="pin-number sch-pin-number" x="847.9606879605781" y="494.81670761671154" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.690417690415px" transform="rotate(-90 847.9606879605781 494.81670761671154)">2</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="1003.63636363623" y="463.563636363645" width="137.39557739555653" height="11.793611793610012" stroke-width="2.3587223587220003px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1003.63636363623" y="463.563636363645" width="137.39557739555653" height="11.793611793610012" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1056.7076167074752" y1="463.563636363645" x2="1056.7076167074752" y2="427.003439803454" stroke-width="2.3587223587220003px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1056.7076167074752" cy="424.644717444732" r="2.3587223587220003" stroke-width="2.3587223587220003px"/><rect x="1054.3488943487532" y="422.28599508601" width="4.717444717444001" height="4.717444717444001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1054.3488943487532" y="444.1041769041885" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.690417690415px" transform="rotate(-90 1054.3488943487532 444.1041769041885)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="1056.7076167074752" y1="475.357248157255" x2="1056.7076167074752" y2="514.276167076168" stroke-width="2.3587223587220003px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="1054.3488943487532" y="511.917444717446" width="4.717444717444001" height="4.717444717444001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1054.3488943487532" y="494.81670761671154" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.690417690415px" transform="rotate(-90 1054.3488943487532 494.81670761671154)">2</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="484.71744471739" cy="540.22211302211" r="4.717444717444001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="484.71744471739" cy="516.63488943489" r="4.717444717444001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="484.71744471739" cy="493.04766584767" r="4.717444717444001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="484.71744471739" cy="469.46044226045" r="4.717444717444001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="484.71744471739" cy="445.87321867323" r="4.717444717444001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="484.71744471739" cy="422.28599508601" r="4.717444717444001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="484.71744471739" cy="398.69877149879" r="4.717444717444001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="484.71744471739" cy="375.11154791157" r="4.717444717444001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="484.71744471739" cy="351.52432432435" r="4.717444717444001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="484.71744471739" cy="327.93710073713" r="4.717444717444001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="484.71744471739" cy="304.34987714991" r="4.717444717444001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="484.71744471739" cy="280.76265356269005" r="4.717444717444001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="850.3194103193" cy="424.644717444732" r="4.717444717444001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="850.3194103193" cy="514.276167076168" r="4.717444717444001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="1056.7076167074752" cy="424.644717444732" r="4.717444717444001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="1056.7076167074752" cy="514.276167076168" r="4.717444717444001" 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="
|
|
93
93
|
M 585.081081081011,422.16805896807386
|
|
94
94
|
L 573.287469287401,415.7995085995245
|
|
95
95
|
L 573.287469287401,375.3552825553046
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<svg width="1200" height="2016" viewBox="0 0 1200 2016" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on top and Circuit JSON schematic on the bottom">
|
|
2
2
|
<g transform="translate(0, 0) scale(1.875, 1.875) translate(0, 0)">
|
|
3
|
-
<rect width="100%" height="100%" fill="white"/><g><polyline data-points="-1,0.2 -1.9148566499999995,1.1024186000000005" data-type="line" data-label="" points="330.93198472269955,315.7259444121287 253.50330794975545,239.34995906700078" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1,0.2 -4.173189849999999,1.1024186000000002" data-type="line" data-label="" points="330.93198472269955,315.7259444121287 62.36981027183117,239.3499590670008" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1,0.2 -3.0440232499999995,1.1024186000000002" data-type="line" data-label="" points="330.93198472269955,315.7259444121287 157.93655911079327,239.3499590670008" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1,0 -1.9143099500000003,0" data-type="line" data-label="" points="330.93198472269955,332.6528972353812 253.54957777529776,332.6528972353812" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1,0 -4.17264315,-2.220446049250313e-16" data-type="line" data-label="" points="330.93198472269955,332.6528972353812 62.41608009737348,332.6528972353812" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1,0 -3.0434765500000003,-2.220446049250313e-16" data-type="line" data-label="" points="330.93198472269955,332.6528972353812 157.98282893633558,332.6528972353812" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1,-0.2 -1,0.2" data-type="line" data-label="" points="330.93198472269955,349.5798500586337 330.93198472269955,315.7259444121287" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1,0.1 1.9143099500000003,0.09999999999999964" data-type="line" data-label="" points="500.20151295522464,324.189420823755 577.5839199026265,324.189420823755" fill="none" stroke="hsl(48, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.9148566499999995,1.1024186000000005 -4.173189849999999,1.1024186000000002" data-type="line" data-label="" points="253.50330794975545,239.34995906700078 62.36981027183117,239.3499590670008" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9148566499999995,1.1024186000000005 -3.0440232499999995,1.1024186000000002" data-type="line" data-label="" points="253.50330794975545,239.34995906700078 157.93655911079327,239.3499590670008" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9148566499999995,1.1024186000000005 -1,0.2" data-type="line" data-label="" points="253.50330794975545,239.34995906700078 330.93198472269955,315.7259444121287" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9148566499999995,1.1024186000000005 -1,-0.2" data-type="line" data-label="" points="253.50330794975545,239.34995906700078 330.93198472269955,349.5798500586337" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.173189849999999,1.1024186000000002 -3.0440232499999995,1.1024186000000002" data-type="line" data-label="" points="62.36981027183117,239.3499590670008 157.93655911079327,239.3499590670008" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.173189849999999,1.1024186000000002 -1,0.2" data-type="line" data-label="" points="62.36981027183117,239.3499590670008 330.93198472269955,315.7259444121287" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.173189849999999,1.1024186000000002 -1,-0.2" data-type="line" data-label="" points="62.36981027183117,239.3499590670008 330.93198472269955,349.5798500586337" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.0440232499999995,1.1024186000000002 -1,0.2" data-type="line" data-label="" points="157.93655911079327,239.3499590670008 330.93198472269955,315.7259444121287" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.0440232499999995,1.1024186000000002 -1,-0.2" data-type="line" data-label="" points="157.93655911079327,239.3499590670008 330.93198472269955,349.5798500586337" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1,0.2 -1,-0.2" data-type="line" data-label="" points="330.93198472269955,315.7259444121287 330.93198472269955,349.5798500586337" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9143099500000003,0 -4.17264315,-2.220446049250313e-16" data-type="line" data-label="" points="253.54957777529776,332.6528972353812 62.41608009737348,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9143099500000003,0 -3.0434765500000003,-2.220446049250313e-16" data-type="line" data-label="" points="253.54957777529776,332.6528972353812 157.98282893633558,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9143099500000003,0 1.9148566499999995,-1.0024186000000008" data-type="line" data-label="" points="253.54957777529776,332.6528972353812 577.6301897281687,417.4923589921354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9143099500000003,0 -1,0" data-type="line" data-label="" points="253.54957777529776,332.6528972353812 330.93198472269955,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.17264315,-2.220446049250313e-16 -3.0434765500000003,-2.220446049250313e-16" data-type="line" data-label="" points="62.41608009737348,332.6528972353812 157.98282893633558,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.17264315,-2.220446049250313e-16 1.9148566499999995,-1.0024186000000008" data-type="line" data-label="" points="62.41608009737348,332.6528972353812 577.6301897281687,417.4923589921354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.17264315,-2.220446049250313e-16 -1,0" data-type="line" data-label="" points="62.41608009737348,332.6528972353812 330.93198472269955,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.0434765500000003,-2.220446049250313e-16 1.9148566499999995,-1.0024186000000008" data-type="line" data-label="" points="157.98282893633558,332.6528972353812 577.6301897281687,417.4923589921354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.0434765500000003,-2.220446049250313e-16 -1,0" data-type="line" data-label="" points="157.98282893633558,332.6528972353812 330.93198472269955,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9148566499999995,-1.0024186000000008 -1,0" data-type="line" data-label="" points="577.6301897281687,417.4923589921354 330.93198472269955,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9143099500000003,0.09999999999999964 1,0.1" data-type="line" data-label="" points="577.5839199026265,324.189420823755 500.20151295522464,324.189420823755" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.0440232499999995,1.1024186000000002 -3.0440232499999995,1.3024186000000004 -4.173189849999999,1.3024186000000004 -4.173189849999999,1.1024186000000002" data-type="line" data-label="" points="157.93655911079327,239.3499590670008 157.93655911079327,222.4230062437483 62.36981027183117,222.4230062437483 62.36981027183117,239.3499590670008" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9148566499999995,1.1024186000000002 -1.9148566499999995,1.3024186000000004 -3.0440232499999995,1.3024186000000004 -3.0440232499999995,1.1024186000000002" data-type="line" data-label="" points="253.50330794975545,239.3499590670008 253.50330794975545,222.4230062437483 157.93655911079327,222.4230062437483 157.93655911079327,239.3499590670008" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1,0.20000000000000018 -1.3,0.20000000000000018 -1.3,1.3024186000000004 -1.9148566499999995,1.3024186000000004 -1.9148566499999995,1.1024186000000005" data-type="line" data-label="" points="330.93198472269955,315.7259444121287 305.5415554878208,315.7259444121287 305.5415554878208,222.4230062437483 253.50330794975545,222.4230062437483 253.50330794975545,239.34995906700078" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1,-0.2 -1.3,-0.2 -1.3,0.2 -1,0.2" data-type="line" data-label="" points="330.93198472269955,349.5798500586337 305.5415554878208,349.5798500586337 305.5415554878208,315.7259444121287 330.93198472269955,315.7259444121287" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.0434765500000003,-2.220446049250313e-16 -3.0434765500000003,-0.09999999999999995 -4.17264315,-0.09999999999999995 -4.17264315,-2.220446049250313e-16" data-type="line" data-label="" points="157.98282893633558,332.6528972353812 157.98282893633558,341.11637364700744 62.41608009737348,341.11637364700744 62.41608009737348,332.6528972353812" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9143099500000003,0 -1.9143099500000003,-0.09999999999999995 -3.0434765500000003,-0.09999999999999995 -3.0434765500000003,-2.220446049250313e-16" data-type="line" data-label="" points="253.54957777529776,332.6528972353812 253.54957777529776,341.11637364700744 157.98282893633558,341.11637364700744 157.98282893633558,332.6528972353812" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1,0 -1.0999999999999999,0 -1.0999999999999999,-0.09999999999999995 -1.9143099500000003,-0.09999999999999995 -1.9143099500000003,0" data-type="line" data-label="" points="330.93198472269955,332.6528972353812 322.4685083110733,332.6528972353812 322.4685083110733,341.11637364700744 253.54957777529776,341.11637364700744 253.54957777529776,332.6528972353812" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1,0.1 1.4571549750000001,0.1 1.4571549750000001,0.29999999999999966 1.9143099500000003,0.29999999999999966 1.9143099500000003,0.09999999999999964" data-type="line" data-label="" points="500.20151295522464,324.189420823755 538.8927164289255,324.189420823755 538.8927164289255,307.26246800050245 577.5839199026265,307.26246800050245 577.5839199026265,324.189420823755" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-1.9145832999999999" data-y="0.5512093000000002" x="231.1334976779243" y="239.3499590670008" width="44.78589036920462" height="93.30293816838042" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-4.1729164999999995" data-y="0.5512093" x="39.99999999999997" y="239.34995906700084" width="44.78589036920465" height="93.3029381683804" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-3.0437499" data-y="0.5512093" x="135.56674883896213" y="239.34995906700084" width="44.78589036920465" height="93.3029381683804" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="1.9145832999999999" data-y="-0.4512093000000006" x="555.2141096307953" y="324.189420823755" width="44.785890369204594" height="93.30293816838042" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="0" data-y="0" x="330.93198472269955" y="298.7989915888762" width="169.2695282325251" height="67.70781129300997" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="netId: VSYS
|
|
3
|
+
<rect width="100%" height="100%" fill="white"/><g><polyline data-points="-1,0.2 -1.9148566499999995,1.1024186000000005" data-type="line" data-label="" points="330.93198472269955,315.7259444121287 253.50330794975545,239.34995906700078" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1,0.2 -4.173189849999999,1.1024186000000002" data-type="line" data-label="" points="330.93198472269955,315.7259444121287 62.36981027183117,239.3499590670008" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1,0.2 -3.0440232499999995,1.1024186000000002" data-type="line" data-label="" points="330.93198472269955,315.7259444121287 157.93655911079327,239.3499590670008" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1,0 -1.9143099500000003,0" data-type="line" data-label="" points="330.93198472269955,332.6528972353812 253.54957777529776,332.6528972353812" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1,0 -4.17264315,-2.220446049250313e-16" data-type="line" data-label="" points="330.93198472269955,332.6528972353812 62.41608009737348,332.6528972353812" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1,0 -3.0434765500000003,-2.220446049250313e-16" data-type="line" data-label="" points="330.93198472269955,332.6528972353812 157.98282893633558,332.6528972353812" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1,-0.2 -1,0.2" data-type="line" data-label="" points="330.93198472269955,349.5798500586337 330.93198472269955,315.7259444121287" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1,0.1 1.9143099500000003,0.09999999999999964" data-type="line" data-label="" points="500.20151295522464,324.189420823755 577.5839199026265,324.189420823755" fill="none" stroke="hsl(48, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.9148566499999995,1.1024186000000005 -4.173189849999999,1.1024186000000002" data-type="line" data-label="" points="253.50330794975545,239.34995906700078 62.36981027183117,239.3499590670008" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9148566499999995,1.1024186000000005 -3.0440232499999995,1.1024186000000002" data-type="line" data-label="" points="253.50330794975545,239.34995906700078 157.93655911079327,239.3499590670008" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9148566499999995,1.1024186000000005 -1,0.2" data-type="line" data-label="" points="253.50330794975545,239.34995906700078 330.93198472269955,315.7259444121287" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9148566499999995,1.1024186000000005 -1,-0.2" data-type="line" data-label="" points="253.50330794975545,239.34995906700078 330.93198472269955,349.5798500586337" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.173189849999999,1.1024186000000002 -3.0440232499999995,1.1024186000000002" data-type="line" data-label="" points="62.36981027183117,239.3499590670008 157.93655911079327,239.3499590670008" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.173189849999999,1.1024186000000002 -1,0.2" data-type="line" data-label="" points="62.36981027183117,239.3499590670008 330.93198472269955,315.7259444121287" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.173189849999999,1.1024186000000002 -1,-0.2" data-type="line" data-label="" points="62.36981027183117,239.3499590670008 330.93198472269955,349.5798500586337" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.0440232499999995,1.1024186000000002 -1,0.2" data-type="line" data-label="" points="157.93655911079327,239.3499590670008 330.93198472269955,315.7259444121287" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.0440232499999995,1.1024186000000002 -1,-0.2" data-type="line" data-label="" points="157.93655911079327,239.3499590670008 330.93198472269955,349.5798500586337" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1,0.2 -1,-0.2" data-type="line" data-label="" points="330.93198472269955,315.7259444121287 330.93198472269955,349.5798500586337" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9143099500000003,0 -4.17264315,-2.220446049250313e-16" data-type="line" data-label="" points="253.54957777529776,332.6528972353812 62.41608009737348,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9143099500000003,0 -3.0434765500000003,-2.220446049250313e-16" data-type="line" data-label="" points="253.54957777529776,332.6528972353812 157.98282893633558,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9143099500000003,0 1.9148566499999995,-1.0024186000000008" data-type="line" data-label="" points="253.54957777529776,332.6528972353812 577.6301897281687,417.4923589921354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9143099500000003,0 -1,0" data-type="line" data-label="" points="253.54957777529776,332.6528972353812 330.93198472269955,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.17264315,-2.220446049250313e-16 -3.0434765500000003,-2.220446049250313e-16" data-type="line" data-label="" points="62.41608009737348,332.6528972353812 157.98282893633558,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.17264315,-2.220446049250313e-16 1.9148566499999995,-1.0024186000000008" data-type="line" data-label="" points="62.41608009737348,332.6528972353812 577.6301897281687,417.4923589921354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.17264315,-2.220446049250313e-16 -1,0" data-type="line" data-label="" points="62.41608009737348,332.6528972353812 330.93198472269955,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.0434765500000003,-2.220446049250313e-16 1.9148566499999995,-1.0024186000000008" data-type="line" data-label="" points="157.98282893633558,332.6528972353812 577.6301897281687,417.4923589921354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.0434765500000003,-2.220446049250313e-16 -1,0" data-type="line" data-label="" points="157.98282893633558,332.6528972353812 330.93198472269955,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9148566499999995,-1.0024186000000008 -1,0" data-type="line" data-label="" points="577.6301897281687,417.4923589921354 330.93198472269955,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9143099500000003,0.09999999999999964 1,0.1" data-type="line" data-label="" points="577.5839199026265,324.189420823755 500.20151295522464,324.189420823755" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.0440232499999995,1.1024186000000002 -3.0440232499999995,1.3024186000000004 -4.173189849999999,1.3024186000000004 -4.173189849999999,1.1024186000000002" data-type="line" data-label="" points="157.93655911079327,239.3499590670008 157.93655911079327,222.4230062437483 62.36981027183117,222.4230062437483 62.36981027183117,239.3499590670008" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9148566499999995,1.1024186000000002 -1.9148566499999995,1.3024186000000004 -3.0440232499999995,1.3024186000000004" data-type="line" data-label="" points="253.50330794975545,239.3499590670008 253.50330794975545,222.4230062437483 157.93655911079327,222.4230062437483" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1,0.20000000000000018 -1.3,0.20000000000000018 -1.3,1.3024186000000004 -1.9148566499999995,1.3024186000000004 -1.9148566499999995,1.1024186000000005" data-type="line" data-label="" points="330.93198472269955,315.7259444121287 305.5415554878208,315.7259444121287 305.5415554878208,222.4230062437483 253.50330794975545,222.4230062437483 253.50330794975545,239.34995906700078" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1,-0.2 -1.3,-0.2 -1.3,0.20000000000000018" data-type="line" data-label="" points="330.93198472269955,349.5798500586337 305.5415554878208,349.5798500586337 305.5415554878208,315.7259444121287" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.0434765500000003,-2.220446049250313e-16 -3.0434765500000003,-0.09999999999999995 -4.17264315,-0.09999999999999995 -4.17264315,-2.220446049250313e-16" data-type="line" data-label="" points="157.98282893633558,332.6528972353812 157.98282893633558,341.11637364700744 62.41608009737348,341.11637364700744 62.41608009737348,332.6528972353812" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9143099500000003,0 -1.9143099500000003,-0.09999999999999995 -3.0434765500000003,-0.09999999999999995" data-type="line" data-label="" points="253.54957777529776,332.6528972353812 253.54957777529776,341.11637364700744 157.98282893633558,341.11637364700744" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1,0 -1.0999999999999999,0 -1.0999999999999999,-0.09999999999999995 -1.9143099500000003,-0.09999999999999995" data-type="line" data-label="" points="330.93198472269955,332.6528972353812 322.4685083110733,332.6528972353812 322.4685083110733,341.11637364700744 253.54957777529776,341.11637364700744" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1,0.1 1.4571549750000001,0.1 1.4571549750000001,0.29999999999999966 1.9143099500000003,0.29999999999999966 1.9143099500000003,0.09999999999999964" data-type="line" data-label="" points="500.20151295522464,324.189420823755 538.8927164289255,324.189420823755 538.8927164289255,307.26246800050245 577.5839199026265,307.26246800050245 577.5839199026265,324.189420823755" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-1.9145832999999999" data-y="0.5512093000000002" x="231.1334976779243" y="239.3499590670008" width="44.78589036920462" height="93.30293816838042" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-4.1729164999999995" data-y="0.5512093" x="39.99999999999997" y="239.34995906700084" width="44.78589036920465" height="93.3029381683804" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-3.0437499" data-y="0.5512093" x="135.56674883896213" y="239.34995906700084" width="44.78589036920465" height="93.3029381683804" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="1.9145832999999999" data-y="-0.4512093000000006" x="555.2141096307953" y="324.189420823755" width="44.785890369204594" height="93.30293816838042" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="0" data-y="0" x="330.93198472269955" y="298.7989915888762" width="169.2695282325251" height="67.70781129300997" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="netId: VSYS
|
|
4
4
|
globalConnNetId: connectivity_net0" data-x="-1.9148566499999995" data-y="1.5274186000000005" x="245.0398315381292" y="184.33736239143013" width="16.92695282325252" height="38.08564385231816" fill="#ef444466" stroke="#ef4444" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
5
5
|
globalConnNetId: connectivity_net1" data-x="-3.0434765500000003" data-y="-0.32499999999999996" x="149.51935252470935" y="341.11637364700744" width="16.926952823252492" height="38.085643852318185" fill="#00000066" stroke="#000000" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
6
6
|
globalConnNetId: connectivity_net1" data-x="1.9148566499999995" data-y="-1.2284186000000008" x="569.1667133165424" y="417.5769937562517" width="16.926952823252577" height="38.08564385231813" fill="#00000066" stroke="#000000" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="netId: V3_3
|
|
@@ -78,7 +78,7 @@ orientation: y+" data-x="1.9143099500000003" data-y="0.29999999999999966" cx="57
|
|
|
78
78
|
.port-label { fill: rgb(0, 100, 100); }
|
|
79
79
|
.component-name { fill: rgb(0, 100, 100); }
|
|
80
80
|
|
|
81
|
-
</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 337.1245444053159 269.25001754477614 L 337.1245444053159 241.79360658109613 L 182.11023332500963 241.79360658109613 L 182.11023332500963 269.25001754477614" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="21.965128770944002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 337.1245444053159 269.25001754477614 L 337.1245444053159 241.79360658109613 L 182.11023332500963 241.79360658109613 L 182.11023332500963 269.25001754477614" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round" 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 492.13885548562223 269.25001754477614 L 492.13885548562223 241.79360658109613 L 337.1245444053159 241.79360658109613 L 337.1245444053159 269.25001754477614" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="21.965128770944002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 492.13885548562223 269.25001754477614 L 492.13885548562223 241.79360658109613 L 337.1245444053159 241.79360658109613 L 337.1245444053159 269.25001754477614" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round" 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 617.7322562618999 393.13589725912 L 576.54763981638 393.13589725912 L 576.54763981638 241.79360658109613 L 492.13885548562223 241.79360658109613 L 492.13885548562223 269.25001754477614" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="21.965128770944002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 617.7322562618999 393.13589725912 L 576.54763981638 393.13589725912 L 576.54763981638 241.79360658109613 L 492.13885548562223 241.79360658109613 L 492.13885548562223 269.25001754477614" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round" 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 617.7322562618999 448.04871918648 L 576.54763981638 448.04871918648 L 576.54763981638 393.13589725912 L 617.7322562618999 393.13589725912" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="21.965128770944002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 617.7322562618999 448.04871918648 L 576.54763981638 448.04871918648 L 576.54763981638 393.13589725912 L 617.7322562618999 393.13589725912" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round" 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 337.199596504685 420.59230822280006 L 337.199596504685 434.32051370464 L 182.18528542437866 434.32051370464 L 182.18528542437866 420.59230822280006" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="21.965128770944002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 337.199596504685 420.59230822280006 L 337.199596504685 434.32051370464 L 182.18528542437866 434.32051370464 L 182.18528542437866 420.59230822280006" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round" 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 492.2139075849914 420.5923082228 L 492.2139075849914 434.32051370464 L 337.199596504685 434.32051370464 L 337.199596504685 420.59230822280006" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="21.965128770944002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 492.2139075849914 420.5923082228 L 492.2139075849914 434.32051370464 L 337.199596504685 434.32051370464 L 337.199596504685 420.59230822280006" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round" 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 617.7322562618999 420.5923082228 L 604.00405078006 420.5923082228 L 604.00405078006 434.32051370464 L 492.2139075849914 434.32051370464 L 492.2139075849914 420.5923082228" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="21.965128770944002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 617.7322562618999 420.5923082228 L 604.00405078006 420.5923082228 L 604.00405078006 434.32051370464 L 492.2139075849914 434.32051370464 L 492.2139075849914 420.5923082228" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round" 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 892.2963658987001 406.86410274096 L 955.0555402371543 406.86410274096 L 955.0555402371543 379.40769177728004 L 1017.8147145756086 379.40769177728004 L 1017.8147145756086 406.86410274096005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="21.965128770944002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 892.2963658987001 406.86410274096 L 955.0555402371543 406.86410274096 L 955.0555402371543 379.40769177728004 L 1017.8147145756086 379.40769177728004 L 1017.8147145756086 406.86410274096005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><circle cx="337.1245444053159" cy="269.25001754477614" r="4.118461644552" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="337.1245444053159" cy="241.79360658109613" r="4.118461644552" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><circle cx="492.13885548562223" cy="269.25001754477614" r="4.118461644552" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="492.13885548562223" cy="241.79360658109613" r="4.118461644552" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><circle cx="617.7322562618999" cy="393.13589725912" r="4.118461644552" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="576.54763981638" cy="393.13589725912" r="4.118461644552" 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"/><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="337.199596504685" cy="420.59230822280006" r="4.118461644552" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="337.199596504685" cy="434.32051370464" r="4.118461644552" 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"><circle cx="492.2139075849914" cy="420.5923082228" r="4.118461644552" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="492.2139075849914" cy="434.32051370464" r="4.118461644552" 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_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="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component-overlay sch-component-overlay" x="451.77586159863205" y="269.25001754477614" width="80.72598777398031" height="151.3423092875521" fill="transparent"/><path class="sch-component-symbol-path" d="M 492.13885548562223 420.59232683232824 L 492.13885548562223 360.0554031173074" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 492.13885548562223 329.786941259797 L 492.13885548562223 269.25001754477614" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 532.5018493726124 360.0554031173074 L 451.77586159863205 360.05540311730743" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 532.5018493726124 329.78694125979695 L 451.77586159863205 329.786941259797" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="521.1461314324031" y="294.47373575936814" stroke="rgb(245, 241, 237)" stroke-width="2.7456410963680002px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="24.710769867312003px">C6</text><text class="sch-component-text" x="521.1461314324031" y="395.36860861773624" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="24.710769867312003px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component-overlay sch-component-overlay" x="141.74723943801948" y="269.25001754477614" width="80.72598777398031" height="151.3423092875522" fill="transparent"/><path class="sch-component-symbol-path" d="M 182.11023332500963 420.59232683232835 L 182.11023332500963 360.0554031173075" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 182.11023332500963 329.786941259797 L 182.11023332500963 269.25001754477614" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 222.47322721199978 360.05540311730743 L 141.74723943801948 360.0554031173075" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 222.47322721199978 329.786941259797 L 141.74723943801948 329.78694125979706" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="211.11750927179045" y="294.4737357593682" stroke="rgb(245, 241, 237)" stroke-width="2.7456410963680002px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="24.710769867312003px">C1</text><text class="sch-component-text" x="211.11750927179045" y="395.3686086177363" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="24.710769867312003px"></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="296.7615505183257" y="269.25001754477614" width="80.72598777398036" height="151.3423092875522" fill="transparent"/><path class="sch-component-symbol-path" d="M 337.1245444053159 420.59232683232835 L 337.1245444053159 360.0554031173075" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 337.1245444053159 329.786941259797 L 337.1245444053159 269.25001754477614" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 377.48753829230606 360.05540311730743 L 296.7615505183257 360.0554031173075" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 377.48753829230606 329.786941259797 L 296.7615505183257 329.78694125979706" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="366.1318203520967" y="294.4737357593682" stroke="rgb(245, 241, 237)" stroke-width="2.7456410963680002px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="24.710769867312003px">C2</text><text class="sch-component-text" x="366.1318203520967" y="395.3686086177363" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="24.710769867312003px"></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="977.4517206886185" y="406.86410274096" width="80.72598777398025" height="151.3423092875522" fill="transparent"/><path class="sch-component-symbol-path" d="M 1017.8147145756086 558.2064120285122 L 1017.8147145756086 497.66948831349134" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1017.8147145756086 467.40102645598085 L 1017.8147145756086 406.86410274096" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1058.1777084625987 497.6694883134913 L 977.4517206886185 497.66948831349134" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1058.1777084625987 467.40102645598085 L 977.4517206886185 467.4010264559809" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1046.8219905223893" y="432.08782095555205" stroke="rgb(245, 241, 237)" stroke-width="2.7456410963680002px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="24.710769867312003px">C5</text><text class="sch-component-text" x="1046.8219905223893" y="532.9826938139202" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="24.710769867312003px"></text><circle class="component-pin sch-component-pin" cx="1017.8147145756086" cy="558.2064120285122" r="2.7456410963680002px" stroke-width="2.7456410963680002px" fill="none" stroke="rgb(132, 0, 0)"/></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="672.64507818926" y="365.67948629544" width="164.73846578208008" height="109.82564385472006" stroke-width="2.7456410963680002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="672.64507818926" y="365.67948629544" width="164.73846578208008" height="109.82564385472006" fill="transparent"/><text class="sch-text" x="755.0143110803" y="420.5923082228" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="24.710769867312003px" transform="rotate(0, 755.0143110803, 420.5923082228)">U1</text><line class="component-pin sch-component-pin sch-port-line" x1="672.64507818926" y1="393.13589725912" x2="617.7322562618999" y2="393.13589725912" stroke-width="2.7456410963680002px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="614.9866151655319" y="390.390256162752" width="5.4912821927360005" height="5.4912821927360005" opacity="0"/></g><text class="pin-number sch-pin-number" x="645.1886672255799" y="390.390256162752" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="20.59230822276px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="672.64507818926" y1="420.5923082228" x2="617.7322562618999" y2="420.5923082228" stroke-width="2.7456410963680002px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="614.9866151655319" y="417.846667126432" width="5.4912821927360005" height="5.4912821927360005" opacity="0"/></g><text class="pin-number sch-pin-number" x="645.1886672255799" y="417.846667126432" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="20.59230822276px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="672.64507818926" y1="448.04871918648" x2="617.7322562618999" y2="448.04871918648" stroke-width="2.7456410963680002px"/><g class="sch-port" data-schematic-port-id="source_port_4_2__stack1"><rect x="614.9866151655319" y="445.303078090112" width="5.4912821927360005" height="5.4912821927360005" opacity="0"/></g><text class="pin-number sch-pin-number" x="645.1886672255799" y="445.303078090112" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="20.59230822276px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="837.38354397134" y1="434.32051370464" x2="889.5507248023321" y2="434.32051370464" stroke-width="2.7456410963680002px"/><g class="sch-port" data-schematic-port-id="source_port_4_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="892.2963658987001" cy="434.32051370464" r="2.7456410963680002" stroke-width="2.7456410963680002px"/><rect x="889.5507248023321" y="431.574872608272" width="5.4912821927360005" height="5.4912821927360005" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.83995493502" y="431.574872608272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="20.59230822276px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="837.38354397134" y1="406.86410274096" x2="892.2963658987001" y2="406.86410274096" stroke-width="2.7456410963680002px"/><g class="sch-port" data-schematic-port-id="source_port_4_4__stack1"><rect x="889.5507248023321" y="404.118461644592" width="5.4912821927360005" height="5.4912821927360005" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.83995493502" y="404.118461644592" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="20.59230822276px" transform="">5</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="492.13885548562223" cy="303.7365557430322" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="492.2139075849914" cy="455.0788464210561" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="182.11023332500963" cy="303.7365557430322" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="182.18528542437866" cy="455.0788464210561" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="337.1245444053159" cy="303.7365557430322" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="337.199596504685" cy="455.0788464210561" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="1017.8147145756086" cy="441.35064093921613" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="1017.8897666749777" cy="592.69293161724" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="617.7322562618999" cy="393.13589725912" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="617.7322562618999" cy="420.5923082228" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_2__stack1"><circle cx="617.7322562618999" cy="448.04871918648" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_3__stack1"><circle cx="892.2963658987001" cy="434.32051370464" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_4__stack1"><circle cx="892.2963658987001" cy="406.86410274096" r="5.4912821927360005" 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="
|
|
81
|
+
</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 337.1245444053159 269.25001754477614 L 337.1245444053159 241.79360658109613 L 182.11023332500963 241.79360658109613 L 182.11023332500963 269.25001754477614" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="21.965128770944002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 337.1245444053159 269.25001754477614 L 337.1245444053159 241.79360658109613 L 182.11023332500963 241.79360658109613 L 182.11023332500963 269.25001754477614" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round" 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 492.13885548562223 269.25001754477614 L 492.13885548562223 241.79360658109613 L 337.1245444053159 241.79360658109613" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="21.965128770944002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 492.13885548562223 269.25001754477614 L 492.13885548562223 241.79360658109613 L 337.1245444053159 241.79360658109613" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round" 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 617.7322562618999 393.13589725912 L 576.54763981638 393.13589725912 L 576.54763981638 241.79360658109613 L 492.13885548562223 241.79360658109613 L 492.13885548562223 269.25001754477614" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="21.965128770944002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 617.7322562618999 393.13589725912 L 576.54763981638 393.13589725912 L 576.54763981638 241.79360658109613 L 492.13885548562223 241.79360658109613 L 492.13885548562223 269.25001754477614" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round" 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 617.7322562618999 448.04871918648 L 576.54763981638 448.04871918648 L 576.54763981638 393.13589725912" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="21.965128770944002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 617.7322562618999 448.04871918648 L 576.54763981638 448.04871918648 L 576.54763981638 393.13589725912" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round" 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 337.199596504685 420.59230822280006 L 337.199596504685 434.32051370464 L 182.18528542437866 434.32051370464 L 182.18528542437866 420.59230822280006" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="21.965128770944002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 337.199596504685 420.59230822280006 L 337.199596504685 434.32051370464 L 182.18528542437866 434.32051370464 L 182.18528542437866 420.59230822280006" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round" 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 492.2139075849914 420.5923082228 L 492.2139075849914 434.32051370464 L 337.199596504685 434.32051370464" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="21.965128770944002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 492.2139075849914 420.5923082228 L 492.2139075849914 434.32051370464 L 337.199596504685 434.32051370464" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round" 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 617.7322562618999 420.5923082228 L 604.00405078006 420.5923082228 L 604.00405078006 434.32051370464 L 492.2139075849914 434.32051370464" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="21.965128770944002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 617.7322562618999 420.5923082228 L 604.00405078006 420.5923082228 L 604.00405078006 434.32051370464 L 492.2139075849914 434.32051370464" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round" 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 892.2963658987001 406.86410274096 L 955.0555402371543 406.86410274096 L 955.0555402371543 379.40769177728004 L 1017.8147145756086 379.40769177728004 L 1017.8147145756086 406.86410274096005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="21.965128770944002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 892.2963658987001 406.86410274096 L 955.0555402371543 406.86410274096 L 955.0555402371543 379.40769177728004 L 1017.8147145756086 379.40769177728004 L 1017.8147145756086 406.86410274096005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><circle cx="337.1245444053159" cy="241.79360658109613" r="4.118461644552" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><circle cx="492.13885548562223" cy="269.25001754477614" r="4.118461644552" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="492.13885548562223" cy="241.79360658109613" r="4.118461644552" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><circle cx="576.54763981638" cy="393.13589725912" r="4.118461644552" 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"/><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="337.199596504685" cy="434.32051370464" r="4.118461644552" 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"><circle cx="492.2139075849914" cy="434.32051370464" r="4.118461644552" 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_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="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component-overlay sch-component-overlay" x="451.77586159863205" y="269.25001754477614" width="80.72598777398031" height="151.3423092875521" fill="transparent"/><path class="sch-component-symbol-path" d="M 492.13885548562223 420.59232683232824 L 492.13885548562223 360.0554031173074" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 492.13885548562223 329.786941259797 L 492.13885548562223 269.25001754477614" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 532.5018493726124 360.0554031173074 L 451.77586159863205 360.05540311730743" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 532.5018493726124 329.78694125979695 L 451.77586159863205 329.786941259797" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="521.1461314324031" y="294.47373575936814" stroke="rgb(245, 241, 237)" stroke-width="2.7456410963680002px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="24.710769867312003px">C6</text><text class="sch-component-text" x="521.1461314324031" y="395.36860861773624" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="24.710769867312003px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component-overlay sch-component-overlay" x="141.74723943801948" y="269.25001754477614" width="80.72598777398031" height="151.3423092875522" fill="transparent"/><path class="sch-component-symbol-path" d="M 182.11023332500963 420.59232683232835 L 182.11023332500963 360.0554031173075" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 182.11023332500963 329.786941259797 L 182.11023332500963 269.25001754477614" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 222.47322721199978 360.05540311730743 L 141.74723943801948 360.0554031173075" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 222.47322721199978 329.786941259797 L 141.74723943801948 329.78694125979706" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="211.11750927179045" y="294.4737357593682" stroke="rgb(245, 241, 237)" stroke-width="2.7456410963680002px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="24.710769867312003px">C1</text><text class="sch-component-text" x="211.11750927179045" y="395.3686086177363" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="24.710769867312003px"></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="296.7615505183257" y="269.25001754477614" width="80.72598777398036" height="151.3423092875522" fill="transparent"/><path class="sch-component-symbol-path" d="M 337.1245444053159 420.59232683232835 L 337.1245444053159 360.0554031173075" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 337.1245444053159 329.786941259797 L 337.1245444053159 269.25001754477614" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 377.48753829230606 360.05540311730743 L 296.7615505183257 360.0554031173075" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 377.48753829230606 329.786941259797 L 296.7615505183257 329.78694125979706" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="366.1318203520967" y="294.4737357593682" stroke="rgb(245, 241, 237)" stroke-width="2.7456410963680002px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="24.710769867312003px">C2</text><text class="sch-component-text" x="366.1318203520967" y="395.3686086177363" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="24.710769867312003px"></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="977.4517206886185" y="406.86410274096" width="80.72598777398025" height="151.3423092875522" fill="transparent"/><path class="sch-component-symbol-path" d="M 1017.8147145756086 558.2064120285122 L 1017.8147145756086 497.66948831349134" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1017.8147145756086 467.40102645598085 L 1017.8147145756086 406.86410274096" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1058.1777084625987 497.6694883134913 L 977.4517206886185 497.66948831349134" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1058.1777084625987 467.40102645598085 L 977.4517206886185 467.4010264559809" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1046.8219905223893" y="432.08782095555205" stroke="rgb(245, 241, 237)" stroke-width="2.7456410963680002px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="24.710769867312003px">C5</text><text class="sch-component-text" x="1046.8219905223893" y="532.9826938139202" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="24.710769867312003px"></text><circle class="component-pin sch-component-pin" cx="1017.8147145756086" cy="558.2064120285122" r="2.7456410963680002px" stroke-width="2.7456410963680002px" fill="none" stroke="rgb(132, 0, 0)"/></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="672.64507818926" y="365.67948629544" width="164.73846578208008" height="109.82564385472006" stroke-width="2.7456410963680002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="672.64507818926" y="365.67948629544" width="164.73846578208008" height="109.82564385472006" fill="transparent"/><text class="sch-text" x="755.0143110803" y="420.5923082228" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="24.710769867312003px" transform="rotate(0, 755.0143110803, 420.5923082228)">U1</text><line class="component-pin sch-component-pin sch-port-line" x1="672.64507818926" y1="393.13589725912" x2="617.7322562618999" y2="393.13589725912" stroke-width="2.7456410963680002px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="614.9866151655319" y="390.390256162752" width="5.4912821927360005" height="5.4912821927360005" opacity="0"/></g><text class="pin-number sch-pin-number" x="645.1886672255799" y="390.390256162752" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="20.59230822276px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="672.64507818926" y1="420.5923082228" x2="617.7322562618999" y2="420.5923082228" stroke-width="2.7456410963680002px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="614.9866151655319" y="417.846667126432" width="5.4912821927360005" height="5.4912821927360005" opacity="0"/></g><text class="pin-number sch-pin-number" x="645.1886672255799" y="417.846667126432" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="20.59230822276px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="672.64507818926" y1="448.04871918648" x2="617.7322562618999" y2="448.04871918648" stroke-width="2.7456410963680002px"/><g class="sch-port" data-schematic-port-id="source_port_4_2__stack1"><rect x="614.9866151655319" y="445.303078090112" width="5.4912821927360005" height="5.4912821927360005" opacity="0"/></g><text class="pin-number sch-pin-number" x="645.1886672255799" y="445.303078090112" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="20.59230822276px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="837.38354397134" y1="434.32051370464" x2="889.5507248023321" y2="434.32051370464" stroke-width="2.7456410963680002px"/><g class="sch-port" data-schematic-port-id="source_port_4_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="892.2963658987001" cy="434.32051370464" r="2.7456410963680002" stroke-width="2.7456410963680002px"/><rect x="889.5507248023321" y="431.574872608272" width="5.4912821927360005" height="5.4912821927360005" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.83995493502" y="431.574872608272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="20.59230822276px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="837.38354397134" y1="406.86410274096" x2="892.2963658987001" y2="406.86410274096" stroke-width="2.7456410963680002px"/><g class="sch-port" data-schematic-port-id="source_port_4_4__stack1"><rect x="889.5507248023321" y="404.118461644592" width="5.4912821927360005" height="5.4912821927360005" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.83995493502" y="404.118461644592" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="20.59230822276px" transform="">5</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="492.13885548562223" cy="303.7365557430322" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="492.2139075849914" cy="455.0788464210561" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="182.11023332500963" cy="303.7365557430322" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="182.18528542437866" cy="455.0788464210561" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="337.1245444053159" cy="303.7365557430322" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="337.199596504685" cy="455.0788464210561" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="1017.8147145756086" cy="441.35064093921613" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="1017.8897666749777" cy="592.69293161724" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="617.7322562618999" cy="393.13589725912" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="617.7322562618999" cy="420.5923082228" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_2__stack1"><circle cx="617.7322562618999" cy="448.04871918648" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_3__stack1"><circle cx="892.2963658987001" cy="434.32051370464" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_4__stack1"><circle cx="892.2963658987001" cy="406.86410274096" r="5.4912821927360005" 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="
|
|
82
82
|
M 492.13885548562223,241.79360658109613
|
|
83
83
|
L 478.4106500037822,234.38037562090253
|
|
84
84
|
L 478.4106500037822,187.30178295517922
|