@tscircuit/schematic-trace-solver 0.0.148 → 0.0.150
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/.agents/skills/schematic-trace-visualization/SKILL.md +7 -2
- package/dist/index.d.ts +31 -2
- package/dist/index.js +127 -46
- package/lib/solvers/InlineNetLabelSolver/InlineNetLabelSolver.ts +115 -6
- package/lib/solvers/NetLabelPlacementSolver/NetLabelPlacementSolver.ts +17 -1
- package/lib/solvers/NetLabelPlacementSolver/SingleNetLabelPlacementSolver/SingleNetLabelPlacementSolver.ts +2 -0
- package/lib/solvers/NetLabelPlacementSolver/SingleNetLabelPlacementSolver/solvePortOnlyPin.ts +2 -0
- package/lib/types/InputProblem.ts +27 -1
- package/package.json +8 -1
- package/site/examples/example51.page.tsx +4 -0
- package/tests/assets/example51.json +5102 -0
- package/tests/bug-reports/bug-report-20260706T213649Z/__snapshots__/bug-report-20260706T213649Z.snap.svg +751 -5
- package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +660 -5
- package/tests/bug-reports/bug-report-20260707T020342Z/__snapshots__/bug-report-20260707T020342Z.snap.svg +44 -5
- package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +394 -5
- package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +170 -5
- package/tests/bug-reports/bug-report-20260707T134722Z/__snapshots__/bug-report-20260707T134722Z.snap.svg +79 -5
- package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +219 -5
- package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +65 -5
- package/tests/bug-reports/bug-report-20260707T141421Z/__snapshots__/bug-report-20260707T141421Z.snap.svg +142 -5
- package/tests/bug-reports/bug-report-20260707T230831Z/__snapshots__/bug-report-20260707T230831Z.snap.svg +100 -5
- package/tests/bug-reports/bug-report-20260708T053736Z/__snapshots__/bug-report-20260708T053736Z.snap.svg +23 -5
- package/tests/bug-reports/bug-report-20260708T055430Z/__snapshots__/bug-report-20260708T055430Z.snap.svg +58 -5
- package/tests/bug-reports/bug-report-20260708T095725Z/__snapshots__/bug-report-20260708T095725Z.snap.svg +86 -5
- package/tests/bug-reports/bug-report-20260716T144856Z/__snapshots__/bug-report-20260716T144856Z.snap.svg +226 -5
- package/tests/bug-reports/bug-report-20260717T022934Z/__snapshots__/bug-report-20260717T022934Z.snap.svg +191 -5
- package/tests/bug-reports/bug-report-20260717T031704Z/__snapshots__/bug-report-20260717T031704Z.snap.svg +30 -5
- package/tests/bug-reports/bug-report-20260717T042845Z/__snapshots__/bug-report-20260717T042845Z.snap.svg +37 -5
- package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +580 -2
- package/tests/bug-reports/bug-report-20260724T175257Z/__snapshots__/bug-report-20260724T175257Z.snap.svg +44 -5
- package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +107 -5
- package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +114 -5
- package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +121 -5
- package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +51 -5
- package/tests/bug-reports/bug-report-20260804T095800Z/__snapshots__/bug-report-20260804T095800Z.snap.svg +212 -5
- package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +569 -5
- package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +37 -5
- package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +289 -5
- package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +289 -5
- package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +149 -5
- package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +93 -5
- package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +79 -5
- package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +244 -2
- package/tests/examples/__snapshots__/example01.snap.svg +44 -5
- package/tests/examples/__snapshots__/example02.snap.svg +51 -5
- package/tests/examples/__snapshots__/example03.snap.svg +86 -5
- package/tests/examples/__snapshots__/example04.snap.svg +30 -5
- package/tests/examples/__snapshots__/example05.snap.svg +30 -5
- package/tests/examples/__snapshots__/example06.snap.svg +30 -5
- package/tests/examples/__snapshots__/example07.snap.svg +58 -5
- package/tests/examples/__snapshots__/example08.snap.svg +37 -5
- package/tests/examples/__snapshots__/example09.snap.svg +149 -5
- package/tests/examples/__snapshots__/example10.snap.svg +65 -5
- package/tests/examples/__snapshots__/example11.snap.svg +51 -5
- package/tests/examples/__snapshots__/example12.snap.svg +51 -5
- package/tests/examples/__snapshots__/example13.snap.svg +72 -5
- package/tests/examples/__snapshots__/example14.snap.svg +79 -5
- package/tests/examples/__snapshots__/example15.snap.svg +86 -5
- package/tests/examples/__snapshots__/example16.snap.svg +51 -5
- package/tests/examples/__snapshots__/example17.snap.svg +51 -5
- package/tests/examples/__snapshots__/example18.snap.svg +58 -5
- package/tests/examples/__snapshots__/example19.snap.svg +44 -5
- package/tests/examples/__snapshots__/example20.snap.svg +44 -5
- package/tests/examples/__snapshots__/example21.snap.svg +72 -5
- package/tests/examples/__snapshots__/example22.snap.svg +51 -5
- package/tests/examples/__snapshots__/example23.snap.svg +51 -5
- package/tests/examples/__snapshots__/example24.snap.svg +51 -5
- package/tests/examples/__snapshots__/example25.snap.svg +86 -5
- package/tests/examples/__snapshots__/example26.snap.svg +51 -5
- package/tests/examples/__snapshots__/example27.snap.svg +72 -5
- package/tests/examples/__snapshots__/example28.snap.svg +44 -5
- package/tests/examples/__snapshots__/example29.snap.svg +324 -5
- package/tests/examples/__snapshots__/example30.snap.svg +107 -5
- package/tests/examples/__snapshots__/example31.snap.svg +37 -5
- package/tests/examples/__snapshots__/example32.snap.svg +149 -5
- package/tests/examples/__snapshots__/example33.snap.svg +93 -5
- package/tests/examples/__snapshots__/example34.snap.svg +51 -5
- package/tests/examples/__snapshots__/example35.snap.svg +58 -5
- package/tests/examples/__snapshots__/example36.snap.svg +44 -5
- package/tests/examples/__snapshots__/example37.snap.svg +72 -5
- package/tests/examples/__snapshots__/example38.snap.svg +30 -5
- package/tests/examples/__snapshots__/example39.snap.svg +37 -5
- package/tests/examples/__snapshots__/example40.snap.svg +100 -5
- package/tests/examples/__snapshots__/example41.snap.svg +44 -5
- package/tests/examples/__snapshots__/example42.snap.svg +65 -5
- package/tests/examples/__snapshots__/example43.snap.svg +58 -5
- package/tests/examples/__snapshots__/example44.snap.svg +107 -5
- package/tests/examples/__snapshots__/example45.snap.svg +51 -5
- package/tests/examples/__snapshots__/example46.snap.svg +93 -5
- package/tests/examples/__snapshots__/example47.snap.svg +93 -5
- package/tests/examples/__snapshots__/example48.snap.svg +65 -5
- package/tests/examples/__snapshots__/example49.snap.svg +177 -5
- package/tests/examples/__snapshots__/example50.snap.svg +93 -5
- package/tests/examples/__snapshots__/example51.snap.svg +952 -0
- package/tests/examples/example51.test.ts +12 -0
- package/tests/fixtures/convertSolverOutputToCircuitJson.test.ts +219 -0
- package/tests/fixtures/convertSolverOutputToCircuitJson.ts +1058 -0
- package/tests/fixtures/matcher.ts +45 -8
- package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +762 -2
- package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +111 -2
- package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +167 -2
- package/tests/repros/__snapshots__/bugreport-001-gnd-overlap.snap.svg +65 -5
- package/tests/repros/__snapshots__/manufacturePartNumber-text-box.snap.svg +30 -5
- package/tests/repros/__snapshots__/netlabel-connector-through-rail-label.snap.svg +79 -5
- package/tests/repros/__snapshots__/repro-atmega328p-fault-pullup.snap.svg +65 -5
- package/tests/repros/__snapshots__/repro-atmega328p-missing-gnd-netlabel.snap.svg +149 -5
- package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +55 -2
- package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +160 -2
- package/tests/repros/__snapshots__/repro-bq24074-battery-charger.snap.svg +135 -5
- package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +69 -2
- package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +86 -5
- package/tests/repros/__snapshots__/repro-core-555-power-cross-net-overlap.snap.svg +44 -5
- package/tests/repros/__snapshots__/repro-core-subcircuit-missing-ground.snap.svg +44 -5
- package/tests/repros/__snapshots__/repro-core-tb67s579ftg-inline-label-routing.snap.svg +260 -0
- package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +335 -2
- package/tests/repros/__snapshots__/repro-ground-label-on-lower-rail-end.snap.svg +48 -2
- package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +149 -5
- package/tests/repros/__snapshots__/repro-missing-trace-netlabel.snap.svg +72 -5
- package/tests/repros/__snapshots__/repro-netlabel-collision-687.snap.svg +100 -5
- package/tests/repros/__snapshots__/repro-netlabel-overlap-trace.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro-nrf52810-clock-routing.snap.svg +90 -2
- package/tests/repros/__snapshots__/repro-power-group-rail-labels.snap.svg +37 -5
- package/tests/repros/__snapshots__/repro-rectifier-trace-overlap.snap.svg +44 -5
- package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +237 -2
- package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +72 -5
- package/tests/repros/__snapshots__/repro-rp2040-v3v3-label-placement.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro-rp2040-zero-crystal-fallback-netlabels.snap.svg +30 -5
- package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +79 -5
- package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +27 -2
- package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +1150 -5
- package/tests/repros/__snapshots__/repro-tps61222-trace-intersection.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro-type-c-16pin-self-connection.snap.svg +30 -5
- package/tests/repros/__snapshots__/repro-type-c-16pin-to-resistor.snap.svg +30 -5
- package/tests/repros/__snapshots__/repro-type-c-vbus-led-ground-label.snap.svg +44 -5
- package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +685 -2
- package/tests/repros/__snapshots__/repro-vcc-pin1-detour.snap.svg +27 -2
- package/tests/repros/__snapshots__/repro129-host-custom-symbol-passives.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +100 -5
- package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +107 -5
- package/tests/repros/__snapshots__/repro47-endpoint-obstacle-detour.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +104 -2
- package/tests/repros/__snapshots__/repro5-escape-padded-text-obstacles.snap.svg +30 -5
- package/tests/repros/__snapshots__/repro51-overlap-junction-crossing.snap.svg +65 -5
- package/tests/repros/__snapshots__/repro84-stacked-gnd-label-orientation.snap.svg +27 -2
- package/tests/repros/__snapshots__/small-variant-resistor-facing-direction.snap.svg +58 -5
- package/tests/repros/__snapshots__/trace-overlap-box-resistor.snap.svg +37 -5
- package/tests/repros/assets/repro-core-tb67s579ftg-inline-label-routing.input.json +900 -0
- package/tests/repros/repro-core-tb67s579ftg-inline-label-routing.test.ts +40 -0
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/fallback-net-label-width.snap.svg +25 -7
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-anchored-label-clearance.snap.svg +34 -2
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-port-stub.snap.svg +23 -5
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-two-pin-net.snap.svg +23 -5
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label01.snap.svg +23 -5
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label02.snap.svg +23 -5
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/terminal-stub-trace-clearance.snap.svg +71 -0
- package/tests/solvers/InlineNetLabelSolver/fallback-net-label-width.test.ts +10 -1
- package/tests/solvers/InlineNetLabelSolver/terminal-stub-trace-clearance.test.ts +102 -0
- package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_01-example17-d1_1-u1_1.snap.svg +23 -5
- package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_repro47-short-opposing-pins.snap.svg +20 -2
- package/tests/solvers/TraceCleanupSolver/__snapshots__/TraceCleanupSolver.snap.svg +44 -5
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/__snapshots__/TraceLabelOverlapAvoidanceSolver.snap.svg +79 -5
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/MergedNetLabelObstacles.snap.svg +44 -5
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/OverlapAvoidanceStepSolver.snap.svg +23 -5
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/SingleOverlapSolver.snap.svg +30 -5
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
<svg width="
|
|
1
|
+
<svg width="2416" height="1200" viewBox="0 0 2416 1200" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on the left and Circuit JSON schematic on the right">
|
|
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="8.9,15.1 8.9,14.7" data-type="line" data-label="" points="116.09280861428033,144.50358953980253 116.09280861428033,173.21785694141772" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,15.1 11.1,13.3" data-type="line" data-label="" points="116.09280861428033,144.50358953980253 274.02127932316375,273.7177928470709" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.7 11.1,13.3" data-type="line" data-label="" points="116.09280861428033,173.21785694141772 274.02127932316375,273.7177928470709" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.9 8.9,14.5" data-type="line" data-label="" points="116.09280861428033,158.86072324061024 116.09280861428033,187.57499064222543" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.9 11.1,12.7" data-type="line" data-label="" points="116.09280861428033,158.86072324061024 274.02127932316375,316.7891939494938" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.9 13.08,10" data-type="line" data-label="" points="116.09280861428033,158.86072324061024 416.15690296115895,510.61049891039613" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.5 11.1,12.7" data-type="line" data-label="" points="116.09280861428033,187.57499064222543 274.02127932316375,316.7891939494938" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.5 13.08,10" data-type="line" data-label="" points="116.09280861428033,187.57499064222543 416.15690296115895,510.61049891039613" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.1,12.7 13.08,10" data-type="line" data-label="" points="274.02127932316375,316.7891939494938 416.15690296115895,510.61049891039613" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.1,15.5 14.92,10" data-type="line" data-label="" points="274.02127932316375,115.78932213818734 548.2425330085887,510.61049891039613" fill="none" stroke="hsl(50, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.7 8.600000000000001,14.7 8.600000000000001,15.1 8.9,15.1" data-type="line" data-label="" points="116.09280861428033,173.21785694141772 94.557108063069,173.21785694141772 94.557108063069,144.50358953980253 116.09280861428033,144.50358953980253" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.9,14.5 8.8,14.5 8.8,14.9 8.9,14.9" data-type="line" data-label="" points="116.09280861428033,187.57499064222543 108.91424176387648,187.57499064222543 108.91424176387648,158.86072324061024 116.09280861428033,158.86072324061024" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="11.1,12.7 12.09,12.7 12.09,10 13.08,10" data-type="line" data-label="" points="274.02127932316375,316.7891939494938 345.08909114216135,316.7891939494938 345.08909114216135,510.61049891039613 416.15690296115895,510.61049891039613" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="10" data-y="14" x="116.09280861428033" y="101.43218843737986" width="157.92847070888342" height="244.071272913729" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01393035714285714"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="14" data-y="10" x="416.15690296115895" y="482.6531862581721" width="132.08563004742973" height="55.91462530444801" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01393035714285714"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
2
4
|
globalConnNetId: connectivity_net0" data-x="8.359900000000001" data-y="14.7" x="60.09280861428027" y="166.03929009101387" width="34.457120881938295" height="14.357133700807708" fill="#00000066" stroke="#000000" stroke-width="0.01393035714285714"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
3
5
|
globalConnNetId: connectivity_net0" data-x="11.341" data-y="13.3" x="274.09306499166775" y="266.5392259966671" width="34.457120881938295" height="14.357133700807594" fill="#00000066" stroke="#000000" stroke-width="0.01393035714285714"/></g><g><rect data-type="rect" data-label="netId: VCC_3V3
|
|
4
6
|
globalConnNetId: connectivity_net1" data-x="8.32" data-y="14.5" x="40.00000000000006" y="180.3964237918217" width="68.91424176387648" height="14.35713370080748" fill="#ef444466" stroke="#ef4444" stroke-width="0.01393035714285714"/></g><g><rect data-type="rect" data-label="netId: VCC_3V3
|
|
@@ -54,7 +56,7 @@ orientation: x+" data-x="14.92" data-y="10" cx="548.2425330085887" cy="510.61049
|
|
|
54
56
|
const h = svg.getElementById('crosshair-h');
|
|
55
57
|
const v = svg.getElementById('crosshair-v');
|
|
56
58
|
const coords = svg.getElementById('coordinates');
|
|
57
|
-
|
|
59
|
+
|
|
58
60
|
crosshair.style.display = 'block';
|
|
59
61
|
h.setAttribute('x1', '0');
|
|
60
62
|
h.setAttribute('x2', '640');
|
|
@@ -73,13 +75,13 @@ orientation: x+" data-x="14.92" data-y="10" cx="548.2425330085887" cy="510.61049
|
|
|
73
75
|
// y' = (y - ty) / sy
|
|
74
76
|
const sx = matrix.a;
|
|
75
77
|
const sy = matrix.d;
|
|
76
|
-
const tx = matrix.e;
|
|
78
|
+
const tx = matrix.e;
|
|
77
79
|
const ty = matrix.f;
|
|
78
80
|
const realPoint = {
|
|
79
81
|
x: (x - tx) / sx,
|
|
80
82
|
y: (y - ty) / sy // Flip y back since we used negative scale
|
|
81
83
|
}
|
|
82
|
-
|
|
84
|
+
|
|
83
85
|
coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
|
|
84
86
|
coords.setAttribute('x', (x + 5).toString());
|
|
85
87
|
coords.setAttribute('y', (y - 5).toString());
|
|
@@ -87,4 +89,62 @@ orientation: x+" data-x="14.92" data-y="10" cx="548.2425330085887" cy="510.61049
|
|
|
87
89
|
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
88
90
|
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
89
91
|
});
|
|
90
|
-
]]></script
|
|
92
|
+
]]></script>
|
|
93
|
+
</g>
|
|
94
|
+
<g transform="translate(1216, 200)">
|
|
95
|
+
<style>
|
|
96
|
+
.boundary { fill: rgb(245, 241, 237); }
|
|
97
|
+
.schematic-boundary { fill: none; stroke: #fff; }
|
|
98
|
+
.component { fill: none; stroke: rgb(132, 0, 0); }
|
|
99
|
+
.chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
|
|
100
|
+
.component-pin { fill: none; stroke: rgb(132, 0, 0); }
|
|
101
|
+
.text { font-family: sans-serif; fill: rgb(0, 150, 0); }
|
|
102
|
+
.pin-number { fill: rgb(169, 0, 0); }
|
|
103
|
+
.port-label { fill: rgb(0, 100, 100); }
|
|
104
|
+
.component-name { fill: rgb(0, 100, 100); }
|
|
105
|
+
|
|
106
|
+
</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 304.54395842347003 155.91165006509004 L 273.3616284104801 155.91165006509004 L 273.3616284104801 114.33521004777003 L 304.54395842347003 114.33521004777003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.630576006928px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 304.54395842347003 155.91165006509004 L 273.3616284104801 155.91165006509004 L 273.3616284104801 114.33521004777003 L 304.54395842347003 114.33521004777003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.078822000866px" 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 304.54395842347003 176.69987007374993 L 294.14984841913997 176.69987007374993 L 294.14984841913997 135.12343005642992 L 304.54395842347003 135.12343005642992" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.630576006928px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 304.54395842347003 176.69987007374993 L 294.14984841913997 176.69987007374993 L 294.14984841913997 135.12343005642992 L 304.54395842347003 135.12343005642992" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.078822000866px" 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 533.21437851873 363.7938501516901 L 636.116067561597 363.7938501516901 L 636.116067561597 644.4348202685999 L 739.017756604464 644.4348202685999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.630576006928px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 533.21437851873 363.7938501516901 L 636.116067561597 363.7938501516901 L 636.116067561597 644.4348202685999 L 739.017756604464 644.4348202685999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.078822000866px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="346.12039844079004" y="51.97055002179013" width="145.51754006061992" height="353.39974014721975" stroke-width="2.078822000866px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="346.12039844079004" y="51.97055002179013" width="145.51754006061992" height="353.39974014721975" fill="transparent"/><text class="sch-text" x="418.8791684711" y="228.6704200954" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="18.709398007794px" transform="rotate(0, 418.8791684711, 228.6704200954)">U_MCU</text><line class="component-pin sch-component-pin sch-port-line" x1="346.12039844079004" y1="72.75877003045002" x2="306.62278042433593" y2="72.75877003045002" stroke-width="2.078822000866px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="304.54395842347003" cy="72.75877003045002" r="2.078822000866" stroke-width="2.078822000866px"/><rect x="302.465136422604" y="70.67994802958403" width="4.157644001732" height="4.157644001732" opacity="0"/></g><text class="pin-number sch-pin-number" x="325.3321784321299" y="70.67994802958401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.591165006494998px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="346.12039844079004" y1="93.54699003910991" x2="306.62278042433593" y2="93.54699003910991" stroke-width="2.078822000866px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="304.54395842347003" cy="93.54699003910991" r="2.078822000866" stroke-width="2.078822000866px"/><rect x="302.465136422604" y="91.46816803824392" width="4.157644001732" height="4.157644001732" opacity="0"/></g><text class="pin-number sch-pin-number" x="325.3321784321299" y="91.4681680382439" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.591165006494998px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="346.12039844079004" y1="114.33521004777003" x2="304.54395842347003" y2="114.33521004777003" stroke-width="2.078822000866px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="302.465136422604" y="112.25638804690404" width="4.157644001732" height="4.157644001732" opacity="0"/></g><text class="pin-number sch-pin-number" x="325.3321784321299" y="112.25638804690402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.591165006494998px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="346.12039844079004" y1="135.12343005642992" x2="304.54395842347003" y2="135.12343005642992" stroke-width="2.078822000866px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="302.465136422604" y="133.0446080555639" width="4.157644001732" height="4.157644001732" opacity="0"/></g><text class="pin-number sch-pin-number" x="325.3321784321299" y="133.0446080555639" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.591165006494998px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="346.12039844079004" y1="155.91165006509004" x2="304.54395842347003" y2="155.91165006509004" stroke-width="2.078822000866px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="302.465136422604" y="153.83282806422403" width="4.157644001732" height="4.157644001732" opacity="0"/></g><text class="pin-number sch-pin-number" x="325.3321784321299" y="153.83282806422403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.591165006494998px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="346.12039844079004" y1="176.69987007374993" x2="304.54395842347003" y2="176.69987007374993" stroke-width="2.078822000866px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="302.465136422604" y="174.62104807288392" width="4.157644001732" height="4.157644001732" opacity="0"/></g><text class="pin-number sch-pin-number" x="325.3321784321299" y="174.62104807288392" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.591165006494998px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="346.12039844079004" y1="197.48809008240983" x2="306.62278042433593" y2="197.48809008240983" stroke-width="2.078822000866px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="304.54395842347003" cy="197.48809008240983" r="2.078822000866" stroke-width="2.078822000866px"/><rect x="302.465136422604" y="195.40926808154381" width="4.157644001732" height="4.157644001732" opacity="0"/></g><text class="pin-number sch-pin-number" x="325.3321784321299" y="195.40926808154381" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.591165006494998px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="346.12039844079004" y1="218.27631009106994" x2="306.62278042433593" y2="218.27631009106994" stroke-width="2.078822000866px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="304.54395842347003" cy="218.27631009106994" r="2.078822000866" stroke-width="2.078822000866px"/><rect x="302.465136422604" y="216.19748809020393" width="4.157644001732" height="4.157644001732" opacity="0"/></g><text class="pin-number sch-pin-number" x="325.3321784321299" y="216.19748809020393" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.591165006494998px" transform="">8</text><line class="component-pin sch-component-pin sch-port-line" x1="346.12039844079004" y1="239.06453009972984" x2="306.62278042433593" y2="239.06453009972984" stroke-width="2.078822000866px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="304.54395842347003" cy="239.06453009972984" r="2.078822000866" stroke-width="2.078822000866px"/><rect x="302.465136422604" y="236.98570809886382" width="4.157644001732" height="4.157644001732" opacity="0"/></g><text class="pin-number sch-pin-number" x="325.3321784321299" y="236.98570809886405" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.591165006494998px" transform="">9</text><line class="component-pin sch-component-pin sch-port-line" x1="346.12039844079004" y1="259.8527501083897" x2="306.62278042433593" y2="259.8527501083897" stroke-width="2.078822000866px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="304.54395842347003" cy="259.8527501083897" r="2.078822000866" stroke-width="2.078822000866px"/><rect x="302.465136422604" y="257.7739281075237" width="4.157644001732" height="4.157644001732" opacity="0"/></g><text class="pin-number sch-pin-number" x="325.3321784321299" y="257.77392810752394" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.591165006494998px" transform="">10</text><line class="component-pin sch-component-pin sch-port-line" x1="346.12039844079004" y1="280.64097011704985" x2="306.62278042433593" y2="280.64097011704985" stroke-width="2.078822000866px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="304.54395842347003" cy="280.64097011704985" r="2.078822000866" stroke-width="2.078822000866px"/><rect x="302.465136422604" y="278.56214811618383" width="4.157644001732" height="4.157644001732" opacity="0"/></g><text class="pin-number sch-pin-number" x="325.3321784321299" y="278.56214811618406" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.591165006494998px" transform="">11</text><line class="component-pin sch-component-pin sch-port-line" x1="346.12039844079004" y1="301.42919012570997" x2="306.62278042433593" y2="301.42919012570997" stroke-width="2.078822000866px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="304.54395842347003" cy="301.42919012570997" r="2.078822000866" stroke-width="2.078822000866px"/><rect x="302.465136422604" y="299.35036812484395" width="4.157644001732" height="4.157644001732" opacity="0"/></g><text class="pin-number sch-pin-number" x="325.3321784321299" y="299.35036812484395" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.591165006494998px" transform="">12</text><line class="component-pin sch-component-pin sch-port-line" x1="346.12039844079004" y1="322.2174101343701" x2="306.62278042433593" y2="322.2174101343701" stroke-width="2.078822000866px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="304.54395842347003" cy="322.2174101343701" r="2.078822000866" stroke-width="2.078822000866px"/><rect x="302.465136422604" y="320.1385881335041" width="4.157644001732" height="4.157644001732" opacity="0"/></g><text class="pin-number sch-pin-number" x="325.3321784321299" y="320.1385881335041" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.591165006494998px" transform="">13</text><line class="component-pin sch-component-pin sch-port-line" x1="346.12039844079004" y1="343.00563014303" x2="306.62278042433593" y2="343.00563014303" stroke-width="2.078822000866px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="304.54395842347003" cy="343.00563014303" r="2.078822000866" stroke-width="2.078822000866px"/><rect x="302.465136422604" y="340.92680814216396" width="4.157644001732" height="4.157644001732" opacity="0"/></g><text class="pin-number sch-pin-number" x="325.3321784321299" y="340.92680814216396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.591165006494998px" transform="">14</text><line class="component-pin sch-component-pin sch-port-line" x1="346.12039844079004" y1="363.7938501516901" x2="306.62278042433593" y2="363.7938501516901" stroke-width="2.078822000866px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="304.54395842347003" cy="363.7938501516901" r="2.078822000866" stroke-width="2.078822000866px"/><rect x="302.465136422604" y="361.7150281508241" width="4.157644001732" height="4.157644001732" opacity="0"/></g><text class="pin-number sch-pin-number" x="325.3321784321299" y="361.7150281508241" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.591165006494998px" transform="">15</text><line class="component-pin sch-component-pin sch-port-line" x1="346.12039844079004" y1="384.58207016035" x2="306.62278042433593" y2="384.58207016035" stroke-width="2.078822000866px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="304.54395842347003" cy="384.58207016035" r="2.078822000866" stroke-width="2.078822000866px"/><rect x="302.465136422604" y="382.503248159484" width="4.157644001732" height="4.157644001732" opacity="0"/></g><text class="pin-number sch-pin-number" x="325.3321784321299" y="382.503248159484" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.591165006494998px" transform="">16</text><line class="component-pin sch-component-pin sch-port-line" x1="491.63793850140996" y1="384.58207016035" x2="531.135556517864" y2="384.58207016035" stroke-width="2.078822000866px"/><g class="sch-port" data-schematic-port-id="source_port_0_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="533.21437851873" cy="384.58207016035" r="2.078822000866" stroke-width="2.078822000866px"/><rect x="531.135556517864" y="382.503248159484" width="4.157644001732" height="4.157644001732" opacity="0"/></g><text class="pin-number sch-pin-number" x="512.4261585100701" y="382.503248159484" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.591165006494998px" transform="">17</text><line class="component-pin sch-component-pin sch-port-line" x1="491.63793850140996" y1="363.7938501516901" x2="533.21437851873" y2="363.7938501516901" stroke-width="2.078822000866px"/><g class="sch-port" data-schematic-port-id="source_port_0_17__stack1"><rect x="531.135556517864" y="361.7150281508241" width="4.157644001732" height="4.157644001732" opacity="0"/></g><text class="pin-number sch-pin-number" x="512.4261585100701" y="361.7150281508241" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.591165006494998px" transform="">18</text><line class="component-pin sch-component-pin sch-port-line" x1="491.63793850140996" y1="343.00563014303" x2="531.135556517864" y2="343.00563014303" stroke-width="2.078822000866px"/><g class="sch-port" data-schematic-port-id="source_port_0_18__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="533.21437851873" cy="343.00563014303" r="2.078822000866" stroke-width="2.078822000866px"/><rect x="531.135556517864" y="340.92680814216396" width="4.157644001732" height="4.157644001732" opacity="0"/></g><text class="pin-number sch-pin-number" x="512.4261585100701" y="340.92680814216396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.591165006494998px" transform="">19</text><line class="component-pin sch-component-pin sch-port-line" x1="491.63793850140996" y1="322.2174101343701" x2="531.135556517864" y2="322.2174101343701" stroke-width="2.078822000866px"/><g class="sch-port" data-schematic-port-id="source_port_0_19__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="533.21437851873" cy="322.2174101343701" r="2.078822000866" stroke-width="2.078822000866px"/><rect x="531.135556517864" y="320.1385881335041" width="4.157644001732" height="4.157644001732" opacity="0"/></g><text class="pin-number sch-pin-number" x="512.4261585100701" y="320.1385881335041" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.591165006494998px" transform="">20</text><line class="component-pin sch-component-pin sch-port-line" x1="491.63793850140996" y1="301.42919012570997" x2="531.135556517864" y2="301.42919012570997" stroke-width="2.078822000866px"/><g class="sch-port" data-schematic-port-id="source_port_0_20__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="533.21437851873" cy="301.42919012570997" r="2.078822000866" stroke-width="2.078822000866px"/><rect x="531.135556517864" y="299.35036812484395" width="4.157644001732" height="4.157644001732" opacity="0"/></g><text class="pin-number sch-pin-number" x="512.4261585100701" y="299.35036812484395" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.591165006494998px" transform="">21</text><line class="component-pin sch-component-pin sch-port-line" x1="491.63793850140996" y1="280.64097011704985" x2="531.135556517864" y2="280.64097011704985" stroke-width="2.078822000866px"/><g class="sch-port" data-schematic-port-id="source_port_0_21__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="533.21437851873" cy="280.64097011704985" r="2.078822000866" stroke-width="2.078822000866px"/><rect x="531.135556517864" y="278.56214811618383" width="4.157644001732" height="4.157644001732" opacity="0"/></g><text class="pin-number sch-pin-number" x="512.4261585100701" y="278.56214811618406" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.591165006494998px" transform="">22</text><line class="component-pin sch-component-pin sch-port-line" x1="491.63793850140996" y1="259.85275010838996" x2="531.135556517864" y2="259.85275010838996" stroke-width="2.078822000866px"/><g class="sch-port" data-schematic-port-id="source_port_0_22__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="533.21437851873" cy="259.85275010838996" r="2.078822000866" stroke-width="2.078822000866px"/><rect x="531.135556517864" y="257.77392810752394" width="4.157644001732" height="4.157644001732" opacity="0"/></g><text class="pin-number sch-pin-number" x="512.4261585100701" y="257.77392810752417" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.591165006494998px" transform="">23</text><line class="component-pin sch-component-pin sch-port-line" x1="491.63793850140996" y1="239.06453009972984" x2="531.135556517864" y2="239.06453009972984" stroke-width="2.078822000866px"/><g class="sch-port" data-schematic-port-id="source_port_0_23__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="533.21437851873" cy="239.06453009972984" r="2.078822000866" stroke-width="2.078822000866px"/><rect x="531.135556517864" y="236.98570809886382" width="4.157644001732" height="4.157644001732" opacity="0"/></g><text class="pin-number sch-pin-number" x="512.4261585100701" y="236.98570809886405" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.591165006494998px" transform="">24</text><line class="component-pin sch-component-pin sch-port-line" x1="491.63793850140996" y1="218.27631009106994" x2="531.135556517864" y2="218.27631009106994" stroke-width="2.078822000866px"/><g class="sch-port" data-schematic-port-id="source_port_0_24__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="533.21437851873" cy="218.27631009106994" r="2.078822000866" stroke-width="2.078822000866px"/><rect x="531.135556517864" y="216.19748809020393" width="4.157644001732" height="4.157644001732" opacity="0"/></g><text class="pin-number sch-pin-number" x="512.4261585100701" y="216.19748809020393" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.591165006494998px" transform="">25</text><line class="component-pin sch-component-pin sch-port-line" x1="491.63793850140996" y1="197.48809008241005" x2="531.135556517864" y2="197.48809008241005" stroke-width="2.078822000866px"/><g class="sch-port" data-schematic-port-id="source_port_0_25__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="533.21437851873" cy="197.48809008241005" r="2.078822000866" stroke-width="2.078822000866px"/><rect x="531.135556517864" y="195.40926808154404" width="4.157644001732" height="4.157644001732" opacity="0"/></g><text class="pin-number sch-pin-number" x="512.4261585100701" y="195.40926808154404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.591165006494998px" transform="">26</text><line class="component-pin sch-component-pin sch-port-line" x1="491.63793850140996" y1="176.69987007374993" x2="531.135556517864" y2="176.69987007374993" stroke-width="2.078822000866px"/><g class="sch-port" data-schematic-port-id="source_port_0_26__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="533.21437851873" cy="176.69987007374993" r="2.078822000866" stroke-width="2.078822000866px"/><rect x="531.135556517864" y="174.62104807288392" width="4.157644001732" height="4.157644001732" opacity="0"/></g><text class="pin-number sch-pin-number" x="512.4261585100701" y="174.62104807288392" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.591165006494998px" transform="">27</text><line class="component-pin sch-component-pin sch-port-line" x1="491.63793850140996" y1="155.91165006509004" x2="531.135556517864" y2="155.91165006509004" stroke-width="2.078822000866px"/><g class="sch-port" data-schematic-port-id="source_port_0_27__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="533.21437851873" cy="155.91165006509004" r="2.078822000866" stroke-width="2.078822000866px"/><rect x="531.135556517864" y="153.83282806422403" width="4.157644001732" height="4.157644001732" opacity="0"/></g><text class="pin-number sch-pin-number" x="512.4261585100701" y="153.83282806422403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.591165006494998px" transform="">28</text><line class="component-pin sch-component-pin sch-port-line" x1="491.63793850140996" y1="135.12343005642992" x2="531.135556517864" y2="135.12343005642992" stroke-width="2.078822000866px"/><g class="sch-port" data-schematic-port-id="source_port_0_28__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="533.21437851873" cy="135.12343005642992" r="2.078822000866" stroke-width="2.078822000866px"/><rect x="531.135556517864" y="133.0446080555639" width="4.157644001732" height="4.157644001732" opacity="0"/></g><text class="pin-number sch-pin-number" x="512.4261585100701" y="133.0446080555639" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.591165006494998px" transform="">29</text><line class="component-pin sch-component-pin sch-port-line" x1="491.63793850140996" y1="114.33521004777003" x2="531.135556517864" y2="114.33521004777003" stroke-width="2.078822000866px"/><g class="sch-port" data-schematic-port-id="source_port_0_29__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="533.21437851873" cy="114.33521004777003" r="2.078822000866" stroke-width="2.078822000866px"/><rect x="531.135556517864" y="112.25638804690404" width="4.157644001732" height="4.157644001732" opacity="0"/></g><text class="pin-number sch-pin-number" x="512.4261585100701" y="112.25638804690402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.591165006494998px" transform="">30</text><line class="component-pin sch-component-pin sch-port-line" x1="491.63793850140996" y1="93.54699003910991" x2="531.135556517864" y2="93.54699003910991" stroke-width="2.078822000866px"/><g class="sch-port" data-schematic-port-id="source_port_0_30__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="533.21437851873" cy="93.54699003910991" r="2.078822000866" stroke-width="2.078822000866px"/><rect x="531.135556517864" y="91.46816803824392" width="4.157644001732" height="4.157644001732" opacity="0"/></g><text class="pin-number sch-pin-number" x="512.4261585100701" y="91.4681680382439" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.591165006494998px" transform="">31</text><line class="component-pin sch-component-pin sch-port-line" x1="491.63793850140996" y1="72.75877003045002" x2="531.135556517864" y2="72.75877003045002" stroke-width="2.078822000866px"/><g class="sch-port" data-schematic-port-id="source_port_0_31__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="533.21437851873" cy="72.75877003045002" r="2.078822000866" stroke-width="2.078822000866px"/><rect x="531.135556517864" y="70.67994802958403" width="4.157644001732" height="4.157644001732" opacity="0"/></g><text class="pin-number sch-pin-number" x="512.4261585100701" y="70.67994802958401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.591165006494998px" transform="">32</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component-overlay sch-component-overlay" x="739.0177566044639" y="618.9409787787796" width="191.25162407967196" height="50.98768297964057" fill="transparent"/><path class="sch-component-symbol-path" d="M 739.0177566044639 644.4348202685999 L 770.8994023385452 644.4348202685999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.078822000866px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 898.3877349500546 644.4348202685999 L 930.2693806841359 644.4348202685999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.078822000866px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 770.8994023385452 618.9409787787796 L 898.3877349500546 618.9409787787796 L 898.3877349500546 669.9286617584202 L 770.8994023385452 669.9286617584202 L 770.8994023385452 618.9409787787796" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.078822000866px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="834.6435686442999" y="593.4343871806874" stroke="rgb(245, 241, 237)" stroke-width="2.078822000866px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="18.709398007794px">R_FAULT_PULLUP</text><text class="sch-component-text" x="834.6435686442999" y="695.4352533565124" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="18.709398007794px"></text><circle class="component-pin sch-component-pin" cx="930.2693806841359" cy="644.4348202685999" r="2.078822000866px" stroke-width="2.078822000866px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="304.54395842347003" cy="72.75877003045002" r="4.157644001732" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="304.54395842347003" cy="93.54699003910991" r="4.157644001732" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="304.54395842347003" cy="114.33521004777003" r="4.157644001732" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="304.54395842347003" cy="135.12343005642992" r="4.157644001732" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="304.54395842347003" cy="155.91165006509004" r="4.157644001732" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="304.54395842347003" cy="176.69987007374993" r="4.157644001732" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="304.54395842347003" cy="197.48809008240983" r="4.157644001732" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="304.54395842347003" cy="218.27631009106994" r="4.157644001732" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="304.54395842347003" cy="239.06453009972984" r="4.157644001732" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="304.54395842347003" cy="259.8527501083897" r="4.157644001732" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="304.54395842347003" cy="280.64097011704985" r="4.157644001732" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="304.54395842347003" cy="301.42919012570997" r="4.157644001732" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="304.54395842347003" cy="322.2174101343701" r="4.157644001732" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="304.54395842347003" cy="343.00563014303" r="4.157644001732" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="304.54395842347003" cy="363.7938501516901" r="4.157644001732" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="304.54395842347003" cy="384.58207016035" r="4.157644001732" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_16__stack1"><circle cx="533.21437851873" cy="384.58207016035" r="4.157644001732" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_17__stack1"><circle cx="533.21437851873" cy="363.7938501516901" r="4.157644001732" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_18__stack1"><circle cx="533.21437851873" cy="343.00563014303" r="4.157644001732" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_19__stack1"><circle cx="533.21437851873" cy="322.2174101343701" r="4.157644001732" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_20__stack1"><circle cx="533.21437851873" cy="301.42919012570997" r="4.157644001732" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_21__stack1"><circle cx="533.21437851873" cy="280.64097011704985" r="4.157644001732" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_22__stack1"><circle cx="533.21437851873" cy="259.85275010838996" r="4.157644001732" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_23__stack1"><circle cx="533.21437851873" cy="239.06453009972984" r="4.157644001732" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_24__stack1"><circle cx="533.21437851873" cy="218.27631009106994" r="4.157644001732" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_25__stack1"><circle cx="533.21437851873" cy="197.48809008241005" r="4.157644001732" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_26__stack1"><circle cx="533.21437851873" cy="176.69987007374993" r="4.157644001732" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_27__stack1"><circle cx="533.21437851873" cy="155.91165006509004" r="4.157644001732" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_28__stack1"><circle cx="533.21437851873" cy="135.12343005642992" r="4.157644001732" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_29__stack1"><circle cx="533.21437851873" cy="114.33521004777003" r="4.157644001732" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_30__stack1"><circle cx="533.21437851873" cy="93.54699003910991" r="4.157644001732" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_31__stack1"><circle cx="533.21437851873" cy="72.75877003045002" r="4.157644001732" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="803.4612386313099" cy="644.4348202685999" r="4.157644001732" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="994.7128627109819" cy="644.4348202685999" r="4.157644001732" 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="
|
|
107
|
+
M 273.3616284104801,155.91165006509004
|
|
108
|
+
L 267.7488090081419,166.30576006942005
|
|
109
|
+
L 219.89432654820655,166.30576006942005
|
|
110
|
+
L 219.89432654820655,145.51754006076004
|
|
111
|
+
L 267.7488090081419,145.51754006076004
|
|
112
|
+
Z
|
|
113
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.078822000866px"/><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="264.0069294065831" y="155.91165006509004" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="18.709398007794px" transform="">XXX</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="
|
|
114
|
+
M 533.21437851873,301.42919012570997
|
|
115
|
+
L 538.8271979210682,291.03508012137996
|
|
116
|
+
L 586.6816803810035,291.03508012137996
|
|
117
|
+
L 586.6816803810035,311.82330013003997
|
|
118
|
+
L 538.8271979210682,311.82330013003997
|
|
119
|
+
Z
|
|
120
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.078822000866px"/><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="542.569077522627" y="301.42919012570997" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="18.709398007794px" transform="">XXX</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="
|
|
121
|
+
M 294.14984841913997,176.69987007374993
|
|
122
|
+
L 288.5370290168018,187.09398007807994
|
|
123
|
+
L 191.8440883498546,187.09398007807994
|
|
124
|
+
L 191.8440883498546,166.30576006941993
|
|
125
|
+
L 288.5370290168018,166.30576006941993
|
|
126
|
+
Z
|
|
127
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.078822000866px"/><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="284.795149415243" y="176.69987007374993" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="18.709398007794px" transform="">XXXXXXX</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="
|
|
128
|
+
M 636.116067561597,363.7938501516901
|
|
129
|
+
L 625.721957557267,358.1810307493519
|
|
130
|
+
L 625.721957557267,261.4880900824047
|
|
131
|
+
L 646.510177565927,261.4880900824047
|
|
132
|
+
L 646.5101775659269,358.1810307493519
|
|
133
|
+
Z
|
|
134
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.078822000866px"/><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="636.116067561597" y="354.4391511477931" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="18.709398007794px" transform="rotate(-90 636.116067561597 354.4391511477931)">XXXXXXX</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="
|
|
135
|
+
M 533.21437851873,72.75877003045002
|
|
136
|
+
L 538.8271979210682,62.36466002612002
|
|
137
|
+
L 611.1009094845094,62.36466002612002
|
|
138
|
+
L 611.1009094845094,83.15288003478003
|
|
139
|
+
L 538.8271979210682,83.15288003478003
|
|
140
|
+
Z
|
|
141
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.078822000866px"/><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="542.569077522627" y="72.75877003045002" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="18.709398007794px" transform="">XXXXX</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="
|
|
142
|
+
M 930.269380684136,644.4348202685999
|
|
143
|
+
L 935.8822000864742,634.0407102642699
|
|
144
|
+
L 1008.1559116499154,634.0407102642699
|
|
145
|
+
L 1008.1559116499154,654.8289302729298
|
|
146
|
+
L 935.8822000864742,654.8289302729298
|
|
147
|
+
Z
|
|
148
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.078822000866px"/><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="939.624079688033" y="644.4348202685999" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="18.709398007794px" transform="">XXXXX</text>
|
|
149
|
+
</g>
|
|
150
|
+
</svg>
|