@tscircuit/schematic-trace-solver 0.0.156 → 0.0.158
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.d.ts +2 -0
- package/dist/index.js +151 -57
- package/lib/solvers/MspConnectionPairSolver/MspConnectionPairSolver.ts +10 -2
- package/lib/solvers/SameNetJunctionAlignmentSolver/alignSameNetJunctions.ts +196 -67
- package/package.json +1 -1
- package/site/bug-reports/bug-report-20260826T072956Z.page.tsx +4 -0
- package/site/components/PipelineDebugger.tsx +4 -2
- package/site/examples/example51.page.tsx +3 -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-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-20260707T134722Z/__snapshots__/bug-report-20260707T134722Z.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-20260708T053736Z/__snapshots__/bug-report-20260708T053736Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260708T055430Z/__snapshots__/bug-report-20260708T055430Z.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-20260717T031704Z/__snapshots__/bug-report-20260717T031704Z.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 +4 -4
- package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260804T095800Z/__snapshots__/bug-report-20260804T095800Z.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-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.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 +4 -4
- 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 +842 -0
- package/tests/bug-reports/bug-report-20260826T072956Z/bug-report-20260826T072956Z.json +2452 -0
- package/tests/bug-reports/bug-report-20260826T072956Z/bug-report-20260826T072956Z.test.ts +12 -0
- package/tests/examples/__snapshots__/example01.snap.svg +2 -2
- package/tests/examples/__snapshots__/example02.snap.svg +12 -12
- package/tests/examples/__snapshots__/example03.snap.svg +2 -2
- package/tests/examples/__snapshots__/example04.snap.svg +2 -2
- package/tests/examples/__snapshots__/example05.snap.svg +2 -2
- package/tests/examples/__snapshots__/example06.snap.svg +2 -2
- package/tests/examples/__snapshots__/example07.snap.svg +2 -2
- package/tests/examples/__snapshots__/example08.snap.svg +2 -2
- package/tests/examples/__snapshots__/example09.snap.svg +2 -2
- package/tests/examples/__snapshots__/example10.snap.svg +2 -2
- package/tests/examples/__snapshots__/example11.snap.svg +2 -2
- package/tests/examples/__snapshots__/example12.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__/example16.snap.svg +2 -2
- package/tests/examples/__snapshots__/example17.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__/example20.snap.svg +2 -2
- package/tests/examples/__snapshots__/example21.snap.svg +2 -2
- package/tests/examples/__snapshots__/example22.snap.svg +2 -2
- package/tests/examples/__snapshots__/example23.snap.svg +2 -2
- package/tests/examples/__snapshots__/example24.snap.svg +2 -2
- package/tests/examples/__snapshots__/example25.snap.svg +2 -2
- package/tests/examples/__snapshots__/example26.snap.svg +2 -2
- package/tests/examples/__snapshots__/example27.snap.svg +2 -2
- package/tests/examples/__snapshots__/example28.snap.svg +2 -2
- package/tests/examples/__snapshots__/example29.snap.svg +2 -2
- package/tests/examples/__snapshots__/example30.snap.svg +2 -2
- package/tests/examples/__snapshots__/example31.snap.svg +2 -2
- package/tests/examples/__snapshots__/example32.snap.svg +2 -2
- package/tests/examples/__snapshots__/example33.snap.svg +2 -2
- package/tests/examples/__snapshots__/example34.snap.svg +2 -2
- package/tests/examples/__snapshots__/example35.snap.svg +2 -2
- package/tests/examples/__snapshots__/example36.snap.svg +2 -2
- package/tests/examples/__snapshots__/example37.snap.svg +2 -2
- package/tests/examples/__snapshots__/example38.snap.svg +2 -2
- package/tests/examples/__snapshots__/example39.snap.svg +2 -2
- package/tests/examples/__snapshots__/example40.snap.svg +2 -2
- package/tests/examples/__snapshots__/example41.snap.svg +2 -2
- package/tests/examples/__snapshots__/example42.snap.svg +2 -2
- package/tests/examples/__snapshots__/example43.snap.svg +2 -2
- package/tests/examples/__snapshots__/example44.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__/example48.snap.svg +2 -2
- package/tests/examples/__snapshots__/example49.snap.svg +2 -2
- package/tests/examples/__snapshots__/example50.snap.svg +2 -2
- package/tests/examples/__snapshots__/example51.snap.svg +4 -4
- package/tests/fixtures/matcher.ts +3 -3
- package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +73 -82
- package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +12 -12
- package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +5 -5
- package/tests/repros/__snapshots__/bugreport-001-gnd-overlap.snap.svg +2 -2
- package/tests/repros/__snapshots__/manufacturePartNumber-text-box.snap.svg +2 -2
- package/tests/repros/__snapshots__/netlabel-connector-through-rail-label.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-atmega328p-fault-pullup.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-atmega328p-missing-gnd-netlabel.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-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-cc2340r5.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-core-555-power-cross-net-overlap.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-core-subcircuit-missing-ground.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-core-tb67s579ftg-inline-label-routing.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-dc-power-isolated-routing.snap.svg +129 -0
- package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-ground-label-on-lower-rail-end.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-missing-trace-netlabel.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-mspm0l1306-capacitor-symmetry.snap.svg +182 -0
- package/tests/repros/__snapshots__/repro-netlabel-collision-687.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-netlabel-overlap-trace.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-nrf52810-clock-routing.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 +288 -0
- package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +1290 -0
- package/tests/repros/__snapshots__/repro-power-group-rail-labels.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-rp2040-v3v3-label-placement.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-rp2040-zero-crystal-fallback-netlabels.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +4 -4
- package/tests/repros/__snapshots__/repro-tida00553-j4-cell-divider.snap.svg +130 -0
- 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-tps61222-trace-intersection.snap.svg +4 -4
- package/tests/repros/__snapshots__/repro-type-c-16pin-self-connection.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-type-c-16pin-to-resistor.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 +12 -12
- package/tests/repros/__snapshots__/repro-vcc-pin1-detour.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro129-host-custom-symbol-passives.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 +4 -4
- package/tests/repros/__snapshots__/repro47-endpoint-obstacle-detour.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro5-escape-padded-text-obstacles.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro51-overlap-junction-crossing.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro84-stacked-gnd-label-orientation.snap.svg +2 -2
- package/tests/repros/__snapshots__/small-variant-resistor-facing-direction.snap.svg +2 -2
- package/tests/repros/__snapshots__/trace-overlap-box-resistor.snap.svg +2 -2
- package/tests/repros/assets/repro-dc-power-isolated-routing.input.json +193 -0
- package/tests/repros/assets/repro-mspm0l1306-capacitor-symmetry.input.json +537 -0
- package/tests/repros/assets/repro-pga300-redundant-ground-traces.input.json +858 -0
- package/tests/repros/assets/repro-pmp11282-isolated-dcdc.input.json +4570 -0
- package/tests/repros/board-1273-trace-overlap-cycle.test.ts +1 -1
- package/tests/repros/repro-dc-power-isolated-routing.test.ts +13 -0
- package/tests/repros/repro-mspm0l1306-capacitor-symmetry.test.ts +54 -0
- package/tests/repros/repro-pga300-redundant-ground-traces.test.ts +33 -0
- package/tests/repros/repro-pmp11282-isolated-dcdc.test.ts +77 -0
- package/tests/repros/repro-tida00553-j4-cell-divider.test.ts +111 -0
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/anchored-net-label-width.snap.svg +2 -2
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-anchored-label-clearance.snap.svg +2 -2
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-port-stub.snap.svg +2 -2
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-two-pin-net.snap.svg +2 -2
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label01.snap.svg +2 -2
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label02.snap.svg +2 -2
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/terminal-stub-trace-clearance.snap.svg +2 -2
- package/tests/solvers/SameNetJunctionAlignmentSolver/parallel-load-rails.test.ts +291 -0
- package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_01-example17-d1_1-u1_1.snap.svg +2 -2
- package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_repro47-short-opposing-pins.snap.svg +2 -2
- package/tests/solvers/TraceCleanupSolver/__snapshots__/TraceCleanupSolver.snap.svg +2 -2
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/__snapshots__/TraceLabelOverlapAvoidanceSolver.snap.svg +2 -2
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/MergedNetLabelObstacles.snap.svg +2 -2
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/OverlapAvoidanceStepSolver.snap.svg +2 -2
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/SingleOverlapSolver.snap.svg +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg width="
|
|
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
3
|
<rect width="100%" height="100%" fill="white"/><g><polyline data-points="1.05,0.2 -1.05,-0.1" data-type="line" data-label="" points="331.8763479511143,334.0570333093698 190.9705248023005,354.1864366163432" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.05,0.2 -2.7,-2" data-type="line" data-label="" points="331.8763479511143,334.0570333093698 80.2588066139468,481.672657560508" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.05,0.2 3.3,-1.5" data-type="line" data-label="" points="331.8763479511143,334.0570333093698 482.8468727534148,448.1236520488857" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.05,0.2 3.3,0" data-type="line" data-label="" points="331.8763479511143,334.0570333093698 482.8468727534148,347.4766355140187" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.05,0.2 4.565,3" data-type="line" data-label="" points="331.8763479511143,334.0570333093698 567.7258566978194,146.18260244428473" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.05,-0.1 -2.7,-2" data-type="line" data-label="" points="190.9705248023005,354.1864366163432 80.2588066139468,481.672657560508" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.05,-0.1 3.3,-1.5" data-type="line" data-label="" points="190.9705248023005,354.1864366163432 482.8468727534148,448.1236520488857" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.05,-0.1 3.3,0" data-type="line" data-label="" points="190.9705248023005,354.1864366163432 482.8468727534148,347.4766355140187" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.05,-0.1 4.565,3" data-type="line" data-label="" points="190.9705248023005,354.1864366163432 567.7258566978194,146.18260244428473" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,-2 3.3,-1.5" data-type="line" data-label="" points="80.2588066139468,481.672657560508 482.8468727534148,448.1236520488857" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,-2 3.3,0" data-type="line" data-label="" points="80.2588066139468,481.672657560508 482.8468727534148,347.4766355140187" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,-2 4.565,3" data-type="line" data-label="" points="80.2588066139468,481.672657560508 567.7258566978194,146.18260244428473" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.3,-1.5 3.3,0" data-type="line" data-label="" points="482.8468727534148,448.1236520488857 482.8468727534148,347.4766355140187" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.3,-1.5 4.565,3" data-type="line" data-label="" points="482.8468727534148,448.1236520488857 567.7258566978194,146.18260244428473" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.3,0 4.565,3" data-type="line" data-label="" points="482.8468727534148,347.4766355140187 567.7258566978194,146.18260244428473" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.3,0 3.5,0 3.5,-1.5 3.3,-1.5" data-type="line" data-label="" points="482.8468727534148,347.4766355140187 496.2664749580637,347.4766355140187 496.2664749580637,448.1236520488857 482.8468727534148,448.1236520488857" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.0500000000000005,0.2 1.2500000000000007,0.2 1.2500000000000007,0.7 -1.25,0.7 -1.25,-0.1 -1.05,-0.1" data-type="line" data-label="" points="331.8763479511143,334.0570333093698 345.2959501557633,334.0570333093698 345.2959501557633,300.50802779774745 177.55092259765155,300.50802779774745 177.55092259765155,354.1864366163432 190.9705248023005,354.1864366163432" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.2500000000000007,0.2 1.5400000000000007,0.2 1.5400000000000007,0.199" data-type="line" data-label="" points="345.2959501557633,334.0570333093698 364.7543733525042,334.0570333093698 364.7543733525042,334.124131320393" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.7,-2 -2.459,-2 -2.459,-2.351" data-type="line" data-label="" points="80.2588066139468,481.672657560508 96.42942727054876,481.672657560508 96.42942727054876,505.2240594296669" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.5,-1.5 3.79,-1.5" data-type="line" data-label="" points="496.2664749580637,448.1236520488857 515.7248981548047,448.1236520488857" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.565,3 4.806000000000001,3 4.806000000000001,2.649" data-type="line" data-label="" points="567.7258566978194,146.18260244428473 583.8964773544213,146.18260244428473 583.8964773544213,169.7340043134436" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="PWR1" data-x="0" data-y="0" x="190.97052480230047" y="313.92763000239637" width="140.90582314881382" height="67.09801102324468" fill="hsl(238, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01490357142857143"/></g><g><rect data-type="rect" data-label="R7" data-x="-3" data-y="-2" x="40.000000000000014" y="458.85933381260486" width="40.2588066139468" height="45.62664749580637" fill="hsl(77, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01490357142857143"/></g><g><rect data-type="rect" data-label="C6" data-x="3" data-y="-1.5" x="442.58806613946797" y="419.9424874191229" width="40.25880661394683" height="56.36232925952555" fill="hsl(331, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01490357142857143"/></g><g><rect data-type="rect" data-label="C7" data-x="3" data-y="0" x="442.58806613946797" y="319.29547088425596" width="40.25880661394683" height="56.362329259525495" fill="hsl(332, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01490357142857143"/></g><g><rect data-type="rect" data-label="LED1" data-x="4" data-y="3.1325" x="491.90510424155275" y="106.59477594057037" width="75.82075245626658" height="61.39468008626886" fill="hsl(142, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01490357142857143"/></g><g><rect data-type="rect" data-label="netId: gnd
|
|
4
4
|
globalConnNetId: connectivity_net0" data-x="1.5400000000000007" data-y="-0.010999999999999982" x="348.6508507069255" y="334.124131320393" width="32.20704529115744" height="28.181164629762748" fill="#00000066" stroke="#000000" stroke-width="0.01490357142857143"/></g><g><rect data-type="rect" data-label="netId: gnd
|
|
@@ -59,7 +59,7 @@ orientation: y-" data-x="4.806000000000001" data-y="2.649" cx="583.8964773544213
|
|
|
59
59
|
});
|
|
60
60
|
]]></script>
|
|
61
61
|
</g>
|
|
62
|
-
<g transform="translate(
|
|
62
|
+
<g transform="translate(0, 1216)">
|
|
63
63
|
<style>
|
|
64
64
|
.boundary { fill: rgb(245, 241, 237); }
|
|
65
65
|
.schematic-boundary { fill: none; stroke: #fff; }
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg width="
|
|
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
3
|
<rect width="100%" height="100%" fill="white"/><g><polyline data-points="1.65,0.42500000000000004 1.65,0.7749999999999999" data-type="line" data-label="" points="435.12538302434456,217.0711319737694 435.12538302434456,200.58367027620386" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,0.42500000000000004 -1.65,-0.7" data-type="line" data-label="" points="435.12538302434456,217.0711319737694 279.67217273301225,270.06654457308724" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,0.42500000000000004 0.22500000000000042,-4.105" data-type="line" data-label="" points="435.12538302434456,217.0711319737694 367.997860398542,430.46599337368923" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,0.42500000000000004 -2.5650000000000004,-2.505" data-type="line" data-label="" points="435.12538302434456,217.0711319737694 236.56923715223374,355.09473989910384" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,0.42500000000000004 -4.32945535,-2.66" data-type="line" data-label="" points="435.12538302434456,217.0711319737694 153.45098000883488,362.3963300794543" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,0.42500000000000004 -6.323366049999999,-2.2738180812500004" data-type="line" data-label="" points="435.12538302434456,217.0711319737694 59.52376202421749,344.2044455260743" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,0.42500000000000004 2.0500000000000003,-4.255" data-type="line" data-label="" points="435.12538302434456,217.0711319737694 453.9681963929909,437.5320483869316" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,0.7749999999999999 -1.65,-0.7" data-type="line" data-label="" points="435.12538302434456,200.58367027620386 279.67217273301225,270.06654457308724" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,0.7749999999999999 0.22500000000000042,-4.105" data-type="line" data-label="" points="435.12538302434456,200.58367027620386 367.997860398542,430.46599337368923" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,0.7749999999999999 -2.5650000000000004,-2.505" data-type="line" data-label="" points="435.12538302434456,200.58367027620386 236.56923715223374,355.09473989910384" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,0.7749999999999999 -4.32945535,-2.66" data-type="line" data-label="" points="435.12538302434456,200.58367027620386 153.45098000883488,362.3963300794543" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,0.7749999999999999 -6.323366049999999,-2.2738180812500004" data-type="line" data-label="" points="435.12538302434456,200.58367027620386 59.52376202421749,344.2044455260743" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,0.7749999999999999 2.0500000000000003,-4.255" data-type="line" data-label="" points="435.12538302434456,200.58367027620386 453.9681963929909,437.5320483869316" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.65,-0.7 0.22500000000000042,-4.105" data-type="line" data-label="" points="279.67217273301225,270.06654457308724 367.997860398542,430.46599337368923" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.65,-0.7 -2.5650000000000004,-2.505" data-type="line" data-label="" points="279.67217273301225,270.06654457308724 236.56923715223374,355.09473989910384" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.65,-0.7 -4.32945535,-2.66" data-type="line" data-label="" points="279.67217273301225,270.06654457308724 153.45098000883488,362.3963300794543" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.65,-0.7 -6.323366049999999,-2.2738180812500004" data-type="line" data-label="" points="279.67217273301225,270.06654457308724 59.52376202421749,344.2044455260743" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.65,-0.7 2.0500000000000003,-4.255" data-type="line" data-label="" points="279.67217273301225,270.06654457308724 453.9681963929909,437.5320483869316" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.22500000000000042,-4.105 -2.5650000000000004,-2.505" data-type="line" data-label="" points="367.997860398542,430.46599337368923 236.56923715223374,355.09473989910384" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.22500000000000042,-4.105 -4.32945535,-2.66" data-type="line" data-label="" points="367.997860398542,430.46599337368923 153.45098000883488,362.3963300794543" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.22500000000000042,-4.105 -6.323366049999999,-2.2738180812500004" data-type="line" data-label="" points="367.997860398542,430.46599337368923 59.52376202421749,344.2044455260743" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.22500000000000042,-4.105 2.0500000000000003,-4.255" data-type="line" data-label="" points="367.997860398542,430.46599337368923 453.9681963929909,437.5320483869316" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.5650000000000004,-2.505 -4.32945535,-2.66" data-type="line" data-label="" points="236.56923715223374,355.09473989910384 153.45098000883488,362.3963300794543" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.5650000000000004,-2.505 -6.323366049999999,-2.2738180812500004" data-type="line" data-label="" points="236.56923715223374,355.09473989910384 59.52376202421749,344.2044455260743" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.5650000000000004,-2.505 2.0500000000000003,-4.255" data-type="line" data-label="" points="236.56923715223374,355.09473989910384 453.9681963929909,437.5320483869316" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.32945535,-2.66 -6.323366049999999,-2.2738180812500004" data-type="line" data-label="" points="153.45098000883488,362.3963300794543 59.52376202421749,344.2044455260743" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.32945535,-2.66 2.0500000000000003,-4.255" data-type="line" data-label="" points="153.45098000883488,362.3963300794543 453.9681963929909,437.5320483869316" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.323366049999999,-2.2738180812500004 2.0500000000000003,-4.255" data-type="line" data-label="" points="59.52376202421749,344.2044455260743 453.9681963929909,437.5320483869316" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,-0.7749999999999999 2.8394553499999997,1.6349999999999998" data-type="line" data-label="" points="435.12538302434456,273.5995720797084 491.15709595031433,160.07162153361423" fill="none" stroke="hsl(219, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,-0.7749999999999999 2.0500000000000003,-4.055" data-type="line" data-label="" points="435.12538302434456,273.5995720797084 453.9681963929909,428.1106417026084" fill="none" stroke="hsl(219, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.8394553499999997,1.6349999999999998 2.0500000000000003,-4.055" data-type="line" data-label="" points="491.15709595031433,160.07162153361423 453.9681963929909,428.1106417026084" fill="none" stroke="hsl(219, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,-0.42499999999999993 3.244455349999999,-0.7750000000000002" data-type="line" data-label="" points="435.12538302434456,257.1121103821429 510.2354444860687,273.5995720797084" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,-0.42499999999999993 2.0500000000000003,-3.605" data-type="line" data-label="" points="435.12538302434456,257.1121103821429 453.9681963929909,406.91247666288126" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.244455349999999,-0.7750000000000002 2.0500000000000003,-3.605" data-type="line" data-label="" points="510.2354444860687,273.5995720797084 453.9681963929909,406.91247666288126" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,-0.07499999999999996 0.455544650000001,-6.415" data-type="line" data-label="" points="435.12538302434456,240.62464868457732 378.85813493126676,539.2832405776218" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,-0.07499999999999996 2.0500000000000003,-3.4050000000000002" data-type="line" data-label="" points="435.12538302434456,240.62464868457732 453.9681963929909,397.49106997855813" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.455544650000001,-6.415 2.0500000000000003,-3.4050000000000002" data-type="line" data-label="" points="378.85813493126676,539.2832405776218 453.9681963929909,397.49106997855813" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.65,0.7 0.22500000000000064,-3.005" data-type="line" data-label="" points="279.67217273301225,204.11669778282504 367.997860398542,378.64825660991175" fill="none" stroke="hsl(229, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.65,0.7 0.4555446500000012,-5.315" data-type="line" data-label="" points="279.67217273301225,204.11669778282504 378.85813493126676,487.4655038138444" fill="none" stroke="hsl(229, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.65,0.7 3.244455349999999,0.32499999999999984" data-type="line" data-label="" points="279.67217273301225,204.11669778282504 510.2354444860687,221.781835315931" fill="none" stroke="hsl(229, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.65,0.7 2.8394553499999997,2.7350000000000003" data-type="line" data-label="" points="279.67217273301225,204.11669778282504 491.15709595031433,108.25388476983679" fill="none" stroke="hsl(229, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.22500000000000064,-3.005 0.4555446500000012,-5.315" data-type="line" data-label="" points="367.997860398542,378.64825660991175 378.85813493126676,487.4655038138444" fill="none" stroke="hsl(229, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.22500000000000064,-3.005 3.244455349999999,0.32499999999999984" data-type="line" data-label="" points="367.997860398542,378.64825660991175 510.2354444860687,221.781835315931" fill="none" stroke="hsl(229, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.22500000000000064,-3.005 2.8394553499999997,2.7350000000000003" data-type="line" data-label="" points="367.997860398542,378.64825660991175 491.15709595031433,108.25388476983679" fill="none" stroke="hsl(229, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.4555446500000012,-5.315 3.244455349999999,0.32499999999999984" data-type="line" data-label="" points="378.85813493126676,487.4655038138444 510.2354444860687,221.781835315931" fill="none" stroke="hsl(229, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.4555446500000012,-5.315 2.8394553499999997,2.7350000000000003" data-type="line" data-label="" points="378.85813493126676,487.4655038138444 491.15709595031433,108.25388476983679" fill="none" stroke="hsl(229, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.244455349999999,0.32499999999999984 2.8394553499999997,2.7350000000000003" data-type="line" data-label="" points="510.2354444860687,221.781835315931 491.15709595031433,108.25388476983679" fill="none" stroke="hsl(229, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.65,0.35 -1.65,-1.1102230246251565e-16" data-type="line" data-label="" points="279.67217273301225,220.6041594803906 279.67217273301225,237.09162117795614" fill="none" stroke="hsl(17, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.65,0.35 -2.5650000000000004,-1.5549999999999997" data-type="line" data-label="" points="279.67217273301225,220.6041594803906 236.56923715223374,310.3430581485688" fill="none" stroke="hsl(17, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.65,0.35 -3.96,0.03445534999999911" data-type="line" data-label="" points="279.67217273301225,220.6041594803906 170.85492552907965,235.46853185395273" fill="none" stroke="hsl(17, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.65,-1.1102230246251565e-16 -2.5650000000000004,-1.5549999999999997" data-type="line" data-label="" points="279.67217273301225,237.09162117795614 236.56923715223374,310.3430581485688" fill="none" stroke="hsl(17, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.65,-1.1102230246251565e-16 -3.96,0.03445534999999911" data-type="line" data-label="" points="279.67217273301225,237.09162117795614 170.85492552907965,235.46853185395273" fill="none" stroke="hsl(17, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.5650000000000004,-1.5549999999999997 -3.96,0.03445534999999911" data-type="line" data-label="" points="236.56923715223374,310.3430581485688 170.85492552907965,235.46853185395273" fill="none" stroke="hsl(17, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.65,-0.3500000000000001 -2.8599999999999994,0.03445534999999911" data-type="line" data-label="" points="279.67217273301225,253.5790828755217 222.6726622928571,235.46853185395273" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.65,-0.3500000000000001 -4.32945535,-1.5599999999999996" data-type="line" data-label="" points="279.67217273301225,253.5790828755217 153.45098000883488,310.5785933156768" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.65,-0.3500000000000001 -6.333366049999999,-1.1938180812500003" data-type="line" data-label="" points="279.67217273301225,253.5790828755217 59.052691690001325,293.3288494307292" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.8599999999999994,0.03445534999999911 -4.32945535,-1.5599999999999996" data-type="line" data-label="" points="222.6726622928571,235.46853185395273 153.45098000883488,310.5785933156768" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.8599999999999994,0.03445534999999911 -6.333366049999999,-1.1938180812500003" data-type="line" data-label="" points="222.6726622928571,235.46853185395273 59.052691690001325,293.3288494307292" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.32945535,-1.5599999999999996 -6.333366049999999,-1.1938180812500003" data-type="line" data-label="" points="153.45098000883488,310.5785933156768 59.052691690001325,293.3288494307292" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.32945535,-2.66 -4.32945535,-2.8600000000000003 -2.5650000000000004,-2.8600000000000003 -2.5650000000000004,-2.505" data-type="line" data-label="" points="153.45098000883488,362.3963300794543 153.45098000883488,371.8177367637775 236.56923715223374,371.8177367637775 236.56923715223374,355.09473989910384" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6.323366049999999,-2.2738180812500004 -6.323366049999999,-2.86 -4.32945535,-2.86 -4.32945535,-2.6599999999999997" data-type="line" data-label="" points="59.52376202421749,344.2044455260743 59.52376202421749,371.8177367637775 153.45098000883488,371.8177367637775 153.45098000883488,362.3963300794543" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.05,-4.255 0.22500000000000042,-4.255 0.22500000000000042,-4.105" data-type="line" data-label="" points="453.9681963929909,437.5320483869316 367.997860398542,437.5320483869316 367.997860398542,430.46599337368923" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.65,0.7749999999999999 1.8499999999999999,0.7749999999999999 1.8499999999999999,0.42500000000000004 1.65,0.42500000000000004" data-type="line" data-label="" points="435.12538302434456,200.58367027620386 444.5467897086677,200.58367027620386 444.5467897086677,217.0711319737694 435.12538302434456,217.0711319737694" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.65,-0.42499999999999993 2.4472276749999997,-0.42499999999999993 2.4472276749999997,-0.9750000000000003 3.244455349999999,-0.9750000000000003 3.244455349999999,-0.7750000000000002" data-type="line" data-label="" points="435.12538302434456,257.1121103821429 472.68041375520664,257.1121103821429 472.68041375520664,283.0209787640316 510.2354444860687,283.0209787640316 510.2354444860687,273.5995720797084" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.65,0.35 -1.8499999999999999,0.35 -1.8499999999999999,-1.1102230246251565e-16 -1.65,-1.1102230246251565e-16" data-type="line" data-label="" points="279.67217273301225,220.6041594803906 270.2507660486891,220.6041594803906 270.2507660486891,237.09162117795614 279.67217273301225,237.09162117795614" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.32945535,-1.56 -4.32945535,-0.9938180812500002 -6.333366049999999,-0.9938180812500002 -6.333366049999999,-1.1938180812500003" data-type="line" data-label="" points="153.45098000883488,310.57859331567687 153.45098000883488,283.90744274640605 59.052691690001325,283.90744274640605 59.052691690001325,293.3288494307292" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.65,-0.3500000000000001 -2.255,-0.3500000000000001 -2.255,0.03445534999999911 -2.8599999999999994,0.03445534999999911" data-type="line" data-label="" points="279.67217273301225,253.5790828755217 251.17241751293466,253.5790828755217 251.17241751293466,235.46853185395273 222.6726622928571,235.46853185395273" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.5650000000000004,-1.5549999999999997 -2.5650000000000004,-0.7602723250000003 -4.16,-0.7602723250000003 -4.16,0.03445534999999911 -3.96,0.03445534999999911" data-type="line" data-label="" points="236.56923715223374,310.3430581485688 236.56923715223374,272.90579500126074 161.43351884475646,272.90579500126074 161.43351884475646,235.46853185395273 170.85492552907965,235.46853185395273" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.65,-0.7749999999999999 1.85,-0.7749999999999999 1.85,-3.2049999999999996 1.4690000000000003,-3.2049999999999996 1.4690000000000003,-3.805 1.8500000000000003,-3.805 1.8500000000000003,-4.055 2.0500000000000003,-4.055" data-type="line" data-label="" points="435.12538302434456,273.5995720797084 444.5467897086677,273.5995720797084 444.5467897086677,388.06966329423494 426.5990099750321,388.06966329423494 426.5990099750321,416.33388334720445 444.54678970866775,416.33388334720445 444.54678970866775,428.1106417026084 453.9681963929909,428.1106417026084" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.65,0.7 -1.8499999999999999,0.7 -1.8499999999999999,1.5999999999999999 2.6394553499999995,1.5999999999999999 2.6394553499999995,0.574 3.2444553499999995,0.574 3.2444553499999995,0.32499999999999984" data-type="line" data-label="" points="279.67217273301225,204.11669778282504 270.2507660486891,204.11669778282504 270.2507660486891,161.7203677033708 481.73568926599114,161.7203677033708 481.73568926599114,210.05218399394866 510.23544448606873,210.05218399394866 510.23544448606873,221.781835315931" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.65,-0.7 -1.751,-0.7 -1.751,-1.401" data-type="line" data-label="" points="279.67217273301225,270.06654457308724 274.91436235742907,270.06654457308724 274.91436235742907,303.0885750016399" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.455544650000001,-6.415 0.455544650000001,-6.516 0.254544650000001,-6.516" data-type="line" data-label="" points="378.85813493126676,539.2832405776218 378.85813493126676,544.0410509532051 369.38962121352193,544.0410509532051" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0" data-y="0" x="279.67217273301225" y="171.14177438769394" width="155.4532102913323" height="131.8996935805244" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.021228252499999996"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="0.42250000000000054" data-y="-3.555" x="348.2129063614634" y="378.64825660991175" width="58.17718627569553" height="51.817736763777475" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.021228252499999996"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-2.595" data-y="-2.03" x="228.325506303451" y="310.34305814856873" width="13.661039692268588" height="44.751681750535056" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.021228252499999996"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-3.4099999999999997" data-y="0.03445534999999911" x="170.85492552907965" y="217.12244566527568" width="51.81773676377745" height="36.692172377354126" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.021228252499999996"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-3.91695535" data-y="-2.11" x="144.29076533737293" y="310.5785933156768" width="57.18373191575702" height="51.817736763777475" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.021228252499999996"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="-6.328366049999999" data-y="-1.7338180812500004" x="40.00000000000006" y="293.3288494307292" width="38.5764537142187" height="50.875596095345145" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.021228252499999996"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="0.7480446500000012" data-y="-5.865" x="369.69792025980473" y="487.46550381384435" width="45.8780438945692" height="51.81773676377736" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.021228252499999996"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="3.5369553499999986" data-y="-0.2250000000000002" x="501.07522981460664" y="221.781835315931" width="45.87804389456926" height="51.81773676377742" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.021228252499999996"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="3.1319553499999997" data-y="2.185" x="481.99688127885224" y="108.25388476983677" width="45.878043894569316" height="51.81773676377745" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.021228252499999996"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="3.6" data-y="-3.83" x="453.9681963929909" y="349.2063607214018" width="146.03180360700912" height="136.610396922686" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.021228252499999996"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
4
4
|
globalConnNetId: connectivity_net0" data-x="1.8499999999999999" data-y="1.0151" x="439.83608636650615" y="177.96758353048608" width="9.42140668432313" height="22.61137604237561" fill="#00000066" stroke="#000000" stroke-width="0.021228252499999996"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
@@ -111,7 +111,7 @@ orientation: x-" data-x="-4.32945535" data-y="-1.276909040625" cx="153.450980008
|
|
|
111
111
|
});
|
|
112
112
|
]]></script>
|
|
113
113
|
</g>
|
|
114
|
-
<g transform="translate(
|
|
114
|
+
<g transform="translate(0, 1216)">
|
|
115
115
|
<style>
|
|
116
116
|
.boundary { fill: rgb(245, 241, 237); }
|
|
117
117
|
.schematic-boundary { fill: none; stroke: #fff; }
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg width="
|
|
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
3
|
<rect width="100%" height="100%" fill="white"/><g><polyline data-points="11,8.399999999999999 9.1,6.8" data-type="line" data-label="" points="322.82714054927305,149.24071082390958 107.96445880452347,330.17770597738274" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11,9 12.03,5.3500000000000005" data-type="line" data-label="" points="322.82714054927305,81.38933764135697 439.30533117932123,494.1518578352178" fill="none" stroke="hsl(87, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.700000000000001,6.8 8.93,5.3500000000000005" data-type="line" data-label="" points="175.81583198707608,330.17770597738274 88.73990306946689,494.1518578352178" fill="none" stroke="hsl(56, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.870000000000001,5.3500000000000005 12.97,5.3500000000000005" data-type="line" data-label="" points="195.04038772213266,494.1518578352178 545.605815831987,494.1518578352178" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.700000000000001,6.8 9.900000000000002,6.8 9.900000000000002,6.075 8.73,6.075 8.73,5.3500000000000005 8.93,5.3500000000000005" data-type="line" data-label="" points="175.81583198707608,330.17770597738274 198.43295638126028,330.17770597738274 198.43295638126028,412.1647819063003 66.1227786752828,412.1647819063003 66.1227786752828,494.1518578352178 88.73990306946689,494.1518578352178" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="11,8.399999999999999 11,8.349999999999998 10.2,8.349999999999998 10.2,8.450999999999999" data-type="line" data-label="" points="322.82714054927305,149.24071082390958 322.82714054927305,154.8949919224557 232.35864297253624,154.8949919224557 232.35864297253624,143.4733441033926" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.1,6.8 8.799,6.8 8.799,7.151" data-type="line" data-label="" points="107.96445880452347,330.17770597738274 73.9256865912763,330.17770597738274 73.9256865912763,290.4846526655896" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="11,9 11,9.100999999999999 10.549000000000001,9.100999999999999" data-type="line" data-label="" points="322.82714054927305,81.38933764135697 322.82714054927305,69.967689822294 271.8255250403879,69.967689822294" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.870000000000001,5.3500000000000005 10.111,5.3500000000000005 10.111,4.9990000000000006" data-type="line" data-label="" points="195.04038772213266,494.1518578352178 222.29402261712448,494.1518578352178 222.29402261712448,533.844911147011" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="12.97,5.3500000000000005 13.211,5.3500000000000005 13.211,4.9990000000000006" data-type="line" data-label="" points="545.605815831987,494.1518578352178 572.8594507269788,494.1518578352178 572.8594507269788,533.844911147011" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="11.095" data-y="8.7" x="271.93861066235866" y="81.38933764135697" width="123.26332794830364" height="67.8513731825526" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.008842857142857145"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="9.4" data-y="6.8" x="107.96445880452336" y="291.7285945072697" width="67.8513731825526" height="76.8982229402261" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.008842857142857145"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="9.4" data-y="5.4" x="88.73990306946678" y="447.84834491114685" width="106.30048465266577" height="81.29846365104993" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.008842857142857145"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="12.5" data-y="5.4" x="439.30533117932134" y="447.84834491114685" width="106.30048465266577" height="81.29846365104993" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.008842857142857145"/></g><g><rect data-type="rect" data-label="netId: V3V3
|
|
4
4
|
globalConnNetId: connectivity_net0" data-x="10.2" data-y="8.661" x="198.43295638125994" y="95.97738287560571" width="67.8513731825526" height="47.49596122778689" fill="#ef444466" stroke="#ef4444" stroke-width="0.008842857142857145"/></g><g><rect data-type="rect" data-label="netId: V3V3
|
|
@@ -67,7 +67,7 @@ orientation: y-" data-x="13.211" data-y="4.9990000000000006" cx="572.85945072697
|
|
|
67
67
|
});
|
|
68
68
|
]]></script>
|
|
69
69
|
</g>
|
|
70
|
-
<g transform="translate(
|
|
70
|
+
<g transform="translate(0, 1216)">
|
|
71
71
|
<style>
|
|
72
72
|
.boundary { fill: rgb(245, 241, 237); }
|
|
73
73
|
.schematic-boundary { fill: none; stroke: #fff; }
|
|
@@ -0,0 +1,182 @@
|
|
|
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
|
+
<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="-3.5,1.68 -3.5,2.05 -4.5,2.05 -4.5,1.68" data-type="line" data-label="" points="138.63407620416967,252.76779295470885 138.63407620416967,237.87203450754853 98.3752695902229,237.87203450754853 98.3752695902229,252.76779295470885" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.9,2.05 -3.5,2.05 -3.5,1.68" data-type="line" data-label="" points="162.78936017253778,237.87203450754853 138.63407620416967,237.87203450754853 138.63407620416967,252.76779295470885" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.5,0.4 -5.5,2.05 -4.5,2.05 -4.5,1.6799999999999993" data-type="line" data-label="" points="58.1164629762761,304.29906542056074 58.1164629762761,237.87203450754853 98.3752695902229,237.87203450754853 98.3752695902229,252.76779295470885" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.5,0.9200000000000002 -3.5,0.6499999999999997 -4.5,0.6499999999999997 -4.5,0.9200000000000002" data-type="line" data-label="" points="138.63407620416967,283.3644859813084 138.63407620416967,294.23436376707406 98.3752695902229,294.23436376707406 98.3752695902229,283.3644859813084" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.9,0.6499999999999997 -3.5,0.6499999999999997 -3.5,0.9200000000000002" data-type="line" data-label="" points="162.78936017253778,294.23436376707406 138.63407620416967,294.23436376707406 138.63407620416967,283.3644859813084" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.5,-0.98 -3.5,-1.08 -4.5,-1.08 -4.5,0.6499999999999997 -3.5,0.6499999999999997 -3.5,0.9200000000000002" data-type="line" data-label="" points="138.63407620416967,359.8562185478073 138.63407620416967,363.882099209202 98.3752695902229,363.882099209202 98.3752695902229,294.23436376707406 138.63407620416967,294.23436376707406 138.63407620416967,283.3644859813084" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.5,-2.08 -5.5,-2.2800000000000002 -3.5,-2.2800000000000002 -3.5,-0.9800000000000004" data-type="line" data-label="" points="58.1164629762761,404.1409058231488 58.1164629762761,412.1926671459382 138.63407620416967,412.1926671459382 138.63407620416967,359.8562185478073" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.5,-0.21999999999999997 -3.5,0.15000000000000013 -2.9,0.15000000000000013" data-type="line" data-label="" points="138.63407620416967,329.25952552120776 138.63407620416967,314.3637670740474 162.78936017253778,314.3637670740474" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.5,-0.19999999999999973 -5.5,-1.3199999999999998" data-type="line" data-label="" points="58.1164629762761,328.4543493889288 58.1164629762761,373.54421279654923" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.9,-1.5500000000000003 -4.199999999999999,-1.5500000000000003 -4.199999999999999,-1.1199999999999997 -5.5,-1.1199999999999997 -5.5,-1.3199999999999998" data-type="line" data-label="" points="162.78936017253778,382.803738317757 110.45291157440695,382.803738317757 110.45291157440695,365.49245147375984 58.1164629762761,365.49245147375984 58.1164629762761,373.54421279654923" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.7,2.05 2.9,2.05" data-type="line" data-label="" points="428.49748382458665,237.87203450754853 396.29043853342915,237.87203450754853" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.2,0.3 7.2,-0.5500000000000003 2.9,-0.5500000000000003" data-type="line" data-label="" points="569.4033069734004,308.32494608195543 569.4033069734004,342.5449317038102 396.29043853342915,342.5449317038102" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.2,0.8999999999999999 7.2,1.1 6.2,1.1 6.2,0.8999999999999999" data-type="line" data-label="" points="569.4033069734004,284.1696621135873 569.4033069734004,276.117900790798 529.1445003594536,276.117900790798 529.1445003594536,284.1696621135873" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.2,0.3 6.2,-0.050000000000000266 2.9,-0.050000000000000266" data-type="line" data-label="" points="529.1445003594536,308.32494608195543 529.1445003594536,322.4155283968368 396.29043853342915,322.4155283968368" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.8,-1.9500000000000002 2.9,-1.9500000000000002" data-type="line" data-label="" points="432.5233644859813,398.9072609633357 396.29043853342915,398.9072609633357" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.8,-2.45 2.9,-2.45" data-type="line" data-label="" points="432.5233644859813,419.03666427030913 396.29043853342915,419.03666427030913" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.3,2.05 4.541,2.05 4.541,1.6989999999999998" data-type="line" data-label="" points="452.6527677929547,237.87203450754853 462.3551401869159,237.87203450754853 462.3551401869159,252.00287562904384" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="U1" data-x="0" data-y="0" x="162.78936017253778" y="213.71675053918045" width="233.50107836089137" height="213.371675053918" fill="hsl(164, 100%, 50%, 0.8)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="C1" data-x="-4.4275" data-y="1.3" x="80.25880661394682" y="252.76779295470882" width="42.07045291157439" height="30.596693026599553" fill="hsl(326, 100%, 50%, 0.8)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="C2" data-x="-3.3674999999999997" data-y="1.3" x="120.5176132278936" y="252.76779295470882" width="46.90150970524809" height="30.596693026599553" fill="hsl(327, 100%, 50%, 0.8)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="C3" data-x="-3.3075" data-y="-0.6" x="120.5176132278936" y="329.2595255212077" width="51.73256649892164" height="30.596693026599553" fill="hsl(328, 100%, 50%, 0.8)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="R1" data-x="-5.404999999999999" data-y="0.10000000000000002" x="40.00000000000006" y="304.29906542056074" width="43.88209920920201" height="24.155283968368053" fill="hsl(71, 100%, 50%, 0.8)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="C4" data-x="-5.4275" data-y="-1.7" x="40.000000000000014" y="373.54421279654923" width="42.07045291157445" height="30.596693026599553" fill="hsl(329, 100%, 50%, 0.8)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="R2" data-x="4" data-y="2.05" x="428.4974838245866" y="224.18404025880665" width="24.155283968368053" height="27.375988497483803" fill="hsl(72, 100%, 50%, 0.8)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="R3" data-x="7.355" data-y="0.6" x="551.2868439971244" y="284.1696621135874" width="48.71315600287562" height="24.15528396836811" fill="hsl(73, 100%, 50%, 0.8)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="R4" data-x="6.355" data-y="0.6" x="511.0280373831775" y="284.1696621135874" width="48.713156002875735" height="24.15528396836811" fill="hsl(74, 100%, 50%, 0.8)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="J1" data-x="5" data-y="-2.2" x="432.52336448598135" y="386.82961897915163" width="96.62113587347227" height="44.28468727534147" fill="hsl(183, 100%, 50%, 0.8)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="MSPM0L1306SRHBR" data-x="-1.6" data-y="-2.78" x="178.89288281811648" y="428.6987778576563" width="72.46585190510422" height="7.246585190510416" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="U1" data-x="-2.38" data-y="2.7649999999999997" x="176.4773544212797" y="204.05463695183326" width="14.49317038102086" height="10.06470165348668" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="J1" data-x="4.32" data-y="-1.5350000000000001" x="446.21135873472326" y="377.1675053918044" width="14.493170381020775" height="10.06470165348668" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="netId: NRST
|
|
4
|
+
globalConnNetId: connectivity_net3" data-x="-4.499999999999999" data-y="-1.5500000000000003" x="86.2976276060389" y="378.7778576563623" width="24.155283968368053" height="8.051761322789389" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="netId: VDD
|
|
5
|
+
globalConnNetId: connectivity_net0" data-x="-3.5" data-y="2.26" x="128.97196261682245" y="220.96333572969087" width="19.32422717469447" height="16.908698777857666" fill="#ef444466" stroke="#ef4444" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
6
|
+
globalConnNetId: connectivity_net1" data-x="-5.5" data-y="-2.49" x="48.45434938892885" y="412.19266714593823" width="19.3242271746945" height="16.908698777857637" fill="#00000066" stroke="#000000" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
7
|
+
globalConnNetId: connectivity_net1" data-x="4.541" data-y="1.4889999999999999" x="452.6930265995686" y="252.00287562904384" width="19.3242271746945" height="16.908698777857694" fill="#00000066" stroke="#000000" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="netId: .R2 > .pin1 to U1.ROSC
|
|
8
|
+
globalConnNetId: connectivity_net4" data-x="3.3" data-y="2.275" x="408.3680805176132" y="219.75557153127247" width="8.051761322789389" height="18.11646297627607" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="netId: .J1 > .pin1 to U1.SWDIO
|
|
9
|
+
globalConnNetId: connectivity_net8" data-x="3.3499999999999996" data-y="-1.725" x="410.3810208483105" y="380.7907979870596" width="8.051761322789389" height="18.11646297627607" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="netId: .J1 > .pin2 to U1.SWCLK
|
|
10
|
+
globalConnNetId: connectivity_net9" data-x="3.3499999999999996" data-y="-2.225" x="410.3810208483105" y="400.92020129403306" width="8.051761322789389" height="18.11646297627607" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="netId: .C3 > .pin1 to U1.VCORE
|
|
11
|
+
globalConnNetId: connectivity_net2" data-x="-3.275" data-y="-0.03499999999999992" x="138.63407620416967" y="317.7857656362329" width="18.11646297627607" height="8.051761322789389" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="netId: VPU
|
|
12
|
+
globalConnNetId: connectivity_net6" data-x="7.2" data-y="1.31" x="559.741193386053" y="259.2092020129403" width="19.324227174694556" height="16.908698777857637" fill="#ef444466" stroke="#ef4444" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="INLINE netId: .R3 > .pin1 to U1.PA1
|
|
13
|
+
axis: x
|
|
14
|
+
side: y+" data-x="5.05" data-y="-0.4400000000000003" x="476.4054636951833" y="335.70093457943926" width="12.882818116463" height="4.831056793673611" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="INLINE netId: .R4 > .pin1 to U1.PA0
|
|
15
|
+
axis: x
|
|
16
|
+
side: y+" data-x="4.55" data-y="0.059999999999999734" x="456.2760603882099" y="315.57153127246585" width="12.882818116463" height="4.831056793673611" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="INLINE netId: PA0
|
|
17
|
+
axis: x
|
|
18
|
+
side: y+" data-x="4.55" data-y="0.059999999999999734" x="456.2760603882099" y="315.57153127246585" width="12.882818116463" height="4.831056793673611" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="INLINE netId: PA1
|
|
19
|
+
axis: x
|
|
20
|
+
side: y+" data-x="5.05" data-y="-0.4400000000000003" x="476.4054636951833" y="335.70093457943926" width="12.882818116463" height="4.831056793673611" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.024839285714285717"/></g><text data-type="text" data-label="PA1" data-x="5.05" data-y="-0.4400000000000003" x="482.8468727534148" y="338.11646297627607" fill="green" font-size="4.831056793673615" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">PA1</text><text data-type="text" data-label="PA0" data-x="4.55" data-y="0.059999999999999734" x="462.7174694464414" y="317.98705966930265" fill="green" font-size="4.831056793673615" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">PA0</text><text data-type="text" data-label="PA0" data-x="4.55" data-y="0.059999999999999734" x="462.7174694464414" y="317.98705966930265" fill="green" font-size="4.831056793673615" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">PA0</text><text data-type="text" data-label="PA1" data-x="5.05" data-y="-0.4400000000000003" x="482.8468727534148" y="338.11646297627607" fill="green" font-size="4.831056793673615" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">PA1</text><g><circle data-type="point" data-label="PA0
|
|
21
|
+
x+" data-x="2.9" data-y="-0.050000000000000266" cx="396.29043853342915" cy="322.4155283968368" r="3" fill="hsl(319, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="PA1
|
|
22
|
+
x+" data-x="2.9" data-y="-0.5500000000000003" cx="396.29043853342915" cy="342.5449317038102" r="3" fill="hsl(320, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="NRST
|
|
23
|
+
x-" data-x="-2.9" data-y="-1.5499999999999998" cx="162.78936017253778" cy="382.803738317757" r="3" fill="hsl(321, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="VDD
|
|
24
|
+
x-" data-x="-2.9" data-y="2.05" cx="162.78936017253778" cy="237.87203450754853" r="3" fill="hsl(322, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="VSS
|
|
25
|
+
x-" data-x="-2.9" data-y="0.6499999999999999" cx="162.78936017253778" cy="294.23436376707406" r="3" fill="hsl(323, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="PA2_ROSC
|
|
26
|
+
x+" data-x="2.9" data-y="2.05" cx="396.29043853342915" cy="237.87203450754853" r="3" fill="hsl(324, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="SWDIO
|
|
27
|
+
x+" data-x="2.9" data-y="-1.9500000000000002" cx="396.29043853342915" cy="398.9072609633357" r="3" fill="hsl(251, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="SWCLK
|
|
28
|
+
x+" data-x="2.9" data-y="-2.45" cx="396.29043853342915" cy="419.03666427030913" r="3" fill="hsl(252, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="VCORE
|
|
29
|
+
x-" data-x="-2.9" data-y="0.1499999999999999" cx="162.78936017253778" cy="314.3637670740474" r="3" fill="hsl(281, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="pin1
|
|
30
|
+
y+" data-x="-4.5" data-y="1.68" cx="98.3752695902229" cy="252.76779295470885" r="3" fill="hsl(121, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="pin2
|
|
31
|
+
y-" data-x="-4.5" data-y="0.9200000000000002" cx="98.3752695902229" cy="283.3644859813084" r="3" fill="hsl(122, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="pin1
|
|
32
|
+
y+" data-x="-3.5" data-y="1.68" cx="138.63407620416967" cy="252.76779295470885" r="3" fill="hsl(2, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="pin2
|
|
33
|
+
y-" data-x="-3.5" data-y="0.9200000000000002" cx="138.63407620416967" cy="283.3644859813084" r="3" fill="hsl(3, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="pin1
|
|
34
|
+
y+" data-x="-3.5" data-y="-0.21999999999999997" cx="138.63407620416967" cy="329.25952552120776" r="3" fill="hsl(243, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="pin2
|
|
35
|
+
y-" data-x="-3.5" data-y="-0.98" cx="138.63407620416967" cy="359.8562185478073" r="3" fill="hsl(244, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="pin1
|
|
36
|
+
y-" data-x="-5.5" data-y="-0.19999999999999998" cx="58.1164629762761" cy="328.4543493889288" r="3" fill="hsl(226, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="pin2
|
|
37
|
+
y+" data-x="-5.5" data-y="0.4" cx="58.1164629762761" cy="304.29906542056074" r="3" fill="hsl(227, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="pin1
|
|
38
|
+
y+" data-x="-5.5" data-y="-1.3199999999999998" cx="58.1164629762761" cy="373.54421279654923" r="3" fill="hsl(124, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="pin2
|
|
39
|
+
y-" data-x="-5.5" data-y="-2.08" cx="58.1164629762761" cy="404.1409058231488" r="3" fill="hsl(125, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="pin1
|
|
40
|
+
x-" data-x="3.7" data-y="2.05" cx="428.49748382458665" cy="237.87203450754853" r="3" fill="hsl(107, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="pin2
|
|
41
|
+
x+" data-x="4.3" data-y="2.05" cx="452.6527677929547" cy="237.87203450754853" r="3" fill="hsl(108, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="pin1
|
|
42
|
+
y-" data-x="7.2" data-y="0.3" cx="569.4033069734004" cy="308.32494608195543" r="3" fill="hsl(348, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="pin2
|
|
43
|
+
y+" data-x="7.2" data-y="0.8999999999999999" cx="569.4033069734004" cy="284.1696621135873" r="3" fill="hsl(349, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="pin1
|
|
44
|
+
y-" data-x="6.2" data-y="0.3" cx="529.1445003594536" cy="308.32494608195543" r="3" fill="hsl(229, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="pin2
|
|
45
|
+
y+" data-x="6.2" data-y="0.8999999999999999" cx="529.1445003594536" cy="284.1696621135873" r="3" fill="hsl(230, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="SWDIO
|
|
46
|
+
x-" data-x="3.8" data-y="-1.9500000000000002" cx="432.5233644859813" cy="398.9072609633357" r="3" fill="hsl(218, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="SWCLK
|
|
47
|
+
x-" data-x="3.8" data-y="-2.45" cx="432.5233644859813" cy="419.03666427030913" r="3" fill="hsl(219, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
48
|
+
orientation: x-" data-x="-4.199999999999999" data-y="-1.5500000000000003" cx="110.45291157440695" cy="382.803738317757" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
49
|
+
orientation: y+" data-x="-3.5" data-y="2.05" cx="138.63407620416967" cy="237.87203450754853" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
50
|
+
orientation: y-" data-x="-5.5" data-y="-2.2800000000000002" cx="58.1164629762761" cy="412.1926671459382" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
51
|
+
orientation: y-" data-x="4.541" data-y="1.6989999999999998" cx="462.3551401869159" cy="252.00287562904384" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
52
|
+
orientation: y+" data-x="3.3" data-y="2.05" cx="412.3939611790079" cy="237.87203450754853" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
53
|
+
orientation: y+" data-x="3.3499999999999996" data-y="-1.9500000000000002" cx="414.4069015097052" cy="398.9072609633357" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
54
|
+
orientation: y+" data-x="3.3499999999999996" data-y="-2.45" cx="414.4069015097052" cy="419.03666427030913" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
55
|
+
orientation: x+" data-x="-3.5" data-y="-0.03499999999999992" cx="138.63407620416967" cy="321.8116462976276" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
56
|
+
orientation: y+" data-x="7.2" data-y="1.1" cx="569.4033069734004" cy="276.117900790798" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="inline anchor
|
|
57
|
+
PA1" data-x="5.05" data-y="-0.5500000000000003" cx="482.8468727534148" cy="342.5449317038102" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
58
|
+
PA0" data-x="4.55" data-y="-0.050000000000000266" cx="462.7174694464414" cy="322.4155283968368" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
59
|
+
PA0" data-x="4.55" data-y="-0.050000000000000266" cx="462.7174694464414" cy="322.4155283968368" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
60
|
+
PA1" data-x="5.05" data-y="-0.5500000000000003" cx="482.8468727534148" cy="342.5449317038102" r="3" fill="green"/></g><g id="crosshair" style="display: none"><line id="crosshair-h" y1="0" y2="640" stroke="#666" stroke-width="0.5"/><line id="crosshair-v" x1="0" x2="640" stroke="#666" stroke-width="0.5"/><text id="coordinates" font-family="monospace" font-size="12" fill="#666"></text></g><script><![CDATA[
|
|
61
|
+
document.currentScript.parentElement.addEventListener('mousemove', (e) => {
|
|
62
|
+
const svg = e.currentTarget;
|
|
63
|
+
const rect = svg.getBoundingClientRect();
|
|
64
|
+
const x = e.clientX - rect.left;
|
|
65
|
+
const y = e.clientY - rect.top;
|
|
66
|
+
const crosshair = svg.getElementById('crosshair');
|
|
67
|
+
const h = svg.getElementById('crosshair-h');
|
|
68
|
+
const v = svg.getElementById('crosshair-v');
|
|
69
|
+
const coords = svg.getElementById('coordinates');
|
|
70
|
+
|
|
71
|
+
crosshair.style.display = 'block';
|
|
72
|
+
h.setAttribute('x1', '0');
|
|
73
|
+
h.setAttribute('x2', '640');
|
|
74
|
+
h.setAttribute('y1', y);
|
|
75
|
+
h.setAttribute('y2', y);
|
|
76
|
+
v.setAttribute('x1', x);
|
|
77
|
+
v.setAttribute('x2', x);
|
|
78
|
+
v.setAttribute('y1', '0');
|
|
79
|
+
v.setAttribute('y2', '640');
|
|
80
|
+
|
|
81
|
+
// Calculate real coordinates using inverse transformation
|
|
82
|
+
const matrix = {"a":40.258806613946795,"c":0,"e":279.53989935298347,"b":0,"d":-40.258806613946795,"f":320.40258806613946};
|
|
83
|
+
// Manually invert and apply the affine transform
|
|
84
|
+
// Since we only use translate and scale, we can directly compute:
|
|
85
|
+
// x' = (x - tx) / sx
|
|
86
|
+
// y' = (y - ty) / sy
|
|
87
|
+
const sx = matrix.a;
|
|
88
|
+
const sy = matrix.d;
|
|
89
|
+
const tx = matrix.e;
|
|
90
|
+
const ty = matrix.f;
|
|
91
|
+
const realPoint = {
|
|
92
|
+
x: (x - tx) / sx,
|
|
93
|
+
y: (y - ty) / sy // Flip y back since we used negative scale
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
|
|
97
|
+
coords.setAttribute('x', (x + 5).toString());
|
|
98
|
+
coords.setAttribute('y', (y - 5).toString());
|
|
99
|
+
});
|
|
100
|
+
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
101
|
+
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
102
|
+
});
|
|
103
|
+
]]></script>
|
|
104
|
+
</g>
|
|
105
|
+
<g transform="translate(0, 1216)">
|
|
106
|
+
<style>
|
|
107
|
+
.boundary { fill: rgb(245, 241, 237); }
|
|
108
|
+
.schematic-boundary { fill: none; stroke: #fff; }
|
|
109
|
+
.component { fill: none; stroke: rgb(132, 0, 0); }
|
|
110
|
+
.chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
|
|
111
|
+
.component-pin { fill: none; stroke: rgb(132, 0, 0); }
|
|
112
|
+
.text { font-family: sans-serif; fill: rgb(0, 150, 0); }
|
|
113
|
+
.pin-number { fill: rgb(169, 0, 0); }
|
|
114
|
+
.port-label { fill: rgb(0, 100, 100); }
|
|
115
|
+
.component-name { fill: rgb(0, 100, 100); }
|
|
116
|
+
|
|
117
|
+
</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 250.27173913060005 263.858695652228 L 250.27173913060005 233.69565217398002 L 168.7500000002001 233.69565217398002 L 168.7500000002001 263.858695652228" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 250.27173913060005 263.858695652228 L 250.27173913060005 233.69565217398002 L 168.7500000002001 233.69565217398002 L 168.7500000002001 263.858695652228" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" 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 299.18478260884007 233.69565217398002 L 250.27173913060005 233.69565217398002 L 250.27173913060005 263.858695652228" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 299.18478260884007 233.69565217398002 L 250.27173913060005 233.69565217398002 L 250.27173913060005 263.858695652228" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" 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 87.22826086980007 368.20652173914 L 87.22826086980007 233.69565217398002 L 168.7500000002001 233.69565217398002 L 168.7500000002001 263.8586956522281" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 87.22826086980007 368.20652173914 L 87.22826086980007 233.69565217398002 L 168.7500000002001 233.69565217398002 L 168.7500000002001 263.8586956522281" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" 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 250.27173913060005 325.815217391332 L 250.27173913060005 347.82608695654005 L 168.7500000002001 347.82608695654005 L 168.7500000002001 325.815217391332" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 250.27173913060005 325.815217391332 L 250.27173913060005 347.82608695654005 L 168.7500000002001 347.82608695654005 L 168.7500000002001 325.815217391332" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" 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 299.18478260884007 347.82608695654005 L 250.27173913060005 347.82608695654005 L 250.27173913060005 325.815217391332" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 299.18478260884007 347.82608695654005 L 250.27173913060005 347.82608695654005 L 250.27173913060005 325.815217391332" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" 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 250.27173913060005 480.70652173909195 L 250.27173913060005 488.858695652132 L 168.7500000002001 488.858695652132 L 168.7500000002001 347.82608695654005 L 250.27173913060005 347.82608695654005 L 250.27173913060005 325.815217391332" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 250.27173913060005 480.70652173909195 L 250.27173913060005 488.858695652132 L 168.7500000002001 488.858695652132 L 168.7500000002001 347.82608695654005 L 250.27173913060005 347.82608695654005 L 250.27173913060005 325.815217391332" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" 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 87.22826086980007 570.380434782532 L 87.22826086980007 586.6847826086121 L 250.27173913060005 586.6847826086121 L 250.27173913060005 480.706521739092" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 87.22826086980007 570.380434782532 L 87.22826086980007 586.6847826086121 L 250.27173913060005 586.6847826086121 L 250.27173913060005 480.706521739092" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" 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 250.27173913060005 418.749999999988 L 250.27173913060005 388.58695652174 L 299.18478260884007 388.58695652174" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 250.27173913060005 418.749999999988 L 250.27173913060005 388.58695652174 L 299.18478260884007 388.58695652174" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" 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 87.22826086980007 417.11956521738 L 87.22826086980007 508.423913043428" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 87.22826086980007 417.11956521738 L 87.22826086980007 508.423913043428" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"><path d="M 299.18478260884007 527.17391304342 L 193.20652173932012 527.17391304342 L 193.20652173932012 492.11956521734794 L 87.22826086980007 492.11956521734794 L 87.22826086980007 508.423913043428" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 299.18478260884007 527.17391304342 L 193.20652173932012 527.17391304342 L 193.20652173932012 492.11956521734794 L 87.22826086980007 492.11956521734794 L 87.22826086980007 508.423913043428" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"><path d="M 837.22826086948 233.69565217398002 L 772.01086956516 233.69565217398002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 837.22826086948 233.69565217398002 L 772.01086956516 233.69565217398002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"><path d="M 1122.55434782588 376.35869565218 L 1122.55434782588 445.65217391302 L 772.01086956516 445.65217391302" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1122.55434782588 376.35869565218 L 1122.55434782588 445.65217391302 L 772.01086956516 445.65217391302" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"><path d="M 1122.55434782588 327.44565217394 L 1122.55434782588 311.14130434786 L 1041.0326086954801 311.14130434786 L 1041.0326086954801 327.44565217394" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1122.55434782588 327.44565217394 L 1122.55434782588 311.14130434786 L 1041.0326086954801 311.14130434786 L 1041.0326086954801 327.44565217394" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"><path d="M 1041.0326086954801 376.35869565218 L 1041.0326086954801 404.89130434782004 L 772.01086956516 404.89130434782004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1041.0326086954801 376.35869565218 L 1041.0326086954801 404.89130434782004 L 772.01086956516 404.89130434782004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"><path d="M 845.3804347825201 559.7826086955799 L 772.01086956516 559.7826086955799" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 845.3804347825201 559.7826086955799 L 772.01086956516 559.7826086955799" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"><path d="M 845.3804347825201 600.54347826078 L 772.01086956516 600.54347826078" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 845.3804347825201 600.54347826078 L 772.01086956516 600.54347826078" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"><path d="M 886.14130434772 233.69565217398002 L 905.7880434781464 233.69565217398002 L 905.7880434781464 262.3097826087504" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 886.14130434772 233.69565217398002 L 905.7880434781464 233.69565217398002 L 905.7880434781464 262.3097826087504" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" 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="250.27173913060005" cy="263.858695652228" r="2.445652173912" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="250.27173913060005" cy="233.69565217398002" r="2.445652173912" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="168.7500000002001" cy="233.69565217398002" r="2.445652173912" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="168.7500000002001" cy="263.858695652228" r="2.445652173912" 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"><circle cx="250.27173913060005" cy="325.815217391332" r="2.445652173912" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="250.27173913060005" cy="347.82608695654005" r="2.445652173912" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="168.7500000002001" cy="347.82608695654005" r="2.445652173912" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"><circle cx="250.27173913060005" cy="480.70652173909195" r="2.445652173912" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><circle cx="87.22826086980007" cy="508.423913043428" r="2.445652173912" 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_9__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="331.7934782610001" y="184.78260869574" width="407.608695652" height="432.06521739112" stroke-width="1.630434782608px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="331.7934782610001" y="184.78260869574" width="407.608695652" height="432.06521739112" fill="transparent"/><text class="sch-text" x="535.597826087" y="400.8152173913" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="14.673913043471998px" transform="rotate(0, 535.597826087, 400.8152173913)">U1</text><line class="component-pin sch-component-pin sch-port-line" x1="739.4021739130001" y1="404.89130434782004" x2="772.01086956516" y2="404.89130434782004" stroke-width="1.630434782608px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="770.380434782552" y="403.26086956521203" width="3.260869565216" height="3.260869565216" opacity="0"/></g><text class="pin-number sch-pin-number" x="755.70652173908" y="403.26086956521203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.228260869559998px" transform="">1</text><text class="pin-number sch-pin-label" x="731.24999999996" y="404.89130434782004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.228260869559998px" transform="">PA0</text><line class="component-pin sch-component-pin sch-port-line" x1="739.4021739130001" y1="445.65217391302" x2="772.01086956516" y2="445.65217391302" stroke-width="1.630434782608px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="770.380434782552" y="444.021739130412" width="3.260869565216" height="3.260869565216" opacity="0"/></g><text class="pin-number sch-pin-number" x="755.70652173908" y="444.021739130412" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.228260869559998px" transform="">2</text><text class="pin-number sch-pin-label" x="731.24999999996" y="445.65217391302" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.228260869559998px" transform="">PA1</text><line class="component-pin sch-component-pin sch-port-line" x1="331.7934782610001" y1="527.1739130434199" x2="299.18478260884007" y2="527.1739130434199" stroke-width="1.630434782608px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="297.55434782623206" y="525.543478260812" width="3.260869565216" height="3.260869565216" opacity="0"/></g><text class="pin-number sch-pin-number" x="315.48913043492007" y="525.543478260812" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.228260869559998px" transform="">3</text><text class="pin-number sch-pin-label" x="339.9456521740401" y="527.1739130434199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.228260869559998px" transform="">NRST</text><line class="component-pin sch-component-pin sch-port-line" x1="331.7934782610001" y1="233.69565217398002" x2="299.18478260884007" y2="233.69565217398002" stroke-width="1.630434782608px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="297.55434782623206" y="232.06521739137202" width="3.260869565216" height="3.260869565216" opacity="0"/></g><text class="pin-number sch-pin-number" x="315.48913043492007" y="232.06521739137202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.228260869559998px" transform="">4</text><text class="pin-number sch-pin-label" x="339.9456521740401" y="233.69565217398002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.228260869559998px" transform="">VDD</text><line class="component-pin sch-component-pin sch-port-line" x1="331.7934782610001" y1="347.82608695654" x2="299.18478260884007" y2="347.82608695654" stroke-width="1.630434782608px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="297.55434782623206" y="346.195652173932" width="3.260869565216" height="3.260869565216" opacity="0"/></g><text class="pin-number sch-pin-number" x="315.48913043492007" y="346.195652173932" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.228260869559998px" transform="">5</text><text class="pin-number sch-pin-label" x="339.9456521740401" y="347.82608695654" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.228260869559998px" transform="">VSS</text><line class="component-pin sch-component-pin sch-port-line" x1="739.4021739130001" y1="233.69565217398002" x2="772.01086956516" y2="233.69565217398002" stroke-width="1.630434782608px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="770.380434782552" y="232.06521739137202" width="3.260869565216" height="3.260869565216" opacity="0"/></g><text class="pin-number sch-pin-number" x="755.70652173908" y="232.06521739137202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.228260869559998px" transform="">6</text><text class="pin-number sch-pin-label" x="731.24999999996" y="233.69565217398002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.228260869559998px" transform="">PA2_ROSC</text><line class="component-pin sch-component-pin sch-port-line" x1="739.4021739130001" y1="559.7826086955799" x2="772.01086956516" y2="559.7826086955799" stroke-width="1.630434782608px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="770.380434782552" y="558.152173912972" width="3.260869565216" height="3.260869565216" opacity="0"/></g><text class="pin-number sch-pin-number" x="755.70652173908" y="558.152173912972" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.228260869559998px" transform="">23</text><text class="pin-number sch-pin-label" x="731.24999999996" y="559.7826086955799" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.228260869559998px" transform="">SWDIO</text><line class="component-pin sch-component-pin sch-port-line" x1="739.4021739130001" y1="600.54347826078" x2="772.01086956516" y2="600.54347826078" stroke-width="1.630434782608px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="770.380434782552" y="598.9130434781721" width="3.260869565216" height="3.260869565216" opacity="0"/></g><text class="pin-number sch-pin-number" x="755.70652173908" y="598.913043478172" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.228260869559998px" transform="">24</text><text class="pin-number sch-pin-label" x="731.24999999996" y="600.54347826078" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.228260869559998px" transform="">SWCLK</text><line class="component-pin sch-component-pin sch-port-line" x1="331.7934782610001" y1="388.58695652174" x2="299.18478260884007" y2="388.58695652174" stroke-width="1.630434782608px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="297.55434782623206" y="386.956521739132" width="3.260869565216" height="3.260869565216" opacity="0"/></g><text class="pin-number sch-pin-number" x="315.48913043492007" y="386.95652173913203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.228260869559998px" transform="">32</text><text class="pin-number sch-pin-label" x="339.9456521740401" y="388.58695652174" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.228260869559998px" transform="">VCORE</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="152.22619565238105" y="263.858695652228" width="33.047608695638075" height="61.956521739104005" fill="transparent"/><path class="sch-component-symbol-path" d="M 168.7500000002001 325.815217391332 L 168.7500000002001 301.0326086956904" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 168.7500000002001 288.6413043478696 L 168.7500000002001 263.858695652228" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 185.27380434801913 301.0326086956904 L 152.22619565238105 301.0326086956904" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 185.27380434801913 288.6413043478696 L 152.22619565238105 288.6413043478696" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="180.62500000019503" y="274.1847826087453" stroke="rgb(245, 241, 237)" stroke-width="1.630434782608px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="14.673913043471998px">C1</text><text class="sch-component-text" x="180.62500000019503" y="315.4891304348147" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="14.673913043471998px"></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="233.74793478278102" y="263.858695652228" width="33.04760869563805" height="61.956521739104005" fill="transparent"/><path class="sch-component-symbol-path" d="M 250.27173913060005 325.815217391332 L 250.27173913060005 301.0326086956904" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 250.27173913060005 288.6413043478696 L 250.27173913060005 263.858695652228" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 266.79554347841906 301.0326086956904 L 233.74793478278102 301.0326086956904" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 266.79554347841906 288.6413043478696 L 233.74793478278102 288.6413043478696" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="262.146739130595" y="274.1847826087453" stroke="rgb(245, 241, 237)" stroke-width="1.630434782608px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="14.673913043471998px">C2</text><text class="sch-component-text" x="262.146739130595" y="315.4891304348147" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="14.673913043471998px"></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="233.74793478278102" y="418.749999999988" width="33.04760869563805" height="61.956521739104005" fill="transparent"/><path class="sch-component-symbol-path" d="M 250.27173913060005 480.706521739092 L 250.27173913060005 455.9239130434504" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 250.27173913060005 443.5326086956296 L 250.27173913060005 418.749999999988" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 266.79554347841906 455.9239130434504 L 233.74793478278102 455.9239130434504" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 266.79554347841906 443.5326086956296 L 233.74793478278102 443.5326086956296" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="262.146739130595" y="429.0760869565053" stroke="rgb(245, 241, 237)" stroke-width="1.630434782608px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="14.673913043471998px">C3</text><text class="sch-component-text" x="262.146739130595" y="470.3804347825747" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="14.673913043471998px"></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="80.70815217415067" y="368.20652173914" width="13.040217391298796" height="48.913043478239956" fill="transparent"/><path class="sch-component-symbol-path" d="M 87.22826086980007 417.11956521737994 L 87.22826086980007 408.96576086955736" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 87.22826086980007 376.3603260869626 L 87.22826086980007 368.20652173914" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 80.70815217415067 408.96576086955736 L 80.70815217415068 376.3603260869626 L 93.74836956544947 376.3603260869626 L 93.74836956544945 408.96576086955736 L 80.70815217415067 408.96576086955736" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="100.27173913066406" y="379.619565217396" stroke="rgb(245, 241, 237)" stroke-width="1.630434782608px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="14.673913043471998px">R1</text><text class="sch-component-text" x="100.27173913066406" y="405.70652173912396" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="14.673913043471998px"></text></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="70.70445652198103" y="508.42391304342794" width="33.047608695638075" height="61.95652173910395" fill="transparent"/><path class="sch-component-symbol-path" d="M 87.22826086980007 570.3804347825319 L 87.22826086980007 545.5978260868903" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 87.22826086980007 533.2065217390696 L 87.22826086980007 508.42391304342794" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 103.7520652176191 545.5978260868903 L 70.70445652198103 545.5978260868903" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 103.7520652176191 533.2065217390696 L 70.70445652198103 533.2065217390696" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="99.10326086979501" y="518.7499999999453" stroke="rgb(245, 241, 237)" stroke-width="1.630434782608px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="14.673913043471998px">C4</text><text class="sch-component-text" x="99.10326086979501" y="560.0543478260146" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="14.673913043471998px"></text></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="837.22826086948" y="227.17554347833064" width="48.91304347824007" height="13.040217391298768" fill="transparent"/><path class="sch-component-symbol-path" d="M 837.22826086948 233.69565217398002 L 845.3820652173026 233.69565217398002" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 877.9874999998974 233.69565217398002 L 886.14130434772 233.69565217398002" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 845.3820652173026 227.17554347833064 L 877.9874999998974 227.17554347833064 L 877.9874999998974 240.2157608696294 L 845.3820652173026 240.2157608696294 L 845.3820652173026 227.17554347833064" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="861.6847826086" y="220.65217391311603" stroke="rgb(245, 241, 237)" stroke-width="1.630434782608px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="14.673913043471998px">R2</text><text class="sch-component-text" x="861.6847826086" y="246.73913043484401" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="14.673913043471998px"></text></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="1116.0342391302306" y="327.44565217394" width="13.040217391298938" height="48.913043478239956" fill="transparent"/><path class="sch-component-symbol-path" d="M 1122.55434782588 376.35869565217996 L 1122.55434782588 368.2048913043574" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1122.55434782588 335.5994565217626 L 1122.55434782588 327.44565217394" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1116.0342391302306 368.2048913043574 L 1116.0342391302306 335.5994565217626 L 1129.0744565215296 335.5994565217626 L 1129.0744565215296 368.2048913043574 L 1116.0342391302306 368.2048913043574" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1135.5978260867441" y="338.858695652196" stroke="rgb(245, 241, 237)" stroke-width="1.630434782608px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="14.673913043471998px">R3</text><text class="sch-component-text" x="1135.5978260867441" y="364.945652173924" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="14.673913043471998px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_8__stack1"><rect class="component-overlay sch-component-overlay" x="1034.5124999998307" y="327.44565217394" width="13.040217391298938" height="48.913043478239956" fill="transparent"/><path class="sch-component-symbol-path" d="M 1041.0326086954801 376.35869565217996 L 1041.0326086954801 368.2048913043574" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1041.0326086954801 335.5994565217626 L 1041.0326086954801 327.44565217394" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1034.5124999998307 368.2048913043574 L 1034.5124999998307 335.5994565217626 L 1047.5527173911296 335.5994565217626 L 1047.5527173911296 368.2048913043574 L 1034.5124999998307 368.2048913043574" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1054.0760869563442" y="338.858695652196" stroke="rgb(245, 241, 237)" stroke-width="1.630434782608px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="14.673913043471998px">R4</text><text class="sch-component-text" x="1054.0760869563442" y="364.945652173924" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="14.673913043471998px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_9__stack1"><rect class="component chip sch-component-body" x="877.98913043468" y="535.32608695646" width="130.43478260864003" height="89.67391304343994" stroke-width="1.630434782608px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="877.98913043468" y="535.32608695646" width="130.43478260864003" height="89.67391304343994" fill="transparent"/><text class="sch-text" x="943.206521739" y="580.16304347818" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="14.673913043471998px" transform="rotate(0, 943.206521739, 580.16304347818)">J1</text><line class="component-pin sch-component-pin sch-port-line" x1="877.98913043468" y1="559.7826086955799" x2="845.3804347825201" y2="559.7826086955799" stroke-width="1.630434782608px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="843.7499999999121" y="558.152173912972" width="3.260869565216" height="3.260869565216" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.6847826086" y="558.152173912972" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.228260869559998px" transform="">1</text><text class="pin-number sch-pin-label" x="886.14130434772" y="559.7826086955799" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.228260869559998px" transform="">SWDIO</text><line class="component-pin sch-component-pin sch-port-line" x1="877.98913043468" y1="600.54347826078" x2="845.3804347825201" y2="600.54347826078" stroke-width="1.630434782608px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><rect x="843.7499999999121" y="598.9130434781721" width="3.260869565216" height="3.260869565216" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.6847826086" y="598.913043478172" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.228260869559998px" transform="">2</text><text class="pin-number sch-pin-label" x="886.14130434772" y="600.54347826078" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.228260869559998px" transform="">SWCLK</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="772.01086956516" cy="404.89130434782004" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="772.01086956516" cy="445.65217391302" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="299.18478260884007" cy="527.1739130434199" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="299.18478260884007" cy="233.69565217398002" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="299.18478260884007" cy="347.82608695654" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="772.01086956516" cy="233.69565217398002" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="772.01086956516" cy="559.7826086955799" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="772.01086956516" cy="600.54347826078" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="299.18478260884007" cy="388.58695652174" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="168.7500000002001" cy="270.38043478266" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="168.7500000002001" cy="332.33695652176397" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="250.27173913060005" cy="270.38043478266" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="250.27173913060005" cy="332.33695652176397" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="250.27173913060005" cy="425.27173913042" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="250.27173913060005" cy="487.228260869524" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="87.22826086980007" cy="417.11956521738" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="87.22826086980007" cy="368.20652173914" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="87.22826086980007" cy="514.94565217386" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="87.22826086980007" cy="576.902173912964" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="837.22826086948" cy="233.69565217398002" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="886.14130434772" cy="233.69565217398002" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="1122.55434782588" cy="376.35869565218" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="1122.55434782588" cy="327.44565217394" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="1041.0326086954801" cy="376.35869565218" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="1041.0326086954801" cy="327.44565217394" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="845.3804347825201" cy="559.7826086955799" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="845.3804347825201" cy="600.54347826078" r="3.260869565216" 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="
|
|
118
|
+
M 193.20652173932012,527.17391304342
|
|
119
|
+
L 188.80434782627853,535.32608695646
|
|
120
|
+
L 141.15217391325538,535.32608695646
|
|
121
|
+
L 141.15217391325538,519.0217391303801
|
|
122
|
+
L 188.80434782627853,519.0217391303801
|
|
123
|
+
Z
|
|
124
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.630434782608px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" x="185.86956521758412" y="527.17391304342" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.673913043471998px" transform="">NRST</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="
|
|
125
|
+
M 250.27173913060005,233.69565217398002
|
|
126
|
+
L 242.11956521756005,229.29347826093843
|
|
127
|
+
L 242.11956521756005,190.6739130435636
|
|
128
|
+
L 258.42391304364,190.6739130435636
|
|
129
|
+
L 258.42391304364,229.29347826093843
|
|
130
|
+
Z
|
|
131
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.630434782608px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="250.27173913060005" y="226.35869565224402" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.673913043471998px" transform="rotate(-90 250.27173913060005 226.35869565224402)">VDD</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
|
|
132
|
+
M 87.22826086980007,586.6847826086121
|
|
133
|
+
L 95.38043478284007,591.0869565216536
|
|
134
|
+
L 95.38043478284007,631.3369565216365
|
|
135
|
+
L 79.07608695676007,631.3369565216365
|
|
136
|
+
L 79.07608695676007,591.0869565216536
|
|
137
|
+
Z
|
|
138
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.630434782608px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="87.22826086980007" y="594.0217391303481" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.673913043471998px" transform="rotate(90 87.22826086980007 594.0217391303481)">GND</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
|
|
139
|
+
M 905.7880434781464,262.3097826087504
|
|
140
|
+
L 913.9402173911864,266.71195652179205
|
|
141
|
+
L 913.9402173911864,306.9619565217748
|
|
142
|
+
L 897.6358695651064,306.9619565217748
|
|
143
|
+
L 897.6358695651064,266.71195652179205
|
|
144
|
+
Z
|
|
145
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.630434782608px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="905.7880434781464" y="269.6467391304864" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.673913043471998px" transform="rotate(90 905.7880434781464 269.6467391304864)">GND</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
|
|
146
|
+
M 804.6195652173201,233.69565217398002
|
|
147
|
+
L 796.4673913042801,229.29347826093843
|
|
148
|
+
L 796.4673913042801,201.33695652181993
|
|
149
|
+
L 812.7717391303601,201.33695652181993
|
|
150
|
+
L 812.7717391303601,229.29347826093843
|
|
151
|
+
Z
|
|
152
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.630434782608px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="804.6195652173201" y="226.35869565224402" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.673913043471998px" transform="rotate(-90 804.6195652173201 226.35869565224402)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
|
|
153
|
+
M 808.69565217384,559.7826086955799
|
|
154
|
+
L 800.5434782608,555.3804347825384
|
|
155
|
+
L 800.5434782608,527.4239130434198
|
|
156
|
+
L 816.84782608688,527.4239130434198
|
|
157
|
+
L 816.84782608688,555.3804347825384
|
|
158
|
+
Z
|
|
159
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.630434782608px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="808.69565217384" y="552.4456521738439" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.673913043471998px" transform="rotate(-90 808.69565217384 552.4456521738439)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
|
|
160
|
+
M 808.69565217384,600.54347826078
|
|
161
|
+
L 800.5434782608,596.1413043477385
|
|
162
|
+
L 800.5434782608,568.1847826086199
|
|
163
|
+
L 816.84782608688,568.1847826086199
|
|
164
|
+
L 816.84782608688,596.1413043477385
|
|
165
|
+
Z
|
|
166
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.630434782608px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" x="808.69565217384" y="593.2065217390441" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.673913043471998px" transform="rotate(-90 808.69565217384 593.2065217390441)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="
|
|
167
|
+
M 250.27173913060005,403.668478260864
|
|
168
|
+
L 254.67391304364165,395.516304347824
|
|
169
|
+
L 282.6304347827602,395.516304347824
|
|
170
|
+
L 282.6304347827602,411.82065217390397
|
|
171
|
+
L 254.67391304364165,411.82065217390397
|
|
172
|
+
Z
|
|
173
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.630434782608px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" x="257.60869565233605" y="403.668478260864" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.673913043471998px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="
|
|
174
|
+
M 1122.55434782588,311.14130434786
|
|
175
|
+
L 1114.40217391284,306.7391304348184
|
|
176
|
+
L 1114.40217391284,268.6630434783129
|
|
177
|
+
L 1130.7065217389202,268.6630434783129
|
|
178
|
+
L 1130.7065217389202,306.7391304348184
|
|
179
|
+
Z
|
|
180
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.630434782608px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="1122.55434782588" y="303.804347826124" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.673913043471998px" transform="rotate(-90 1122.55434782588 303.804347826124)">VPU</text><text class="sch-text" x="405.16304347836" y="627.4456521738119" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="14.673913043471975px" transform="rotate(0, 405.16304347836, 627.4456521738119)">MSPM0L1306SRHBR</text><text class="sch-text" x="341.57608695664806" y="175.40760869574405" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="14.673913043471998px" transform="rotate(0, 341.57608695664806, 175.40760869574405)">U1</text><text class="sch-text" x="887.7717391303281" y="525.951086956464" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="14.673913043471998px" transform="rotate(0, 887.7717391303281, 525.951086956464)">J1</text><text class="sch-text" x="947.2826086955199" y="436.684782608676" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.782608695648px" transform="rotate(0, 947.2826086955199, 436.684782608676)">PA1</text><text class="sch-text" x="906.5217391303199" y="395.92391304347603" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.782608695648px" transform="rotate(0, 906.5217391303199, 395.92391304347603)">PA0</text><text class="sch-text" x="906.5217391303199" y="395.92391304347603" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.782608695648px" transform="rotate(0, 906.5217391303199, 395.92391304347603)">PA0</text><text class="sch-text" x="947.2826086955199" y="436.684782608676" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.782608695648px" transform="rotate(0, 947.2826086955199, 436.684782608676)">PA1</text><rect class="schematic-box sch-box" x="331.7934782610001" y="620.108695652076" width="146.73913043471998" height="14.673913043471885" stroke-width="1.630434782608px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="13.043478260864 6.521739130432"/><rect class="schematic-box sch-box" x="326.90217391317606" y="165.21739130444408" width="29.347826086943996" height="20.380434782599963" stroke-width="1.630434782608px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="13.043478260864 6.521739130432"/><rect class="schematic-box sch-box" x="873.097826086856" y="515.760869565164" width="29.347826086943996" height="20.38043478259999" stroke-width="1.630434782608px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="13.043478260864 6.521739130432"/>
|
|
181
|
+
</g>
|
|
182
|
+
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg width="
|
|
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
3
|
<rect width="100%" height="100%" fill="white"/><g><polyline data-points="0.5,0.4 5.5,0.4" data-type="line" data-label="" points="120,288 520,288" fill="none" stroke="hsl(77, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.5,0.2 5.5,0.2" data-type="line" data-label="" points="120,304 520,304" fill="none" stroke="hsl(78, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.5,0 5.5,0" data-type="line" data-label="" points="120,320 520,320" fill="none" stroke="hsl(79, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.5,-0.2 5.5,-0.2" data-type="line" data-label="" points="120,336 520,336" fill="none" stroke="hsl(80, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.5,-0.4 5.5,-0.4" data-type="line" data-label="" points="120,352 520,352" fill="none" stroke="hsl(209, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.5,0.6 0.5,-0.6" data-type="line" data-label="" points="120,272 120,368" fill="none" stroke="hsl(30, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.5,0.6 1.201,0.6 1.201,-0.6 0.5,-0.6" data-type="line" data-label="" points="120,272 176.08,272 176.08,368 120,368" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="U1" data-x="0" data-y="0" x="40" y="240" width="80" height="160" fill="hsl(164, 100%, 50%, 0.8)" stroke="black" stroke-width="0.0125"/></g><g><rect data-type="rect" data-label="U2" data-x="6" data-y="0" x="520" y="240" width="80" height="160" fill="hsl(165, 100%, 50%, 0.8)" stroke="black" stroke-width="0.0125"/></g><g><rect data-type="rect" data-label="U3" data-x="1.8" data-y="0" x="204" y="200" width="40" height="240" fill="hsl(166, 100%, 50%, 0.8)" stroke="black" stroke-width="0.0125"/></g><g><rect data-type="rect" data-label="C1" data-x="0.8" data-y="1.2" x="88" y="188" width="112" height="72" fill="hsl(326, 100%, 50%, 0.8)" stroke="black" stroke-width="0.0125"/></g><g><rect data-type="rect" data-label="C2" data-x="0.8" data-y="-1.2" x="88" y="380" width="112" height="72" fill="hsl(327, 100%, 50%, 0.8)" stroke="black" stroke-width="0.0125"/></g><g><rect data-type="rect" data-label="netId: V1V1
|
|
4
4
|
globalConnNetId: connectivity_net5" data-x="0.8505" data-y="-0.39" x="124.04" y="334.4" width="48.00000000000003" height="33.60000000000002" fill="#ef444466" stroke="#ef4444" stroke-width="0.0125"/></g><g><rect data-type="rect" data-label="netId: QD0
|
|
@@ -82,7 +82,7 @@ orientation: x-" data-x="5.5" data-y="-0.4" cx="520" cy="352" r="3" fill="hsl(40
|
|
|
82
82
|
});
|
|
83
83
|
]]></script>
|
|
84
84
|
</g>
|
|
85
|
-
<g transform="translate(
|
|
85
|
+
<g transform="translate(0, 1216)">
|
|
86
86
|
<style>
|
|
87
87
|
.boundary { fill: rgb(245, 241, 237); }
|
|
88
88
|
.schematic-boundary { fill: none; stroke: #fff; }
|