@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="2.6,-0.8499999999999999 3.75,-1.4" data-type="line" data-label="" points="477.8947368421052,337.7263157894737 574.7368421052631,384.0421052631579" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.6,-0.8499999999999999 3.75,-2.4" data-type="line" data-label="" points="477.8947368421052,337.7263157894737 574.7368421052631,468.25263157894733" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.75,-1.4 3.75,-2.4" data-type="line" data-label="" points="574.7368421052631,384.0421052631579 574.7368421052631,468.25263157894733" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.6,0.10000000000000009 2.6500000000000004,-1.4" data-type="line" data-label="" points="477.8947368421052,257.7263157894737 482.1052631578947,384.0421052631579" fill="none" stroke="hsl(273, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.6,-0.09999999999999987 2.6500000000000004,-2.4" data-type="line" data-label="" points="477.8947368421052,274.5684210526316 482.1052631578947,468.25263157894733" fill="none" stroke="hsl(274, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.75,-2.4 3.95,-2.4 3.95,-1.4 3.75,-1.4" data-type="line" data-label="" points="574.7368421052631,468.25263157894733 591.578947368421,468.25263157894733 591.578947368421,384.0421052631579 574.7368421052631,384.0421052631579" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.6,-0.8499999999999999 3.95,-0.8499999999999999 3.95,-1.4
|
|
3
|
+
<rect width="100%" height="100%" fill="white"/><g><polyline data-points="2.6,-0.8499999999999999 3.75,-1.4" data-type="line" data-label="" points="477.8947368421052,337.7263157894737 574.7368421052631,384.0421052631579" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.6,-0.8499999999999999 3.75,-2.4" data-type="line" data-label="" points="477.8947368421052,337.7263157894737 574.7368421052631,468.25263157894733" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.75,-1.4 3.75,-2.4" data-type="line" data-label="" points="574.7368421052631,384.0421052631579 574.7368421052631,468.25263157894733" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.6,0.10000000000000009 2.6500000000000004,-1.4" data-type="line" data-label="" points="477.8947368421052,257.7263157894737 482.1052631578947,384.0421052631579" fill="none" stroke="hsl(273, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.6,-0.09999999999999987 2.6500000000000004,-2.4" data-type="line" data-label="" points="477.8947368421052,274.5684210526316 482.1052631578947,468.25263157894733" fill="none" stroke="hsl(274, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.75,-2.4 3.95,-2.4 3.95,-1.4 3.75,-1.4" data-type="line" data-label="" points="574.7368421052631,468.25263157894733 591.578947368421,468.25263157894733 591.578947368421,384.0421052631579 574.7368421052631,384.0421052631579" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.6,-0.8499999999999999 3.95,-0.8499999999999999 3.95,-1.4" data-type="line" data-label="" points="477.8947368421052,337.7263157894737 591.578947368421,337.7263157894737 591.578947368421,384.0421052631579" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.6,0.10000000000000009 2.61,0.10000000000000009 2.61,-1.2 2.435,-1.2 2.435,-1.4 2.6500000000000004,-1.4" data-type="line" data-label="" points="477.8947368421052,257.7263157894737 478.7368421052631,257.7263157894737 478.7368421052631,367.2 463.99999999999994,367.2 463.99999999999994,384.0421052631579 482.1052631578947,384.0421052631579" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.6,-0.09999999999999987 2.6400000000000006,-0.09999999999999987 2.6400000000000006,-1.25 2.4650000000000007,-1.25 2.4650000000000007,-2.4 2.6500000000000004,-2.4" data-type="line" data-label="" points="477.8947368421052,274.5684210526316 481.2631578947369,274.5684210526316 481.2631578947369,371.41052631578947 466.5263157894737,371.41052631578947 466.5263157894737,468.25263157894733 482.1052631578947,468.25263157894733" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.6,0.8499999999999999 2.701,0.8499999999999999 2.701,1.001" data-type="line" data-label="" points="477.8947368421052,194.5684210526316 486.4,194.5684210526316 486.4,181.8526315789474" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_16" data-x="0" data-y="0" x="40" y="181.93684210526317" width="437.8947368421052" height="168.42105263157896" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011875000000000002"/></g><g><rect data-type="rect" data-label="schematic_component_17" data-x="3.2" data-y="-1.4" x="482.10526315789474" y="351.24586526315795" width="92.63157894736844" height="65.59247999999991" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011875000000000002"/></g><g><rect data-type="rect" data-label="schematic_component_18" data-x="3.2" data-y="-2.4" x="482.10526315789474" y="435.45639157894743" width="92.63157894736844" height="65.59247999999985" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011875000000000002"/></g><g><rect data-type="rect" data-label="netId: VBUS
|
|
4
4
|
globalConnNetId: connectivity_net3" data-x="2.701" data-y="1.301" x="477.978947368421" y="131.3263157894737" width="16.84210526315792" height="50.5263157894737" fill="#ef444466" stroke="#ef4444" stroke-width="0.011875000000000002"/></g><g><rect data-type="rect" data-label="netId: D_PLUS
|
|
5
5
|
globalConnNetId: connectivity_net2" data-x="3.021" data-y="0.6499999999999999" x="477.978947368421" y="202.98947368421057" width="70.73684210526312" height="16.84210526315789" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.011875000000000002"/></g><g><rect data-type="rect" data-label="netId: D_MINUS
|
|
6
6
|
globalConnNetId: connectivity_net1" data-x="3.081" data-y="0.44999999999999996" x="477.97894736842096" y="219.83157894736843" width="80.8421052631578" height="16.84210526315789" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.011875000000000002"/></g><g><rect data-type="rect" data-label="netId: CC1
|
|
@@ -81,7 +81,7 @@ orientation: y-" data-x="3.95" data-y="-2.4" cx="591.578947368421" cy="468.25263
|
|
|
81
81
|
.port-label { fill: rgb(0, 100, 100); }
|
|
82
82
|
.component-name { fill: rgb(0, 100, 100); }
|
|
83
83
|
|
|
84
|
-
</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 997.9604526800001 644.2505966445999 L 1026.3861993 644.2505966445999 L 1026.3861993 502.1218635446 L 997.9604526800001 502.1218635446" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="22.740597296px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 997.9604526800001 644.2505966445999 L 1026.3861993 644.2505966445999 L 1026.3861993 502.1218635446 L 997.9604526800001 502.1218635446" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.842574662px" stroke-linecap="round" 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 834.512409615 423.95106033959996 L 1026.3861993 423.95106033959996 L 1026.3861993 502.1218635446 L 997.9604526800001 502.1218635446" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="22.740597296px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 834.512409615 423.95106033959996 L 1026.3861993 423.95106033959996 L 1026.3861993 502.1218635446 L 997.9604526800001 502.1218635446" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.842574662px" stroke-linecap="round" 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 834.512409615 288.92876389459997 L 835.933696946 288.92876389459997 L 835.933696946 473.6961169246 L 811.0611686535001 473.6961169246 L 811.0611686535001 502.1218635446 L 841.6188462700001 502.1218635446" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="22.740597296px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 834.512409615 288.92876389459997 L 835.933696946 288.92876389459997 L 835.933696946 473.6961169246 L 811.0611686535001 473.6961169246 L 811.0611686535001 502.1218635446 L 841.6188462700001 502.1218635446" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.842574662px" stroke-linecap="round" 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 834.512409615 317.35451051459995 L 840.1975589390001 317.35451051459995 L 840.1975589390001 480.8025535796 L 815.3250306465002 480.8025535796 L 815.3250306465002 644.2505966445999 L 841.6188462700001 644.2505966445999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="22.740597296px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 834.512409615 317.35451051459995 L 840.1975589390001 317.35451051459995 L 840.1975589390001 480.8025535796 L 815.3250306465002 480.8025535796 L 815.3250306465002 644.2505966445999 L 841.6188462700001 644.2505966445999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.842574662px" stroke-linecap="round" 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 834.512409615 182.3322140696 L 848.8674116581001 182.3322140696 L 848.8674116581001 160.8707753715" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="22.740597296px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 834.512409615 182.3322140696 L 848.8674116581001 182.3322140696 L 848.8674116581001 160.8707753715" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.842574662px" 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="1026.3861993" cy="502.1218635446" r="4.263861993" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="997.9604526800001" cy="502.1218635446" r="4.263861993" 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="152.29449073499995" y="161.01290410459998" width="625.3664256400001" height="284.25746619999995" stroke-width="2.842574662px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="152.29449073499995" y="161.01290410459998" width="625.3664256400001" height="284.25746619999995" fill="transparent"/><text class="sch-text" x="464.977703555" y="303.1416372046" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="25.583171958px" transform="rotate(0, 464.977703555, 303.1416372046)">U3</text><line class="component-pin sch-component-pin sch-port-line" x1="777.660916375" y1="182.3322140696" x2="834.512409615" y2="182.3322140696" stroke-width="2.842574662px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="831.6698349530001" y="179.4896394076" width="5.685149324" height="5.685149324" opacity="0"/></g><text class="pin-number sch-pin-number" x="806.0866629950001" y="179.4896394076" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.319309965px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="777.660916375" y1="210.7579606896" x2="831.669834953" y2="210.7579606896" stroke-width="2.842574662px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="834.512409615" cy="210.7579606896" r="2.842574662" stroke-width="2.842574662px"/><rect x="831.6698349530001" y="207.9153860276" width="5.685149324" height="5.685149324" opacity="0"/></g><text class="pin-number sch-pin-number" x="806.0866629950001" y="207.9153860276" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.319309965px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="777.660916375" y1="239.18370730959998" x2="831.669834953" y2="239.18370730959998" stroke-width="2.842574662px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="834.512409615" cy="239.18370730959998" r="2.842574662" stroke-width="2.842574662px"/><rect x="831.6698349530001" y="236.34113264759998" width="5.685149324" height="5.685149324" opacity="0"/></g><text class="pin-number sch-pin-number" x="806.0866629950001" y="236.34113264759998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.319309965px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="777.660916375" y1="288.92876389459997" x2="834.512409615" y2="288.92876389459997" stroke-width="2.842574662px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="831.6698349530001" y="286.08618923259996" width="5.685149324" height="5.685149324" opacity="0"/></g><text class="pin-number sch-pin-number" x="806.0866629950001" y="286.08618923259996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.319309965px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="777.660916375" y1="317.35451051459995" x2="834.512409615" y2="317.35451051459995" stroke-width="2.842574662px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="831.6698349530001" y="314.51193585259995" width="5.685149324" height="5.685149324" opacity="0"/></g><text class="pin-number sch-pin-number" x="806.0866629950001" y="314.51193585259995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.319309965px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="777.660916375" y1="367.0995670996" x2="831.669834953" y2="367.0995670996" stroke-width="2.842574662px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="834.512409615" cy="367.0995670996" r="2.842574662" stroke-width="2.842574662px"/><rect x="831.6698349530001" y="364.2569924376" width="5.685149324" height="5.685149324" opacity="0"/></g><text class="pin-number sch-pin-number" x="806.0866629950001" y="364.25699243759993" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.319309965px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="777.660916375" y1="395.5253137196" x2="831.669834953" y2="395.5253137196" stroke-width="2.842574662px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="834.512409615" cy="395.5253137196" r="2.842574662" stroke-width="2.842574662px"/><rect x="831.6698349530001" y="392.6827390576" width="5.685149324" height="5.685149324" opacity="0"/></g><text class="pin-number sch-pin-number" x="806.0866629950001" y="392.6827390576" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.319309965px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="777.660916375" y1="423.95106033959996" x2="834.512409615" y2="423.95106033959996" stroke-width="2.842574662px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="831.6698349530001" y="421.10848567759996" width="5.685149324" height="5.685149324" opacity="0"/></g><text class="pin-number sch-pin-number" x="806.0866629950001" y="421.10848567759996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.319309965px" transform="">8</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component-overlay sch-component-overlay" x="841.6188462700001" y="481.281527410147" width="156.34160640999994" height="41.680672268905994" fill="transparent"/><path class="sch-component-symbol-path" d="M 841.6188462700001 502.1218635446 L 867.6809920585471 502.1218635446" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.842574662px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 971.898306891453 502.1218635446 L 997.96045268 502.1218635446" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.842574662px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 867.6809920585471 481.281527410147 L 971.898306891453 481.281527410147 L 971.898306891453 522.962199679053 L 867.6809920585471 522.962199679053 L 867.6809920585471 481.281527410147" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.842574662px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="919.789649475" y="460.43076850193336" stroke="rgb(245, 241, 237)" stroke-width="2.842574662px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="25.583171958px">R8</text><text class="sch-component-text" x="919.789649475" y="543.8129585872666" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="25.583171958px"></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="841.6188462700001" y="623.4102605101469" width="156.34160640999994" height="41.68067226890594" fill="transparent"/><path class="sch-component-symbol-path" d="M 841.6188462700001 644.2505966445999 L 867.6809920585471 644.2505966445999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.842574662px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 971.898306891453 644.2505966445999 L 997.96045268 644.2505966445999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.842574662px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 867.6809920585471 623.4102605101469 L 971.898306891453 623.4102605101469 L 971.898306891453 665.0909327790529 L 867.6809920585471 665.0909327790529 L 867.6809920585471 623.4102605101469" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.842574662px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="919.789649475" y="602.5595016019332" stroke="rgb(245, 241, 237)" stroke-width="2.842574662px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="25.583171958px">R9</text><text class="sch-component-text" x="919.789649475" y="685.9416916872666" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="25.583171958px"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="834.512409615" cy="182.3322140696" r="5.685149324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="834.512409615" cy="210.7579606896" r="5.685149324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="834.512409615" cy="239.18370730959998" r="5.685149324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="834.512409615" cy="288.92876389459997" r="5.685149324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="834.512409615" cy="317.35451051459995" r="5.685149324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="834.512409615" cy="367.0995670996" r="5.685149324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="834.512409615" cy="395.5253137196" r="5.685149324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="834.512409615" cy="423.95106033959996" r="5.685149324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="877.151029545" cy="502.1218635446" r="5.685149324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="1033.492635955" cy="502.1218635446" r="5.685149324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="877.151029545" cy="644.2505966445999" r="5.685149324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="1033.492635955" cy="644.2505966445999" r="5.685149324" 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="
|
|
84
|
+
</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 997.9604526800001 644.2505966445999 L 1026.3861993 644.2505966445999 L 1026.3861993 502.1218635446 L 997.9604526800001 502.1218635446" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="22.740597296px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 997.9604526800001 644.2505966445999 L 1026.3861993 644.2505966445999 L 1026.3861993 502.1218635446 L 997.9604526800001 502.1218635446" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.842574662px" stroke-linecap="round" 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 834.512409615 423.95106033959996 L 1026.3861993 423.95106033959996 L 1026.3861993 502.1218635446" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="22.740597296px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 834.512409615 423.95106033959996 L 1026.3861993 423.95106033959996 L 1026.3861993 502.1218635446" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.842574662px" stroke-linecap="round" 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 834.512409615 288.92876389459997 L 835.933696946 288.92876389459997 L 835.933696946 473.6961169246 L 811.0611686535001 473.6961169246 L 811.0611686535001 502.1218635446 L 841.6188462700001 502.1218635446" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="22.740597296px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 834.512409615 288.92876389459997 L 835.933696946 288.92876389459997 L 835.933696946 473.6961169246 L 811.0611686535001 473.6961169246 L 811.0611686535001 502.1218635446 L 841.6188462700001 502.1218635446" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.842574662px" stroke-linecap="round" 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 834.512409615 317.35451051459995 L 840.1975589390001 317.35451051459995 L 840.1975589390001 480.8025535796 L 815.3250306465002 480.8025535796 L 815.3250306465002 644.2505966445999 L 841.6188462700001 644.2505966445999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="22.740597296px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 834.512409615 317.35451051459995 L 840.1975589390001 317.35451051459995 L 840.1975589390001 480.8025535796 L 815.3250306465002 480.8025535796 L 815.3250306465002 644.2505966445999 L 841.6188462700001 644.2505966445999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.842574662px" stroke-linecap="round" 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 834.512409615 182.3322140696 L 848.8674116581001 182.3322140696 L 848.8674116581001 160.8707753715" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="22.740597296px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 834.512409615 182.3322140696 L 848.8674116581001 182.3322140696 L 848.8674116581001 160.8707753715" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.842574662px" 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="1026.3861993" cy="502.1218635446" r="4.263861993" 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="152.29449073499995" y="161.01290410459998" width="625.3664256400001" height="284.25746619999995" stroke-width="2.842574662px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="152.29449073499995" y="161.01290410459998" width="625.3664256400001" height="284.25746619999995" fill="transparent"/><text class="sch-text" x="464.977703555" y="303.1416372046" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="25.583171958px" transform="rotate(0, 464.977703555, 303.1416372046)">U3</text><line class="component-pin sch-component-pin sch-port-line" x1="777.660916375" y1="182.3322140696" x2="834.512409615" y2="182.3322140696" stroke-width="2.842574662px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="831.6698349530001" y="179.4896394076" width="5.685149324" height="5.685149324" opacity="0"/></g><text class="pin-number sch-pin-number" x="806.0866629950001" y="179.4896394076" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.319309965px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="777.660916375" y1="210.7579606896" x2="831.669834953" y2="210.7579606896" stroke-width="2.842574662px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="834.512409615" cy="210.7579606896" r="2.842574662" stroke-width="2.842574662px"/><rect x="831.6698349530001" y="207.9153860276" width="5.685149324" height="5.685149324" opacity="0"/></g><text class="pin-number sch-pin-number" x="806.0866629950001" y="207.9153860276" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.319309965px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="777.660916375" y1="239.18370730959998" x2="831.669834953" y2="239.18370730959998" stroke-width="2.842574662px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="834.512409615" cy="239.18370730959998" r="2.842574662" stroke-width="2.842574662px"/><rect x="831.6698349530001" y="236.34113264759998" width="5.685149324" height="5.685149324" opacity="0"/></g><text class="pin-number sch-pin-number" x="806.0866629950001" y="236.34113264759998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.319309965px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="777.660916375" y1="288.92876389459997" x2="834.512409615" y2="288.92876389459997" stroke-width="2.842574662px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="831.6698349530001" y="286.08618923259996" width="5.685149324" height="5.685149324" opacity="0"/></g><text class="pin-number sch-pin-number" x="806.0866629950001" y="286.08618923259996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.319309965px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="777.660916375" y1="317.35451051459995" x2="834.512409615" y2="317.35451051459995" stroke-width="2.842574662px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="831.6698349530001" y="314.51193585259995" width="5.685149324" height="5.685149324" opacity="0"/></g><text class="pin-number sch-pin-number" x="806.0866629950001" y="314.51193585259995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.319309965px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="777.660916375" y1="367.0995670996" x2="831.669834953" y2="367.0995670996" stroke-width="2.842574662px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="834.512409615" cy="367.0995670996" r="2.842574662" stroke-width="2.842574662px"/><rect x="831.6698349530001" y="364.2569924376" width="5.685149324" height="5.685149324" opacity="0"/></g><text class="pin-number sch-pin-number" x="806.0866629950001" y="364.25699243759993" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.319309965px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="777.660916375" y1="395.5253137196" x2="831.669834953" y2="395.5253137196" stroke-width="2.842574662px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="834.512409615" cy="395.5253137196" r="2.842574662" stroke-width="2.842574662px"/><rect x="831.6698349530001" y="392.6827390576" width="5.685149324" height="5.685149324" opacity="0"/></g><text class="pin-number sch-pin-number" x="806.0866629950001" y="392.6827390576" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.319309965px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="777.660916375" y1="423.95106033959996" x2="834.512409615" y2="423.95106033959996" stroke-width="2.842574662px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="831.6698349530001" y="421.10848567759996" width="5.685149324" height="5.685149324" opacity="0"/></g><text class="pin-number sch-pin-number" x="806.0866629950001" y="421.10848567759996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.319309965px" transform="">8</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component-overlay sch-component-overlay" x="841.6188462700001" y="481.281527410147" width="156.34160640999994" height="41.680672268905994" fill="transparent"/><path class="sch-component-symbol-path" d="M 841.6188462700001 502.1218635446 L 867.6809920585471 502.1218635446" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.842574662px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 971.898306891453 502.1218635446 L 997.96045268 502.1218635446" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.842574662px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 867.6809920585471 481.281527410147 L 971.898306891453 481.281527410147 L 971.898306891453 522.962199679053 L 867.6809920585471 522.962199679053 L 867.6809920585471 481.281527410147" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.842574662px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="919.789649475" y="460.43076850193336" stroke="rgb(245, 241, 237)" stroke-width="2.842574662px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="25.583171958px">R8</text><text class="sch-component-text" x="919.789649475" y="543.8129585872666" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="25.583171958px"></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="841.6188462700001" y="623.4102605101469" width="156.34160640999994" height="41.68067226890594" fill="transparent"/><path class="sch-component-symbol-path" d="M 841.6188462700001 644.2505966445999 L 867.6809920585471 644.2505966445999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.842574662px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 971.898306891453 644.2505966445999 L 997.96045268 644.2505966445999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.842574662px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 867.6809920585471 623.4102605101469 L 971.898306891453 623.4102605101469 L 971.898306891453 665.0909327790529 L 867.6809920585471 665.0909327790529 L 867.6809920585471 623.4102605101469" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.842574662px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="919.789649475" y="602.5595016019332" stroke="rgb(245, 241, 237)" stroke-width="2.842574662px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="25.583171958px">R9</text><text class="sch-component-text" x="919.789649475" y="685.9416916872666" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="25.583171958px"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="834.512409615" cy="182.3322140696" r="5.685149324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="834.512409615" cy="210.7579606896" r="5.685149324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="834.512409615" cy="239.18370730959998" r="5.685149324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="834.512409615" cy="288.92876389459997" r="5.685149324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="834.512409615" cy="317.35451051459995" r="5.685149324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="834.512409615" cy="367.0995670996" r="5.685149324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="834.512409615" cy="395.5253137196" r="5.685149324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="834.512409615" cy="423.95106033959996" r="5.685149324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="877.151029545" cy="502.1218635446" r="5.685149324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="1033.492635955" cy="502.1218635446" r="5.685149324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="877.151029545" cy="644.2505966445999" r="5.685149324" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="1033.492635955" cy="644.2505966445999" r="5.685149324" 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="
|
|
85
85
|
M 848.8674116581001,160.8707753715
|
|
86
86
|
L 834.6545383481001,153.1958237841
|
|
87
87
|
L 834.6545383481001,71.06436655004667
|
|
@@ -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="11.015,0.30000000000000004 9.049999999999999,0.7" data-type="line" data-label="" points="464.4255975327678,320.45528172706247 294.7417116422512,285.914032690825" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.015,0.30000000000000004 9.049999999999999,-0.3" data-type="line" data-label="" points="464.4255975327678,320.45528172706247 294.7417116422512,372.2671552814187" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.049999999999999,0.7 9.049999999999999,-0.3" data-type="line" data-label="" points="294.7417116422512,285.914032690825 294.7417116422512,372.2671552814187" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.015,0.10000000000000003 10.15,0.7" data-type="line" data-label="" points="464.4255975327678,337.7259062451812 389.7301464919043,285.914032690825" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.015,-0.10000000000000003 10.15,-0.3" data-type="line" data-label="" points="464.4255975327678,354.9965307633 389.7301464919043,372.2671552814187" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.049999999999999,0.7 8.85,0.7 8.85,0.30000000000000004 11.015,0.30000000000000004" data-type="line" data-label="" points="294.7417116422512,285.914032690825 277.4710871241325,285.914032690825 277.4710871241325,320.45528172706247 464.4255975327678,320.45528172706247" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.049999999999999,-0.3 8.85,-0.3 8.85,0.
|
|
3
|
+
<rect width="100%" height="100%" fill="white"/><g><polyline data-points="11.015,0.30000000000000004 9.049999999999999,0.7" data-type="line" data-label="" points="464.4255975327678,320.45528172706247 294.7417116422512,285.914032690825" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.015,0.30000000000000004 9.049999999999999,-0.3" data-type="line" data-label="" points="464.4255975327678,320.45528172706247 294.7417116422512,372.2671552814187" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.049999999999999,0.7 9.049999999999999,-0.3" data-type="line" data-label="" points="294.7417116422512,285.914032690825 294.7417116422512,372.2671552814187" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.015,0.10000000000000003 10.15,0.7" data-type="line" data-label="" points="464.4255975327678,337.7259062451812 389.7301464919043,285.914032690825" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.015,-0.10000000000000003 10.15,-0.3" data-type="line" data-label="" points="464.4255975327678,354.9965307633 389.7301464919043,372.2671552814187" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.049999999999999,0.7 8.85,0.7 8.85,0.30000000000000004 11.015,0.30000000000000004" data-type="line" data-label="" points="294.7417116422512,285.914032690825 277.4710871241325,285.914032690825 277.4710871241325,320.45528172706247 464.4255975327678,320.45528172706247" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.049999999999999,-0.3 8.85,-0.3 8.85,0.30000000000000004" data-type="line" data-label="" points="294.7417116422512,372.2671552814187 277.4710871241325,372.2671552814187 277.4710871241325,320.45528172706247" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.15,0.7 10.5825,0.7 10.5825,0.10000000000000003 11.015,0.10000000000000003" data-type="line" data-label="" points="389.7301464919043,285.914032690825 427.077872012336,285.914032690825 427.077872012336,337.7259062451812 464.4255975327678,337.7259062451812" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="11.015,-0.10000000000000003 10.5825,-0.10000000000000003 10.5825,-0.3 10.15,-0.3" data-type="line" data-label="" points="464.4255975327678,354.9965307633 427.077872012336,354.9965307633 427.077872012336,372.2671552814187 389.7301464919043,372.2671552814187" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.36625,0.7 10.416250000000002,0.7 10.416250000000002,0.19999999999999996 10.31525,0.19999999999999996" data-type="line" data-label="" points="408.4040092521202,285.914032690825 412.7216653816499,285.914032690825 412.7216653816499,329.09059398612186 403.9999999999999,329.09059398612186" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="7" data-y="0.7" x="39.999999999999886" y="242.7374713955282" width="155.43562066306868" height="86.35312259059367" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011580357142857146"/></g><g><rect data-type="rect" data-label="schematic_component_19" data-x="11.8" data-y="0.19999999999999998" x="464.42559753276777" y="285.914032690825" width="135.57440246723206" height="86.35312259059367" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011580357142857146"/></g><g><rect data-type="rect" data-label="schematic_component_20" data-x="9.6" data-y="0.7" x="294.7417116422511" y="252.28334710871252" width="94.98843484965312" height="67.26137116422501" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011580357142857146"/></g><g><rect data-type="rect" data-label="schematic_component_21" data-x="9.6" data-y="-0.3" x="294.7417116422511" y="338.6364696993062" width="94.98843484965312" height="67.26137116422501" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011580357142857146"/></g><g><rect data-type="rect" data-label="netId: SDA
|
|
4
4
|
globalConnNetId: connectivity_net1" data-x="8.141" data-y="0.7" x="195.52197378565916" y="277.2787204317657" width="41.44949884348489" height="17.270624518118723" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.011580357142857146"/></g><g><rect data-type="rect" data-label="netId: SDA
|
|
5
5
|
globalConnNetId: connectivity_net1" data-x="10.07525" data-y="0.19999999999999996" x="362.55050115651494" y="320.45528172706247" width="41.449498843485" height="17.27062451811878" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.011580357142857146"/></g><g><rect data-type="rect" data-label="netId: V3V3
|
|
6
6
|
globalConnNetId: connectivity_net0" data-x="8.85" data-y="1" x="268.8357748650732" y="234.1021591364688" width="17.270624518118666" height="51.8118735543562" fill="#ef444466" stroke="#ef4444" stroke-width="0.011580357142857146"/></g><g><rect data-type="rect" data-label="netId: SCL
|
|
@@ -74,7 +74,7 @@ orientation: y-" data-x="10.79875" data-y="-0.10000000000000003" cx="445.7517347
|
|
|
74
74
|
.port-label { fill: rgb(0, 100, 100); }
|
|
75
75
|
.component-name { fill: rgb(0, 100, 100); }
|
|
76
76
|
|
|
77
|
-
</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 542.2222222223897 314.31407407404004 L 506.66666666683 314.31407407404004 L 506.66666666683 385.42518518516 L 891.5555555557671 385.42518518516" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="28.444444444448px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 542.2222222223897 314.31407407404004 L 506.66666666683 314.31407407404004 L 506.66666666683 385.42518518516 L 891.5555555557671 385.42518518516" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.555555555556px" stroke-linecap="round" 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 542.2222222223897 492.09185185184003 L 506.66666666683 492.09185185184003 L 506.66666666683 314.31407407404004 L 542.2222222223897 314.31407407404004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="28.444444444448px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 542.2222222223897 492.09185185184003 L 506.66666666683 492.09185185184003 L 506.66666666683 314.31407407404004 L 542.2222222223897 314.31407407404004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.555555555556px" stroke-linecap="round" 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 737.7777777779702 314.31407407404004 L 814.6666666668684 314.31407407404004 L 814.6666666668684 420.98074074072 L 891.5555555557671 420.98074074072" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="28.444444444448px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 737.7777777779702 314.31407407404004 L 814.6666666668684 314.31407407404004 L 814.6666666668684 420.98074074072 L 891.5555555557671 420.98074074072" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.555555555556px" stroke-linecap="round" 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 891.5555555557671 456.53629629628 L 814.6666666668684 456.53629629628 L 814.6666666668684 492.09185185184003 L 737.7777777779702 492.09185185184003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="28.444444444448px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 891.5555555557671 456.53629629628 L 814.6666666668684 456.53629629628 L 814.6666666668684 492.09185185184003 L 737.7777777779702 492.09185185184003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.555555555556px" stroke-linecap="round" 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 776.2222222224195 314.31407407404004 L 785.1111111113096 314.31407407404004 L 785.1111111113096 403.20296296294003 L 767.1555555557516 403.20296296294003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="28.444444444448px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 776.2222222224195 314.31407407404004 L 785.1111111113096 314.31407407404004 L 785.1111111113096 403.20296296294003 L 767.1555555557516 403.20296296294003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.555555555556px" 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="542.2222222223897" cy="314.31407407404004" r="5.333333333334" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="506.66666666683" cy="314.31407407404004" r="5.333333333334" 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="88.8888888890001" y="225.42518518514" width="177.77777777779988" height="177.77777777780003" stroke-width="3.555555555556px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="88.8888888890001" y="225.42518518514" width="177.77777777779988" height="177.77777777780003" fill="transparent"/><text class="sch-text" x="177.77777777789993" y="314.31407407404004" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="32.000000000004px" transform="rotate(0, 177.77777777789993, 314.31407407404004)">IC2</text><line class="component-pin sch-component-pin sch-port-line" x1="266.6666666668" y1="314.31407407404004" x2="334.2222222223643" y2="314.31407407404004" stroke-width="3.555555555556px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="337.77777777792016" cy="314.31407407404004" r="3.555555555556" stroke-width="3.555555555556px"/><rect x="334.22222222236417" y="310.75851851848404" width="7.111111111112" height="7.111111111112" opacity="0"/></g><text class="pin-number sch-pin-number" x="302.22222222235996" y="310.75851851848404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="26.66666666667px" transform="">15</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="962.6666666668873" y="314.31407407404004" width="136.88888888890597" height="177.7777777778" stroke-width="3.555555555556px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="962.6666666668873" y="314.31407407404004" width="136.88888888890597" height="177.7777777778" fill="transparent"/><text class="sch-text" x="1031.1111111113403" y="403.20296296294003" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="32.000000000004px" transform="rotate(0, 1031.1111111113403, 403.20296296294003)">CONN1</text><line class="component-pin sch-component-pin sch-port-line" x1="962.6666666668873" y1="349.8696296296" x2="895.111111111323" y2="349.8696296296" stroke-width="3.555555555556px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="891.5555555557671" cy="349.8696296296" r="3.555555555556" stroke-width="3.555555555556px"/><rect x="888.0000000002111" y="346.314074074044" width="7.111111111112" height="7.111111111112" opacity="0"/></g><text class="pin-number sch-pin-number" x="927.1111111113271" y="346.314074074044" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="26.66666666667px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="962.6666666668873" y1="385.42518518516" x2="891.5555555557671" y2="385.42518518516" stroke-width="3.555555555556px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="888.0000000002111" y="381.869629629604" width="7.111111111112" height="7.111111111112" opacity="0"/></g><text class="pin-number sch-pin-number" x="927.1111111113271" y="381.869629629604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="26.66666666667px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="962.6666666668873" y1="420.98074074072" x2="891.5555555557671" y2="420.98074074072" stroke-width="3.555555555556px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="888.0000000002111" y="417.425185185164" width="7.111111111112" height="7.111111111112" opacity="0"/></g><text class="pin-number sch-pin-number" x="927.1111111113271" y="417.425185185164" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="26.66666666667px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="962.6666666668873" y1="456.53629629628" x2="891.5555555557671" y2="456.53629629628" stroke-width="3.555555555556px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><rect x="888.0000000002111" y="452.980740740724" width="7.111111111112" height="7.111111111112" opacity="0"/></g><text class="pin-number sch-pin-number" x="927.1111111113271" y="452.980740740724" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="26.66666666667px" transform="">4</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="542.22222222239" y="288.2465185184812" width="195.5555555555802" height="52.13511111111768" fill="transparent"/><path class="sch-component-symbol-path" d="M 542.22222222239 314.31407407404004 L 574.8213333335052 314.31407407404004" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.555555555556px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 705.178666666855 314.31407407404004 L 737.7777777779702 314.31407407404004" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.555555555556px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 574.8213333335052 288.2465185184812 L 705.178666666855 288.2465185184812 L 705.178666666855 340.3816296295989 L 574.8213333335052 340.3816296295989 L 574.8213333335052 288.2465185184812" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.555555555556px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="640.0000000001801" y="262.1659259258853" stroke="rgb(245, 241, 237)" stroke-width="3.555555555556px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="32.000000000004px">R10</text><text class="sch-component-text" x="640.0000000001801" y="366.4622222221948" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="32.000000000004px"></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="542.22222222239" y="466.0242962962812" width="195.5555555555802" height="52.13511111111774" fill="transparent"/><path class="sch-component-symbol-path" d="M 542.22222222239 492.09185185184003 L 574.8213333335052 492.09185185184003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.555555555556px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 705.178666666855 492.09185185184003 L 737.7777777779702 492.09185185184003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.555555555556px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 574.8213333335052 466.0242962962812 L 705.178666666855 466.0242962962812 L 705.178666666855 518.1594074073989 L 574.8213333335052 518.1594074073989 L 574.8213333335052 466.0242962962812" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.555555555556px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="640.0000000001801" y="439.9437037036853" stroke="rgb(245, 241, 237)" stroke-width="3.555555555556px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="32.000000000004px">R11</text><text class="sch-component-text" x="640.0000000001801" y="544.2399999999948" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="32.000000000004px"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="337.77777777792016" cy="314.31407407404004" r="7.111111111112" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="891.5555555557671" cy="349.8696296296" r="7.111111111112" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="891.5555555557671" cy="385.42518518516" r="7.111111111112" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="891.5555555557671" cy="420.98074074072" r="7.111111111112" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="891.5555555557671" cy="456.53629629628" r="7.111111111112" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="586.6666666668398" cy="314.31407407404004" r="7.111111111112" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="782.22222222242" cy="314.31407407404004" r="7.111111111112" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="586.6666666668398" cy="492.09185185184003" r="7.111111111112" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="782.22222222242" cy="492.09185185184003" r="7.111111111112" 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="
|
|
77
|
+
</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 542.2222222223897 314.31407407404004 L 506.66666666683 314.31407407404004 L 506.66666666683 385.42518518516 L 891.5555555557671 385.42518518516" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="28.444444444448px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 542.2222222223897 314.31407407404004 L 506.66666666683 314.31407407404004 L 506.66666666683 385.42518518516 L 891.5555555557671 385.42518518516" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.555555555556px" stroke-linecap="round" 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 542.2222222223897 492.09185185184003 L 506.66666666683 492.09185185184003 L 506.66666666683 385.42518518516" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="28.444444444448px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 542.2222222223897 492.09185185184003 L 506.66666666683 492.09185185184003 L 506.66666666683 385.42518518516" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.555555555556px" stroke-linecap="round" 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 737.7777777779702 314.31407407404004 L 814.6666666668684 314.31407407404004 L 814.6666666668684 420.98074074072 L 891.5555555557671 420.98074074072" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="28.444444444448px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 737.7777777779702 314.31407407404004 L 814.6666666668684 314.31407407404004 L 814.6666666668684 420.98074074072 L 891.5555555557671 420.98074074072" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.555555555556px" stroke-linecap="round" 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 891.5555555557671 456.53629629628 L 814.6666666668684 456.53629629628 L 814.6666666668684 492.09185185184003 L 737.7777777779702 492.09185185184003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="28.444444444448px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 891.5555555557671 456.53629629628 L 814.6666666668684 456.53629629628 L 814.6666666668684 492.09185185184003 L 737.7777777779702 492.09185185184003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.555555555556px" stroke-linecap="round" 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 776.2222222224195 314.31407407404004 L 785.1111111113096 314.31407407404004 L 785.1111111113096 403.20296296294003 L 767.1555555557516 403.20296296294003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="28.444444444448px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 776.2222222224195 314.31407407404004 L 785.1111111113096 314.31407407404004 L 785.1111111113096 403.20296296294003 L 767.1555555557516 403.20296296294003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.555555555556px" 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="506.66666666683" cy="385.42518518516" r="5.333333333334" 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="88.8888888890001" y="225.42518518514" width="177.77777777779988" height="177.77777777780003" stroke-width="3.555555555556px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="88.8888888890001" y="225.42518518514" width="177.77777777779988" height="177.77777777780003" fill="transparent"/><text class="sch-text" x="177.77777777789993" y="314.31407407404004" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="32.000000000004px" transform="rotate(0, 177.77777777789993, 314.31407407404004)">IC2</text><line class="component-pin sch-component-pin sch-port-line" x1="266.6666666668" y1="314.31407407404004" x2="334.2222222223643" y2="314.31407407404004" stroke-width="3.555555555556px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="337.77777777792016" cy="314.31407407404004" r="3.555555555556" stroke-width="3.555555555556px"/><rect x="334.22222222236417" y="310.75851851848404" width="7.111111111112" height="7.111111111112" opacity="0"/></g><text class="pin-number sch-pin-number" x="302.22222222235996" y="310.75851851848404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="26.66666666667px" transform="">15</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="962.6666666668873" y="314.31407407404004" width="136.88888888890597" height="177.7777777778" stroke-width="3.555555555556px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="962.6666666668873" y="314.31407407404004" width="136.88888888890597" height="177.7777777778" fill="transparent"/><text class="sch-text" x="1031.1111111113403" y="403.20296296294003" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="32.000000000004px" transform="rotate(0, 1031.1111111113403, 403.20296296294003)">CONN1</text><line class="component-pin sch-component-pin sch-port-line" x1="962.6666666668873" y1="349.8696296296" x2="895.111111111323" y2="349.8696296296" stroke-width="3.555555555556px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="891.5555555557671" cy="349.8696296296" r="3.555555555556" stroke-width="3.555555555556px"/><rect x="888.0000000002111" y="346.314074074044" width="7.111111111112" height="7.111111111112" opacity="0"/></g><text class="pin-number sch-pin-number" x="927.1111111113271" y="346.314074074044" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="26.66666666667px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="962.6666666668873" y1="385.42518518516" x2="891.5555555557671" y2="385.42518518516" stroke-width="3.555555555556px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="888.0000000002111" y="381.869629629604" width="7.111111111112" height="7.111111111112" opacity="0"/></g><text class="pin-number sch-pin-number" x="927.1111111113271" y="381.869629629604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="26.66666666667px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="962.6666666668873" y1="420.98074074072" x2="891.5555555557671" y2="420.98074074072" stroke-width="3.555555555556px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="888.0000000002111" y="417.425185185164" width="7.111111111112" height="7.111111111112" opacity="0"/></g><text class="pin-number sch-pin-number" x="927.1111111113271" y="417.425185185164" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="26.66666666667px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="962.6666666668873" y1="456.53629629628" x2="891.5555555557671" y2="456.53629629628" stroke-width="3.555555555556px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><rect x="888.0000000002111" y="452.980740740724" width="7.111111111112" height="7.111111111112" opacity="0"/></g><text class="pin-number sch-pin-number" x="927.1111111113271" y="452.980740740724" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="26.66666666667px" transform="">4</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="542.22222222239" y="288.2465185184812" width="195.5555555555802" height="52.13511111111768" fill="transparent"/><path class="sch-component-symbol-path" d="M 542.22222222239 314.31407407404004 L 574.8213333335052 314.31407407404004" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.555555555556px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 705.178666666855 314.31407407404004 L 737.7777777779702 314.31407407404004" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.555555555556px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 574.8213333335052 288.2465185184812 L 705.178666666855 288.2465185184812 L 705.178666666855 340.3816296295989 L 574.8213333335052 340.3816296295989 L 574.8213333335052 288.2465185184812" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.555555555556px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="640.0000000001801" y="262.1659259258853" stroke="rgb(245, 241, 237)" stroke-width="3.555555555556px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="32.000000000004px">R10</text><text class="sch-component-text" x="640.0000000001801" y="366.4622222221948" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="32.000000000004px"></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="542.22222222239" y="466.0242962962812" width="195.5555555555802" height="52.13511111111774" fill="transparent"/><path class="sch-component-symbol-path" d="M 542.22222222239 492.09185185184003 L 574.8213333335052 492.09185185184003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.555555555556px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 705.178666666855 492.09185185184003 L 737.7777777779702 492.09185185184003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.555555555556px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 574.8213333335052 466.0242962962812 L 705.178666666855 466.0242962962812 L 705.178666666855 518.1594074073989 L 574.8213333335052 518.1594074073989 L 574.8213333335052 466.0242962962812" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.555555555556px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="640.0000000001801" y="439.9437037036853" stroke="rgb(245, 241, 237)" stroke-width="3.555555555556px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="32.000000000004px">R11</text><text class="sch-component-text" x="640.0000000001801" y="544.2399999999948" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="32.000000000004px"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="337.77777777792016" cy="314.31407407404004" r="7.111111111112" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="891.5555555557671" cy="349.8696296296" r="7.111111111112" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="891.5555555557671" cy="385.42518518516" r="7.111111111112" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="891.5555555557671" cy="420.98074074072" r="7.111111111112" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="891.5555555557671" cy="456.53629629628" r="7.111111111112" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="586.6666666668398" cy="314.31407407404004" r="7.111111111112" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="782.22222222242" cy="314.31407407404004" r="7.111111111112" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="586.6666666668398" cy="492.09185185184003" r="7.111111111112" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="782.22222222242" cy="492.09185185184003" r="7.111111111112" 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="
|
|
78
78
|
M 337.77777777792016,314.31407407404004
|
|
79
79
|
L 347.3777777779214,296.53629629626005
|
|
80
80
|
L 429.2266666668205,296.53629629626005
|
|
@@ -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="-2.87,2.485 -2.87,1.2399999999999998" data-type="line" data-label="" points="181.61383285302594,143.82324687800187 181.61383285302594,210.79731027857824" fill="none" stroke="hsl(32, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-2.87,1.2399999999999998 -2.87,3.6149999999999998" data-type="line" data-label="" points="181.61383285302594,210.79731027857824 181.61383285302594,83.03554274735825" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.87,1.2399999999999998 -2.87,2.485" data-type="line" data-label="" points="181.61383285302594,210.79731027857824 181.61383285302594,143.82324687800187" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.87,3.6149999999999998 -2.87,2.485" data-type="line" data-label="" points="181.61383285302594,83.03554274735825 181.61383285302594,143.82324687800187" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.87,0.19999999999999973 -1.2850000000000001,0.2" data-type="line" data-label="" points="181.61383285302594,266.74351585014404 266.8780019212296,266.74351585014404" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.87,0.19999999999999973 -1.2850000000000001,-0.2" data-type="line" data-label="" points="181.61383285302594,266.74351585014404 266.8780019212296,288.26128722382316" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.87,0.19999999999999973 -2.97,-1.0099999999999998" data-type="line" data-label="" points="181.61383285302594,266.74351585014404 176.23439000960616,331.8347742555234" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,0.2 -1.2850000000000001,-0.2" data-type="line" data-label="" points="266.8780019212296,266.74351585014404 266.8780019212296,288.26128722382316" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,0.2 -2.97,-1.0099999999999998" data-type="line" data-label="" points="266.8780019212296,266.74351585014404 176.23439000960616,331.8347742555234" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,-0.2 -2.97,-1.0099999999999998" data-type="line" data-label="" points="266.8780019212296,288.26128722382316 176.23439000960616,331.8347742555234" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,0 -2.97,-2.1100000000000003" data-type="line" data-label="" points="266.8780019212296,277.5024015369836 176.23439000960616,391.00864553314113" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,0 -0.8100000000000003,-3.005000000000001" data-type="line" data-label="" points="266.8780019212296,277.5024015369836 292.43035542747356,439.1546589817483" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,0 1.2594553499999992,-4.739999999999999" data-type="line" data-label="" points="266.8780019212296,277.5024015369836 403.7555231508165,532.4879923150816" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,0 -0.75,-5.315" data-type="line" data-label="" points="266.8780019212296,277.5024015369836 295.6580211335255,563.4197886647453" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.97,-2.1100000000000003 -0.8100000000000003,-3.005000000000001" data-type="line" data-label="" points="176.23439000960616,391.00864553314113 292.43035542747356,439.1546589817483" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.97,-2.1100000000000003 1.2594553499999992,-4.739999999999999" data-type="line" data-label="" points="176.23439000960616,391.00864553314113 403.7555231508165,532.4879923150816" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.97,-2.1100000000000003 -0.75,-5.315" data-type="line" data-label="" points="176.23439000960616,391.00864553314113 295.6580211335255,563.4197886647453" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8100000000000003,-3.005000000000001 1.2594553499999992,-4.739999999999999" data-type="line" data-label="" points="292.43035542747356,439.1546589817483 403.7555231508165,532.4879923150816" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8100000000000003,-3.005000000000001 -0.75,-5.315" data-type="line" data-label="" points="292.43035542747356,439.1546589817483 295.6580211335255,563.4197886647453" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2594553499999992,-4.739999999999999 -0.75,-5.315" data-type="line" data-label="" points="403.7555231508165,532.4879923150816 295.6580211335255,563.4197886647453" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2850000000000001,0.1 -0.8100000000000003,-1.9050000000000002" data-type="line" data-label="" points="405.12968299711815,272.1229586935638 292.43035542747356,379.9807877041306" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2850000000000001,0.1 2.675,-1.3049999999999997" data-type="line" data-label="" points="405.12968299711815,272.1229586935638 479.90393852065324,347.70413064361185" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2850000000000001,0.1 -0.75,-4.215000000000001" data-type="line" data-label="" points="405.12968299711815,272.1229586935638 295.6580211335255,504.24591738712775" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8100000000000003,-1.9050000000000002 2.675,-1.3049999999999997" data-type="line" data-label="" points="292.43035542747356,379.9807877041306 479.90393852065324,347.70413064361185" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8100000000000003,-1.9050000000000002 -0.75,-4.215000000000001" data-type="line" data-label="" points="292.43035542747356,379.9807877041306 295.6580211335255,504.24591738712775" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.675,-1.3049999999999997 -0.75,-4.215000000000001" data-type="line" data-label="" points="479.90393852065324,347.70413064361185 295.6580211335255,504.24591738712775" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.675,-2.4349999999999996 1.2594553499999992,-3.6399999999999997" data-type="line" data-label="" points="479.90393852065324,408.4918347742554 403.7555231508165,473.3141210374639" fill="none" stroke="hsl(187, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.87,2.485 -2.87,1.2399999999999998" data-type="line" data-label="" points="181.61383285302594,143.82324687800187 181.61383285302594,210.79731027857824" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.87,3.6149999999999998 -2.87,3.815 -2.1099999999999994,3.815 -2.1099999999999994,2.2849999999999997 -2.87,2.2849999999999997 -2.87,2.485" data-type="line" data-label="" points="181.61383285302594,83.03554274735825 181.61383285302594,72.27665706051869 222.49759846301637,72.27665706051869 222.49759846301637,154.58213256484146 181.61383285302594,154.58213256484146 181.61383285302594,143.82324687800187" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.87,0.19999999999999973 -2.87,-2.220446049250313e-16 -2.97,-2.220446049250313e-16 -2.97,-1.0099999999999998" data-type="line" data-label="" points="181.61383285302594,266.74351585014404 181.61383285302594,277.5024015369836 176.23439000960616,277.5024015369836 176.23439000960616,331.8347742555234" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.97,-2.1100000000000003 -2.97,-3.205000000000001 -0.81,-3.205000000000001 -0.81,-3.005000000000001" data-type="line" data-label="" points="176.23439000960616,391.00864553314113 176.23439000960616,449.91354466858786 292.4303554274736,449.91354466858786 292.4303554274736,439.1546589817483" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.2594553499999988,-4.739999999999999 1.2594553499999988,-5.515000000000001 -0.75,-5.515000000000001 -0.75,-5.315" data-type="line" data-label="" points="403.75552315081643,532.4879923150816 403.75552315081643,574.178674351585 295.6580211335255,574.178674351585 295.6580211335255,563.4197886647453" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.2850000000000001,0.1 2.675,0.1 2.675,-1.3049999999999997" data-type="line" data-label="" points="405.12968299711815,272.1229586935638 479.90393852065324,272.1229586935638 479.90393852065324,347.70413064361185" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.2850000000000001,0.20000000000000018 -1.485,0.2 -1.485,-4.440892098500626e-16 -2.87,-4.440892098500626e-16 -2.87,0.19999999999999973" data-type="line" data-label="" points="266.8780019212296,266.74351585014404 256.11911623439005,266.74351585014404 256.11911623439005,277.5024015369836 181.61383285302594,277.5024015369836 181.61383285302594,266.74351585014404" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.2850000000000001,-0.2 -1.485,-0.2 -1.485,0.2 -1.2850000000000001,0.2" data-type="line" data-label="" points="266.8780019212296,288.26128722382316 256.11911623439005,288.26128722382316 256.11911623439005,266.74351585014404 266.8780019212296,266.74351585014404" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.2850000000000001,0 -1.3860000000000001,0 -1.3860000000000001,-0.601" data-type="line" data-label="" points="266.8780019212296,277.5024015369836 261.4447646493756,277.5024015369836 261.4447646493756,309.8328530259365" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-2.71" data-y="0.7199999999999998" x="167.08933717579254" y="210.79731027857827" width="46.26320845341016" height="55.9462055715658" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-3.25" data-y="3.05" x="110.60518731988473" y="83.03554274735826" width="101.13352545629206" height="60.78770413064362" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="0" data-y="0" x="266.8780019212296" y="261.36407300672425" width="138.25168107588854" height="32.27665706051869" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-2.755" data-y="-1.56" x="161.9788664745437" y="331.8347742555235" width="51.642651296830024" height="59.17387127761771" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-0.5950000000000002" data-y="-2.4550000000000005" x="278.17483189241113" y="379.98078770413053" width="51.64265129682997" height="59.17387127761771" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="2.9724999999999997" data-y="-1.8699999999999997" x="462.4207492795389" y="347.70413064361185" width="66.97406340057637" height="60.78770413064353" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="1.5519553499999992" data-y="-4.1899999999999995" x="393.29490874159455" y="473.31412103746385" width="52.3909694524495" height="59.17387127761765" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="-0.5950000000000001" data-y="-4.765000000000001" x="281.402497598463" y="504.24591738712775" width="45.18731988472621" height="59.173871277617536" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="netId: VBUS
|
|
3
|
+
<rect width="100%" height="100%" fill="white"/><g><polyline data-points="-2.87,2.485 -2.87,1.2399999999999998" data-type="line" data-label="" points="181.61383285302594,143.82324687800187 181.61383285302594,210.79731027857824" fill="none" stroke="hsl(32, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-2.87,1.2399999999999998 -2.87,3.6149999999999998" data-type="line" data-label="" points="181.61383285302594,210.79731027857824 181.61383285302594,83.03554274735825" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.87,1.2399999999999998 -2.87,2.485" data-type="line" data-label="" points="181.61383285302594,210.79731027857824 181.61383285302594,143.82324687800187" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.87,3.6149999999999998 -2.87,2.485" data-type="line" data-label="" points="181.61383285302594,83.03554274735825 181.61383285302594,143.82324687800187" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.87,0.19999999999999973 -1.2850000000000001,0.2" data-type="line" data-label="" points="181.61383285302594,266.74351585014404 266.8780019212296,266.74351585014404" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.87,0.19999999999999973 -1.2850000000000001,-0.2" data-type="line" data-label="" points="181.61383285302594,266.74351585014404 266.8780019212296,288.26128722382316" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.87,0.19999999999999973 -2.97,-1.0099999999999998" data-type="line" data-label="" points="181.61383285302594,266.74351585014404 176.23439000960616,331.8347742555234" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,0.2 -1.2850000000000001,-0.2" data-type="line" data-label="" points="266.8780019212296,266.74351585014404 266.8780019212296,288.26128722382316" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,0.2 -2.97,-1.0099999999999998" data-type="line" data-label="" points="266.8780019212296,266.74351585014404 176.23439000960616,331.8347742555234" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,-0.2 -2.97,-1.0099999999999998" data-type="line" data-label="" points="266.8780019212296,288.26128722382316 176.23439000960616,331.8347742555234" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,0 -2.97,-2.1100000000000003" data-type="line" data-label="" points="266.8780019212296,277.5024015369836 176.23439000960616,391.00864553314113" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,0 -0.8100000000000003,-3.005000000000001" data-type="line" data-label="" points="266.8780019212296,277.5024015369836 292.43035542747356,439.1546589817483" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,0 1.2594553499999992,-4.739999999999999" data-type="line" data-label="" points="266.8780019212296,277.5024015369836 403.7555231508165,532.4879923150816" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,0 -0.75,-5.315" data-type="line" data-label="" points="266.8780019212296,277.5024015369836 295.6580211335255,563.4197886647453" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.97,-2.1100000000000003 -0.8100000000000003,-3.005000000000001" data-type="line" data-label="" points="176.23439000960616,391.00864553314113 292.43035542747356,439.1546589817483" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.97,-2.1100000000000003 1.2594553499999992,-4.739999999999999" data-type="line" data-label="" points="176.23439000960616,391.00864553314113 403.7555231508165,532.4879923150816" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.97,-2.1100000000000003 -0.75,-5.315" data-type="line" data-label="" points="176.23439000960616,391.00864553314113 295.6580211335255,563.4197886647453" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8100000000000003,-3.005000000000001 1.2594553499999992,-4.739999999999999" data-type="line" data-label="" points="292.43035542747356,439.1546589817483 403.7555231508165,532.4879923150816" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8100000000000003,-3.005000000000001 -0.75,-5.315" data-type="line" data-label="" points="292.43035542747356,439.1546589817483 295.6580211335255,563.4197886647453" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2594553499999992,-4.739999999999999 -0.75,-5.315" data-type="line" data-label="" points="403.7555231508165,532.4879923150816 295.6580211335255,563.4197886647453" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2850000000000001,0.1 -0.8100000000000003,-1.9050000000000002" data-type="line" data-label="" points="405.12968299711815,272.1229586935638 292.43035542747356,379.9807877041306" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2850000000000001,0.1 2.675,-1.3049999999999997" data-type="line" data-label="" points="405.12968299711815,272.1229586935638 479.90393852065324,347.70413064361185" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2850000000000001,0.1 -0.75,-4.215000000000001" data-type="line" data-label="" points="405.12968299711815,272.1229586935638 295.6580211335255,504.24591738712775" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8100000000000003,-1.9050000000000002 2.675,-1.3049999999999997" data-type="line" data-label="" points="292.43035542747356,379.9807877041306 479.90393852065324,347.70413064361185" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8100000000000003,-1.9050000000000002 -0.75,-4.215000000000001" data-type="line" data-label="" points="292.43035542747356,379.9807877041306 295.6580211335255,504.24591738712775" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.675,-1.3049999999999997 -0.75,-4.215000000000001" data-type="line" data-label="" points="479.90393852065324,347.70413064361185 295.6580211335255,504.24591738712775" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.675,-2.4349999999999996 1.2594553499999992,-3.6399999999999997" data-type="line" data-label="" points="479.90393852065324,408.4918347742554 403.7555231508165,473.3141210374639" fill="none" stroke="hsl(187, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.87,2.485 -2.87,1.2399999999999998" data-type="line" data-label="" points="181.61383285302594,143.82324687800187 181.61383285302594,210.79731027857824" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.87,3.6149999999999998 -2.87,3.815 -2.1099999999999994,3.815 -2.1099999999999994,2.2849999999999997 -2.87,2.2849999999999997" data-type="line" data-label="" points="181.61383285302594,83.03554274735825 181.61383285302594,72.27665706051869 222.49759846301637,72.27665706051869 222.49759846301637,154.58213256484146 181.61383285302594,154.58213256484146" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.87,0.19999999999999973 -2.87,-2.220446049250313e-16 -2.97,-2.220446049250313e-16 -2.97,-1.0099999999999998" data-type="line" data-label="" points="181.61383285302594,266.74351585014404 181.61383285302594,277.5024015369836 176.23439000960616,277.5024015369836 176.23439000960616,331.8347742555234" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.97,-2.1100000000000003 -2.97,-3.205000000000001 -0.81,-3.205000000000001 -0.81,-3.005000000000001" data-type="line" data-label="" points="176.23439000960616,391.00864553314113 176.23439000960616,449.91354466858786 292.4303554274736,449.91354466858786 292.4303554274736,439.1546589817483" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.2594553499999988,-4.739999999999999 1.2594553499999988,-5.515000000000001 -0.75,-5.515000000000001 -0.75,-5.315" data-type="line" data-label="" points="403.75552315081643,532.4879923150816 403.75552315081643,574.178674351585 295.6580211335255,574.178674351585 295.6580211335255,563.4197886647453" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.2850000000000001,0.1 2.675,0.1 2.675,-1.3049999999999997" data-type="line" data-label="" points="405.12968299711815,272.1229586935638 479.90393852065324,272.1229586935638 479.90393852065324,347.70413064361185" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.485,-4.440892098500626e-16 -2.87,-2.220446049250313e-16" data-type="line" data-label="" points="256.11911623439005,277.5024015369836 181.61383285302594,277.5024015369836" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.2850000000000001,-0.2 -1.485,-0.2 -1.485,0.2 -1.2850000000000001,0.2" data-type="line" data-label="" points="266.8780019212296,288.26128722382316 256.11911623439005,288.26128722382316 256.11911623439005,266.74351585014404 266.8780019212296,266.74351585014404" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.2850000000000001,0 -1.3860000000000001,0 -1.3860000000000001,-0.601" data-type="line" data-label="" points="266.8780019212296,277.5024015369836 261.4447646493756,277.5024015369836 261.4447646493756,309.8328530259365" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-2.71" data-y="0.7199999999999998" x="167.08933717579254" y="210.79731027857827" width="46.26320845341016" height="55.9462055715658" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-3.25" data-y="3.05" x="110.60518731988473" y="83.03554274735826" width="101.13352545629206" height="60.78770413064362" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="0" data-y="0" x="266.8780019212296" y="261.36407300672425" width="138.25168107588854" height="32.27665706051869" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-2.755" data-y="-1.56" x="161.9788664745437" y="331.8347742555235" width="51.642651296830024" height="59.17387127761771" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-0.5950000000000002" data-y="-2.4550000000000005" x="278.17483189241113" y="379.98078770413053" width="51.64265129682997" height="59.17387127761771" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="2.9724999999999997" data-y="-1.8699999999999997" x="462.4207492795389" y="347.70413064361185" width="66.97406340057637" height="60.78770413064353" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="1.5519553499999992" data-y="-4.1899999999999995" x="393.29490874159455" y="473.31412103746385" width="52.3909694524495" height="59.17387127761765" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="-0.5950000000000001" data-y="-4.765000000000001" x="281.402497598463" y="504.24591738712775" width="45.18731988472621" height="59.173871277617536" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="netId: VBUS
|
|
4
4
|
globalConnNetId: connectivity_net0" data-x="-2.87" data-y="4.115" x="176.23439000960616" y="39.99999999999993" width="10.75888568683959" height="32.276657060518716" fill="#ef444466" stroke="#ef4444" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="netId: RAW
|
|
5
5
|
globalConnNetId: connectivity_net1" data-x="-1.725" data-y="-0.2" x="230.297790585975" y="282.8818443804034" width="25.821325648415012" height="10.758885686839562" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
6
6
|
globalConnNetId: connectivity_net2" data-x="-1.3860000000000001" data-y="-0.841" x="256.0653218059558" y="309.8328530259365" width="10.758885686839562" height="25.821325648414984" fill="#00000066" stroke="#000000" stroke-width="0.018589285714285714"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
@@ -96,7 +96,7 @@ orientation: y+" data-x="1.2594553499999992" data-y="-3.6399999999999997" cx="40
|
|
|
96
96
|
.port-label { fill: rgb(0, 100, 100); }
|
|
97
97
|
.component-name { fill: rgb(0, 100, 100); }
|
|
98
98
|
|
|
99
|
-
</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 428.74690777664796 171.614462310644 L 428.74690777664796 258.402267868796" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.153452923136001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 428.74690777664796 171.614462310644 L 428.74690777664796 258.402267868796" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round" 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 428.74690777664796 92.84320104099601 L 428.74690777664796 78.901384887076 L 481.725809161544 78.901384887076 L 481.725809161544 185.556278464564 L 428.74690777664796 185.556278464564 L 428.74690777664796 171.614462310644" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.153452923136001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 428.74690777664796 92.84320104099601 L 428.74690777664796 78.901384887076 L 481.725809161544 78.901384887076 L 481.725809161544 185.556278464564 L 428.74690777664796 185.556278464564 L 428.74690777664796 171.614462310644" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round" 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 428.74690777664796 330.89971186918 L 428.74690777664796 344.8415280231 L 421.775999699688 344.8415280231 L 421.775999699688 415.247699600396" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.153452923136001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 428.74690777664796 330.89971186918 L 428.74690777664796 344.8415280231 L 421.775999699688 344.8415280231 L 421.775999699688 415.247699600396" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round" 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 421.775999699688 491.92768844695604 L 421.775999699688 568.2591318896681 L 572.347614162024 568.2591318896681 L 572.347614162024 554.317315735748" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.153452923136001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 421.775999699688 491.92768844695604 L 421.775999699688 568.2591318896681 L 572.347614162024 568.2591318896681 L 572.347614162024 554.317315735748" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round" 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 716.6074443042547 675.2625708710041 L 716.6074443042547 729.2871084674441 L 576.5301590082 729.2871084674441 L 576.5301590082 715.345292313524" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.153452923136001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 716.6074443042547 675.2625708710041 L 716.6074443042547 729.2871084674441 L 576.5301590082 729.2871084674441 L 576.5301590082 715.345292313524" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round" 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 718.388138374336 337.87061994614 L 815.28376064408 337.87061994614 L 815.28376064408 435.811878427428" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.153452923136001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 718.388138374336 337.87061994614 L 815.28376064408 337.87061994614 L 815.28376064408 435.811878427428" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round" 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 539.235800796464 330.89971186918 L 525.2939846425439 330.89971186918 L 525.2939846425439 344.84152802310007 L 428.74690777664796 344.84152802310007 L 428.74690777664796 330.89971186918" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.153452923136001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 539.235800796464 330.89971186918 L 525.2939846425439 330.89971186918 L 525.2939846425439 344.84152802310007 L 428.74690777664796 344.84152802310007 L 428.74690777664796 330.89971186918" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round" 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 539.235800796464 358.78334417702 L 525.2939846425439 358.78334417702 L 525.2939846425439 330.89971186918 L 539.235800796464 330.89971186918" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.153452923136001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 539.235800796464 358.78334417702 L 525.2939846425439 358.78334417702 L 525.2939846425439 330.89971186918 L 539.235800796464 330.89971186918" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><path d="M 539.235800796464 344.8415280231 L 532.1951836387344 344.8415280231 L 532.1951836387344 386.7366855656296" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.153452923136001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 539.235800796464 344.8415280231 L 532.1951836387344 344.8415280231 L 532.1951836387344 386.7366855656296" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3941816153920001px" 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="428.74690777664796" cy="171.614462310644" r="2.091272423088" 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"><circle cx="428.74690777664796" cy="330.89971186918" r="2.091272423088" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="428.74690777664796" cy="344.8415280231" r="2.091272423088" 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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"><circle cx="539.235800796464" cy="330.89971186918" r="2.091272423088" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="525.2939846425439" cy="330.89971186918" r="2.091272423088" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component-overlay sch-component-overlay" x="419.6847272766" y="258.402267868796" width="18.82145180779196" height="72.49744400038401" fill="transparent"/><path class="sch-component-symbol-path" d="M 428.74690777664796 304.410261176732 L 419.6847272766 286.285900176636" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 438.50617908439193 286.285900176636 L 428.74690777664796 304.410261176732" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 419.6847272766 286.285900176636 L 438.50617908439193 286.285900176636" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 438.50617908439193 304.410261176732 L 419.6847272766 304.410261176732" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 428.74690777664796 286.285900176636 L 428.74690777664796 258.402267868796" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 428.74690777664796 330.89971186918 L 428.74690777664796 305.107351984428" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="444.779996353656" y="293.953899061292" stroke="rgb(245, 241, 237)" stroke-width="1.3941816153920001px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="12.547634538528001px">DPROT</text><text class="sch-component-text" x="407.13709273807194" y="294.650989868988" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="end" dominant-baseline="middle" font-size="12.547634538528001px"></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="418.3431562882039" y="92.84320104099601" width="20.064377870570695" height="78.771261269648" fill="transparent"/><path class="sch-component-symbol-path" d="M 428.74690777664796 92.84320104099601 L 428.74690777664796 171.614462310644" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 438.4075341587746 132.22883167582 L 438.4075341587746 152.29320954639073 L 418.3431562882039 152.29320954639073 L 418.3431562882039 112.90757891156672 L 438.4075341587746 112.90757891156672 L 438.4075341587746 132.22883167582" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="443.6094099029966" y="131.48570656950258" stroke="rgb(245, 241, 237)" stroke-width="1.3941816153920001px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="12.547634538528001px">F1</text><text class="sch-component-text" x="410.91190522502956" y="132.22883167582" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="end" dominant-baseline="middle" font-size="12.547634538528001px"></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="567.119433104304" y="323.92880379222004" width="123.385072962192" height="41.82544846175995" stroke-width="1.3941816153920001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="567.119433104304" y="323.92880379222004" width="123.385072962192" height="41.82544846175995" fill="transparent"/><text class="sch-text" x="628.8119695854" y="344.8415280231" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="12.547634538528001px" transform="rotate(0, 628.8119695854, 344.8415280231)">U2</text><line class="component-pin sch-component-pin sch-port-line" x1="567.119433104304" y1="330.89971186918" x2="539.235800796464" y2="330.89971186918" stroke-width="1.3941816153920001px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="537.841619181072" y="329.50553025378804" width="2.7883632307840003" height="2.7883632307840003" opacity="0"/></g><text class="pin-number sch-pin-number" x="553.1776169503839" y="329.50553025378804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.456362115440001px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="567.119433104304" y1="344.8415280231" x2="539.235800796464" y2="344.8415280231" stroke-width="1.3941816153920001px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="537.841619181072" y="343.447346407708" width="2.7883632307840003" height="2.7883632307840003" opacity="0"/></g><text class="pin-number sch-pin-number" x="553.1776169503839" y="343.447346407708" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.456362115440001px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="567.119433104304" y1="358.78334417702" x2="539.235800796464" y2="358.78334417702" stroke-width="1.3941816153920001px"/><g class="sch-port" data-schematic-port-id="source_port_2_2__stack1"><rect x="537.841619181072" y="357.38916256162804" width="2.7883632307840003" height="2.7883632307840003" opacity="0"/></g><text class="pin-number sch-pin-number" x="553.1776169503839" y="357.38916256162804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.456362115440001px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="690.504506066496" y1="351.81243610006004" x2="716.993956758944" y2="351.81243610006004" stroke-width="1.3941816153920001px"/><g class="sch-port" data-schematic-port-id="source_port_2_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="718.388138374336" cy="351.81243610006004" r="1.3941816153920001" stroke-width="1.3941816153920001px"/><rect x="716.993956758944" y="350.41825448466807" width="2.7883632307840003" height="2.7883632307840003" opacity="0"/></g><text class="pin-number sch-pin-number" x="704.446322220416" y="350.418254484668" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.456362115440001px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="690.504506066496" y1="337.87061994614" x2="718.388138374336" y2="337.87061994614" stroke-width="1.3941816153920001px"/><g class="sch-port" data-schematic-port-id="source_port_2_4__stack1"><rect x="716.993956758944" y="336.476438330748" width="2.7883632307840003" height="2.7883632307840003" opacity="0"/></g><text class="pin-number sch-pin-number" x="704.446322220416" y="336.476438330748" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.456362115440001px" transform="">5</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="401.3254466743104" y="415.247699600396" width="40.901106050755175" height="76.67998884656004" fill="transparent"/><path class="sch-component-symbol-path" d="M 421.775999699688 491.92768844695604 L 421.775999699688 461.25569290833204" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 421.775999699688 445.91969513902 L 421.775999699688 415.247699600396" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 442.2265527250656 461.25569290833204 L 401.3254466743104 461.25569290833204" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 442.2265527250656 445.91969513902 L 401.3254466743104 445.91969513902" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="436.4729975619453" y="428.0276977414893" stroke="rgb(245, 241, 237)" stroke-width="1.3941816153920001px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="12.547634538528001px">C1</text><text class="sch-component-text" x="436.47299756194536" y="479.14769030586274" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="12.547634538528001px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component-overlay sch-component-overlay" x="551.8970611366465" y="477.6373268891881" width="40.90110605075506" height="76.67998884656004" fill="transparent"/><path class="sch-component-symbol-path" d="M 572.347614162024 554.3173157357481 L 572.347614162024 523.6453201971241" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 572.347614162024 508.3093224278121 L 572.347614162024 477.6373268891881" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 592.7981671874015 523.6453201971241 L 551.8970611366465 523.6453201971241" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 592.7981671874015 508.3093224278121 L 551.8970611366465 508.3093224278121" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="587.0446120242814" y="490.41732503028146" stroke="rgb(245, 241, 237)" stroke-width="1.3941816153920001px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="12.547634538528001px">C4</text><text class="sch-component-text" x="587.0446120242814" y="541.5373175946548" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="12.547634538528001px"></text><circle class="component-pin sch-component-pin" cx="572.347614162024" cy="477.6373268891881" r="1.3941816153920001px" stroke-width="1.3941816153920001px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component-overlay sch-component-overlay" x="805.437352985374" y="435.811878427428" width="20.450231291158616" height="78.77126126964805" fill="transparent"/><path class="sch-component-symbol-path" d="M 815.28376064408 485.8013326947046 L 805.437352985374 466.1085173772926" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 825.8875842765326 466.1085173772926 L 815.28376064408 485.8013326947046" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 805.437352985374 466.1085173772926 L 825.8875842765326 466.1085173772926" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 825.8875842765326 485.8013326947046 L 805.437352985374 485.8013326947046" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 815.28376064408 466.1085173772926 L 815.28376064408 435.811878427428" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 815.28376064408 514.583139697076 L 815.28376064408 486.55874866845124" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="832.7043280402521" y="474.44009308850536" stroke="rgb(245, 241, 237)" stroke-width="1.3941816153920001px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="12.547634538528001px">DPWR</text><text class="sch-component-text" x="791.8038654579349" y="475.197509062252" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="end" dominant-baseline="middle" font-size="12.547634538528001px"></text><circle class="component-pin sch-component-pin" cx="815.28376064408" cy="514.583139697076" r="1.3941816153920001px" stroke-width="1.3941816153920001px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component-overlay sch-component-overlay" x="706.3860017910084" y="598.5825820244439" width="20.44288502649283" height="76.67998884656004" fill="transparent"/><path class="sch-component-symbol-path" d="M 716.6074443042548 598.5825820244439 L 716.6074443042548 611.3651361651655" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 716.6074443042548 662.4800167302824 L 716.6074443042548 675.262570871004" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 726.8288868175013 611.3651361651655 L 726.8288868175013 662.4800167302824 L 706.3860017910084 662.4800167302824 L 706.3860017910084 611.3651361651655 L 726.8288868175013 611.3651361651655" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="737.0554413300042" y="616.4745794219746" stroke="rgb(245, 241, 237)" stroke-width="1.3941816153920001px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="12.547634538528001px">R1</text><text class="sch-component-text" x="737.0554413300042" y="657.3705734734733" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="12.547634538528001px"></text><circle class="component-pin sch-component-pin" cx="716.6074443042548" cy="598.5825820244439" r="1.3941816153920001px" stroke-width="1.3941816153920001px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_7__stack1"><rect class="component-overlay sch-component-overlay" x="556.0796059828225" y="638.665303466964" width="40.90110605075506" height="76.67998884656004" fill="transparent"/><path class="sch-component-symbol-path" d="M 576.5301590082 715.345292313524 L 576.5301590082 684.6732967749" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 576.5301590082 669.3372990055881 L 576.5301590082 638.665303466964" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 596.9807120335776 684.6732967749 L 556.0796059828225 684.6732967749" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 596.9807120335776 669.3372990055881 L 556.0796059828225 669.3372990055881" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="591.2271568704574" y="651.4453016080573" stroke="rgb(245, 241, 237)" stroke-width="1.3941816153920001px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="12.547634538528001px">C18</text><text class="sch-component-text" x="591.2271568704574" y="702.5652941724308" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="12.547634538528001px"></text><circle class="component-pin sch-component-pin" cx="576.5301590082" cy="638.665303466964" r="1.3941816153920001px" stroke-width="1.3941816153920001px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="428.74690777664796" cy="258.402267868796" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="428.74690777664796" cy="330.89971186918" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="428.5627705821622" cy="95.28301886793201" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="428.5627705821622" cy="174.05428013758" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="539.235800796464" cy="330.89971186918" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="539.235800796464" cy="344.8415280231" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_2__stack1"><circle cx="539.235800796464" cy="358.78334417702" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_3__stack1"><circle cx="718.388138374336" cy="351.81243610006004" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_4__stack1"><circle cx="718.388138374336" cy="337.87061994614" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="421.775999699688" cy="432.674969792796" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="421.775999699688" cy="509.3549586393561" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="572.347614162024" cy="495.0645970815881" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="572.347614162024" cy="571.7445859281481" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="815.28376064408" cy="439.19008772626245" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="815.28376064408" cy="517.9613489959105" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="716.6074443042548" cy="616.009852216844" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="716.6074443042548" cy="692.689841063404" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="576.5301590082" cy="656.0925736593641" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="576.5301590082" cy="732.772562505924" r="2.7883632307840003" fill="red" opacity="0"/></g><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="
|
|
99
|
+
</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 428.74690777664796 171.614462310644 L 428.74690777664796 258.402267868796" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.153452923136001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 428.74690777664796 171.614462310644 L 428.74690777664796 258.402267868796" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round" 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 428.74690777664796 92.84320104099601 L 428.74690777664796 78.901384887076 L 481.725809161544 78.901384887076 L 481.725809161544 185.556278464564 L 428.74690777664796 185.556278464564" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.153452923136001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 428.74690777664796 92.84320104099601 L 428.74690777664796 78.901384887076 L 481.725809161544 78.901384887076 L 481.725809161544 185.556278464564 L 428.74690777664796 185.556278464564" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round" 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 428.74690777664796 330.89971186918 L 428.74690777664796 344.8415280231 L 421.775999699688 344.8415280231 L 421.775999699688 415.247699600396" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.153452923136001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 428.74690777664796 330.89971186918 L 428.74690777664796 344.8415280231 L 421.775999699688 344.8415280231 L 421.775999699688 415.247699600396" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round" 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 421.775999699688 491.92768844695604 L 421.775999699688 568.2591318896681 L 572.347614162024 568.2591318896681 L 572.347614162024 554.317315735748" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.153452923136001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 421.775999699688 491.92768844695604 L 421.775999699688 568.2591318896681 L 572.347614162024 568.2591318896681 L 572.347614162024 554.317315735748" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round" 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 716.6074443042547 675.2625708710041 L 716.6074443042547 729.2871084674441 L 576.5301590082 729.2871084674441 L 576.5301590082 715.345292313524" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.153452923136001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 716.6074443042547 675.2625708710041 L 716.6074443042547 729.2871084674441 L 576.5301590082 729.2871084674441 L 576.5301590082 715.345292313524" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round" 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 718.388138374336 337.87061994614 L 815.28376064408 337.87061994614 L 815.28376064408 435.811878427428" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.153452923136001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 718.388138374336 337.87061994614 L 815.28376064408 337.87061994614 L 815.28376064408 435.811878427428" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round" 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 525.2939846425439 344.84152802310007 L 428.74690777664796 344.8415280231" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.153452923136001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 525.2939846425439 344.84152802310007 L 428.74690777664796 344.8415280231" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round" 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 539.235800796464 358.78334417702 L 525.2939846425439 358.78334417702 L 525.2939846425439 330.89971186918 L 539.235800796464 330.89971186918" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.153452923136001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 539.235800796464 358.78334417702 L 525.2939846425439 358.78334417702 L 525.2939846425439 330.89971186918 L 539.235800796464 330.89971186918" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><path d="M 539.235800796464 344.8415280231 L 532.1951836387344 344.8415280231 L 532.1951836387344 386.7366855656296" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.153452923136001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 539.235800796464 344.8415280231 L 532.1951836387344 344.8415280231 L 532.1951836387344 386.7366855656296" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><circle cx="428.74690777664796" cy="344.8415280231" r="2.091272423088" 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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component-overlay sch-component-overlay" x="419.6847272766" y="258.402267868796" width="18.82145180779196" height="72.49744400038401" fill="transparent"/><path class="sch-component-symbol-path" d="M 428.74690777664796 304.410261176732 L 419.6847272766 286.285900176636" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 438.50617908439193 286.285900176636 L 428.74690777664796 304.410261176732" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 419.6847272766 286.285900176636 L 438.50617908439193 286.285900176636" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 438.50617908439193 304.410261176732 L 419.6847272766 304.410261176732" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 428.74690777664796 286.285900176636 L 428.74690777664796 258.402267868796" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 428.74690777664796 330.89971186918 L 428.74690777664796 305.107351984428" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="444.779996353656" y="293.953899061292" stroke="rgb(245, 241, 237)" stroke-width="1.3941816153920001px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="12.547634538528001px">DPROT</text><text class="sch-component-text" x="407.13709273807194" y="294.650989868988" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="end" dominant-baseline="middle" font-size="12.547634538528001px"></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="418.3431562882039" y="92.84320104099601" width="20.064377870570695" height="78.771261269648" fill="transparent"/><path class="sch-component-symbol-path" d="M 428.74690777664796 92.84320104099601 L 428.74690777664796 171.614462310644" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 438.4075341587746 132.22883167582 L 438.4075341587746 152.29320954639073 L 418.3431562882039 152.29320954639073 L 418.3431562882039 112.90757891156672 L 438.4075341587746 112.90757891156672 L 438.4075341587746 132.22883167582" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="443.6094099029966" y="131.48570656950258" stroke="rgb(245, 241, 237)" stroke-width="1.3941816153920001px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="12.547634538528001px">F1</text><text class="sch-component-text" x="410.91190522502956" y="132.22883167582" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="end" dominant-baseline="middle" font-size="12.547634538528001px"></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="567.119433104304" y="323.92880379222004" width="123.385072962192" height="41.82544846175995" stroke-width="1.3941816153920001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="567.119433104304" y="323.92880379222004" width="123.385072962192" height="41.82544846175995" fill="transparent"/><text class="sch-text" x="628.8119695854" y="344.8415280231" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="12.547634538528001px" transform="rotate(0, 628.8119695854, 344.8415280231)">U2</text><line class="component-pin sch-component-pin sch-port-line" x1="567.119433104304" y1="330.89971186918" x2="539.235800796464" y2="330.89971186918" stroke-width="1.3941816153920001px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="537.841619181072" y="329.50553025378804" width="2.7883632307840003" height="2.7883632307840003" opacity="0"/></g><text class="pin-number sch-pin-number" x="553.1776169503839" y="329.50553025378804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.456362115440001px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="567.119433104304" y1="344.8415280231" x2="539.235800796464" y2="344.8415280231" stroke-width="1.3941816153920001px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="537.841619181072" y="343.447346407708" width="2.7883632307840003" height="2.7883632307840003" opacity="0"/></g><text class="pin-number sch-pin-number" x="553.1776169503839" y="343.447346407708" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.456362115440001px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="567.119433104304" y1="358.78334417702" x2="539.235800796464" y2="358.78334417702" stroke-width="1.3941816153920001px"/><g class="sch-port" data-schematic-port-id="source_port_2_2__stack1"><rect x="537.841619181072" y="357.38916256162804" width="2.7883632307840003" height="2.7883632307840003" opacity="0"/></g><text class="pin-number sch-pin-number" x="553.1776169503839" y="357.38916256162804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.456362115440001px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="690.504506066496" y1="351.81243610006004" x2="716.993956758944" y2="351.81243610006004" stroke-width="1.3941816153920001px"/><g class="sch-port" data-schematic-port-id="source_port_2_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="718.388138374336" cy="351.81243610006004" r="1.3941816153920001" stroke-width="1.3941816153920001px"/><rect x="716.993956758944" y="350.41825448466807" width="2.7883632307840003" height="2.7883632307840003" opacity="0"/></g><text class="pin-number sch-pin-number" x="704.446322220416" y="350.418254484668" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.456362115440001px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="690.504506066496" y1="337.87061994614" x2="718.388138374336" y2="337.87061994614" stroke-width="1.3941816153920001px"/><g class="sch-port" data-schematic-port-id="source_port_2_4__stack1"><rect x="716.993956758944" y="336.476438330748" width="2.7883632307840003" height="2.7883632307840003" opacity="0"/></g><text class="pin-number sch-pin-number" x="704.446322220416" y="336.476438330748" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.456362115440001px" transform="">5</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="401.3254466743104" y="415.247699600396" width="40.901106050755175" height="76.67998884656004" fill="transparent"/><path class="sch-component-symbol-path" d="M 421.775999699688 491.92768844695604 L 421.775999699688 461.25569290833204" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 421.775999699688 445.91969513902 L 421.775999699688 415.247699600396" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 442.2265527250656 461.25569290833204 L 401.3254466743104 461.25569290833204" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 442.2265527250656 445.91969513902 L 401.3254466743104 445.91969513902" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="436.4729975619453" y="428.0276977414893" stroke="rgb(245, 241, 237)" stroke-width="1.3941816153920001px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="12.547634538528001px">C1</text><text class="sch-component-text" x="436.47299756194536" y="479.14769030586274" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="12.547634538528001px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component-overlay sch-component-overlay" x="551.8970611366465" y="477.6373268891881" width="40.90110605075506" height="76.67998884656004" fill="transparent"/><path class="sch-component-symbol-path" d="M 572.347614162024 554.3173157357481 L 572.347614162024 523.6453201971241" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 572.347614162024 508.3093224278121 L 572.347614162024 477.6373268891881" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 592.7981671874015 523.6453201971241 L 551.8970611366465 523.6453201971241" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 592.7981671874015 508.3093224278121 L 551.8970611366465 508.3093224278121" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="587.0446120242814" y="490.41732503028146" stroke="rgb(245, 241, 237)" stroke-width="1.3941816153920001px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="12.547634538528001px">C4</text><text class="sch-component-text" x="587.0446120242814" y="541.5373175946548" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="12.547634538528001px"></text><circle class="component-pin sch-component-pin" cx="572.347614162024" cy="477.6373268891881" r="1.3941816153920001px" stroke-width="1.3941816153920001px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component-overlay sch-component-overlay" x="805.437352985374" y="435.811878427428" width="20.450231291158616" height="78.77126126964805" fill="transparent"/><path class="sch-component-symbol-path" d="M 815.28376064408 485.8013326947046 L 805.437352985374 466.1085173772926" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 825.8875842765326 466.1085173772926 L 815.28376064408 485.8013326947046" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 805.437352985374 466.1085173772926 L 825.8875842765326 466.1085173772926" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 825.8875842765326 485.8013326947046 L 805.437352985374 485.8013326947046" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 815.28376064408 466.1085173772926 L 815.28376064408 435.811878427428" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 815.28376064408 514.583139697076 L 815.28376064408 486.55874866845124" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="832.7043280402521" y="474.44009308850536" stroke="rgb(245, 241, 237)" stroke-width="1.3941816153920001px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="12.547634538528001px">DPWR</text><text class="sch-component-text" x="791.8038654579349" y="475.197509062252" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="end" dominant-baseline="middle" font-size="12.547634538528001px"></text><circle class="component-pin sch-component-pin" cx="815.28376064408" cy="514.583139697076" r="1.3941816153920001px" stroke-width="1.3941816153920001px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component-overlay sch-component-overlay" x="706.3860017910084" y="598.5825820244439" width="20.44288502649283" height="76.67998884656004" fill="transparent"/><path class="sch-component-symbol-path" d="M 716.6074443042548 598.5825820244439 L 716.6074443042548 611.3651361651655" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 716.6074443042548 662.4800167302824 L 716.6074443042548 675.262570871004" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 726.8288868175013 611.3651361651655 L 726.8288868175013 662.4800167302824 L 706.3860017910084 662.4800167302824 L 706.3860017910084 611.3651361651655 L 726.8288868175013 611.3651361651655" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="737.0554413300042" y="616.4745794219746" stroke="rgb(245, 241, 237)" stroke-width="1.3941816153920001px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="12.547634538528001px">R1</text><text class="sch-component-text" x="737.0554413300042" y="657.3705734734733" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="12.547634538528001px"></text><circle class="component-pin sch-component-pin" cx="716.6074443042548" cy="598.5825820244439" r="1.3941816153920001px" stroke-width="1.3941816153920001px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_7__stack1"><rect class="component-overlay sch-component-overlay" x="556.0796059828225" y="638.665303466964" width="40.90110605075506" height="76.67998884656004" fill="transparent"/><path class="sch-component-symbol-path" d="M 576.5301590082 715.345292313524 L 576.5301590082 684.6732967749" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 576.5301590082 669.3372990055881 L 576.5301590082 638.665303466964" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 596.9807120335776 684.6732967749 L 556.0796059828225 684.6732967749" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 596.9807120335776 669.3372990055881 L 556.0796059828225 669.3372990055881" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.3941816153920001px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="591.2271568704574" y="651.4453016080573" stroke="rgb(245, 241, 237)" stroke-width="1.3941816153920001px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="12.547634538528001px">C18</text><text class="sch-component-text" x="591.2271568704574" y="702.5652941724308" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="12.547634538528001px"></text><circle class="component-pin sch-component-pin" cx="576.5301590082" cy="638.665303466964" r="1.3941816153920001px" stroke-width="1.3941816153920001px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="428.74690777664796" cy="258.402267868796" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="428.74690777664796" cy="330.89971186918" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="428.5627705821622" cy="95.28301886793201" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="428.5627705821622" cy="174.05428013758" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="539.235800796464" cy="330.89971186918" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="539.235800796464" cy="344.8415280231" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_2__stack1"><circle cx="539.235800796464" cy="358.78334417702" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_3__stack1"><circle cx="718.388138374336" cy="351.81243610006004" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_4__stack1"><circle cx="718.388138374336" cy="337.87061994614" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="421.775999699688" cy="432.674969792796" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="421.775999699688" cy="509.3549586393561" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="572.347614162024" cy="495.0645970815881" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="572.347614162024" cy="571.7445859281481" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="815.28376064408" cy="439.19008772626245" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="815.28376064408" cy="517.9613489959105" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="716.6074443042548" cy="616.009852216844" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="716.6074443042548" cy="692.689841063404" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="576.5301590082" cy="656.0925736593641" r="2.7883632307840003" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="576.5301590082" cy="732.772562505924" r="2.7883632307840003" 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="
|
|
100
100
|
M 428.74690777664796,78.901384887076
|
|
101
101
|
L 421.775999699688,75.13709452551761
|
|
102
102
|
L 421.775999699688,34.85454038479142
|