@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
|
@@ -0,0 +1,130 @@
|
|
|
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="9.6,0.4 7.5600000000000005,2" data-type="line" data-label="" points="422.56644956873777,407.73103326879067 221.4750924133076,250.0123217743355" fill="none" stroke="hsl(64, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="9.6,0.4 7.839999999999999,2" data-type="line" data-label="" points="422.56644956873777,407.73103326879067 249.0758669248371,250.0123217743355" fill="none" stroke="hsl(64, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="9.6,0.6 8.559999999999999,2" data-type="line" data-label="" points="422.56644956873777,388.0161943319838 320.0492870973419,250.0123217743355" fill="none" stroke="hsl(16, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="9.6,0.6 8.84,2" data-type="line" data-label="" points="422.56644956873777,388.0161943319838 347.6500616088716,250.0123217743355" fill="none" stroke="hsl(16, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="9.6,0.8 9.559999999999999,2" data-type="line" data-label="" points="422.56644956873777,368.30135539517687 418.6234817813763,250.0123217743355" fill="none" stroke="hsl(240, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="9.6,0.8 9.84,2" data-type="line" data-label="" points="422.56644956873777,368.30135539517687 446.22425629290615,250.0123217743355" fill="none" stroke="hsl(240, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="10.559999999999999,2 11.200000000000001,0.8" data-type="line" data-label="" points="517.1976764654108,250.0123217743355 580.2851610631932,368.30135539517687" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.559999999999999,2 11.200000000000001,0.6" data-type="line" data-label="" points="517.1976764654108,250.0123217743355 580.2851610631932,388.0161943319838" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.559999999999999,2 11.200000000000001,0.4" data-type="line" data-label="" points="517.1976764654108,250.0123217743355 580.2851610631932,407.73103326879067" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.200000000000001,0.8 11.200000000000001,0.6" data-type="line" data-label="" points="580.2851610631932,368.30135539517687 580.2851610631932,388.0161943319838" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.200000000000001,0.8 11.200000000000001,0.4" data-type="line" data-label="" points="580.2851610631932,368.30135539517687 580.2851610631932,407.73103326879067" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.200000000000001,0.6 11.200000000000001,0.4" data-type="line" data-label="" points="580.2851610631932,388.0161943319838 580.2851610631932,407.73103326879067" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.839999999999999,2 7.5600000000000005,2" data-type="line" data-label="" points="249.0758669248371,250.0123217743355 221.4750924133076,250.0123217743355" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.84,2 8.64,2 8.64,0.6 9.6,0.6" data-type="line" data-label="" points="347.6500616088716,250.0123217743355 327.9352226720648,250.0123217743355 327.9352226720648,388.0161943319838 422.56644956873777,388.0161943319838" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.559999999999999,2 8.84,2" data-type="line" data-label="" points="320.0492870973419,250.0123217743355 347.6500616088716,250.0123217743355" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.559999999999999,2 9.579999999999998,2 9.579999999999998,0.8 9.6,0.8" data-type="line" data-label="" points="418.6234817813763,250.0123217743355 420.594965675057,250.0123217743355 420.594965675057,368.30135539517687 422.56644956873777,368.30135539517687" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.84,2 9.559999999999999,2" data-type="line" data-label="" points="446.22425629290615,250.0123217743355 418.6234817813763,250.0123217743355" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="11.200000000000001,0.6 11.4,0.6 11.4,0.8 11.200000000000001,0.8" data-type="line" data-label="" points="580.2851610631932,388.0161943319838 599.9999999999999,388.0161943319838 599.9999999999999,368.30135539517687 580.2851610631932,368.30135539517687" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="11.200000000000001,0.4 11.4,0.4 11.4,0.6 11.200000000000001,0.6" data-type="line" data-label="" points="580.2851610631932,407.73103326879067 599.9999999999999,407.73103326879067 599.9999999999999,388.0161943319838 580.2851610631932,388.0161943319838" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.559999999999999,2 11.4,2 11.4,0.8 11.200000000000001,0.8" data-type="line" data-label="" points="517.1976764654108,250.0123217743355 599.9999999999999,250.0123217743355 599.9999999999999,368.30135539517687 580.2851610631932,368.30135539517687" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="R26" data-x="7.2" data-y="2" x="150.50167224080263" y="216.49709558176377" width="70.97342017250492" height="67.03045238514346" fill="hsl(126, 100%, 50%, 0.8)" stroke="black" stroke-width="0.010144642857142859"/></g><g><rect data-type="rect" data-label="R27" data-x="8.2" data-y="2" x="249.0758669248371" y="216.49709558176377" width="70.9734201725048" height="67.03045238514346" fill="hsl(127, 100%, 50%, 0.8)" stroke="black" stroke-width="0.010144642857142859"/></g><g><rect data-type="rect" data-label="R28" data-x="9.2" data-y="2" x="347.6500616088717" y="216.49709558176377" width="70.97342017250469" height="67.03045238514346" fill="hsl(128, 100%, 50%, 0.8)" stroke="black" stroke-width="0.010144642857142859"/></g><g><rect data-type="rect" data-label="R29" data-x="10.2" data-y="2" x="446.2242562929061" y="216.49709558176377" width="70.97342017250469" height="67.03045238514346" fill="hsl(129, 100%, 50%, 0.8)" stroke="black" stroke-width="0.010144642857142859"/></g><g><rect data-type="rect" data-label="J4" data-x="10.4" data-y="0.6" x="422.56644956873777" y="348.58651645837" width="157.71871149445542" height="78.8593557472276" fill="hsl(186, 100%, 50%, 0.8)" stroke="black" stroke-width="0.010144642857142859"/></g><g><rect data-type="rect" data-label="J4" data-x="10.12" data-y="0.07" x="461.9961274423517" y="431.388839992959" width="23.657806724168154" height="17.7433550431262" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.010144642857142859"/></g><g><rect data-type="rect" data-label="J4" data-x="10.12" data-y="1.115" x="456.08167576130955" y="324.92870973420173" width="35.4867100862524" height="24.643548671008602" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.010144642857142859"/></g><g><rect data-type="rect" data-label="netId: U2_VFB
|
|
4
|
+
globalConnNetId: connectivity_net3" data-x="6.278999999999999" data-y="2" x="39.99999999999994" y="240.154902305932" width="110.40309804611854" height="19.714838936806956" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.010144642857142859"/></g><g><rect data-type="rect" data-label="netId: 4-Cell/J4-R27
|
|
5
|
+
globalConnNetId: connectivity_net0" data-x="9.299" data-y="0.4" x="363.32335856363306" y="397.8736138003872" width="59.14451681042078" height="19.714838936806927" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.010144642857142859"/></g><g><rect data-type="rect" data-label="netId: 4-Cell/J4-R27
|
|
6
|
+
globalConnNetId: connectivity_net0" data-x="7.699999999999999" data-y="2.3" x="225.4180602006689" y="190.86780496391484" width="19.714838936806814" height="59.14451681042067" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.010144642857142859"/></g><g><rect data-type="rect" data-label="netId: 3-Cell/J4-R28
|
|
7
|
+
globalConnNetId: connectivity_net1" data-x="8.865" data-y="1.3" x="327.93522267206487" y="309.1568385847562" width="44.358387607815416" height="19.714838936806927" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.010144642857142859"/></g><g><rect data-type="rect" data-label="netId: 2-Cell/J4-R28
|
|
8
|
+
globalConnNetId: connectivity_net2" data-x="9.804999999999998" data-y="1.4" x="420.59496567505704" y="299.29941911635274" width="44.358387607815416" height="19.714838936806927" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.010144642857142859"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
9
|
+
globalConnNetId: connectivity_net4" data-x="10.98" data-y="1.79" x="534.9410315085372" y="250.01232177433553" width="47.31561344833676" height="41.40116176729444" fill="#00000066" stroke="#000000" stroke-width="0.010144642857142859"/></g><g><circle data-type="point" data-label="1
|
|
10
|
+
x-" data-x="6.84" data-y="2" cx="150.5016722408027" cy="250.0123217743355" r="3" fill="hsl(161, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="2
|
|
11
|
+
x+" data-x="7.5600000000000005" data-y="2" cx="221.4750924133076" cy="250.0123217743355" r="3" fill="hsl(162, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="1
|
|
12
|
+
x-" data-x="7.839999999999999" data-y="2" cx="249.0758669248371" cy="250.0123217743355" r="3" fill="hsl(42, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="2
|
|
13
|
+
x+" data-x="8.559999999999999" data-y="2" cx="320.0492870973419" cy="250.0123217743355" r="3" fill="hsl(43, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="1
|
|
14
|
+
x-" data-x="8.84" data-y="2" cx="347.6500616088716" cy="250.0123217743355" r="3" fill="hsl(283, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="2
|
|
15
|
+
x+" data-x="9.559999999999999" data-y="2" cx="418.6234817813763" cy="250.0123217743355" r="3" fill="hsl(284, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="1
|
|
16
|
+
x-" data-x="9.84" data-y="2" cx="446.22425629290615" cy="250.0123217743355" r="3" fill="hsl(164, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="2
|
|
17
|
+
x+" data-x="10.559999999999999" data-y="2" cx="517.1976764654108" cy="250.0123217743355" r="3" fill="hsl(165, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="1
|
|
18
|
+
x-" data-x="9.6" data-y="0.8" cx="422.56644956873777" cy="368.30135539517687" r="3" fill="hsl(221, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="2
|
|
19
|
+
x+" data-x="11.200000000000001" data-y="0.8" cx="580.2851610631932" cy="368.30135539517687" r="3" fill="hsl(222, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="3
|
|
20
|
+
x-" data-x="9.6" data-y="0.6" cx="422.56644956873777" cy="388.0161943319838" r="3" fill="hsl(223, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="4
|
|
21
|
+
x+" data-x="11.200000000000001" data-y="0.6" cx="580.2851610631932" cy="388.0161943319838" r="3" fill="hsl(224, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="5
|
|
22
|
+
x-" data-x="9.6" data-y="0.4" cx="422.56644956873777" cy="407.73103326879067" r="3" fill="hsl(225, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="6
|
|
23
|
+
x+" data-x="11.200000000000001" data-y="0.4" cx="580.2851610631932" cy="407.73103326879067" r="3" fill="hsl(226, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
24
|
+
orientation: x-" data-x="6.84" data-y="2" cx="150.5016722408027" cy="250.0123217743355" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
25
|
+
orientation: x-" data-x="9.6" data-y="0.4" cx="422.56644956873777" cy="407.73103326879067" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
26
|
+
orientation: y+" data-x="7.699999999999999" data-y="2" cx="235.2754796690723" cy="250.0123217743355" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
27
|
+
orientation: x+" data-x="8.64" data-y="1.3" cx="327.9352226720648" cy="319.01425805315966" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
28
|
+
orientation: x+" data-x="9.579999999999998" data-y="1.4" cx="420.594965675057" cy="309.1568385847562" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
29
|
+
orientation: y-" data-x="10.98" data-y="2" cx="558.5988382327056" cy="250.0123217743355" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></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[
|
|
30
|
+
document.currentScript.parentElement.addEventListener('mousemove', (e) => {
|
|
31
|
+
const svg = e.currentTarget;
|
|
32
|
+
const rect = svg.getBoundingClientRect();
|
|
33
|
+
const x = e.clientX - rect.left;
|
|
34
|
+
const y = e.clientY - rect.top;
|
|
35
|
+
const crosshair = svg.getElementById('crosshair');
|
|
36
|
+
const h = svg.getElementById('crosshair-h');
|
|
37
|
+
const v = svg.getElementById('crosshair-v');
|
|
38
|
+
const coords = svg.getElementById('coordinates');
|
|
39
|
+
|
|
40
|
+
crosshair.style.display = 'block';
|
|
41
|
+
h.setAttribute('x1', '0');
|
|
42
|
+
h.setAttribute('x2', '640');
|
|
43
|
+
h.setAttribute('y1', y);
|
|
44
|
+
h.setAttribute('y2', y);
|
|
45
|
+
v.setAttribute('x1', x);
|
|
46
|
+
v.setAttribute('x2', x);
|
|
47
|
+
v.setAttribute('y1', '0');
|
|
48
|
+
v.setAttribute('y2', '640');
|
|
49
|
+
|
|
50
|
+
// Calculate real coordinates using inverse transformation
|
|
51
|
+
const matrix = {"a":98.57419468403448,"c":0,"e":-523.7458193979932,"b":0,"d":-98.57419468403448,"f":447.16071114240447};
|
|
52
|
+
// Manually invert and apply the affine transform
|
|
53
|
+
// Since we only use translate and scale, we can directly compute:
|
|
54
|
+
// x' = (x - tx) / sx
|
|
55
|
+
// y' = (y - ty) / sy
|
|
56
|
+
const sx = matrix.a;
|
|
57
|
+
const sy = matrix.d;
|
|
58
|
+
const tx = matrix.e;
|
|
59
|
+
const ty = matrix.f;
|
|
60
|
+
const realPoint = {
|
|
61
|
+
x: (x - tx) / sx,
|
|
62
|
+
y: (y - ty) / sy // Flip y back since we used negative scale
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
|
|
66
|
+
coords.setAttribute('x', (x + 5).toString());
|
|
67
|
+
coords.setAttribute('y', (y - 5).toString());
|
|
68
|
+
});
|
|
69
|
+
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
70
|
+
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
71
|
+
});
|
|
72
|
+
]]></script>
|
|
73
|
+
</g>
|
|
74
|
+
<g transform="translate(0, 1216)">
|
|
75
|
+
<style>
|
|
76
|
+
.boundary { fill: rgb(245, 241, 237); }
|
|
77
|
+
.schematic-boundary { fill: none; stroke: #fff; }
|
|
78
|
+
.component { fill: none; stroke: rgb(132, 0, 0); }
|
|
79
|
+
.chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
|
|
80
|
+
.component-pin { fill: none; stroke: rgb(132, 0, 0); }
|
|
81
|
+
.text { font-family: sans-serif; fill: rgb(0, 150, 0); }
|
|
82
|
+
.pin-number { fill: rgb(169, 0, 0); }
|
|
83
|
+
.port-label { fill: rgb(0, 100, 100); }
|
|
84
|
+
.component-name { fill: rgb(0, 100, 100); }
|
|
85
|
+
|
|
86
|
+
</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 433.7807606261799 262.5279642059 L 381.58090976862013 262.5279642059" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="29.82848620432px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 433.7807606261799 262.5279642059 L 381.58090976862013 262.5279642059" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.72856077554px" 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 620.2087994031801 262.5279642059 L 582.9231916477802 262.5279642059 L 582.9231916477802 523.5272184937 L 761.8941088737001 523.5272184937" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="29.82848620432px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 620.2087994031801 262.5279642059 L 582.9231916477802 262.5279642059 L 582.9231916477802 523.5272184937 L 761.8941088737001 523.5272184937" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.72856077554px" 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 568.0089485456199 262.5279642059 L 620.2087994031801 262.5279642059" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="29.82848620432px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 568.0089485456199 262.5279642059 L 620.2087994031801 262.5279642059" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.72856077554px" 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 754.4369873226199 262.5279642059 L 758.1655480981597 262.5279642059 L 758.1655480981597 486.2416107383 L 761.8941088737001 486.2416107383" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="29.82848620432px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 754.4369873226199 262.5279642059 L 758.1655480981597 262.5279642059 L 758.1655480981597 486.2416107383 L 761.8941088737001 486.2416107383" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.72856077554px" 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 806.6368381801801 262.5279642059 L 754.4369873226199 262.5279642059" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="29.82848620432px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 806.6368381801801 262.5279642059 L 754.4369873226199 262.5279642059" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.72856077554px" 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 1060.1789709169004 523.5272184937 L 1097.4645786723001 523.5272184937 L 1097.4645786723001 486.2416107383 L 1060.1789709169004 486.2416107383" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="29.82848620432px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1060.1789709169004 523.5272184937 L 1097.4645786723001 523.5272184937 L 1097.4645786723001 486.2416107383 L 1060.1789709169004 486.2416107383" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.72856077554px" 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 1060.1789709169004 560.8128262491 L 1097.4645786723001 560.8128262491 L 1097.4645786723001 523.5272184937 L 1060.1789709169004 523.5272184937" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="29.82848620432px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1060.1789709169004 560.8128262491 L 1097.4645786723001 560.8128262491 L 1097.4645786723001 523.5272184937 L 1060.1789709169004 523.5272184937" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.72856077554px" 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 940.8650260996199 262.5279642059 L 1097.4645786723001 262.5279642059 L 1097.4645786723001 486.2416107383 L 1060.1789709169004 486.2416107383" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="29.82848620432px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 940.8650260996199 262.5279642059 L 1097.4645786723001 262.5279642059 L 1097.4645786723001 486.2416107383 L 1060.1789709169004 486.2416107383" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.72856077554px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><circle cx="620.2087994031801" cy="262.5279642059" r="5.59284116331" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><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="754.4369873226199" cy="262.5279642059" r="5.59284116331" 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="1060.1789709169004" cy="523.5272184937" r="5.59284116331" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="1097.4645786723001" cy="523.5272184937" r="5.59284116331" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="1097.4645786723001" cy="486.2416107383" r="5.59284116331" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="1060.1789709169004" cy="486.2416107383" r="5.59284116331" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component-overlay sch-component-overlay" x="247.35272184917997" y="244.63534675623862" width="134.22818791944016" height="35.785234899322745" fill="transparent"/><path class="sch-component-symbol-path" d="M 247.35272184917997 262.5279642059 L 269.7285607753506 262.5279642059" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.72856077554px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 359.20507084244946 262.5279642059 L 381.58090976862013 262.5279642059" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.72856077554px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 269.7285607753506 244.63534675623862 L 359.20507084244946 244.63534675623862 L 359.20507084244946 280.42058165556136 L 269.7285607753506 280.42058165556136 L 269.7285607753506 244.63534675623862" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.72856077554px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="314.46681580890004" y="226.73378076071594" stroke="rgb(245, 241, 237)" stroke-width="3.72856077554px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="33.557046979860004px">R26</text><text class="sch-component-text" x="314.46681580890004" y="298.32214765108404" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="33.557046979860004px"></text><circle class="component-pin sch-component-pin" cx="247.35272184917997" cy="262.5279642059" r="3.72856077554px" stroke-width="3.72856077554px" fill="none" stroke="rgb(132, 0, 0)"/></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="433.7807606261799" y="244.63534675623862" width="134.2281879194402" height="35.785234899322745" fill="transparent"/><path class="sch-component-symbol-path" d="M 433.7807606261799 262.5279642059 L 456.1565995523506 262.5279642059" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.72856077554px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 545.6331096194494 262.5279642059 L 568.0089485456201 262.5279642059" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.72856077554px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 456.1565995523506 244.63534675623862 L 545.6331096194494 244.63534675623862 L 545.6331096194494 280.42058165556136 L 456.1565995523506 280.42058165556136 L 456.1565995523506 244.63534675623862" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.72856077554px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="500.8948545859" y="226.73378076071594" stroke="rgb(245, 241, 237)" stroke-width="3.72856077554px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="33.557046979860004px">R27</text><text class="sch-component-text" x="500.8948545859" y="298.32214765108404" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="33.557046979860004px"></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="620.2087994031801" y="244.63534675623868" width="134.22818791943973" height="35.78523489932263" fill="transparent"/><path class="sch-component-symbol-path" d="M 620.2087994031801 262.5279642059 L 642.5846383293507 262.5279642059" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.72856077554px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 732.0611483964493 262.5279642059 L 754.4369873226199 262.5279642059" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.72856077554px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 642.5846383293507 244.63534675623868 L 732.0611483964493 244.63534675623868 L 732.0611483964493 280.4205816555613 L 642.5846383293507 280.4205816555613 L 642.5846383293507 244.63534675623868" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.72856077554px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="687.3228933629" y="226.73378076071606" stroke="rgb(245, 241, 237)" stroke-width="3.72856077554px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="33.557046979860004px">R28</text><text class="sch-component-text" x="687.3228933629" y="298.3221476510839" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="33.557046979860004px"></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="806.6368381801801" y="244.63534675623868" width="134.22818791943973" height="35.78523489932263" fill="transparent"/><path class="sch-component-symbol-path" d="M 806.6368381801801 262.5279642059 L 829.0126771063507 262.5279642059" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.72856077554px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 918.4891871734493 262.5279642059 L 940.8650260996199 262.5279642059" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.72856077554px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 829.0126771063507 244.63534675623868 L 918.4891871734493 244.63534675623868 L 918.4891871734493 280.4205816555613 L 829.0126771063507 280.4205816555613 L 829.0126771063507 244.63534675623868" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.72856077554px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="873.7509321399" y="226.73378076071606" stroke="rgb(245, 241, 237)" stroke-width="3.72856077554px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="33.557046979860004px">R29</text><text class="sch-component-text" x="873.7509321399" y="298.3221476510839" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="33.557046979860004px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component chip sch-component-body" x="836.4653243845" y="448.95600298290003" width="149.14243102160026" height="149.14243102160003" stroke-width="3.72856077554px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="836.4653243845" y="448.95600298290003" width="149.14243102160026" height="149.14243102160003" fill="transparent"/><text class="sch-text" x="911.0365398953002" y="523.5272184937" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="33.557046979860004px" transform="rotate(0, 911.0365398953002, 523.5272184937)">J4</text><line class="component-pin sch-component-pin sch-port-line" x1="836.4653243845" y1="486.2416107383" x2="761.8941088737001" y2="486.2416107383" stroke-width="3.72856077554px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="758.1655480981601" y="482.51304996275996" width="7.45712155108" height="7.45712155108" opacity="0"/></g><text class="pin-number sch-pin-number" x="799.1797166290999" y="482.51304996275996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.964205816550002px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="985.6077554061003" y1="486.2416107383" x2="1060.1789709169004" y2="486.2416107383" stroke-width="3.72856077554px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="1056.4504101413604" y="482.51304996275996" width="7.45712155108" height="7.45712155108" opacity="0"/></g><text class="pin-number sch-pin-number" x="1022.8933631615002" y="482.51304996275996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.964205816550002px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="836.4653243845" y1="523.5272184937" x2="761.8941088737001" y2="523.5272184937" stroke-width="3.72856077554px"/><g class="sch-port" data-schematic-port-id="source_port_4_2__stack1"><rect x="758.1655480981601" y="519.79865771816" width="7.45712155108" height="7.45712155108" opacity="0"/></g><text class="pin-number sch-pin-number" x="799.1797166290999" y="519.79865771816" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.964205816550002px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="985.6077554061003" y1="523.5272184937" x2="1060.1789709169004" y2="523.5272184937" stroke-width="3.72856077554px"/><g class="sch-port" data-schematic-port-id="source_port_4_3__stack1"><rect x="1056.4504101413604" y="519.79865771816" width="7.45712155108" height="7.45712155108" opacity="0"/></g><text class="pin-number sch-pin-number" x="1022.8933631615002" y="519.79865771816" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.964205816550002px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="836.4653243845" y1="560.8128262491" x2="765.6226696492399" y2="560.8128262491" stroke-width="3.72856077554px"/><g class="sch-port" data-schematic-port-id="source_port_4_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="761.8941088737001" cy="560.8128262491" r="3.72856077554" stroke-width="3.72856077554px"/><rect x="758.1655480981601" y="557.08426547356" width="7.45712155108" height="7.45712155108" opacity="0"/></g><text class="pin-number sch-pin-number" x="799.1797166290999" y="557.08426547356" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.964205816550002px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="985.6077554061003" y1="560.8128262491" x2="1060.1789709169004" y2="560.8128262491" stroke-width="3.72856077554px"/><g class="sch-port" data-schematic-port-id="source_port_4_5__stack1"><rect x="1056.4504101413604" y="557.08426547356" width="7.45712155108" height="7.45712155108" opacity="0"/></g><text class="pin-number sch-pin-number" x="1022.8933631615002" y="557.08426547356" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.964205816550002px" transform="">6</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="258.5384041758002" cy="262.5279642059" r="7.45712155108" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="392.7665920952402" cy="262.5279642059" r="7.45712155108" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="444.96644295279975" cy="262.5279642059" r="7.45712155108" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="579.1946308722399" cy="262.5279642059" r="7.45712155108" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="631.3944817297997" cy="262.5279642059" r="7.45712155108" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="765.6226696492397" cy="262.5279642059" r="7.45712155108" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="817.8225205067997" cy="262.5279642059" r="7.45712155108" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="952.0507084262397" cy="262.5279642059" r="7.45712155108" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="761.8941088737001" cy="486.2416107383" r="7.45712155108" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="1060.1789709169004" cy="486.2416107383" r="7.45712155108" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_2__stack1"><circle cx="761.8941088737001" cy="523.5272184937" r="7.45712155108" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_3__stack1"><circle cx="1060.1789709169004" cy="523.5272184937" r="7.45712155108" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_4__stack1"><circle cx="761.8941088737001" cy="560.8128262491" r="7.45712155108" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_5__stack1"><circle cx="1060.1789709169004" cy="560.8128262491" r="7.45712155108" 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="
|
|
87
|
+
M 247.35272184917994,262.5279642059
|
|
88
|
+
L 237.28560775522195,281.1707680836
|
|
89
|
+
L 93.21401938835632,281.17076808359997
|
|
90
|
+
L 93.21401938835632,243.88516032819996
|
|
91
|
+
L 237.28560775522195,243.8851603282
|
|
92
|
+
Z
|
|
93
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="3.72856077554px"/><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="230.57419835924995" y="262.5279642059" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="33.557046979860004px" transform="">U2_VFB</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="
|
|
94
|
+
M 761.8941088737001,560.8128262491
|
|
95
|
+
L 751.8269947797421,579.4556301268
|
|
96
|
+
L 660.2535421324798,579.4556301268
|
|
97
|
+
L 660.2535421324798,542.1700223714
|
|
98
|
+
L 751.8269947797421,542.1700223714
|
|
99
|
+
Z
|
|
100
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="3.72856077554px"/><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="745.1155853837702" y="560.8128262491" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="33.557046979860004px" transform="">J4_5</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="
|
|
101
|
+
M 407.68083519740003,262.5279642059
|
|
102
|
+
L 389.03803131970005,252.460850111942
|
|
103
|
+
L 389.03803131970005,160.88739746467957
|
|
104
|
+
L 426.32363907510006,160.88739746467957
|
|
105
|
+
L 426.3236390751,252.460850111942
|
|
106
|
+
Z
|
|
107
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="3.72856077554px"/><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="407.68083519740003" y="245.74944071597" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="33.557046979860004px" transform="rotate(-90 407.68083519740003 245.74944071597)">J4_5</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="
|
|
108
|
+
M 582.9231916477802,393.0275913498
|
|
109
|
+
L 592.9903057417382,374.3847874721
|
|
110
|
+
L 656.9226945063307,374.3847874721
|
|
111
|
+
L 656.9226945063307,411.67039522749997
|
|
112
|
+
L 592.9903057417382,411.67039522749997
|
|
113
|
+
Z
|
|
114
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="3.72856077554px"/><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="599.7017151377102" y="393.0275913498" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="33.557046979860004px" 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_4__stack1" d="
|
|
115
|
+
M 758.1655480981597,374.3847874721
|
|
116
|
+
L 768.2326621921177,355.74198359440004
|
|
117
|
+
L 832.1650509567102,355.74198359440004
|
|
118
|
+
L 832.1650509567102,393.0275913498
|
|
119
|
+
L 768.2326621921177,393.0275913498
|
|
120
|
+
Z
|
|
121
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="3.72856077554px"/><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="774.9440715880896" y="374.3847874721" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="33.557046979860004px" 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_5__stack1" d="
|
|
122
|
+
M 1019.1648023859602,262.5279642059
|
|
123
|
+
L 1037.8076062636603,272.595078299858
|
|
124
|
+
L 1037.8076062636603,364.64081531202214
|
|
125
|
+
L 1000.5219985082603,364.64081531202214
|
|
126
|
+
L 1000.5219985082603,272.595078299858
|
|
127
|
+
Z
|
|
128
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="3.72856077554px"/><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="1019.1648023859602" y="279.30648769583" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="33.557046979860004px" transform="rotate(90 1019.1648023859602 279.30648769583)">GND</text><text class="sch-text" x="858.8366890377399" y="622.3340790455101" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="33.557046979860004px" transform="rotate(0, 858.8366890377399, 622.3340790455101)">J4</text><text class="sch-text" x="858.8366890377399" y="427.516778523545" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="33.557046979860004px" transform="rotate(0, 858.8366890377399, 427.516778523545)">J4</text><rect class="schematic-box sch-box" x="836.4653243845" y="605.55555555558" width="44.74272930647999" height="33.55704697986005" stroke-width="3.72856077554px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="29.82848620432 14.91424310216"/><rect class="schematic-box sch-box" x="825.27964205788" y="404.21327367642" width="67.11409395971987" height="46.60700969425005" stroke-width="3.72856077554px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="29.82848620432 14.91424310216"/>
|
|
129
|
+
</g>
|
|
130
|
+
</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.775,0.1 0.775,-0.3" data-type="line" data-label="" points="328.33333333333337,305 328.33333333333337,371.6666666666667" fill="none" stroke="hsl(158, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.775,0.1 0.775,-0.7" data-type="line" data-label="" points="328.33333333333337,305 328.33333333333337,438.33333333333337" fill="none" stroke="hsl(158, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.775,0.1 0.775,-1.1" data-type="line" data-label="" points="328.33333333333337,305 328.33333333333337,505" fill="none" stroke="hsl(158, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.775,-0.3 0.775,-0.7" data-type="line" data-label="" points="328.33333333333337,371.6666666666667 328.33333333333337,438.33333333333337" fill="none" stroke="hsl(158, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.775,-0.3 0.775,-1.1" data-type="line" data-label="" points="328.33333333333337,371.6666666666667 328.33333333333337,505" fill="none" stroke="hsl(158, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.775,-0.7 0.775,-1.1" data-type="line" data-label="" points="328.33333333333337,438.33333333333337 328.33333333333337,505" fill="none" stroke="hsl(158, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.775,-0.3 0.9750000000000001,-0.3 0.9750000000000001,0.1 0.775,0.1" data-type="line" data-label="" points="328.33333333333337,371.6666666666667 361.6666666666667,371.6666666666667 361.6666666666667,305 328.33333333333337,305" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.775,-0.7 0.9750000000000001,-0.7 0.9750000000000001,-0.3 0.775,-0.3" data-type="line" data-label="" points="328.33333333333337,438.33333333333337 361.6666666666667,438.33333333333337 361.6666666666667,371.6666666666667 328.33333333333337,371.6666666666667" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.775,-1.1 1.685,-1.1 1.685,-0.7 0.775,-0.7" data-type="line" data-label="" points="328.33333333333337,505 480,505 480,438.33333333333337 328.33333333333337,438.33333333333337" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="J4" data-x="0" data-y="0" x="70" y="80" width="258.33333333333337" height="483.33333333333337" fill="hsl(186, 100%, 50%, 0.8)" stroke="black" stroke-width="0.006"/></g><g><rect data-type="rect" data-label="09452812800" data-x="0.285" data-y="-1.58" x="136.66666666666669" y="570" width="220" height="30" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.006"/></g><g><rect data-type="rect" data-label="J4" data-x="-0.255" data-y="1.565" x="126.66666666666669" y="40.00000000000004" width="60" height="41.66666666666666" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.006"/></g><g><rect data-type="rect" data-label="netId: NET_AGND
|
|
4
4
|
globalConnNetId: connectivity_net0" data-x="1.685" data-y="-1.31" x="390" y="505" width="180" height="70" fill="#00000066" stroke="#000000" stroke-width="0.006"/></g><g><circle data-type="point" data-label="J4.1
|
|
@@ -53,7 +53,7 @@ orientation: y-" data-x="1.685" data-y="-1.1" cx="480" cy="505" r="3" fill="hsl(
|
|
|
53
53
|
});
|
|
54
54
|
]]></script>
|
|
55
55
|
</g>
|
|
56
|
-
<g transform="translate(
|
|
56
|
+
<g transform="translate(0, 1216)">
|
|
57
57
|
<style>
|
|
58
58
|
.boundary { fill: rgb(245, 241, 237); }
|
|
59
59
|
.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="-0.498,-4.0485 -0.298,-4.0485 -0.298,-4.4485 -0.498,-4.4485" data-type="line" data-label="" points="328.79491940643186,394.0468425733768 332.2901680528032,394.0468425733768 332.2901680528032,401.0373398661195 328.79491940643186,401.0373398661195" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.857999999999999,-3.3915 9.097999999999999,-3.3915 9.097999999999999,-2.42 9.857999999999999,-2.42" data-type="line" data-label="" points="509.7788943155398,382.56495077004695 496.49694945932873,382.56495077004695 496.49694945932873,365.58678047029815 509.7788943155398,365.58678047029815" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.857999999999999,-4.3485 9.097999999999999,-4.3485 9.097999999999999,-3.3915 9.857999999999999,-3.3915" data-type="line" data-label="" points="509.7788943155398,399.2897155429338 496.49694945932873,399.2897155429338 496.49694945932873,382.56495077004695 509.7788943155398,382.56495077004695" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.857999999999999,-5.319999999999999 9.097999999999999,-5.319999999999999 9.097999999999999,-4.3485 9.857999999999999,-4.3485" data-type="line" data-label="" points="509.7788943155398,416.2678858426826 496.49694945932873,416.2678858426826 496.49694945932873,399.2897155429338 509.7788943155398,399.2897155429338" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,7.608499999999995 -12.899999999999999,7.608499999999995 -12.899999999999999,7.808499999999995 -12.7,7.808499999999995" data-type="line" data-label="" points="115.54979949131643,190.32627521962334 112.05455084494511,190.32627521962334 112.05455084494511,186.83102657325202 115.54979949131643,186.83102657325202" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,4.208499999999994 -12.899999999999999,4.208499999999994 -12.899999999999999,4.408499999999994 -12.7,4.408499999999994" data-type="line" data-label="" points="115.54979949131643,249.74550220793617 112.05455084494511,249.74550220793617 112.05455084494511,246.25025356156482 115.54979949131643,246.25025356156482" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,4.0084999999999935 -12.899999999999999,4.0084999999999935 -12.899999999999999,4.208499999999994 -12.7,4.208499999999994" data-type="line" data-label="" points="115.54979949131643,253.2407508543075 112.05455084494511,253.2407508543075 112.05455084494511,249.74550220793617 115.54979949131643,249.74550220793617" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,0.6084999999999905 -12.899999999999999,0.6084999999999905 -12.899999999999999,0.8084999999999907 -12.7,0.8084999999999907" data-type="line" data-label="" points="115.54979949131643,312.6599778426203 112.05455084494511,312.6599778426203 112.05455084494511,309.16472919624897 115.54979949131643,309.16472919624897" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,-2.591499999999998 -12.899999999999999,-2.591499999999998 -12.899999999999999,-2.391499999999999 -12.7,-2.391499999999999" data-type="line" data-label="" points="115.54979949131643,368.58395618456154 112.05455084494511,368.58395618456154 112.05455084494511,365.08870753819025 115.54979949131643,365.08870753819025" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,-2.7914999999999974 -12.899999999999999,-2.7914999999999974 -12.899999999999999,-2.591499999999998 -12.7,-2.591499999999998" data-type="line" data-label="" points="115.54979949131643,372.0792048309329 112.05455084494511,372.0792048309329 112.05455084494511,368.58395618456154 115.54979949131643,368.58395618456154" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,-2.9914999999999967 -12.899999999999999,-2.9914999999999967 -12.899999999999999,-2.7914999999999974 -12.7,-2.7914999999999974" data-type="line" data-label="" points="115.54979949131643,375.57445347730425 112.05455084494511,375.57445347730425 112.05455084494511,372.0792048309329 115.54979949131643,372.0792048309329" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,-3.191499999999996 -12.899999999999999,-3.191499999999996 -12.899999999999999,-2.9914999999999967 -12.7,-2.9914999999999967" data-type="line" data-label="" points="115.54979949131643,379.06970212367554 112.05455084494511,379.06970212367554 112.05455084494511,375.57445347730425 115.54979949131643,375.57445347730425" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,-3.3914999999999953 -12.899999999999999,-3.3914999999999953 -12.899999999999999,-3.191499999999996 -12.7,-3.191499999999996" data-type="line" data-label="" points="115.54979949131643,382.5649507700469 112.05455084494511,382.5649507700469 112.05455084494511,379.06970212367554 115.54979949131643,379.06970212367554" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.7,-2.5914999999999955 -9.5,-2.5914999999999955 -9.5,-2.3914999999999953 -9.7,-2.3914999999999953" data-type="line" data-label="" points="167.97852918688653,368.58395618456154 171.47377783325786,368.58395618456154 171.47377783325786,365.0887075381902 167.97852918688653,365.0887075381902" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.7,-2.7914999999999957 -9.5,-2.7914999999999957 -9.5,-2.5914999999999955 -9.7,-2.5914999999999955" data-type="line" data-label="" points="167.97852918688653,372.07920483093284 171.47377783325786,372.07920483093284 171.47377783325786,368.58395618456154 167.97852918688653,368.58395618456154" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.7,-2.991499999999995 -9.5,-2.991499999999995 -9.5,-2.7914999999999957 -9.7,-2.7914999999999957" data-type="line" data-label="" points="167.97852918688653,375.5744534773042 171.47377783325786,375.5744534773042 171.47377783325786,372.07920483093284 167.97852918688653,372.07920483093284" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.7,-3.191499999999995 -8.440000000000001,-3.191499999999995 -8.440000000000001,-2.991499999999995 -9.7,-2.991499999999995" data-type="line" data-label="" points="167.97852918688653,379.06970212367554 189.99859565902594,379.06970212367554 189.99859565902594,375.5744534773042 167.97852918688653,375.5744534773042" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.7,-3.3914999999999953 -8.440000000000001,-3.3914999999999953 -8.440000000000001,-3.191499999999995 -9.7,-3.191499999999995" data-type="line" data-label="" points="167.97852918688653,382.5649507700469 189.99859565902594,382.5649507700469 189.99859565902594,379.06970212367554 167.97852918688653,379.06970212367554" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.215,0.9599999999999997 -2.0149999999999997,0.9599999999999997 -2.0149999999999997,1.3599999999999997 -2.215,1.3599999999999997" data-type="line" data-label="" points="298.7882097773339,306.51707834662255 302.28345842370527,306.51707834662255 302.28345842370527,299.52658105387985 298.7882097773339,299.52658105387985" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.215,0.5599999999999997 -2.0149999999999997,0.5599999999999997 -2.0149999999999997,0.9599999999999997 -2.215,0.9599999999999997" data-type="line" data-label="" points="298.7882097773339,313.5075756393652 302.28345842370527,313.5075756393652 302.28345842370527,306.51707834662255 298.7882097773339,306.51707834662255" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.215,0.1599999999999997 -1.305,0.1599999999999997 -1.305,0.5599999999999997 -2.215,0.5599999999999997" data-type="line" data-label="" points="298.7882097773339,320.4980729321079 314.6915911183235,320.4980729321079 314.6915911183235,313.5075756393652 298.7882097773339,313.5075756393652" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.873,0.9599999999999997 9.673,0.9599999999999997 9.673,1.3599999999999997 9.873,1.3599999999999997" data-type="line" data-label="" points="510.0410379640177,306.51707834662255 506.5457893176464,306.51707834662255 506.5457893176464,299.52658105387985 510.0410379640177,299.52658105387985" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.873,0.5599999999999998 9.673,0.5599999999999998 9.673,0.9599999999999997 9.873,0.9599999999999997" data-type="line" data-label="" points="510.0410379640177,313.5075756393652 506.5457893176464,313.5075756393652 506.5457893176464,306.51707834662255 510.0410379640177,306.51707834662255" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.873,0.15999999999999992 9.673,0.15999999999999992 9.673,0.5599999999999998 9.873,0.5599999999999998" data-type="line" data-label="" points="510.0410379640177,320.4980729321079 506.5457893176464,320.4980729321079 506.5457893176464,313.5075756393652 510.0410379640177,313.5075756393652" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="14.177999999999999,-7.9315 14.161249999999999,-7.9315 14.161249999999999,-7.7315 13.222000000000001,-7.7315 13.222000000000001,-7.9315 13.422,-7.9315" data-type="line" data-label="" points="585.2762650771608,461.90709504267636 584.9835380030272,461.90709504267636 584.9835380030272,458.411846396305 568.5689765475058,458.411846396305 568.5689765475058,461.90709504267636 572.0642251938771,461.90709504267636" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.747,-3.083 8.302499999999998,-3.083 8.302499999999998,-3.1915 9.857999999999999,-3.1915" data-type="line" data-label="" points="455.41030162123366,377.17352973301917 482.5945979683867,377.17352973301917 482.5945979683867,379.0697021236756 509.7788943155398,379.0697021236756" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.747,-4.083 8.302499999999998,-4.083 8.302499999999998,-4.1485 9.857999999999999,-4.1485" data-type="line" data-label="" points="455.41030162123366,394.64977296487587 482.5945979683867,394.64977296487587 482.5945979683867,395.7944668965625 509.7788943155398,395.7944668965625" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.747,-5.083000000000001 8.302499999999998,-5.083000000000001 8.302499999999998,-5.12 9.857999999999999,-5.12" data-type="line" data-label="" points="455.41030162123366,412.12601619673256 482.5945979683867,412.12601619673256 482.5945979683867,412.7726371963113 509.7788943155398,412.7726371963113" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.747,-2.083 8.302499999999998,-2.083 8.302499999999998,-2.2199999999999998 9.857999999999999,-2.2199999999999998" data-type="line" data-label="" points="455.41030162123366,359.69728650116247 482.5945979683867,359.69728650116247 482.5945979683867,362.09153182392686 509.7788943155398,362.09153182392686" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.0729999999999995,5.0315 -5.273,5.0315 -5.273,6.046500000000001 -3.3229999999999986,6.046500000000001 -3.3229999999999986,5.0315 -3.522999999999999,5.0315" data-type="line" data-label="" points="248.84110662068747,235.36255402811798 245.34585797431612,235.36255402811798 245.34585797431612,217.6241671477834 279.4245322764367,217.6241671477834 279.4245322764367,235.36255402811798 275.92928363006536,235.36255402811798" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-13.258000000000001,-6.4914999999999985 -13.258000000000001,-6.691499999999998 -13.908,-6.691499999999998 -13.908,-7.9315 -13.258000000000001,-7.9315 -13.258000000000001,-7.7315000000000005" data-type="line" data-label="" points="105.79805576794035,436.7413047888027 105.79805576794035,440.236553435174 94.43849766723352,440.236553435174 94.43849766723352,461.90709504267636 105.79805576794035,461.90709504267636 105.79805576794035,458.411846396305" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,8.408499999999995 -12.7,8.5085 -14.191999999999997,8.5085" data-type="line" data-label="" points="115.54979949131643,176.345280634138 115.54979949131643,174.59765631095223 89.47524458938628,174.59765631095223" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,8.208499999999994 -13.445999999999998,8.208499999999994 -13.445999999999998,-3.9115000000000006 -6.9399999999999995,-3.9115000000000006 -6.9399999999999995,8.408499999999995 -12.7,8.408499999999995" data-type="line" data-label="" points="115.54979949131643,179.84052928050934 102.51252204035134,179.84052928050934 102.51252204035134,391.6525972506124 216.21296050681102,391.6525972506124 216.21296050681102,176.345280634138 115.54979949131643,176.345280634138" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,7.808499999999995 -12.899999999999999,7.808499999999995 -12.899999999999999,8.208499999999994 -12.7,8.208499999999994" data-type="line" data-label="" points="115.54979949131643,186.83102657325202 112.05455084494511,186.83102657325202 112.05455084494511,179.84052928050934 115.54979949131643,179.84052928050934" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.7,7.408499999999998 -7.079000000000001,7.408499999999998 -7.079000000000001,8.008499999999996 -9.7,8.008499999999996" data-type="line" data-label="" points="167.97852918688653,193.82152386599464 213.78376269758292,193.82152386599464 213.78376269758292,183.33577792688064 167.97852918688653,183.33577792688064" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.7,6.008500000000003 -7.079000000000001,6.008500000000003 -7.079000000000001,7.408499999999998 -9.7,7.408499999999998" data-type="line" data-label="" points="167.97852918688653,218.28826439059392 213.78376269758292,218.28826439059392 213.78376269758292,193.82152386599464 167.97852918688653,193.82152386599464" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,2.6084999999999923 -14.360999999999997,2.6084999999999923 -14.360999999999997,4.0084999999999935 -12.7,4.0084999999999935" data-type="line" data-label="" points="115.54979949131643,277.70749137890687 86.52175948320249,277.70749137890687 86.52175948320249,253.2407508543075 115.54979949131643,253.2407508543075" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,2.208499999999992 -13.640999999999998,2.208499999999992 -13.640999999999998,2.6084999999999923 -12.7,2.6084999999999923" data-type="line" data-label="" points="115.54979949131643,284.69798867164957 99.1046546101393,284.69798867164957 99.1046546101393,277.70749137890687 115.54979949131643,277.70749137890687" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,0.8084999999999907 -13.640999999999998,0.8084999999999908 -13.640999999999998,2.208499999999992 -12.7,2.208499999999992" data-type="line" data-label="" points="115.54979949131643,309.16472919624897 99.1046546101393,309.16472919624897 99.1046546101393,284.69798867164957 115.54979949131643,284.69798867164957" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,-0.7915000000000045 -13.640999999999998,-0.7915000000000052 -13.640999999999998,0.6084999999999912 -12.7,0.6084999999999905" data-type="line" data-label="" points="115.54979949131643,337.1267183672196 99.1046546101393,337.1267183672196 99.1046546101393,312.6599778426203 115.54979949131643,312.6599778426203" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.7,-2.391499999999999 -13.761,-2.3914999999999997 -13.761,-0.7915000000000038 -12.7,-0.7915000000000045" data-type="line" data-label="" points="115.54979949131643,365.08870753819025 97.00750542231648,365.08870753819025 97.00750542231648,337.1267183672196 115.54979949131643,337.1267183672196" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.7,-1.7914999999999957 -7.199000000000002,-1.7914999999999957 -7.199000000000002,-1.1914999999999951 -9.7,-1.1914999999999956" data-type="line" data-label="" points="167.97852918688653,354.60296159907614 211.6866135097601,354.60296159907614 211.6866135097601,344.11721565996214 167.97852918688653,344.11721565996214" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.7,-2.3914999999999953 -7.079000000000001,-2.3914999999999953 -7.079000000000001,-1.7914999999999948 -9.7,-1.7914999999999957" data-type="line" data-label="" points="167.97852918688653,365.0887075381902 213.78376269758292,365.0887075381902 213.78376269758292,354.60296159907614 167.97852918688653,354.60296159907614" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.907,-1.2829999999999995 0.7070000000000001,-1.2829999999999995 0.7070000000000001,-1.0829999999999995 -2.554,-1.0829999999999995 -2.554,-0.6829999999999996 0.7070000000000001,-0.6829999999999996 0.7070000000000001,1.842999999999999 0.907,1.842999999999999" data-type="line" data-label="" points="353.3490411471905,345.7162919156771 349.85379250081917,345.7162919156771 349.85379250081917,342.22104326930577 292.8637633217345,342.22104326930577 292.8637633217345,335.23054597656306 349.85379250081917,335.23054597656306 349.85379250081917,291.0855555728931 353.3490411471905,291.0855555728931" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.747,-1.2830000000000004 8.309999999999999,-1.2830000000000004 8.309999999999999,-0.2829999999999993 8.528,-0.2829999999999993 8.528,0.11700000000000071 8.309999999999999,0.11700000000000071 8.309999999999999,2.3599999999999994 9.873,2.3599999999999994" data-type="line" data-label="" points="455.41030162123366,345.7162919156771 482.72566979262564,345.7162919156771 482.72566979262564,328.2400486838204 486.5354908171704,328.2400486838204 486.5354908171704,321.2495513910777 482.72566979262564,321.2495513910777 482.72566979262564,282.05033782202315 510.0410379640177,282.05033782202315" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.747,-0.883 6.947,-0.883 6.947,3.343 6.747,3.343" data-type="line" data-label="" points="455.41030162123366,338.7257946229344 458.905550267605,338.7257946229344 458.905550267605,264.871190725108 455.41030162123366,264.871190725108" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6.342,6.491499999999999 -6.342,6.6915 -1.714,6.6915 -1.714,2.243 0.907,2.2430000000000003" data-type="line" data-label="" points="226.6637539594613,209.8472389096072 226.6637539594613,206.35199026323585 307.54380763649414,206.35199026323585 307.54380763649414,284.0950582801504 353.3490411471905,284.0950582801504" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-14.191999999999997,8.108500000000001 -15.342999999999996,8.108500000000001" data-type="line" data-label="" points="89.47524458938628,181.5881536036949 69.36008862951923,181.5881536036949" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.273,5.0315 -5.8629999999999995,5.0315 -5.8629999999999995,5.0305" data-type="line" data-label="" points="245.34585797431612,235.36255402811798 235.0348744675207,235.36255402811798 235.0348744675207,235.38003027134982" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.873,0.15999999999999992 9.082999999999998,0.15999999999999992" data-type="line" data-label="" points="510.0410379640177,320.4980729321079 496.23480581085084,320.4980729321079" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.747,3.7430000000000003 10.887999999999995,3.7430000000000003 10.887999999999995,3.6920000000000006" data-type="line" data-label="" points="455.41030162123366,257.8806934323653 527.7794248443522,257.8806934323653 527.7794248443522,258.77198183719" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-13.258000000000001,-5.8915 -13.258000000000001,-5.7905 -13.709,-5.7905" data-type="line" data-label="" points="105.79805576794035,426.25555884968867 105.79805576794035,424.4904582832712 97.916270070373,424.4904582832712" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-13.1355" data-y="-7.351500000000001" x="97.93374631360486" y="445.129901540094" width="20.010298500475898" height="13.281944856211055" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-1.4979999999999998" data-y="-4.2485" x="293.84243294271846" y="390.55159392700546" width="34.9524864637134" height="13.980994585485405" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-14.741999999999997" data-y="8.3085" x="70.25137703434386" y="174.59765631095223" width="19.223867555042403" height="6.990497292742674" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="-11.2" data-y="2.5084999999999997" x="115.54979949131643" y="176.3452806341379" width="52.4287296955701" height="206.21967013590904" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="-4.297999999999999" data-y="5.0315" x="248.84110662068747" y="225.3137141698004" width="27.088177009377887" height="20.097679716635213" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="-2.9899999999999998" data-y="1.2599999999999998" x="271.70003276795603" y="275.9336526908733" width="27.088177009377887" height="50.68110537238442" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="10.648" data-y="1.2599999999999998" x="510.04103796401773" y="275.9336526908733" width="27.088177009377944" height="50.68110537238442" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="10.457999999999998" data-y="-2.32" x="509.77889431553984" y="358.5962831775555" width="20.971491878227994" height="10.485745939113997" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="10.457999999999998" data-y="-3.2915" x="509.77889431553984" y="375.57445347730425" width="20.971491878227994" height="10.485745939113997" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="10.457999999999998" data-y="-4.2485" x="509.77889431553984" y="392.2992182501912" width="20.971491878227994" height="10.485745939113997" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_12" data-x="10.457999999999998" data-y="-5.22" x="509.77889431553984" y="409.27738854993993" width="20.971491878227994" height="10.485745939113997" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_13" data-x="-9.142" data-y="-5.988499999999999" x="160.25402967840586" y="420.96025715043606" width="34.9524864637134" height="13.980994585485348" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_14" data-x="-11.017999999999999" data-y="-7.351500000000001" x="132.71147034499973" y="437.78987938271416" width="24.466740524599345" height="27.961989170970696" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_15" data-x="-6.127" data-y="6.1915" x="218.7994445051258" y="209.8472389096072" width="23.243403498369418" height="10.485745939114025" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_16" data-x="-13.043" data-y="-6.1915" x="97.93374631360491" y="426.25555884968867" width="23.24340349836936" height="10.485745939114054" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_17" data-x="12.29925" data-y="-7.9315" x="546.1294802378018" y="460.15947071949074" width="12.626585735016533" height="3.4952486463712944" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_18" data-x="13.783249999999999" data-y="-7.9315" x="572.0642251938771" y="460.15947071949074" width="12.626585735016533" height="3.4952486463712944" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_19" data-x="11.60325" data-y="-7.9315" x="532.9174403545181" y="460.15947071949074" width="14.723734922839185" height="3.4952486463712944" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_20" data-x="14.599249999999998" data-y="-7.9315" x="585.2762650771608" y="460.15947071949074" width="14.723734922839185" height="3.4952486463712944" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_21" data-x="3.827" data-y="4.543" x="353.3490411471905" y="178.0142618627802" width="102.06126047404314" height="131.77087396819954" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="schematic_component_22" data-x="3.827" data-y="-3.383" x="353.3490411471905" y="323.28553372758904" width="102.06126047404314" height="118.2617379499743" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="I2C" data-x="-1.918" data-y="-3.7335000000000003" x="299.7843556415497" y="386.35729555135987" width="8.388596751291232" height="4.369060807964161" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="J1" data-x="-14.771999999999998" data-y="8.6235" x="76.19329973317512" y="170.40335793530664" width="6.291447563468438" height="4.369060807964189" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="SEAM-20-03.0-S-06-2-A-K-TR" data-x="-10.739999999999998" data-y="-3.5215000000000005" x="122.54029678405914" y="383.26400049932124" width="54.52587888339286" height="3.1457237817342047" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="J2" data-x="-12.18" data-y="8.5235" x="121.4917221901477" y="172.1509822584923" width="6.2914475634684095" height="4.369060807964161" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="GBC03DABN-M30" data-x="-3.892999999999999" data-y="4.3265" x="255.83160391343014" y="246.11044361570984" width="27.26293944169646" height="3.1457237817342047" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="J3" data-x="-4.552999999999999" data-y="5.721500000000001" x="254.78302931951873" y="221.11941579415475" width="6.291447563468381" height="4.369060807964189" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="09452812800" data-x="-2.705" data-y="-0.3200000000000002" x="278.69053006069873" y="327.31380779253203" width="23.068641066050816" height="3.1457237817342047" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="J4" data-x="-3.245" data-y="2.825" x="277.6419554667873" y="271.73935431522773" width="6.2914475634684095" height="4.3690608079642175" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="09452812800" data-x="10.933" data-y="-0.3200000000000002" x="517.0315352567604" y="327.31380779253203" width="23.06864106605076" height="3.1457237817342047" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="J5" data-x="10.393" data-y="2.825" x="515.982960662849" y="271.73935431522773" width="6.2914475634684095" height="4.3690608079642175" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="1751248" data-x="10.677999999999999" data-y="-2.7499999999999996" x="516.7693916082826" y="369.7810788459438" width="14.680044314759584" height="3.1457237817342047" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="J6" data-x="10.378" data-y="-1.9049999999999998" x="515.7208170143713" y="354.40198480190986" width="6.291447563468296" height="4.3690608079642175" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="1751248" data-x="10.677999999999999" data-y="-3.7215" x="516.7693916082826" y="386.7592491456926" width="14.680044314759584" height="3.1457237817342047" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="J7" data-x="10.378" data-y="-2.8765" x="515.7208170143713" y="371.3801551016586" width="6.291447563468296" height="4.3690608079642175" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="1751248" data-x="10.677999999999999" data-y="-4.6785" x="516.7693916082826" y="403.4840139185794" width="14.680044314759584" height="3.1457237817342047" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="J8" data-x="10.378" data-y="-3.8335" x="515.7208170143713" y="388.10491987454554" width="6.291447563468296" height="4.369060807964161" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="1751248" data-x="10.677999999999999" data-y="-5.6499999999999995" x="516.7693916082826" y="420.4621842183282" width="14.680044314759584" height="3.1457237817342047" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="J9" data-x="10.378" data-y="-4.805" x="515.7208170143713" y="405.0830901742943" width="6.291447563468296" height="4.3690608079642175" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="J10" data-x="-9.562" data-y="-5.4735" x="166.19595237723718" y="416.76595877479053" width="8.388596751291203" height="4.369060807964161" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="SBH11-PBPC-D07-ST-BK" data-x="-10.117999999999999" data-y="-8.281500000000001" x="139.70196763774243" y="466.45091828295915" width="41.942983756456044" height="3.1457237817342047" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="J11" data-x="-11.138" data-y="-6.4365000000000006" x="138.65339304383096" y="433.5955810070685" width="8.388596751291232" height="4.369060807964161" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="U1_T1_Data_Top_Level" data-x="2.5069999999999997" data-y="8.428" x="359.2909638460218" y="173.8199634871346" width="44.04013294427887" height="4.369060807964161" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="T1_Data_Top_Level.SchDoc" data-x="2.747" data-y="0.6430000000000001" x="360.3395384399332" y="310.484185560254" width="50.331580507747276" height="3.1457237817342047" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="U1_T1_Power_Top_Level" data-x="2.567" data-y="0.11550000000000016" x="359.2909638460218" y="319.0912353519434" width="46.137282132101745" height="4.3690608079642175" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="T1_Power_Top_Level.SchDoc" data-x="2.8070000000000004" data-y="-6.8965000000000005" x="360.3395384399332" y="442.2463214068376" width="52.4287296955701" height="3.1457237817342047" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="netId: NET_RST
|
|
4
4
|
globalConnNetId: connectivity_net9" data-x="-14.388" data-y="-6.691499999999998" x="77.6613041646511" y="438.48892911198834" width="16.777193502582435" height="3.4952486463713512" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.057220535714285696"/></g><g><rect data-type="rect" data-label="netId: NET_RST
|
|
@@ -605,7 +605,7 @@ orientation: x+" data-x="6.747" data-y="-0.48299999999999965" cx="455.4103016212
|
|
|
605
605
|
});
|
|
606
606
|
]]></script>
|
|
607
607
|
</g>
|
|
608
|
-
<g transform="translate(
|
|
608
|
+
<g transform="translate(0, 1216)">
|
|
609
609
|
<style>
|
|
610
610
|
.boundary { fill: rgb(245, 241, 237); }
|
|
611
611
|
.schematic-boundary { fill: none; stroke: #fff; }
|